INSERT INTO `dede_co_htmls` VALUES('46','1','0','织梦cms文章命名修改 放在同一文件夹利于seo','','http://www.dede58.com/a/dedesp/1691.html','1444221154','1','1','{dede:field name=\'keywords\'}织梦,cms,文章,命名,修改{/dede:field}\r\n{dede:field name=\'description\'}其实织梦是个功能很强大的cms，到目前为止使用织梦的人也很多，因为它真的很好用。有时候我们在使用dedecms的时候从seo的角度考虑我们需要将文章的网址精简统一目录，这样有利于网{/dede:field}\r\n{dede:field name=\'title\'}织梦cms文章命名修改 放在同一文件夹利于seo{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>\n&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<wbr />其实织梦是个功能很强大的cms，到目前为止使用织梦的人也很多，因为它真的很好用。有时候我们在使用dedecms的时候从seo的角度考虑我们需要将文章的网址精简统一目录，这样有利于网站排名优化，使得搜索引擎能更好地抓取到更新的文章，那么怎么做到呢？</p>\n<p>\n&nbsp;<wbr />&nbsp;<wbr />&nbsp; &nbsp; &nbsp;<wbr />我们在添加顶级目录或者子栏目的时候，在栏目管理--高级选项--文章命名规则&nbsp;<wbr />中，织梦默认的命名方式是：{typedir}/{Y}/{M}{D}/{aid}.html，为了从简，我们将{Y}/{M}{D}/这段去掉，这样命名的文章就是：网址/目录/文章id.html，这样就大大简化了文章网址，文章的目录也不会那么深，有利于seo优化！&nbsp;<wbr />但是在织梦的文档HTML默认保存路径为/a&nbsp;<wbr />&nbsp;<wbr />&nbsp;<wbr />所以在栏目管理--高级选项--文章命名规则&nbsp;<wbr />中，织梦默认的命名方式我们改为：/a/{aid}.html，不管是在哪个有文章的栏目下面都改为这个，那么你以后发的文章不管是在哪个栏目下都会被统一放在根目录下的a文件下家，文章的命名方式也会是：网址/a/文章id.html。这样就会有利于网站优化，而且实现了统一管理。</p>\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('47','1','0','JS判断域名加密','','http://www.dede58.com/a/dedesp/1695.html','1444221154','1','1','{dede:field name=\'keywords\'}判断,域名,加密,模板,加密{/dede:field}\r\n{dede:field name=\'description\'}●模板加密说明: 加密方法很简单,就是将模板必须的JS文件,加入域名判断代码,然后加密. 模板加密的前提是这套模板有必须的JS文件,少了JS会少很多效果,否则加密了,别人把这个加密的{/dede:field}\r\n{dede:field name=\'title\'}JS判断域名加密{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>\n●模板加密说明:</p>\n<p>\n&nbsp;</p>\n<p>\n加密方法很简单,就是将模板必须的JS文件,加入域名判断代码,然后加密.</p>\n<p>\n&nbsp;</p>\n<p>\n模板加密的前提是这套模板有必须的JS文件,少了JS会少很多效果,否则加密了,别人把这个加密的JS文件删除掉,就没用了.</p>\n<p>\n&nbsp;</p>\n<p>\n加密JS前尽可能将JS文件合并,如果调用了多个JS,合并成一个JS,然后加密这个JS文件.</p>\n<p>\n===================================================================================================</p>\n<p>\n&nbsp;</p>\n<p>\n●模板加密方法:</p>\n<p>\n&nbsp;</p>\n<p>\n1.将模板所需的JS文件合并成一个文件,然后将下面的代码加带JS文件里.</p>\n<p>\n&nbsp;</p>\n<blockquote>\n<p>\n$ym = document.domain;</p>\n<p>\nif($ym.indexOf(&#39;dede58.com&#39;)&lt;0&amp;&amp;$ym.indexOf(&#39;127.0.0.1&#39;)&lt;0&amp;&amp;$ym.indexOf(&#39;localhost&#39;)&lt;0){</p>\n<p>\nalert(&quot;该模板尚未授权此站使用,请购买授权&quot;);</p>\n<p>\nlocation.href=&#39;http://www.dede58.com&#39;;</p>\n<p>\n}</p>\n<p>\n&nbsp;</p>\n</blockquote>\n<p>\n2.将上面的代码添加到JS里以后,到下面的网址进行JS加密</p>\n<p>\n&nbsp;</p>\n<p>\nhttp://www.javascriptobfuscator.com/</p>\n<p>\n====================================================================================================</p>\n<p>\n&nbsp;</p>\n<p>\n●模板授权方法:</p>\n<p>\n&nbsp;</p>\n<p>\n未加密的JS中的 if()&nbsp;中判断了三个域名</p>\n<p>\n&nbsp;</p>\n<p>\ndede58.com为客户网址(授权的时候将这个域名替换为客户的网址)</p>\n<p>\n&nbsp;</p>\n<p>\n后面的127.0.0.1和localhost 为本地测试网址,方便客户本地调试</p>\n<p>\n&nbsp;</p>\n<p>\nlocation.href处为跳转到的网址.</p>\n<p>\n&nbsp;</p>\n<p>\n然后再把这个代码到加密的网站中加密,让客户替换指定JS文件,并提示客户更新一下缓存,就可以了!</p>\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('48','1','0','简单制作网站搜索框','','http://www.dede58.com/a/dedesp/1703.html','1444221154','1','1','{dede:field name=\'keywords\'}简单,制作,网站搜索,随着{/dede:field}\r\n{dede:field name=\'description\'}随着互联网的快速发展，如今网站用户的需要也随之提高，这对于织梦模板设计又是一次创新。 搜索框大概是web开发中最常用的UI元素之一，我想基本没有必要去介绍如何使用它。无论{/dede:field}\r\n{dede:field name=\'title\'}简单制作网站搜索框{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">随着互联网的快速发展，如今网站用户的需要也随之提高，这对于织梦模板设计又是一次创新。</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">搜索框大概是web开发中最常用的UI元素之一，我想基本没有必要去介绍如何使用它。无论是网站还是web应用，都会为了增强用户体验而添加它，那么你是不是也想过设计一个别致的搜索框？</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">在今天的文章中，大家将会学到如何使用伪元素来创建一个超酷的CSS3搜索框。当然在开始介绍前你也可以下载源代码或者查看在线演示。</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">HTML举例：</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">正如接下来你所看到的，标记很少，并且很容易理解：</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">&lt;form class=&ldquo;cf form-wrapper&rdquo;&gt;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">&lt;input type=&ldquo;text&rdquo; placeholder=&ldquo;Search here.。.&rdquo; required&gt;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">&lt;button type=&ldquo;submit&rdquo;&gt;Search&lt;/button&gt;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">&lt;/form&gt;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">你可能注意到了HTML5的特殊属性，像placeholder和required，简介如下：</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.placeholder－基本上，这个属性的作用在于当文本框获得焦点之前，先在文本框里显示一个域的信息，直到获得焦点后，域的信息被隐藏。</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.required－这个属性说明了当前元素是表单提交中的一个必需属性。</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">HTML5也给我们带来了一个新的type属性：type＝&quot;search&quot;。</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">小贴士：HTML 元素像img 和input 都没有内容，所以，像before这样的伪元素不会为我们的搜索框呈现任何箭头。我的解决方案是使用button type＝&ldquo;submit&rdquo; 元素代替普通的input type=&ldquo;submit&rdquo;。这样，我们就可以用ENTER键来提交表单。</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">CSS举例</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">接下来，你将会看到demo里必要的样式：</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">清除浮动</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.cf:before， .cf:after{</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">content：&ldquo;&rdquo;;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">display:table;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.cf:after{</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">clear:both;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.cf{</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">zoom:1;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">表单元素</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">有前缀的属性像－moz、－box、－shadow 不包括在内，我只想让下面的代码保持干净。</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">/* Form wrapper styling */</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper {</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">width： 450px;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">padding： 15px;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">margin： 150px auto 50px auto;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">background： #444;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">background： rgba（0，0，0，.2）;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">border-radius： 10px;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">box-shadow： 0 1px 1px rgba（0，0，0，.4） inset， 0 1px 0 rgba（255，255，255，.2）;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">/* Form text input */</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper input {</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">width： 330px;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">height： 20px;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">padding： 10px 5px;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">float： left;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">font： bold 15px &lsquo;lucida sans&rsquo;， &lsquo;trebuchet MS&rsquo;， &lsquo;Tahoma&rsquo;;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">border： 0;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">background： #eee;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">border-radius： 3px 0 0 3px;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper input:focus {</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">outline： 0;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">background： #fff;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">box-shadow： 0 0 2px rgba（0，0，0，.8） inset;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper input：：-webkit-input-placeholder {</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">color： #999;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">font-weight： normal;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">font-style： italic;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper input：-moz-placeholder {</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">color： #999;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">font-weight： normal;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">font-style： italic;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper input：-ms-input-placeholder {</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">color： #999;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">font-weight： normal;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">font-style： italic;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">/* Form submit button */</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper button {</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">overflow： visible;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">position： relative;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">float： right;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">border： 0;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">padding： 0;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">cursor： pointer;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">height： 40px;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">width： 110px;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">font： bold 15px/40px &lsquo;lucida sans&rsquo;， &lsquo;trebuchet MS&rsquo;， &lsquo;Tahoma&rsquo;;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">color： #fff;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">text-transform： uppercase;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">background： #d83c3c;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">border-radius： 0 3px 3px 0;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">text-shadow： 0 -1px 0 rgba（0， 0 ，0， .3）;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper button:hover{</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">background： #e54040;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper button:active，</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper button:focus{</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">background： #c42f2f;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">outline： 0;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper button:before { /* left arrow */</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">content： &lsquo;&rsquo;;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">position： absolute;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">border-width： 8px 8px 8px 0;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">border-style： solid solid solid none;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">border-color： transparent #d83c3c transparent;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">top： 12px;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">left： -6px;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper button:hover:before{</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">border-right-color： #e54040;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper button:focus:before，</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper button:active:before{</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">border-right-color： #c42f2f;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">.form-wrapper button：：-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">border： 0;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">padding： 0;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">}</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">希望这个搜索框与HTML文本能给大家提供方便！</span>\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('49','1','0','360推出DedeCMS专用安全补丁 下载地址','','http://www.dede58.com/a/dedesp/1755.html','1444221154','1','1','{dede:field name=\'keywords\'}360,推出,DedeCMS,专用,安全补{/dede:field}\r\n{dede:field name=\'description\'}织梦 DedeCMS V5.7 （SP1） 安全包，是360网站安全团队针对DedeCMS定制的安全补丁，专门修复DedeCMS的已知0day漏洞 安全补丁下载 下载织梦DedeCMS安全补丁包： 补丁适用版本：织梦DedeCMS V5.7 SP{/dede:field}\r\n{dede:field name=\'title\'}360推出DedeCMS专用安全补丁 下载地址{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p style=\"padding: 0px; margin: 0px 0px 10px; text-indent: 21pt; color: rgb(51, 51, 51); font-family: Verdana, Arial, Tahoma; font-size: 14px; line-height: 25px;\">\n<u style=\"padding: 0px; margin: 0px; color: rgb(37, 110, 177); text-decoration: none;\">织梦</u><u style=\"padding: 0px; margin: 0px; color: rgb(37, 110, 177); text-decoration: none;\">DedeCMS</u>&nbsp;V5.7 （SP1） 安全包，是360网站安全团队针对DedeCMS定制的安全补丁，专门修复DedeCMS的已知0day漏洞</p>\n<div style=\"padding: 0px; margin: 0px; color: rgb(51, 51, 51); font-family: Verdana, Arial, Tahoma; font-size: 14px; line-height: 25px;\">\n<p style=\"padding: 0px; margin: 0px 0px 10px; text-indent: 21pt;\">\n安全补丁下载</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px; text-indent: 21pt;\">\n下载织梦DedeCMS安全补丁包：</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px; text-indent: 21pt;\">\n<a href=\"/uploads/soft/150303/1-150303214Z3.zip\" style=\"padding: 0px; margin: 0px; color: rgb(37, 110, 177); text-decoration: none;\" target=\"_blank\"><img alt=\"\" src=\"/uploads/allimg/150303/2150322315-0.png\" style=\"padding: 25px; margin: 0px 0px 10px; border: 1px solid rgb(229, 229, 229); background-image: none; background-attachment: scroll; background-color: rgb(240, 240, 240); display: inline; background-position: 0px 0px; background-repeat: repeat repeat;\" /></a>&nbsp;<a href=\"/uploads/soft/150303/utf8.zip\" style=\"padding: 0px; margin: 0px; color: rgb(37, 110, 177); text-decoration: none;\" target=\"_blank\"><img alt=\"\" src=\"/uploads/allimg/150303/21503241b-1.png\" style=\"padding: 25px; margin: 0px 0px 10px; border: 1px solid rgb(229, 229, 229); background-image: none; background-attachment: scroll; background-color: rgb(240, 240, 240); display: inline; background-position: 0px 0px; background-repeat: repeat repeat;\" /></a><br style=\"padding: 0px; margin: 0px;\" />\n补丁适用版本：织梦DedeCMS V5.7 SP1正式版(2013-07-15发布)补丁，如您版本不满足，请到官方先升级，然后再使用补丁包。</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px; text-indent: 21pt;\">\n本安全补丁共修复12个高危漏洞&nbsp;&nbsp;并集成了360网站安全检测的后门查杀和漏洞修复功能</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px; text-indent: 21pt;\">\n安装步骤</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px; text-indent: 21pt;\">\n1.&nbsp;将zip文件包解压后，上传服务器，覆盖原有文件&nbsp;(注：1.请先做好备份。2.如果您已经修改后台默认目录，请先修改压缩包里的&quot;dede&quot;目录)&nbsp;<br style=\"padding: 0px; margin: 0px;\" />\n2.&nbsp;安装成功后，登录织梦DedeCMS后台可见360安全模块，如下图：<br style=\"padding: 0px; margin: 0px;\" />\n<img alt=\"360 DedeCMS专用安全补丁\" src=\"/uploads/allimg/c151007/14442211545940-33293.png\" style=\"padding: 25px; margin: 0px 0px 10px; border: 1px solid rgb(229, 229, 229); background-image: none; background-attachment: scroll; background-color: rgb(240, 240, 240); display: inline; background-position: 0px 0px; background-repeat: repeat repeat;\" /></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/14442211544TP-13B9_lit.png{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('50','1','0','多款精美 dede 分页 pagelist 样式','','http://www.dede58.com/a/dedesp/1781.html','1444221154','1','1','{dede:field name=\'keywords\'}多款,精美,dede,分页,pagel{/dede:field}\r\n{dede:field name=\'description\'}主题： 使用dedecms，有时需要 自定义分页样式 。怎么办呢？ 不急，20几款精美分页样式，总有一款你最喜欢。使用很简单： 步骤：三步即可解决 1、直接覆盖include/arc.listview.class页 2、把{/dede:field}\r\n{dede:field name=\'title\'}多款精美 dede 分页 pagelist 样式{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<div>\n<font size=\"6\" style=\"line-height: 1.5em; color: rgb(51, 51, 51); font-family: Arial;\"><span style=\"font-weight: 700;\"><span style=\"color: rgb(255, 0, 0);\">主题：</span></span>使用dedecms，有时需要<span style=\"font-weight: 700;\"><span style=\"color: rgb(0, 0, 255);\">自定义分页样式</span></span>。怎么办呢？</font><span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\">&nbsp;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<font size=\"6\" style=\"line-height: 1.5em; color: rgb(51, 51, 51); font-family: Arial;\">不急，20几款精美分页样式，总有一款你最喜欢。使用很简单：</font><span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\">&nbsp;<br />\n<img alt=\"\" src=\"/uploads/allimg/c151007/1444221154O450-49140.jpg\" style=\"width: 603px; height: 576px;\" /></span><br />\n<span style=\"font-weight: 700; color: rgb(255, 0, 0); font-family: Arial; font-size: xx-large; line-height: 48px;\">步骤：三步即可解决</span><br />\n<table width=\"450\">\n<tbody>\n<tr>\n<td height=\"30\" width=\"20\">\n<a href=\"/uploads/soft/150311/多款精美dede分页样式.zip\" target=\"_blank\"><img align=\"middle\" alt=\"\" border=\"0\" src=\"/plus/img/addon.gif\" /></a></td>\n<td>\n<a href=\"/uploads/soft/150311/多款精美dede分页样式.zip\" target=\"_blank\">多款精美dede分页样式</a></td>\n</tr>\n</tbody>\n</table>\n<br />\n1、直接覆盖include/arc.listview.class页{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/1444221154O450-49140_lit.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('51','1','0','织梦模板首页或列表页面调用畅言的评论数','','http://www.dede58.com/a/dedesp/1786.html','1444221157','1','1','{dede:field name=\'keywords\'}织梦,模板,首页,列表,页面{/dede:field}\r\n{dede:field name=\'description\'}使用目标页面的sourceId，推荐（点我查看什么是sourceId） spanid=sourceId::${sourceId}class=cy_cmt_count/span 使用目标页面的url spanid=url::${topic_url}class=cy_cmt_count/span 使用目标页面的topicId spanid=topicI{/dede:field}\r\n{dede:field name=\'title\'}织梦模板首页或列表页面调用畅言的评论数{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<div>\n&nbsp;使用目标页面的sourceId，推荐（点我查看什么是sourceId）<br />\n&lt;span&nbsp;id&nbsp;=&nbsp;&quot;sourceId::${sourceId}&quot;&nbsp;class&nbsp;=&nbsp;&quot;cy_cmt_count&quot;&nbsp;&gt;&lt;/span&gt;<br />\n使用目标页面的url<br />\n&lt;span&nbsp;id&nbsp;=&nbsp;&quot;url::${topic_url}&quot;&nbsp;class&nbsp;=&nbsp;&quot;cy_cmt_count&quot;&nbsp;&gt;&lt;/span&gt;<br />\n使用目标页面的topicId<br />\n&lt;span&nbsp;id&nbsp;=&nbsp;&quot;topicId::${topicId}&quot;&nbsp;class&nbsp;=&nbsp;&quot;cy_cmt_count&quot;&nbsp;&gt;&lt;/span&gt;<br />\n页面最后，需要添加如下代码<br />\n<br />\n&lt;script&nbsp;id=&quot;cy_cmt_num&quot;&nbsp;src=&quot;<img src=\"/uploads/allimg/c151007/144422115G1N0-15U0.png\" />http://changyan.sohu.com/upload/plugins/plugins.list.count.js?clientId=cyrFzMEIb&quot;&gt;&lt;/script&nbsp;&gt;<br />\n下面是一个批量获取评论数的示例代码&nbsp;{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/144422115G1N0-15U0_lit.png{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('52','1','0','浅谈如何选择成都网站建设公司设计网站!','','http://www.dede58.com/a/dedesp/1791.html','1444221157','1','1','{dede:field name=\'keywords\'}成都网站建设,成都网站设{/dede:field}\r\n{dede:field name=\'description\'}2014年已经过去，2015年才刚刚开始。那么2015年我们如何去开展网络营销推广如何做好网站建设，如何去选择成都网站设计公司呢？{/dede:field}\r\n{dede:field name=\'title\'}浅谈如何选择成都网站建设公司设计网站!{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<br />\n&nbsp;<br />\n　随着时代的变迁我们对互联网越来越熟悉，但是在选择网站建设公司帮我们设计网站的时候还是一头雾水。<br />\n&nbsp;<br />\n　　2014年已经过去，2015年才刚刚开始。那么2015年我们如何去开展网络营销推广,如何做好网站建设，如何去选择成都网站设计公司呢？<br />\n&nbsp;<br />\n　　价格从几百几千甚至到几十万,参差不齐，特别是四川成都地区位处西部，做网站的客户应该如何选择网站建设网站建设公司呢？<br />\n&nbsp;<br />\n　　在这里数字立方告诉大家选择网站建设公司没有好与坏，只有选择适合自己的网站建设公司。<br />\n&nbsp;<br />\n　　怎么选择适合自己的网站建设公司呢？主要根据自己的预算配置来选择一个性价比高的网站建设公司<br />\n&nbsp;<br />\n　　假如客户想花最少的钱做，只是体验一下拥有网站的魅力，那不用考虑公司实力，直接在网上找一些智能建站的公司，几百块钱就可以做好，就算不想要了也您也不会心疼；<br />\n&nbsp;<br />\n　　假如客户想做网站不考虑后期维护等问题，预算在1000-2000，那可以选择仿造一个同行的模板，他们可以满足常规的网站建设，在这个价位上有能力把您的网站做好；<br />\n&nbsp;<br />\n　　假如客户想做一个展示自己公司实力、该网站在网络上有竞争力的时候，预算基本在几千或者上万，那就要慎重的筛选一下网站建设公司了，因为这是一笔不小的投资了。<br />\n　　<br />\n　　数字立方给您几个建议：<br />\n&nbsp;<br />\n　　1.要看网站建设公司自己设计的官网，如果一个网站建设公司自己的官网都乱七八糟，这样肯定无法满足咱们的页面效果；<br />\n&nbsp;<br />\n　　2.要看网站建设公司人员的服务和素质，因为网站建设乃至后期网络推广是一个长期的过程，如果网站建设公司服务素质等太差，难免矛盾重重，直接影响客户的网站价值；<br />\n&nbsp;<br />\n　　3.要考虑该公司能否提供后续的网络推广优化服务，有好的优化推广是进入互联网行业最重要的一步，做好网站是关键，网络推广才是重中之重；<br />\n&nbsp;<br />\n　　4.要考虑网站建设公司策划创意能力的强弱，如果只是依葫芦画瓢，没有创意的网站设计难以在互联网上生存，以无法体现客户与竞争对手的差异化。<br />\n&nbsp;<br />\n　　5.要考虑网站建设公司有没有掌握全局的能力，现今微信公众号二次开发微信公众号的建设开发、微博推广运营等自媒体的兴起，这些看似平凡，实则不凡的自媒体平台，为企业带来了具大的商机。<br />\n&nbsp;<br />\n　　<a href=\"http://www.028cube.com/\">成都数字立方信息技术有限公司</a>是四川成都地区专业制造高端网站建设、网络推广、微信二次开发、移动互联网等服务的公司，更多详情请登录数字立方官网：<a href=\"http://www.028cube.com/\">http://www.028cube.com/</a>.<br />\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('53','1','0','根据判断PC浏览器类型和手机屏幕像素自动调用不同CSS的代码','','http://www.dede58.com/a/dedesp/1966.html','1444221157','1','1','{dede:field name=\'keywords\'}根据,判断,浏览器,类型,手{/dede:field}\r\n{dede:field name=\'description\'}css媒体查询 php、asp、js判断客户端输出对应的样式 ------------------- 1.媒体查询方法在 css 里面这样写 -------------------- @media screen and (min-width: 320px) and (max-width: 480px){ 在这里写小屏幕设备的{/dede:field}\r\n{dede:field name=\'title\'}根据判断PC浏览器类型和手机屏幕像素自动调用不同CSS的代码{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<ol class=\"list-paddingleft-2\" style=\"margin: 0px; padding-right: 0px; padding-left: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n<li style=\"margin: 0px; padding: 0px;\">\n<p style=\"margin: 0.6em 0px; padding: 0px;\">\ncss媒体查询</p>\n<p style=\"margin: 0.6em 0px; padding: 0px;\">\n&nbsp;</p>\n</li>\n<li style=\"margin: 0px; padding: 0px;\">\n<p style=\"margin: 0.6em 0px; padding: 0px;\">\n&nbsp;</p>\n<p style=\"margin: 0.6em 0px; padding: 0px;\">\nphp、asp、js判断客户端输出对应的样式</p>\n</li>\n</ol>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n&nbsp;</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n------------------- 1.媒体查询方法在 css 里面这样写 --------------------</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n@media screen and (min-width: 320px) and (max-width: 480px){<br />\n在这里写小屏幕设备的样式<br />\n}</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n&nbsp;</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n@media only screen and (min-width: 321px) and (max-width: 1024px){<br />\n这里写宽度大于321px小于1024px的样式(一般是平板电脑)<br />\n}</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n&nbsp;</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n@media only screen and (min-width: 1029px){<br />\n这里写pc客户端的样式<br />\n}</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n&nbsp;</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n------------------- 2.用js根据客户端输出对应样式 --------------------</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n/*事实上用asp、php后台判断更保险，js在前端，有可能被用户禁止*/<br />\n<br />\nfunction loadCSS() {<br />\n&nbsp;if((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|wOSBrowser|BrowserNG|WebOS)/i))) {<br />\n&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;document.write(&#39;&lt;link href=&quot;css/pad-phone.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;&#39;);<br />\n&nbsp;&nbsp; &nbsp;}<br />\n&nbsp;&nbsp; &nbsp;else {<br />\n&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;document.write(&#39;&lt;link href=&quot;css/pc.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;&#39;);<br />\n&nbsp;&nbsp; &nbsp;}<br />\n}<br />\nloadCSS();</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n&nbsp;</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n&nbsp;</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n&nbsp;</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n------------------- 3.既判断分辨率，也判断浏览器-------------------</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n应E.Qiang提议,重新完善代码，使之成为判断浏览器类型屏幕分辨率自动调用不同CSS的代码。<br />\n代码如下：<br />\n&lt;SCRIPT LANGUAGE=&quot;JavaScript&quot;&gt;<br />\n&lt;!--<br />\nif (window.navigator.userAgent.indexOf(&quot;MSIE&quot;)&gt;=1)<br />\n{<br />\nvar IE1024=&quot;&quot;;<br />\nvar IE800=&quot;&quot;;<br />\nvar IE1152=&quot;&quot;;<br />\nvar IEother=&quot;&quot;;<br />\nScreenWidth(IE1024,IE800,IE1152,IEother)<br />\n}else{<br />\nif (window.navigator.userAgent.indexOf(&quot;Firefox&quot;)&gt;=1)<br />\n{<br />\n//如果浏览器为Firefox<br />\nvar Firefox1024=&quot;&quot;;<br />\nvar Firefox800=&quot;&quot;;<br />\nvar Firefox1152=&quot;&quot;;<br />\nvar Firefoxother=&quot;&quot;;<br />\nScreenWidth(Firefox1024,Firefox800,Firefox1152,Firefoxother)<br />\n}else{<br />\n//如果浏览器为其他<br />\nvar Other1024=&quot;&quot;;<br />\nvar Other800=&quot;&quot;;<br />\nvar Other1152=&quot;&quot;;<br />\nvar Otherother=&quot;&quot;;<br />\nScreenWidth(Other1024,Other800,Other1152,Otherother)<br />\n}<br />\n}<br />\nfunction ScreenWidth(CSS1,CSS2,CSS3,CSS4){<br />\nif ((screen.width == 1024) &amp;&amp; (screen.height == 768)){<br />\nsetActiveStyleSheet(CSS1);<br />\n}else{<br />\nif ((screen.width == 800) &amp;&amp; (screen.height == 600)){<br />\nsetActiveStyleSheet(CSS2);<br />\n}else{<br />\nif ((screen.width == 1152) &amp;&amp; (screen.height == 864)){<br />\nsetActiveStyleSheet(CSS3);<br />\n}else{<br />\nsetActiveStyleSheet(CSS4);<br />\n}}}<br />\n}<br />\nfunction setActiveStyleSheet(title){<br />\ndocument.getElementsByTagName(&quot;link&quot;)[0].href=&quot;style/&quot;+title;<br />\n}<br />\n//--&gt;<br />\n&lt;/SCRIPT&gt;<br />\n<br />\n解释：<br />\nvar IE1024=&quot;&quot;;<br />\nvar IE800=&quot;&quot;;<br />\nvar IE1152=&quot;&quot;;<br />\nvar IEother=&quot;&quot;;<br />\n引号里面分别填写，用户使用IE的时候并且分辨率为1024*768,800*600,1152*864要使用的css文件名.<br />\nvar Firefox1024=&quot;&quot;;<br />\nvar Firefox800=&quot;&quot;;<br />\nvar Firefox1152=&quot;&quot;;<br />\nvar Firefoxother=&quot;&quot;;<br />\n引号里面分别填写，用户使用FF的时候并且分辨率为1024*768,800*600,1152*864要使用的css文件名.<br />\nvar Other1024=&quot;&quot;;<br />\nvar Other800=&quot;&quot;;<br />\nvar Other1152=&quot;&quot;;<br />\nvar Otherother=&quot;&quot;;<br />\n引号里面分别填写，用户使用其他浏览器的时候并且分辨率为1024*768,800*600,1152*864要使用的css文件名.<br />\n<br />\n例子:<br />\n<br />\n不判断分辨率，只判断浏览器<br />\n<br />\n实现根据浏览器类型自动调用不同CSS。<br />\n<br />\n&lt;SCRIPT LANGUAGE=&quot;JavaScript&quot;&gt;<br />\n&lt;!--<br />\nif (window.navigator.userAgent.indexOf(&quot;MSIE&quot;)&gt;=1)<br />\n{&nbsp;&nbsp; &nbsp;<br />\n//如果浏览器为IE<br />\nsetActiveStyleSheet(&quot;default.css&quot;);<br />\n}else{<br />\nif (window.navigator.userAgent.indexOf(&quot;Firefox&quot;)&gt;=1)<br />\n{<br />\n//如果浏览器为Firefox<br />\nsetActiveStyleSheet(&quot;default2.css&quot;);<br />\n}else{<br />\n//如果浏览器为其他<br />\nsetActiveStyleSheet(&quot;newsky.css&quot;);<br />\n}<br />\n}<br />\nfunction setActiveStyleSheet(title){<br />\ndocument.getElementsByTagName(&quot;link&quot;)[0].href=&quot;style/&quot;+title;<br />\n}<br />\n//--&gt;<br />\n&lt;/SCRIPT&gt;<br />\n<br />\n解释：<br />\n如果浏览器为IE，则调用default.css<br />\n如果浏览器为Firefox，则调用default2.css<br />\n如果浏览器为其他，则调用newsky.css<br />\n<br />\n用法：<br />\n放在<br />\n&lt;/head&gt;<br />\n前面即可。<br />\n<br />\n<br />\n只要求判断根据屏幕宽度选择不同的CSS样式表。<br />\n<br />\n&lt;script language=javascript&gt;<br />\n&lt;!--<br />\nif (screen.width == 800)<br />\n{<br />\ndocument.write(&#39;&lt;link rel=stylesheet type=&quot;text/css&quot; href=&quot;css800.css&quot;&gt;&#39;)<br />\n}<br />\nelse {document.write(&#39;&lt;link rel=stylesheet type=&quot;text/css&quot; href=&quot;css1024.css&quot;&gt;&#39;)}<br />\n//--&gt;<br />\n&lt;/script&gt;</p>\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('54','1','0','网页启用Gzip压缩 提高浏览速度','','http://www.dede58.com/a/dedesp/1986.html','1444221157','1','1','{dede:field name=\'keywords\'}网页,启用,Gzip,压缩,提高{/dede:field}\r\n{dede:field name=\'description\'}Gzip压缩我很早已经就启用了，不过从未与大家分享过。近期由于备案问题，临时更换服务器，结果忘了启用Gzip压缩，周末利用空余时间启用了Gzip压缩，并把全部过程记录下来，与大家{/dede:field}\r\n{dede:field name=\'title\'}网页启用Gzip压缩 提高浏览速度{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\nGzip压缩我很早已经就启用了，不过从未与大家分享过。近期由于备案问题，临时更换服务器，结果忘了启用Gzip压缩，周末利用空余时间启用了Gzip压缩，并把全部过程记录下来，与大家分享。</p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n<strong>启用Gzip压缩的好处</strong></p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n它的好处显而易见，提高网页浏览速度，无论是之前说的精简代码、压缩图片都不如启用Gzip来的实在。下图为启用Gzip后的效果。</p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); text-align: center; background-color: rgb(245, 250, 255);\">\n<font face=\"inherit\"><span style=\"font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; height: auto;\"><img alt=\"网页启用Gzip压缩 提高浏览速度\" src=\"/uploads/allimg/c151007/144422115K6360-2HB.jpg\" style=\"margin: 0px; padding: 0px; border: 1px solid rgb(153, 153, 153); font-family: inherit; font-size: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; vertical-align: middle; color: transparent; display: inline-block; width: 637px; height: 236px;\" /></span></font></p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\nGzip压缩效率非常高，通常可以达到70%的压缩率，也就是说，如果你的网页有30K，压缩之后就变成了9K左右。</p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n<strong>第一步：打开IIS，启用HTTP压缩服务</strong></p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); text-align: center; background-color: rgb(245, 250, 255);\">\n<img alt=\"网页启用Gzip压缩 提高浏览速度\" border=\"0\" height=\"488\" src=\"/uploads/allimg/c151007/144422115M0930-315J.gif\" style=\"margin: 0px; padding: 0px; border: 1px solid rgb(153, 153, 153); font-family: inherit; font-size: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; vertical-align: middle; color: transparent; display: inline-block;\" width=\"577\" /></p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n右击&ldquo;网站&rdquo;-&gt;&ldquo;属性&rdquo;，选择&ldquo;服务&rdquo;。在&ldquo;HTTP压缩&rdquo;框中选中&ldquo;压缩应用程序文件&rdquo;和&ldquo; 压缩静态文件&rdquo;，按需要设置&ldquo;临时目录&rdquo;和&ldquo;临时目录的最大限制&rdquo;;</p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n<strong>第二步：启用web服务</strong></p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); text-align: center; background-color: rgb(245, 250, 255);\">\n<a class=\"bPic\" href=\"/uploads/allimg/150423/142110Ec-1.gif\" style=\"margin: 0px; padding: 0px; border: 0px; font-family: inherit; font-size: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; vertical-align: baseline; color: rgb(30, 62, 116); text-decoration: none;\"><img alt=\"网页启用Gzip压缩 提高浏览速度\" border=\"0\" height=\"458\" src=\"/uploads/allimg/150423/142110Ec-1.gif\" style=\"margin: 0px; padding: 0px; border: 1px solid rgb(153, 153, 153); font-family: inherit; font-size: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; vertical-align: middle; color: transparent; display: inline-block; width: 600px; height: auto;\" width=\"632\" /></a></p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n<strong>第三步：修改MetaBase.xml</strong></p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n开始 &gt; 运行中输入 c:\\windows\\system32\\inetsrv，找到 MeteBase.xml，先备份，在修改。（有的服务器不需要修改此文件便可以使用）</p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n搜索 Location =&quot;/LM/W3SVC/Filters/Compression/gzip&quot;</p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n仔细核对下代码：</p>\n<blockquote style=\"margin: 0px 0px 20px; padding: 15px 15px 15px 65px; border: 1px solid rgb(206, 216, 224); font-family: \'Hiragino Sans GB\', \'Microsoft YaHei\', 微软雅黑, STHeiti, \'WenQuanYi Micro Hei\', SimSun, sans-serif; font-stretch: inherit; vertical-align: baseline; border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; color: rgb(0, 0, 0); background-image: url(http://img.chinaz.com/templates/2014theme/img/blockquote.png); background-attachment: scroll; background-size: initial; background-origin: initial; background-clip: initial; background-position: 20px 20px; background-repeat: no-repeat;\">\n&lt;IIsCompressionScheme Location =&quot;/LM/W3SVC/Filters/Compression/deflate&quot;&nbsp;<br />\nHcCompressionDll=&quot;%windir%\\system32\\inetsrv\\gzip.dll&quot;&nbsp;<br />\nHcCreateFlags=&quot;0&quot;&nbsp;<br />\nHcDoDynamicCompression=&quot;TRUE&quot;&nbsp;<br />\nHcDoOnDemandCompression=&quot;TRUE&quot;&nbsp;<br />\nHcDoStaticCompression=&quot;FALSE&quot;&nbsp;<br />\nHcDynamicCompressionLevel=&quot;0&quot;&nbsp;<br />\nHcFileExtensions=&quot;htm&nbsp;<br />\nhtml&nbsp;<br />\ntxt&quot;&nbsp;<br />\nHcOnDemandCompLevel=&quot;10&quot;&nbsp;<br />\nHcPriority=&quot;1&quot;&nbsp;<br />\nHcScriptFileExtensions=&quot;asp&nbsp;<br />\ndll&nbsp;<br />\nexe&quot;&nbsp;<br />\n&gt;&nbsp;<br />\n&lt;/IIsCompressionScheme&gt;&nbsp;<br />\n&lt;IIsCompressionScheme Location =&quot;/LM/W3SVC/Filters/Compression/gzip&quot;&nbsp;<br />\nHcCompressionDll=&quot;%windir%\\system32\\inetsrv\\gzip.dll&quot;&nbsp;<br />\nHcCreateFlags=&quot;1&quot;&nbsp;<br />\nHcDoDynamicCompression=&quot;TRUE&quot;&nbsp;<br />\nHcDoOnDemandCompression=&quot;TRUE&quot;&nbsp;<br />\nHcDoStaticCompression=&quot;TRUE&quot;&nbsp;<br />\nHcDynamicCompressionLevel=&quot;0&quot;&nbsp;<br />\nHcFileExtensions=&quot;htm&nbsp;<br />\nhtml&nbsp;<br />\ntxt&quot;&nbsp;<br />\nHcOnDemandCompLevel=&quot;10&quot;&nbsp;<br />\nHcPriority=&quot;1&quot;&nbsp;<br />\nHcScriptFileExtensions=&quot;asp&nbsp;<br />\ndll&nbsp;<br />\nexe&quot;&nbsp;<br />\n&gt;&nbsp;<br />\n&lt;/IIsCompressionScheme&gt;</blockquote>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n替换成：</p>\n<blockquote style=\"margin: 0px 0px 20px; padding: 15px 15px 15px 65px; border: 1px solid rgb(206, 216, 224); font-family: \'Hiragino Sans GB\', \'Microsoft YaHei\', 微软雅黑, STHeiti, \'WenQuanYi Micro Hei\', SimSun, sans-serif; font-stretch: inherit; vertical-align: baseline; border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; color: rgb(0, 0, 0); background-image: url(http://img.chinaz.com/templates/2014theme/img/blockquote.png); background-attachment: scroll; background-size: initial; background-origin: initial; background-clip: initial; background-position: 20px 20px; background-repeat: no-repeat;\">\n&lt;IIsCompressionScheme Location =&quot;/LM/W3SVC/Filters/Compression/gzip&quot;&nbsp;<br />\nHcCompressionDll=&quot;%windir%\\system32\\inetsrv\\gzip.dll&quot;&nbsp;<br />\nHcCreateFlags=&quot;1&quot;&nbsp;<br />\nHcDoDynamicCompression=&quot;TRUE&quot;&nbsp;<br />\nHcDoOnDemandCompression=&quot;TRUE&quot;&nbsp;<br />\nHcDoStaticCompression=&quot;TRUE&quot;&nbsp;<br />\nHcDynamicCompressionLevel=&quot;10&quot;&nbsp;<br />\nHcFileExtensions=&quot;html&nbsp;<br />\ncss&nbsp;<br />\njs&nbsp;<br />\nhtm&nbsp;<br />\nxml&nbsp;<br />\ntxt&quot;&nbsp;<br />\nHcOnDemandCompLevel=&quot;10&quot;&nbsp;<br />\nHcPriority=&quot;1&quot;&nbsp;<br />\nHcScriptFileExtensions=&quot;php&nbsp;<br />\ndll&quot;&nbsp;<br />\n&gt;&nbsp;<br />\n&lt;/IIsCompressionScheme&gt;&nbsp;<br />\n&lt;IIsCompressionScheme Location =&quot;/LM/W3SVC/Filters/Compression/deflate&quot;&nbsp;<br />\nHcCompressionDll=&quot;%windir%\\system32\\inetsrv\\gzip.dll&quot;&nbsp;<br />\nHcCreateFlags=&quot;2&quot;&nbsp;<br />\nHcDoDynamicCompression=&quot;TRUE&quot;&nbsp;<br />\nHcDoOnDemandCompression=&quot;TRUE&quot;&nbsp;<br />\nHcDoStaticCompression=&quot;TRUE&quot;&nbsp;<br />\nHcDynamicCompressionLevel=&quot;10&quot;&nbsp;<br />\nHcFileExtensions=&quot;html&nbsp;<br />\ncss&nbsp;<br />\njs&nbsp;<br />\nhtm&nbsp;<br />\nxml&nbsp;<br />\ntxt&quot;&nbsp;<br />\nHcOnDemandCompLevel=&quot;10&quot;&nbsp;<br />\nHcPriority=&quot;1&quot;&nbsp;<br />\nHcScriptFileExtensions=&quot;php&nbsp;<br />\ndll&quot;&nbsp;<br />\n&gt;&nbsp;<br />\n&lt;/IIsCompressionScheme&gt;</blockquote>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n修改好后，在服务中停止IIS Admin Service 服务。</p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); text-align: center; background-color: rgb(245, 250, 255);\">\n<img alt=\"网页启用Gzip压缩 提高浏览速度\" border=\"0\" height=\"279\" src=\"/uploads/allimg/c151007/144422115NQ10-5UW.gif\" style=\"margin: 0px; padding: 0px; border: 1px solid rgb(153, 153, 153); font-family: inherit; font-size: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; vertical-align: middle; color: transparent; display: inline-block;\" width=\"474\" /></p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n然后在保存MeteBase.xml，保存好后再启动IIS。这样Gzip压缩就启用成功了。</p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n最后，测试Gzip压缩是否成功，可以到站长工具<a href=\"http://tool.chinaz.com/Gzips/\" style=\"margin: 0px; padding: 0px; border: 0px; font-family: inherit; font-size: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; vertical-align: baseline; color: rgb(30, 62, 116); text-decoration: none;\" target=\"_blank\">http://tool.chinaz.com/Gzips/</a>进行检测。</p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n<strong>提示：</strong></p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; border: 0px; font-family: \'Segoe UI\', Tahoma, Arial; font-size: 14px; font-stretch: inherit; line-height: 27px; vertical-align: baseline; text-indent: 2em; color: rgb(0, 0, 0); background-color: rgb(245, 250, 255);\">\n本文仅针对windows的IIS服务器上演示的，VPS主机、独立服务器均可以实现，虚拟主机用户需要咨询空间商（一般虚拟主机都启用了Gzip）如果你的站在启用Gzip压缩时遇到了困难，可在此跟帖评论与交流，我会竭尽全力为大家解答。</p>\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/144422115K6360-2HB_lit.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('55','1','0','改变dede首页幻灯片 默认样式，简单使用 + 演示图','','http://www.dede58.com/a/dedesp/1987.html','1444221158','1','1','{dede:field name=\'keywords\'}改变,dede,首页,幻灯片,默认{/dede:field}\r\n{dede:field name=\'description\'}实现目标： 改变 dede 首页幻灯片 默认样式 ，可自定义宽度和高度 使用方法 ：将文本（ dede 首页幻灯片 样式修改 .txt ）中的文件全部复制 替换掉 首页模板 中相关代码即可。 效果图：{/dede:field}\r\n{dede:field name=\'title\'}改变dede首页幻灯片 默认样式，简单使用 + 演示图{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<font size=\"5\" style=\"line-height: 1.5em; color: rgb(51, 51, 51); font-family: Arial;\"><span style=\"font-weight: 700;\">实现目标：</span>改变&nbsp;<span style=\"color: rgb(255, 102, 204);\"><span style=\"font-weight: 700;\">dede</span></span>&nbsp;<span style=\"color: rgb(255, 0, 0);\"><span style=\"font-weight: 700;\">首页幻灯片</span></span>&nbsp;&nbsp;<span style=\"color: rgb(0, 0, 255);\"><span style=\"font-weight: 700;\">默认样式</span></span>，可自定义宽度和高度&nbsp;</font><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<font size=\"5\" style=\"line-height: 1.5em; color: rgb(51, 51, 51); font-family: Arial;\"><span style=\"font-weight: 700;\">使用方法</span>：将文本（<span style=\"color: rgb(102, 102, 0);\">dede 首页幻灯片 样式修改 .txt</span>）中的文件全部复制&nbsp;<span style=\"color: rgb(102, 0, 0);\"><span style=\"font-weight: 700;\">替换掉</span></span>&nbsp;首页模板 中相关代码即可。</font><span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\">&nbsp;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<font size=\"5\" style=\"line-height: 1.5em; color: rgb(51, 51, 51); font-family: Arial;\"><span style=\"font-weight: 700;\">效果图：</span></font><span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\">&nbsp;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<img border=\"0\" src=\"/uploads/allimg/c151007/144422115PE50-AM9.jpg\" style=\"border: 0px; color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px; max-width: 700px; max-height: 700px;\" /><span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\">&nbsp;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<span style=\"font-family: Arial; font-size: 14px; line-height: 21.6000003814697px; color: rgb(102, 0, 204);\"><font size=\"5\" style=\"line-height: 1.5em;\">附件</font></span><span style=\"font-family: Arial; font-size: 14px; line-height: 21.6000003814697px; color: rgb(102, 0, 204);\"><font size=\"5\" style=\"line-height: 1.5em;\">隐</font></span><span style=\"font-family: Arial; font-size: 14px; line-height: 21.6000003814697px; color: rgb(102, 0, 204);\"><font size=\"5\" style=\"line-height: 1.5em;\">藏，回复可见。</font></span><span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\">&nbsp;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\">@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&nbsp;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<font size=\"6\" style=\"line-height: 1.5em; color: rgb(51, 51, 51); font-family: Arial;\"><span style=\"font-weight: 700;\">另附：精美的DEDECMS幻灯片展示,有演示截图案</span></font><span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\">&nbsp;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\">@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&nbsp;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<img border=\"0\" src=\"/uploads/allimg/c151007/144422115QcZ-MQ4.jpg\" style=\"border: 0px; color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px; max-width: 700px; max-height: 700px;\" /><span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\">&nbsp;&nbsp;</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px;\" />\n<h6 class=\"f12 quoteTips\" style=\"margin: 0px; padding: 5px 10px 5px 28px; font-size: 12px; font-weight: normal; border-width: 1px 1px 0px; border-top-style: dotted; border-right-style: dotted; border-left-style: dotted; border-top-color: rgb(236, 164, 106); border-right-color: rgb(236, 164, 106); border-left-color: rgb(236, 164, 106); color: rgb(51, 51, 51); font-family: Arial; line-height: 21.6000003814697px; background: url(http://bbs.dedecms.com/images/admin/lightbulb.png) 8px 6px no-repeat rgb(255, 250, 225);\">\n&nbsp;</h6>\n<div class=\"p10\" style=\"margin: 0px; padding: 10px; word-break: break-all; word-wrap: break-word; color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.6000003814697px; border-width: 0px 1px 1px; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; border-right-color: rgb(236, 164, 106); border-bottom-color: rgb(236, 164, 106); border-left-color: rgb(236, 164, 106);\">\n&lt;script language=&#39;javascript&#39;&gt;&nbsp;<br />\nlinkarr = new Array();&nbsp;<br />\npicarr = new Array();&nbsp;<br />\ntextarr = new Array();&nbsp;<br />\nvar focus_width=305;&nbsp;<br />\nvar focus_height=225;&nbsp;<br />\nvar text_height=20;&nbsp;<br />\nvar pics = &quot;&quot;;&nbsp;<br />\nvar links = &quot;&quot;;&nbsp;<br />\nvar texts = &quot;&quot;;&nbsp;<br />\nvar swf_height = focus_height+text_height;&nbsp;<br />\nvar defJpeg = &quot;{dede:global name=&#39;cfg_phpurl&#39;/}/img/jpeg.jpg&quot;;&nbsp;<br />\n//这里设置调用标记&nbsp;<br />\n{dede:arclist row=&#39;5&#39; type=&#39;image&#39; orderby=&#39;id&#39;}&nbsp;<br />\nlinkarr[[field:global name=autoindex/]] = &quot;[field:arcurl/]&quot;;&nbsp;<br />\npicarr[[field:global name=autoindex/]] = &quot;[field:picname/]&quot;;&nbsp;<br />\ntextarr[[field:global name=autoindex/]] = &quot;[field:title function=&#39;html2text(@me)&#39; /]&quot;;&nbsp;<br />\n{/dede:arclist}&nbsp;<br />\nfor(i=1;i&lt;picarr.length;i++)&nbsp;<br />\n{if(picarr<i>.indexOf(&quot;jpg&quot;)==-1 &amp;&amp; picarr<i>.indexOf(&quot;JPG&quot;)==-1) picarr<i>&nbsp;= defJpeg;&nbsp;<br />\nif(pics==&quot;&quot;) pics = picarr<i>;&nbsp;<br />\nelse pics += &quot;|&quot;+picarr<i>;&nbsp;<br />\n}&nbsp;<br />\nfor(i=1;i&lt;linkarr.length;i++)&nbsp;<br />\n{if(links==&quot;&quot;) links = linkarr<i>;&nbsp;<br />\nelse links += &quot;|&quot;+linkarr<i>;&nbsp;<br />\n}&nbsp;<br />\nfor(i=1;i&lt;textarr.length;i++)&nbsp;<br />\n{if(texts==&quot;&quot;) texts = textarr<i>;&nbsp;<br />\nelse texts += &quot;|&quot;+textarr<i>;&nbsp;<br />\n}&nbsp;<br />\ndocument.write(&#39;&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0&quot; width=&quot;&#39;+ focus_width +&#39;&quot; height=&quot;&#39;+ swf_height +&#39;&quot;&gt;&#39;);&nbsp;<br />\ndocument.write(&#39;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;/templets/flash/pixviewer.swf&quot;&gt;&#39;);&nbsp;<br />\ndocument.write(&#39;&lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;&lt;param name=&quot;bgcolor&quot; value=&quot;#ffffff&quot;&gt;&#39;);&nbsp;<br />\ndocument.write(&#39;&lt;param name=&quot;menu&quot; value=&quot;false&quot;&gt;&lt;param name=wmode value=&quot;opaque&quot;&gt;&#39;);&nbsp;<br />\ndocument.write(&#39;&lt;param name=&quot;FlashVars&quot; value=&quot;pics=&#39;+pics+&#39;&amp;links=&#39;+links+&#39;&amp;texts=&#39;+texts+&#39;&amp;borderwidth=&#39;+focus_width+&#39;&amp;borderheight=&#39;+focus_height+&#39;&amp;textheight=&#39;+text_height+&#39;&quot;&gt;&#39;);&nbsp;<br />\ndocument.write(&#39;&lt;embed src=&quot;/templets/flash/pixviewer.swf&quot; wmode=&quot;opaque&quot; FlashVars=&quot;pics=&#39;+pics+&#39;&amp;links=&#39;+links+&#39;&amp;texts=&#39;+texts+&#39;&amp;borderwidth=&#39;+focus_width+&#39;&amp;borderheight=&#39;+focus_height+&#39;&amp;textheight=&#39;+text_height+&#39;&quot; menu=&quot;false&quot; bgcolor=&quot;#ffffff&quot; quality=&quot;high&quot; width=&quot;&#39;+ focus_width +&#39;&quot; height=&quot;&#39;+ focus_height +&#39;&quot; allowScriptAccess=&quot;sameDomain&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; /&gt;&#39;);&nbsp;<br />\ndocument.write(&#39;&lt;/object&gt;&#39;);&nbsp;<br />\n&lt;/script&gt;&nbsp;</i></i></i></i></i></i></i></i></i><br />\n<table width=\"450\">\n<tbody>\n<tr>\n<td height=\"30\" width=\"20\">\n<a href=\"/uploads/soft/150423/1-150423145Z7.zip\" target=\"_blank\"><img align=\"middle\" alt=\"\" border=\"0\" src=\"/plus/img/addon.gif\" /></a></td>\n<td>\n<span style=\"color: rgb(255, 0, 0); line-height: 18px;\">dede 首页幻灯片 样式修改 .txt</span></td>\n</tr>\n</tbody>\n</table>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/144422115PE50-AM9_lit.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('56','1','0','网站如何301跳转？介绍301跳转设置的详细方法','','http://www.dede58.com/a/dedesp/1999.html','1444221160','1','1','{dede:field name=\'keywords\'}网站,如何,301,跳转,介绍{/dede:field}\r\n{dede:field name=\'description\'}我前俩天因为自己网站搬家,所以分别跟大家讲了404页面和discuz更换域名教程! 那么今天跟大家讲讲网站301跳转设置的详细方法! 众所周知,当网站换了域名之后,老域名为了避免权重的流失{/dede:field}\r\n{dede:field name=\'title\'}网站如何301跳转？介绍301跳转设置的详细方法{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n我前俩天因为自己网站搬家,所以分别跟大家讲了404页面和discuz更换域名教程!</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　那么今天跟大家讲讲网站301跳转设置的详细方法!</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　众所周知,当网站换了域名之后,老域名为了避免权重的流失,肯定要设置网站301跳转到新的域名,那么,网站该如何跳转?</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　下面是301跳转的俩种方法:</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　1.当a.com跳转到b.com 打开a.com/1.html也跳转到b.com</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　2.当a.com跳转到b.com 打开a.com/1.html跳转到b.com/1.html</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　那么,以上那种方法才能更好的让权重传递呢?</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　肯定是第二个了,因为第二个可以让权重流失降到最低,而不会把所有权重集中到首页,同时对用户搜索的体验有好处,打一个比方,你的旧网站有排名 别人搜索一个词找到了你的网站 链接是a.com/1.html ，但是打开了却跳转到首页b.com 那么你认为他是会悠闲的在你网站继续搜索那个词，还是关掉你的网站进入别的网站呢?</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　由上得知,第二种方法，不仅在传递权重和用户体验方面都比第一种好!那么黄坤就来讲一下,如何设置301跳转?</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　下面是黄坤提供的俩种方法:</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　一.IIS设置方法</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　打开IIS网站属性找到主目录选择重定向到url,同时选择资源的永久重定向和上面输入准确的url</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　同时在重定向的url后面加上$S$Q字符</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　如图:</p>\n<center style=\"font-size: 14px; font-family: 微软雅黑; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; color: rgb(0, 0, 0); line-height: 23px; background: rgb(245, 248, 253);\">\n<img alt=\"1\" border=\"0\" data-bd-imgshare-binded=\"1\" height=\"292\" src=\"/uploads/allimg/c151007/14442211604M10-14226.jpg\" style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; max-width: 615px; background: transparent;\" width=\"300\" /></center>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　二:.htaccess设置301跳转</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　只要在.htaccess文件中输入</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　RewriteCond %{HTTP_HOST} ^jmdrkj.cn</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　RewriteRule ^(.*)$ http://www.jmdrkj.cn $1 [R=permanent,L]</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　上面这串代码就可以了</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　如图:</p>\n<center style=\"font-size: 14px; font-family: 微软雅黑; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; color: rgb(0, 0, 0); line-height: 23px; background: rgb(245, 248, 253);\">\n<img alt=\"2\" border=\"0\" data-bd-imgshare-binded=\"1\" height=\"117\" src=\"/uploads/allimg/c151007/14442211605c60-23614.jpg\" style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; max-width: 615px; background: transparent;\" width=\"300\" /></center>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　一些301常遇到的问题:</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　1.为什么我这样设置后,网站301跳转却跳转到静态页面,明明我网站做了伪静态?</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　织梦58:这样的原因解决方法是把301跳转的代码放到伪静态规则上面去!具体请看上面的图!</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　2.我的网站想弄几个域名301重定向到新站,要怎么搞?</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　织梦58:RewriteCond %{HTTP_HOST} ^76o.com</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　RewriteRule ^(.*)$ http://www.76o.com$1 [R=permanent,L]</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　RewriteCond %{HTTP_HOST} ^doubiwang.com</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　RewriteRule ^(.*)$ http://www.76o.com$1 [R=permanent,L]</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　这样依次递加就行,具体可以看我上面的图设置!</p>\n<p style=\"font-size: 14px; font-family: 微软雅黑; margin: 15px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; line-height: 23px; color: rgb(0, 0, 0); background: rgb(245, 248, 253);\">\n　　织梦58推荐使用.htaccess设置301的方法!具体使用看大家的情况了!</p>\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/14442211604M10-14226_lit.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('57','1','0','如何让网站在手机和PC上分别显示不同的联盟广告？','','http://www.dede58.com/a/dedesp/2529.html','1444221160','1','1','{dede:field name=\'keywords\'}如何,站在,手机,分别,显示{/dede:field}\r\n{dede:field name=\'description\'}今天帮人做有偿服务的时候遇到了如题的这样的问题,他想在手机、IPAD等移动端显示不同的广告联盟的广告代码,那么怎么分别显示不同的代码呢? 封程中 给大家说说. 其实很简单,无非就{/dede:field}\r\n{dede:field name=\'title\'}如何让网站在手机和PC上分别显示不同的联盟广告？{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p style=\"margin: 0px 0px 15px; padding: 0px; list-style: none; border: none; font-size: 14px; line-height: 28px; color: rgb(37, 37, 37); text-indent: 2em; font-family: tahoma, arial, 宋体; background-color: rgb(253, 253, 253);\">\n今天帮人做有偿服务的时候遇到了如题的这样的问题,他想在手机、IPAD等移动端显示不同的广告联盟的广告代码,那么怎么分别显示不同的代码呢? 封程中 给大家说说.</p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; list-style: none; border: none; font-size: 14px; line-height: 28px; color: rgb(37, 37, 37); text-indent: 2em; font-family: tahoma, arial, 宋体; background-color: rgb(253, 253, 253);\">\n其实很简单,无非就是判断,和显示,下面我直接给出代码.在需要放广告的位置直接加入以下代码：</p>\n<blockquote style=\"font-family: \'italic Times\', serif; font-size: 14px; width: auto; margin: 20px 10px 20px 25px; padding: 10px; color: rgb(0, 0, 0); line-height: 20px; border-width: 1px; border-style: solid; border-color: rgb(180, 219, 255) rgb(222, 220, 181); border-radius: 3px; text-indent: 23px; background: url(http://img.chinaz.com/templates/2015style/images/icon/openquote.gif) 0% 0% no-repeat no-repeat rgb(227, 242, 255);\">\n<pre class=\"brush: applescript; fontsize: 100; first-line: 1; \" style=\"font-family: \'Courier New\', monospace; font-size: 12px; width: 561.328125px; overflow: auto; margin-top: 0px; margin-bottom: 0px; padding: 0px; background: rgb(247, 247, 247);\">\r\n &lt;script&gt;\r\n\r\nvar url = location.search;\r\n\r\nurl = url.substr(1);\r\n\r\nvar bs={\r\n\r\nversions:function(){\r\n\r\nvar u = navigator.userAgent, app = navigator.appVersion;\r\n\r\nreturn {\r\n\r\ntrident: u.indexOf(&#39;Trident&#39;) &gt; -1, \r\n\r\npresto: u.indexOf(&#39;Presto&#39;) &gt; -1,\r\n\r\nwebKit: u.indexOf(&#39;AppleWebKit&#39;) &gt; -1, \r\n\r\ngecko: u.indexOf(&#39;Gecko&#39;) &gt; -1 &amp;&amp; u.indexOf(&#39;KHTML&#39;) == -1, \r\n\r\nmobile: !!u.match(/AppleWebKit.*Mobile.*/)||!!u.match(/AppleWebKit/), \r\n\r\nios: !!u.match(/\\(i[^;]+;( U;)? CPU.+Mac OS X/), \r\n\r\nandroid: u.indexOf(&#39;Android&#39;) &gt; -1 || u.indexOf(&#39;Linux&#39;) &gt; -1, \r\n\r\niPhone: u.indexOf(&#39;iPhone&#39;) &gt; -1,\r\n\r\niPad: u.indexOf(&#39;iPad&#39;) &gt; -1         \r\n\r\n};\r\n\r\n}(),\r\n\r\nlanguage:(navigator.browserLanguage || navigator.language).toLowerCase()\r\n\r\n} \r\n\r\nvar flag = true;\r\n\r\nif(bs.versions.mobile &amp;&amp; url!=&#39;mobile&#39;){\r\n\r\nif(bs.versions.android||bs.versions.iPhone||bs.versions.iPad||bs.versions.ios){\r\n\r\nflag=false;\r\n\r\n}\r\n\r\n}\r\n\r\nif(flag){\r\n\r\n/*这里放PC的广告*/\r\n\r\nvar cpro_id = &quot;u2dsadas314&quot;;  \r\n\r\ndocument.write(&quot;&lt;script src=&#39;http://cpro.baidustatic.com/cpro/ui/c.js&#39; type=&#39;text/javascript&#39;&gt;\r\n&lt;/sc&quot;+&quot;ript&gt;&quot;);\r\n\r\n}else{\r\n\r\n/*这里放移动的广告*/\r\n\r\nvar cpro_id = &quot;u223dsada09&quot;;\r\n\r\ndocument.write(&quot;&lt;script src=&#39;http://cpro.baidustatic.com/cpro/ui/cm.js&#39; type=&#39;text/javascript&#39;&gt;\r\n&lt;/sc&quot;+&quot;ript&gt;&quot;);\r\n\r\n}\r\n\r\n&lt;/script&gt; </pre>\n</blockquote>\n<p style=\"margin: 0px 0px 15px; padding: 0px; list-style: none; border: none; font-size: 14px; line-height: 28px; color: rgb(37, 37, 37); text-indent: 2em; font-family: tahoma, arial, 宋体; background-color: rgb(253, 253, 253);\">\n最上面这块代码就是用来区分访问类型的,大家可以看到有Android、ipad、iphone、linux什么的</p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; list-style: none; border: none; font-size: 14px; line-height: 28px; color: rgb(37, 37, 37); font-family: tahoma, arial, 宋体; background-color: rgb(253, 253, 253);\">\n<img alt=\"如何让网站在手机和PC上分别显示不同的联盟广告？\" src=\"/uploads/allimg/c151007/1444221160LQ0-329B.jpg\" style=\"margin: 10px auto; padding: 5px; list-style: none; border: 0px; font-size: 12px; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 8px; vertical-align: bottom; width: 600px; height: 214px; background: rgb(251, 251, 251);\" title=\"如何让网站在手机和PC上分别显示不同的联盟广告？\" /></p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; list-style: none; border: none; font-size: 14px; line-height: 28px; color: rgb(37, 37, 37); text-indent: 2em; font-family: tahoma, arial, 宋体; background-color: rgb(253, 253, 253);\">\n然后下面有个判断,大家直接把PC和手机广告放里面就可以了.</p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; list-style: none; border: none; font-size: 14px; line-height: 28px; color: rgb(37, 37, 37); text-indent: 2em; font-family: tahoma, arial, 宋体; background-color: rgb(253, 253, 253);\">\npc是上面的代码块,手机的是下面的代码块,然后引js的格式不要改我的,不然你会报错的,只需替换内容即可.</p>\n<p style=\"margin: 0px 0px 15px; padding: 0px; list-style: none; border: none; font-size: 14px; line-height: 28px; color: rgb(37, 37, 37); text-indent: 2em; font-family: tahoma, arial, 宋体; background-color: rgb(253, 253, 253);\">\n希望可以帮助到各位</p>\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/1444221160LQ0-329B_lit.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('58','1','0','网站联系我们里的百度地图是如何标注的','','http://www.dede58.com/a/dedesp/2532.html','1444221161','1','1','{dede:field name=\'keywords\'}网站,联系,我们,百度,地图{/dede:field}\r\n{dede:field name=\'description\'}最近经常有会员请教类似的问题：模板中的百度地图的初始位置显示不对，怎么改成默认显示想要的位置？ 统一回复：可以访问百度名片，标注下再获取下代码回来复制替换上就好了。{/dede:field}\r\n{dede:field name=\'title\'}网站联系我们里的百度地图是如何标注的{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}最近经常有会员请教类似的问题：模板中的百度地图的初始位置显示不对，怎么改成默认显示想要的位置？<br />\n<br />\n统一回复：可以访问百度名片，标注下再获取下代码回来复制替换上就好了。<br />\n<img alt=\"\" src=\"/uploads/allimg/c151007/1444221160a1Z-44923.png\" style=\"width: 800px; height: 570px;\" /><br />\n<br />\n百度名片网址：http://api.map.baidu.com/mapCard/setInformation.html<br />\n<br />\n当然，大家可以选择更漂亮点的效果<br />\n<br />\n<a href=\"http://api.map.baidu.com/lbsapi/createmap/index.html\"><span style=\"color:#ff0000;\"><strong>http://api.map.baidu.com/lbsapi/createmap/index.html &nbsp;</strong></span></a><span style=\"font-family: Consolas, \'Lucida Console\', monospace; white-space: pre-wrap;\">地图快速生成器<br />\n<br />\n<img alt=\"\" src=\"/uploads/allimg/c151007/14442211611b60-5a15.jpg\" /></span><br />\n<br />\n我们还可以做得更好些：<br />\n<a href=\"http://pan.baidu.com/s/1bnDdq0J\">http://pan.baidu.com/s/1bnDdq0J </a>&nbsp;下载这个map.htm,,这是我共享出来的效果，大家可以结果百度的标注改下，就得到最终的效果，如图<br />\n<img alt=\"\" src=\"/uploads/allimg/c151007/1444221161460P-64Z2.jpg\" style=\"width: 706px; height: 408px;\" /><br />\n<br />\n希望大家喜欢！！<br />\n<br />\n<br />\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/1444221160a1Z-44923_lit.png{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('59','1','0','CSS样式中字体乱码相应解决办法','','http://www.dede58.com/a/dedesp/2588.html','1444221161','1','1','{dede:field name=\'keywords\'}CSS,样式,字体,乱码,相应{/dede:field}\r\n{dede:field name=\'description\'}中文名 英文名 Unicode Unicode2 Windows 新细明体 PMingLiU \\65B0\\7EC6\\660E\\4F53 新细明体 细明体 MingLiU \\7EC6\\660E\\4F53 细明体 标楷体 DFKai-SB \\6807\\6977\\4F53 标楷体 黑体 SimHei \\9ED1\\4F53 黑体 宋体 SimSun \\5B8B{/dede:field}\r\n{dede:field name=\'title\'}CSS样式中字体乱码相应解决办法{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<table cellpadding=\"0\" cellspacing=\"1\" style=\"border-collapse: collapse; border-spacing: 0px; width: 679px; border-style: solid; border-color: rgb(221, 221, 221); line-height: 16px; color: rgb(68, 68, 68); font-family: \'Microsoft Yahei\', 宋体, 微软雅黑, Arial, \'Lucida Grande\', Tahoma, sans-serif;\">\n<thead>\n<tr>\n<th style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221); background: rgb(249, 249, 249);\" width=\"85\">\n<span style=\"font-family: 微软雅黑;\">中文名</span></th>\n<th style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221); background: rgb(249, 249, 249);\" width=\"150\">\n<span style=\"font-family: 微软雅黑;\">英文名</span></th>\n<th style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221); background: rgb(249, 249, 249);\" width=\"200\">\n<br />\n<span style=\"font-family: 微软雅黑;\">Unicode</span></th>\n<th style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221); background: rgb(249, 249, 249);\" width=\"200\">\n<span style=\"font-family: 微软雅黑;\">Unicode2</span></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"4\" style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221); text-align: center;\">\n<br />\n<span style=\"font-family: 微软雅黑;\"><strong style=\"color: rgb(35, 35, 35);\">Windows</strong></span></td>\n</tr>\n<tr>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">新细明体</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">PMingLiU</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">\\65B0\\7EC6\\660E\\4F53</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">新细明体</span></td>\n</tr>\n<tr>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">细明体</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">MingLiU</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">\\7EC6\\660E\\4F53</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">细明体</span></td>\n</tr>\n<tr>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">标楷体</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">DFKai-SB</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">\\6807\\6977\\4F53</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">标楷体</span></td>\n</tr>\n<tr>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">黑体</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">SimHei</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">\\9ED1\\4F53</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">黑体</span></td>\n</tr>\n<tr>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">宋体</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">SimSun</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">\\5B8B\\4F53</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">宋体</span></td>\n</tr>\n<tr>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">新宋体</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">NSimSun</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">\\65B0\\5B8B\\4F53</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">新宋体</span></td>\n</tr>\n<tr>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">仿宋</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">FangSong</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">\\4EFF\\5B8B</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">仿宋</span></td>\n</tr>\n<tr>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">楷体</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">KaiTi</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">\\6977\\4F53</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">楷体</span></td>\n</tr>\n<tr>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">仿宋_GB2312</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">FangSong_GB2312</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">\\4EFF\\5B8B_GB2312</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">仿宋_GB2312</span></td>\n</tr>\n<tr>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">楷体_GB2312</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">KaiTi_GB2312</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">\\6977\\4F53_GB2312</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">楷体_GB2312</span></td>\n</tr>\n<tr>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">微软正黑体</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">Microsoft JhengHei</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">\\5FAE\\x8F6F\\6B63\\9ED1\\4F53</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">微软正黑体</span></td>\n</tr>\n<tr>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">微软雅黑</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">Microsoft YaHei</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">\\5FAE\\8F6F\\96C5\\9ED1</span></td>\n<td style=\"margin: 0px; padding: 8px; border-style: solid; border-color: rgb(221, 221, 221);\">\n<span style=\"font-family: 微软雅黑;\">微软雅黑</span><br />\n&nbsp;</td>\n</tr>\n</tbody>\n</table>\n<br />\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('60','1','0','HTML5来了：5个好用的混合式App开发工具','','http://www.dede58.com/a/dedesp/2617.html','1444221161','1','1','{dede:field name=\'keywords\'}HTML5,来了,5个,用的,混合式{/dede:field}\r\n{dede:field name=\'description\'}在残酷的移动互联网竞争环境下，HTML5技术一直受到各方关注，HTML5颠覆原生App的争论也从未停止过，不管怎样HTML5生态的构建方兴未艾。不过对于移动开发者来说更关心的问题是如何低{/dede:field}\r\n{dede:field name=\'title\'}HTML5来了：5个好用的混合式App开发工具{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>\n在残酷的移动互联网竞争环境下，HTML5技术一直受到各方关注，&ldquo;HTML5颠覆原生App&rdquo;的争论也从未停止过，不管怎样HTML5生态的构建方兴未艾。不过对于移动开发者来说更关心的问题是如何低成本、周期短开发出体验效果好的App，所以当下用HTML5远比赌HTML5更现实。于是，一个一直被提及但是从没有占据过统治地位的概念又一次走进了移动开发者们的视野，那就是跨平台开发。</p>\n<p>\n　　AD：WOT2015互联网运维与开发者大会热销抢票</p>\n<p>\n　　在残酷的移动互联网竞争环境下，HTML5技术一直受到各方关注，&ldquo;HTML5颠覆原生App&rdquo;的争论也从未停止过，不管怎样HTML5生态的构建方兴未艾。不过对于移动开发者来说更关心的问题是如何低成本、周期短开发出体验效果好的App，所以当下用HTML5远比赌HTML5更现实。于是，一个一直被提及但是从没有占据过统治地位的概念又一次走进了移动开发者们的视野，那就是跨平台开发。</p>\n<p>\n　　目前国内外已经有很多基于HTML5的跨平台开发工具，你并不需要任何的原生应用编程经验，你只需要一些HTML的相关知识，懂一些CSS和JavaScript，运用工具中所提供的各种丰富的功能模块，便可在很短时间内完成App的开发而且让你的App具备完美的原生体验。</p>\n<p>\n　　推荐几款跨平台工具</p>\n<p>\n　　1、Appcelerator</p>\n<p>\n　　Appcelerator的Titanium开发平台使开发者可以通过HTML、PHP、JavaScript、Ruby、Python等Web编程语言开发手机、平板和桌面的原生App。其优势在于它可以让用户轻松地访问超过300个API以及定位信息。</p>\n<p>\n　　此外，Appcelerator提供针对特定行为或事件定制的统计。App的数据既可储存在云端，也可储存在设备上。</p>\n<p>\n　　2、APICloud</p>\n<p>\n　　APICloud是一款&ldquo;云端一体&rdquo;的移动开发平台，信仰&ldquo;云端一体&rdquo;的理念，重新定义了移动应用开发。APICloud为开发者从&ldquo;云&rdquo;和&ldquo;端&rdquo;两个方向提供API，简化移动应用开发技术，让移动应用的开发周期从一个月缩短到7天。APICloud由&ldquo;云API&rdquo;和&ldquo;端API&rdquo;两部分组成，可以帮助开发者快速实现移动应用的开发、测试、发布、管理和运营的全生命周期管理。</p>\n<p>\n　　2、PhoneGap</p>\n<p>\n　　PhoneGap是一个免费且开源的开发环境，使开发者可以开发出在Android、Palm、黑莓、iPhone、iTouch及iPad等设备上运行的App。其使用的是HTML和JavaScript等标准的Web开发语言。开发者使用PhoneGap进行开发，可调用加速计、GPS/定位、照相机、声音等功能。</p>\n<p>\n　　PhoneGap还提供Adobe AIR App以及在线的培训课程，帮助开发者了解原生API并在他们自己的平台上开发移动App。</p>\n<p>\n　　4、NativeScript</p>\n<p>\n　　NativeScript是使用移动平台的JavaScript引擎来进行跨平台开发。逻辑部分自然无需多说，关键在于如何使用平台特性。NativeScript是通过反射得到所有平台API，预编译它们，然后将这些API注入到JavaScript运行环境，接下来在Javascript调用后拦截这个调用，并运行native代码。NativeScript是使用大量web开发的技巧来进行app开发，因为工具链和语言都非常熟悉受到了很多前端开发者的欢迎。</p>\n<p>\n　　5、Kinvey</p>\n<p>\n　　Kinvey同样是一个为移动应用开发者提供后台创建服务的平台。Kinvey强调加速移动应用开发与销售的&ldquo;即取即用&rdquo;理念。Kinvey的中间层与数据层均托管在多个云服务提供商处，包括Rackspace、Amazon与Microsoft。所有通过Kinvey存储的数据都会有四种方式备份：Amazon EC2、Windows Azure、Rackspace以及Kinvey自己的服务器，假如其中一两个出现了故障，用户的数据依然安然无恙。</p>\n<p>\n　　总结：</p>\n<p>\n　　关于HTML5和原生App的争论一直在继续，不论最后谁能取胜，开发者更关心App的开发速度和最终体验。合理的使用工具会让开发效率大大提升，甚至达到事半功倍的效果，希望能有一款适合您。</p>\n<p>\n　　期待未来有一天，App开发可以像在纸上画画一样简单。</p>\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('61','1','0','平面设计师如何提高自己的设计水平？','','http://www.dede58.com/a/dedesp/2628.html','1444221164','1','1','{dede:field name=\'keywords\'}平面,设计师,如何,提高,自{/dede:field}\r\n{dede:field name=\'description\'}我看到多数类似问题的答案，都是和商业相关联的，这或许也是中国平面艺术无法得到质的改变的原因之一。 如果有注意到我的措辞，应该会注意到平面艺术这个词。因为我一直觉得，{/dede:field}\r\n{dede:field name=\'title\'}平面设计师如何提高自己的设计水平？{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n我看到多数类似问题的答案，都是和商业相关联的，这或许也是中国平面艺术无法得到质的改变的原因之一。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n如果有注意到我的措辞，应该会注意到&ldquo;平面艺术&rdquo;这个词。因为我一直觉得，多数人进入平面设计这个行业都是将其做为了职业选择，而导致最终发现它其实不是艺术。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n您无法在这篇文章的结尾找到完全解答疑惑的总结语，但是如果您愿意慢慢读完，那么或许会增加使您成为平面艺术家的可能性。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n在最开始，我还是要讲一下商业设计，因为即使是对于一个视平面艺术为梦想的人，也无法避开商业设计，除非您有足够的财力支撑自己的梦想。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n与此同时，我打算通过对商业设计的介绍，将平面设计艺术进行一个不完整的划分，引出后面内容。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n<strong>对于商业平面设计的指引</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n国内职场的平面设计职位大多都被&ldquo;广告平面设计&rdquo;、&ldquo;互联网平面设计&rdquo;和&ldquo;导视平面设计&rdquo;这三大类覆盖了，而考虑到题目中&ldquo;在传统平面设计行业做平面设计&rdquo;这句话，再加上为了引出后面的平面艺术的内容，所以我决定只谈一下商业广告平面设计。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n<strong>关于商业广告平面设计的分层法</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n这是我个人总结出的快速提升并能让自己明确学习方法的设计分层法。如果有前人早已经总结过类似的方法，那么请原谅我过少的信息获取量。而且如果我这篇文章存在漏洞和错误，希望能向我指出，谢谢。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n首先，我要通过一些相比之下风格较为简约的海报来进行分层法的入门</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n<img alt=\"平面设计师如何提高自己的设计水平？\" height=\"\" id=\"\" src=\"/uploads/allimg/c151007/144422116392160-11448.png\" style=\"border: 0px; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto; vertical-align: bottom; color: rgb(37, 37, 37); font-family: tahoma, arial, 宋体; font-size: 14px; line-height: 28px; text-align: center; text-indent: 28px;\" width=\"\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-align: center; background-color: rgb(248, 248, 248);\">\n<img alt=\"平面设计师如何提高自己的设计水平？\" height=\"1\" src=\"/uploads/allimg/c151007/144422116392160-11448.png\" style=\"border: none; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto;\" width=\"1\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n原研哉爱知世博会海报之一</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n<strong>首先我列举一下分层法的三层：&ldquo;背景层&rdquo;，&ldquo;图形层&rdquo;，&ldquo;信息层&rdquo;</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n针对原研哉这张海报，我们分别分析下这三层，这张海报的背景层使用了浅灰色，图形层创作了兔子，森林与形状的组合图形，信息层创作了一个接近金色的文字组合。这三层以下、中、上的顺序排列起来，相信您对于这张海报在的结构在脑海中已经有了构想。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n无论多么复杂的商业广告设计，都是靠这三层建立的。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n我继续举例为您讲述分层法，接下来的例子我用两个比较复杂的影视海报设计为例。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n<img alt=\"平面设计师如何提高自己的设计水平？\" height=\"\" id=\"\" src=\"/uploads/allimg/c151007/1444221164100Z-22S7.png\" style=\"border: 0px; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto; vertical-align: bottom; color: rgb(37, 37, 37); font-family: tahoma, arial, 宋体; font-size: 14px; line-height: 28px; text-align: center; text-indent: 28px;\" width=\"\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-align: center; background-color: rgb(248, 248, 248);\">\n<img alt=\"平面设计师如何提高自己的设计水平？\" height=\"1\" src=\"/uploads/allimg/c151007/1444221164100Z-22S7.png\" style=\"border: none; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto;\" width=\"1\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n《神奇四侠》影视海报</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n这张海报中，背景层使用了经过处理的大楼街道场景图片，图形层使用了经过处理的四个主角的形象照片，信息层有三 块，分别是顶部的文字信息，电影名称的金属文字信息，底部的公司及日期信息。这三层同样是以下中上的顺序叠加起来。相信您会提出异议，这里已经不是三层 了，因为文字就要三层，图形层的四个人物也可以理解为四层，如果考虑背景层的大楼后期复杂度，层数就更多了。是的，现在最重要的一点就是让您能清楚地在一 个复杂的画面中，清晰地分割成三层，这三层不是细致的三层，而是一个概括的，本质上的分层。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n这张海报的分层还是比较中规中矩，都是按照上中下排序的，接下来我用来举例的影视海报，将打乱三层的排布顺序。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n<img alt=\"平面设计师如何提高自己的设计水平？\" height=\"\" id=\"\" src=\"/uploads/allimg/c151007/14442211642cP-32Z3.png\" style=\"border: 0px; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto; vertical-align: bottom; color: rgb(37, 37, 37); font-family: tahoma, arial, 宋体; font-size: 14px; line-height: 28px; text-align: center; text-indent: 28px;\" width=\"\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-align: center; background-color: rgb(248, 248, 248);\">\n<img alt=\"平面设计师如何提高自己的设计水平？\" height=\"1\" src=\"/uploads/allimg/c151007/14442211642cP-32Z3.png\" style=\"border: none; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto;\" width=\"1\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n《Mad Max》影视海报</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n在这张海报里面，背景层使用了天空和一些零散的车辆，第一个信息层是片名，其上是图形层的人物和地面，在 它上面的又是一个信息层FURY ROAD字样，从趴在地上的人部分可以看出来这样的分层关系。还有其他的信息层和图形层分布在不同位置，它们有多种理解方法，比如顶部信息层是独立的，他 可以理解为在MAD MAX之下，也可以理解为在MAD MAX之上，反正只要是在背景层之上，它的顺序都没有问题。我将这种无法确定的层级关系叫做&ldquo;不明确层级&rdquo;。仅仅是层级这一块，能讲的理论也不是一天就能 完成的，这是一个很庞大的内容，所以我不会在此文中再细说了。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n<img alt=\"平面设计师如何提高自己的设计水平？\" height=\"\" id=\"\" src=\"/uploads/allimg/c151007/14442211644UF-41D2.png\" style=\"border: 0px; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto; vertical-align: bottom; color: rgb(37, 37, 37); font-family: tahoma, arial, 宋体; font-size: 14px; line-height: 28px; text-align: center; text-indent: 28px;\" width=\"\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-align: center; background-color: rgb(248, 248, 248);\">\n<img alt=\"平面设计师如何提高自己的设计水平？\" height=\"1\" src=\"/uploads/allimg/c151007/14442211644UF-41D2.png\" style=\"border: none; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto;\" width=\"1\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n《鸟》影视海报</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n这张海报属于一个特殊的例子，因为图形层形成了信息层，鸟群的图形组成了THE BIRD字样。这种无法确定的层级类型我叫它&ldquo;多类型层&rdquo;，而我给出的理解定义就是，&ldquo;在一个作品中，多类型层必须定义为其中一种层类型，并放弃其他全部 层类型&rdquo;。这种抉择会有效地帮助创作时候分析问题。这种拥有多类型层的作品非常多，而且相比常规类型层组成作品更具有创意性，更容易吸引人的眼球。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n好了，经过几个作品的分析，我们可以确定，所有的海报都可以用分层法来讲述，那么DM单，产品包装等等商业平面设计是否可以也用分层法来讲述呢，答案是肯定的。这里我就不一一举例了。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n明白了分层法，我就可以告诉您如何正确有效地提升设计水平了，很简单的方法，那就是逐一击破。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">\n首先要明白一个定义&ldquo;任何类型的层内容是没有限制的&rdquo;，例如摄影作品可以是背景层，也可以是图形层，也可以是信息层。因为笼统地说，一切元素都是信息，都是图形，也都可以作为背景。这个分层只是帮助我们对作品进行理解和有秩序地创作。接下来我要说的就是不同类型的层最常遇到的元素形式。</p>\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/144422116392160-11448_lit.png{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('62','1','0','网站被恶意泛域名解析问题的解决方案','','http://www.dede58.com/a/dedesp/2630.html','1444221165','1','1','{dede:field name=\'keywords\'}网站,恶意,域名,解析,题的{/dede:field}\r\n{dede:field name=\'description\'}貌似最近不有少的网站被人做了恶意泛域名解析，连xbiao.c_o_m也在其中，见下图1。鉴于许多朋友遇到了这样的问题，我就把自己处理这个被恶意泛解析难题时的过程发出来，仅供大家参{/dede:field}\r\n{dede:field name=\'title\'}网站被恶意泛域名解析问题的解决方案{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n貌似最近不有少的网站被人做了恶意泛域名解析，连xbiao.c_o_m也在其中，见下图1。鉴于许多朋友遇到了这样的问题，我就把自己处理这个被恶意泛解析难题时的过程发出来，仅供大家参考之。如果大家有什么不明白的地方，欢迎找我单聊，我可以提供技术指导。也在此感谢松松提供这个机会与大家交流。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n------以下是正文开始-------</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n今天在照例检查我们的网站时，突然发现site结果中出现了很多博彩类的二级域名，立即意识到我们的网站被人做了恶意泛域名解析了!见图1：</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong>图1：网站被恶意泛解析的截图记录</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-align: center; background-color: rgb(248, 248, 248);\">\n<img alt=\"4步解决网站被恶意泛域名解析的难题\" height=\"580\" src=\"/uploads/allimg/c151007/1444221164FO0-53O7.gif\" style=\"border: none; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto;\" title=\"网站被恶意泛解析的截图记录\" width=\"521\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong>泛域名解析是什么意思</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n如果你是黑帽或者是暴力行业的SEO从业者，肯定对泛域名解析不陌生，如果你是个SEO初学者，想了解更多关于什么是泛域名解析的知识，请看我另一篇文章《SEO基础教程：什么是泛域名解析》自行补脑。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong>网站被恶意泛域名解析后的解决方法</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n下面直奔正题，说说我是怎么解决网站被恶意泛域名解析这个问题的。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n首先，因为泛域名解析，当然是被人黑了域名管理平台才能进行泛解析的，所以直接想到了万网的域名管理平台(我域名在万网买的)。结果登录平台一看，原来当初因为图解析方便，把域名解析服务转移到了DNSPOD上面了。进入我的DNSPOD帐户一看，好家伙!果然被人动了手脚，如图2，二话不说先把DNSPOD帐号的密码给改了。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong>图2：DNSPOD帐号里的恶意泛域名解析</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-align: center; background-color: rgb(248, 248, 248);\">\n<img alt=\"4步解决网站被恶意泛域名解析的难题\" height=\"161\" src=\"/uploads/allimg/c151007/1444221164TG0-B922.gif\" style=\"border: none; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto;\" title=\"DNSPOD帐号里的恶意泛域名解析\" width=\"583\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n改完密码，接下来就是要处理掉这些已经被百度收录的恶意泛解析页面了。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n咨询了一下身边做过泛域名解析的朋友，人家建议我把已经收录的泛二级域名重新解析到一个404错误页面上。可是我看了看收录数，仅包含&ldquo;娱乐&rdquo;的收录数就有146个，见图3.如果一个个重新解析到一个404页面上去，我得操作多久啊!果断放弃这个方式，转而想其他的办法。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong>图3：仅包含&ldquo;娱乐&rdquo;的收录数就有146个</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-align: center; background-color: rgb(248, 248, 248);\">\n<img alt=\"4步解决网站被恶意泛域名解析的难题\" height=\"296\" src=\"/uploads/allimg/c151007/1444221164Z950-H3M.gif\" style=\"border: none; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto;\" title=\"边百度相关资料边思考解决办法\" width=\"580\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n边百度相关资料边思考解决办法，突然想到，既然黑客能泛解析到他的空间上，那我不是也可以解析到自己的空间上，并全部把泛解析指向一个404错误页面，这样不就一下子解决了全部问题了吗?于是我把黑客原来的IP地址换成了我们自己服务器的IP。如图4.</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong>图4：把黑客原来的IP地址换成了我们自己服务器的IP</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-align: center; background-color: rgb(248, 248, 248);\">\n<img alt=\"4步解决网站被恶意泛域名解析的难题\" height=\"127\" src=\"/uploads/allimg/c151007/1444221164bL0-Y556.gif\" style=\"border: none; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto;\" title=\"把黑客原来的IP地址换成了我们自己服务器的IP\" width=\"593\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n接下来回到自己的服务器中，新建了一个网站叫fanjiexi，主机名处什么都不用填写，如图5：</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong>图5：新建一个叫fanjiexi的网站</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-align: center; background-color: rgb(248, 248, 248);\">\n<img alt=\"4步解决网站被恶意泛域名解析的难题\" height=\"228\" src=\"/uploads/allimg/c151007/14442211A04930-91430.gif\" style=\"border: none; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto;\" title=\"全部返回404错误状态码\" width=\"511\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n新建一条URL重写的规则，如果不是来自我正常解析的域名，就全部返回404错误状态码，这样就有效地告诉了蜘蛛，我这个页面是不存在的，你不要再抓取了。如图6、图7：</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong>图6：新建一条URL重写的规则</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-align: center; background-color: rgb(248, 248, 248);\">\n<img alt=\"4步解决网站被恶意泛域名解析的难题\" height=\"513\" src=\"/uploads/allimg/c151007/14442211A13120-106138.gif\" style=\"border: none; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto;\" title=\"新建一条URL重写的规则\" width=\"594\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n图7：意思是如果不是来自我正常解析的域名，就全部返回404错误状态码</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-align: center; background-color: rgb(248, 248, 248);\">\n<img alt=\"4步解决网站被恶意泛域名解析的难题\" height=\"491\" src=\"/uploads/allimg/c151007/14442211A22Q0-114161.gif\" style=\"border: none; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto;\" title=\"全部返回404错误状态码\" width=\"562\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n最后，我们用站长工具里的&ldquo;页面HTTP状态查询&rdquo;工具来测试一下，效果如图8，所有被恶意泛解析的二级域名均正常返回404错误状态码。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong>图8：所有被恶意泛解析的二级域名均正常返回404错误状态码</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-align: center; background-color: rgb(248, 248, 248);\">\n<img alt=\"4步解决网站被恶意泛域名解析的难题\" height=\"267\" src=\"/uploads/allimg/c151007/14442211A30A0-124120.gif\" style=\"border: none; margin: 15px 0px; padding: 0px; max-width: 100%; height: auto;\" title=\"所有被恶意泛解析的二级域名均正常返回404错误状态码\" width=\"596\" /></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n至此，我们的网站被恶意泛域名解析后的解决工作全部结束了。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n当然，黑客给我们制造了这么多垃圾页面，流量也不能丢了啊，于是我又做了一个漂亮点的404错误页面，吸引被误带到我们网站的访客点击，如果你想看看现在的404错误页面效果，请点击这里。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong>总结一下步骤：</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n1、修改域解析管理平台密码;</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n2、修改被恶意泛解析的IP地址为自己服务器的IP地址;</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n3、去服务器上新建要被我们善意泛解析到的一个网站;</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n4、写一条URL重写规则，如果是非正常解析的域名，就全部返回404错误码。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n补充一点：这些工作做完以后，最好到百度站长平台去提交一下问题反馈，让百度知道这是别人恶意攻击以及我们已经采取补救措施了。</p>\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/1444221164FO0-53O7_lit.gif{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('63','1','0','手机网站目前优化有哪些技巧？','','http://www.dede58.com/a/dedesp/2638.html','1444221165','1','1','{dede:field name=\'keywords\'}手机,网站,目前,优化,哪些{/dede:field}\r\n{dede:field name=\'description\'}最近医疗行业都在加大手机网站建设，但是手机网站基本上都没有排名！不知道其他行业手机网站优化有没有开始研究！希望有大佬总结一些干货经验来分享一下！ 手机网站百度搜索引{/dede:field}\r\n{dede:field name=\'title\'}手机网站目前优化有哪些技巧？{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>\n最近医疗行业都在加大手机网站建设，但是手机网站基本上都没有排名！不知道其他行业手机网站优化有没有开始研究！希望有大佬总结一些干货经验来分享一下！</p>\n<div>\n<img alt=\"手机站\" src=\"/uploads/allimg/c151007/14442211A4PF-1320Y.jpg\" style=\"width: 389px; height: 239px;\" />{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/14442211A4PF-1320Y_lit.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('64','1','0','平面设计师必读之中文字体排版法则经验分享','','http://www.dede58.com/a/dedesp/2629.html','1444221165','1','1','{dede:field name=\'keywords\'}平面,设计师,必读,中文字{/dede:field}\r\n{dede:field name=\'description\'}在中国的商业设计里面是离不开汉字的，可是很多设计师在做所谓的私人创作时往往就回避汉字，全是清一色的英文字母。汉字的编排其实很能见一个设计师的功力，大一点说作品里面{/dede:field}\r\n{dede:field name=\'title\'}平面设计师必读之中文字体排版法则经验分享{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n在中国的商业设计里面是离不开汉字的，可是很多设计师在做所谓的私人创作时往往就回避汉字，全是清一色的英文字母。汉字的编排其实很能见一个设计师的功力，大一点说作品里面文字的编排与设计就能看出这个设计师够不够老到。我很喜欢日本的设计，很大一部分原因就是他们的汉字编排。看一看怎么说汉字的编排吧，如果你是一个认真的设计师，相信耐心看完肯定大有收获的。<br style=\"margin: 0px; padding: 0px;\" />\n先要说一说汉字与拉丁字母的区别：字母是一种纯粹发音符号，每个字母本身并没有意义，单词的意义来自于这些字母之间的横向串式组合，而汉字的组字方式是以象形为原始基础，也就是每个字都具有特别的意义，一个简单的字可能在远古时代就代表了一个复杂的生活场景，因而它也是世界上最形象的文字。两者之间的阅读方式和解读方式都有本质的不同，因此，汉字的编排不能照搬英文的编排方式，它们两者之间在编排上有一些客观的区别。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n首先，就是同样字号的实际大小不同，英文因为都是字母，字母的构成结构非常简单，一般在印刷上3号大小的英文都能清晰可辨，而汉字因为结构的复杂，在印刷上5号字已经接近辨认极限了，因而在设计时汉字因为要考虑可阅读性，在设计中就不如英文的字号大小灵活多变。还有英文字母线条比较流畅，因为弧线多，所以画面容易产生动感，这一点上比汉字生动多变。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n第二，就是英文编排容易成&quot;段&quot;，因为英文每个单词都有相当的横向长度，有时一个单词就相当于中文一句话的长度，单词之间是以空格做为区分，所以英文在排版时，哪怕是一句话，也大多做为&quot;段&quot;来考虑编排；而这点中文就完全不同，中文的每个字占的字符空间一样，非常规整，一句话的长度在一般情况下是不能拆成&quot;段&quot;来处理，所以中文在排版的自由性和灵活性上比不上英文，各种限制严格得多。虽然现代设计中有大量的对汉字进行解构的实验作品和商业作品，但总体来说，还是不能大量推广，毕竟，这种实验牺牲的就是人们习惯的汉字阅读的方便性。汉字的整体编排容易成句、成行，视觉效果更接近一个个规则的几何点和条块，而英文的整体编排容易成段、成篇，视觉效果比较自由活泼，有更强的不连续的线条感，容易产生节奏和韵律感。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n第三，就是英文的篇幅普遍比相同意义的汉字的篇幅要多，在设计时，英文本身更容易成为一个设计主体，而且因为英文单词的字母数量不一样，在编排时，对齐左边那么右边都会产生自然的不规则的错落，这在汉字编排时不太可能出现的，汉字编排每个段是一个完整的&quot;块&quot;，很难产生这种错落感。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n第四，汉字的编排规则比英文严格复杂得多，比如段前空两字，标点不能落在行首、标点占用一个完整字符空间，竖排时必须从右向左，横排时从左向右等等，这些规则也给汉字编排提高了难度。而英文段落在编排时只能横排，只能从左向向，段前不需空格，符号只占半个字符空间，这给英文编排提供了更大更灵活的空间。这些区别在设计时都需要特别注意，不要照搬英文的排版模式来编排汉字，处理不好就会不伦不类！</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n那么对于汉字，究竟应该以一种什么样的原则和原理来进行编排才能使字、句、段、篇看起来美观清晰呢？本人在实践中，有一些经验可以拿出来与大家商讨，我在进行汉字编排时一般遵循的流程是：<strong>理解&mdash;分类&mdash;粗排&mdash;精确细排&mdash;校对</strong></p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong><span style=\"color: rgb(255, 0, 0);\">1、理解：</span></strong>在进行文字的编排之前，首先要理解文字的内容。我见过很多设计师只注重版式美现而不关注文字内容，把文字一拿到手就开始编排，从不考虑文字在说什么，他们的原则是文字一定要服从于版式需要。这是不正确的设计方法，对于一篇文案稿，如果我们不去理解它的表述内容，就很容易本末倒置。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n一个标题，究竟用什么字体？用多大字号？横排还是竖排？这些是由整体版面气质和文字表述的内容所共同决定的，而不是按我们的惯性思维理解，标题一定要大，要突出，要用粗壮的字体。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n我们要深刻理解文字到底在说些什么，才能为我们选择字体字号提供依据，才能让文字的视觉感受与表述内容保持统一，才能为我们选择合适的插图提供指导方向。当然这种理解不是表面性的理解，还是真正吃透它所表达的意思，有时一些文字的意义是指东道西的，表面上是说这件事，其实它真正想表现是却是另一个道理，这就需要设计师有较强的理解能力。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong><span style=\"color: rgb(255, 0, 0);\">2、分类：</span></strong>分类也就是把我们理解的文字段分成几个层级，并为其分配相应的占用空间和大致的视觉位置。谁是主标题，谁是广告词，谁是副标题，谁是内文，内文的组成结构是怎样的，是否需要进行视觉归纳或者是内容归纳等等，把这些问题搞清楚了，我们就可以为把这些文字分类成几个层级。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n第一级是最重要和突出的，比如主标题、广告词、副标题等，第二级是对第一级的辅助说明或者是次于第一级的，比如内文和某些特别需要强调的电话号码等，第**是最次要的，比如跋、通联、页码、旁注等等，一般情况下分成三个层级就足够了，但有时会有一些很专业的技术图表和技术参数类的文本编排就另当别论了。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n需要特别说明的是，这种分类并不是绝对的，只是一个模糊、大概的基本轮廓，可以让我们了解到编排对象的在版面中的功能和意义。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n最后要做的就是为各个层级的文字内容分配视觉空间，如果有插图配合的话，应该同时考虑插图和文本的空间占用（在这个过程中，最容易出现的问题就是，很多设计师喜欢先把插图定位得很死，把空间都计算好了，在编排文字的时候发现文字的空间不够，这时只能到处找多余的空间把文字硬塞进去，或者牺牲文字的字号大小来妥协，最后的效果就是到处都很挤，到处都不合理，这些对于新手来说要特别注意，文本的容量和插图的容量一定要同时考虑，在有必要的时候一定要对插图的空间进行调整，不要舍不得，整体效果永远都要比局部的效果重要）。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n这里的空间分配的原则就是：每个文本元素都一定要有相对独立的空间，要让它看起来本来就应该在那儿，那块空间本来就是为它而留下的，而不是让人感觉是没有地方放了硬塞在那儿的。这是一个考验设计师整体调控能力的过程，因为空间是固定不变的，而每个元素之间又是互动的，A元素的空间多一点就意味着另一个B元素的空间就会少一点，那么如何让其占用空间均衡合理，要需要从版面美感、视觉流程、表述内容、版面风格、阅读习惯等多方面去考虑，千万不要过早为它下定论，多实验几次才能找到最佳解决方案。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong><span style=\"color: rgb(255, 0, 0);\">3、粗排：</span></strong>经历了前面的过程，设计师心中应该已经有了一个初步的构想，粗排的过程就是把这些构想视觉化，以形成一个基本的编排风格，这个过程仍然是一个创作的过程，是对前面提出的编排构想实践和检验的过程，主要是检验各个文本元素占用空间的情况是否合理，（这里要特别注意的一点是，现在已经是在做成品了，因此要随时把自已调整到做成品的状态上来，成品的实际有多大，有时在电脑上体现不出来的，要以实际的印刷经验来判断文本的大小是否合理，是否适合正常的阅读习惯）。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n粗排主要是针对以下几个方面来进行：</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\nA、对于内文，如果篇幅过长，应该考虑为其分栏：分栏的方式有两种：一种就是把整个篇幅平均分成几个相同容量的段块，另一种就是根据文本内容的结构，以自然段为基础进行分栏，也就是每一段分为一栏，这种分栏方式能产生比较灵活自由、错落有致的视觉风格，但不是所有的篇幅都可以这样来分，它只适合于自然段比较明显均衡，段落数量不多，各个段之间的文本容积相差不大的条件下才可以实现。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n分栏的另一个要注意的地方就是栏宽的确定，一般来说，15-25个字的栏宽视觉效果比较适舒，超长或超短都会引起阅读的不方便。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\nB、字体的设置：字体的问题牵涉很广，由于篇幅有限，在这里我也只能简短介绍一些实践过程的经验与大家共勉。首先要明白的一点就是：不同的字体有着不同的性格和气质，也就是说字体是有生命的。许多设计师对使用字体很迷茫，不知道什么情况下该使用什么样的字体，其实这就是没有去真正关注字体性格的结果。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n现在电脑上的字库五花八门，基本上我们所需要的字体在里面都能找到，但似乎选择的余地越大情况却越糟糕，各种字体出现在不应该出现的场合已是司空见惯！所以我们要学会区分各种字体的适合范围，一个基本原则就是字体的气质与版面的气质是否吻合？</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n比如说楷体，楷体是一种非常经典的字体，经过一千多年文明和无数书法大师的不断锤炼，已经非常成熟了，每一个字都经得起推敲，具有很强的文化气质，因此在做具有文化感和传统味的设计中可以使用。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n宋体也是一种历经几个朝代的字体，被前人们修饰得无可挑剔，端庄秀丽，有贵族气质，还有仿宋体，刚柔结合，精致细腻，很唯美的字体。黑体是一种现代字体，刚挺稳重，有力量感，很醒目，但稍嫌笨重粗糙，但后来发展出来的等线体却非常精致耐看，很有现代小资的感觉，低调却不粗俗，且自成一派。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n但有些字体在设计中却尽量少用或避免使用，比如文鼎的新字库里面的稀奇古怪的字体，非常粗俗，层次很低，然后就是综艺体、中行书、隶书之类的电脑字体，粗糙难看，气质很差。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n真正经得起推敲的几种字体是：宋体（标宋、书宋、大宋、中宋、仿宋、细仿宋）、黑体（中黑、平黑、细黑、大黑）、楷体（中楷、大楷、特楷）、等线体（中等线、细等线）、圆黑体（中圆、细圆、特圆），这些字体是一些标准的基础字体，虽然普通却很耐看，一般内文都使用这些字体。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n当然，也有一些未列入进来的好字体，比如方正繁秀丽体和汉鼎的繁黑变，我就觉得非常不错。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n好的字体要用好的表现方式，对于每一种字体的挑选，一定要根据版面传达的内容和气质进行对照选择，不要带有个人喜好，许多平常不用的基础字体要尝试着去用，这样能加深对字体的理解，还有就是参考好的设计作品，看他们是如何使用文字的。总是就是不要乱用，要有切实可行道理，最关键就是一定要有视觉美感。关于字体，还要补充一点，书法字体和手写字体是对字体过于雷同的一种好的解决方法，某些特别的版面上，使用这种很自我的字体能让版面产生灵气和个性。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\nC、字号大小的确定：粗排过程中，每个层级的文本字号应该基本确定，这对于形象画册、书籍装帧设计来说尤为重要，因为这种多页的设计物需要在文字上有统一的视觉风格，每个层级的文本元素应该在不同的版面上保持相同或统一的视觉性格。字号的大小确定需要有三个依据：</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n一是各个层级元素之间的对比关系，a应该比b大多少，c应该比b小多少，应该要把各个层级之间的轻重关系体现出来。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n二是版面整体比例关系，也就是让文字突出但不唐突，弱化但要可见。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n三是成品的视觉效果，这是最重要的，比如一段内文，在报纸广告上可能8号至10号就足够了，但在海报招贴上，因为阅读距离的不同，可能需要24号字以上才能看清楚，而在形象画册上，6号至8号字都能看得很清楚，10号字都已经感觉偏大了一点。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n所以根据不同的成品媒介考虑不同的字号大小是非常重要的，千万不能依赖电脑屏幕的显示效果做为最终依据，要经常培养对字号大小的敏感程度，在一个经验丰富的设计师眼里，8号字和9号字的区别是非常大的，它们代表着完全不同的表现力。总之一点，字号的大小是一种固定物理尺度，在设计中不能以单纯的感性观察作为确定依据，而要同时加入理性经验和成品概念来作为参考的依据。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n另外要注意的一点是字体的不同也可能对字号大小的造成视觉偏差，一般来说，字符的占用比较满的字体（如黑体）在同等字号情况下看起来偏大，反之（如楷体）则偏小，这些在不同字体混排时经常出现，需要对其进行视觉修正，一般可以加入正负0.1-0.2的修正值就可以解决。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n在编排时，字号的大小级数不能出现太多（除非你在刻意创造某些特殊视觉效果而需要进行混排），最好每个层级只使用一种字号大小，对于同一层级的不同隶属关系的文本，可以用字体进行区分，否则字号级数过多，将造成整个版面的杂乱无章。一般来说，第一层级的字号大小与第二层级的大小区别要比较大，而第二层级与第三层级的字号大小差距应该要小一点，这样可以清晰地体现出各个层级之间的区别。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\nD、字距和行距的再设计：这个问题是很多设计师都忽略的问题，所以要在这里重点说一说。为什么说&quot;字距和行距的再设计&quot;而不是&quot;字距和行距的调整&quot;，因为这里面的变化如同中国古代的八卦阵，复杂多变，不同的字距和行距设定会产生完全不同的视觉风格，已经可以说成是一种&quot;再设计&quot;。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n看到过很多设计师在进行文字编排时，直接使用电脑默认的字距和行距进行排版，花了大量精力在字体和字号大小或者段落形状上做文章，却完全忽略或者不重视字距和行距的再设计，以至于最后总是不得要领，结果不尽人意。汉字是方块字，每个字的占位空间完全一样，所以编排中非常容易出现呆板、沉闷、粗糙的视觉效果，解决这个问题的法宝就是字距和行距的调整。如何让一段文字看起来精致、清晰可辨？不单单是字号大小的问题，而是每一个字、每一行字、每一段文本、每一篇章的上下左右的空间间隔距离是否合理。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n一般来说，字距的确定是由字体结构来决定的，因为每种字体对字符的占用空间是不一样的，比如楷体，结构比较自由灵活，对字符四边的占用率比较小，所以它所要求的&quot;字距&quot;也相对较小，字距太宽的话视觉效果就会散，阅读起来很吃力。而黑体和宋体则对四边的空间利用率很高，字符很满，因此它所需要的字距空间就比楷体要稍微大一点，才能让阅读者感觉舒适<br style=\"margin: 0px; padding: 0px;\" />\n在正常情况下，电脑的默认字距都偏宽，应该适当把字距调小一点。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n而行距的设计，则最能体现一个文字篇章的气质，汉字的行距设定一定要比字距大（除非你纯粹在追求一种特殊效果），行距最小应该在字高的50%以上才会看起来舒适，才能让&quot;行&quot;的感觉出来。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n单个汉字在设计中是一个个&quot;点&quot;，汉字的编排就是把这些点连成我们需要的线、面、形体，让它为设计服务，至于是让它成为点还是线或者是面，就完全由字距和行距所决定，有时我们在做一些比较大气的版面时，为了寻求一种视觉张力，会把文字行距处理超常地宽或窄，以加强每行字在<a href=\"http://www.epinv.com/\" style=\"color: rgb(51, 51, 51); text-decoration: none;\" target=\"_blank\">版式设计</a>中的作用力，充当&quot;节奏线&quot;的概念。有时也可以夸张字距，让字距超常地宽，让文字在设计中起到&quot;点&quot;的作用。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n总之，或严谨传统，或反叛突破，字距和行距的再设计可以为版面提供更加灵活、富有感染力的表现形式，诸位多多试验就能体会其中奥妙。有一点需要补充的，不要牺牲可阅读性作为代价！</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\nE、对齐：汉字编排中的&quot;对齐&quot;是让人头痛的事情，有时为了让一个标点符号避开行首行尾，就要对整个段落进行大调整。对齐主要是指头尾对齐、段落对齐，一般来说，一段文字要想让它看来整齐划一，最好让标点不要在行头和行尾出现，这样可以保持文字段的完整性，当然调整起来是很吃力的，但就我的经验来说，有时候我为了对齐一行字，甚至会把所有的文字都打散了来重新进行微调。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n因为电脑的自动对齐命令是基于一种相同的定位数值，而不能考虑到不同字体和字号之间的视觉偏差，设计师就需要对这些视觉偏差进行修正。设计师要具有这种严谨的编排习惯，对每一个元素都要斤斤计较，要做到分毫不差，才能有完美的作品产生。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\nF、气口的设置：汉字的编排不象英文，英文有上标下标，有单词之间的空隔，所以排列起来感觉很有节奏感和韵律感，汉字每个字之间都太规则，所以排列起来沉闷无趣，要打破这种局面，就要学会设置气口。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n所谓气口，就是能让大篇幅文本透气的空间，让阅读者有喘气的机会。一般来说，汉字编排中气口的设置在段前段后进行，气口的基本特征就是比正常的行距要大、与文字篇幅外围的大面积留白相连接、具有与空气对流相同原理的空白视觉通道。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n气口的设置根据设计的具体需要进行设置，篇幅小的时候一个气口就足够了，篇幅大而复杂时，则需要设置多个气口，尤其是抽象、枯燥的技术型文本块，由于层级关系复杂，更需要针对不同层级设计不同的气口，这样能缓和阅读的紧张感，让文本块看起来有节奏感和趣味性。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n要注意的是，气口的设置一定要在自然段或自然章节的前后进行，不要勉强拆分一个完整段来设置气口，这样会破坏文本本身的完整性。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\nG、文本块的趣味性：汉字编排是很严谨的工作，但有时太严谨就会呆板，这时我们就要考虑文本块的趣味性，当然现在的电脑技术有很多的特殊效果可供我们选择的，比如首字下沉、文本阴影、文本绕图、任意形状的文本框等这些效果，就能让枯燥的文本块产生很好的趣味性。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n但作为设计师来说，不能一味依赖电脑提供的程序化的效果，很多时候我们需要独立创造一些有趣的编排效果，以体现设计的某种特别意图。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n比如让自然段之间有意识的错开、设置特殊的文本块的摆放角度、增加其它的可视化的效果、让文字同时具有图像的效果、颠覆传统的编排习惯等等，在设计的领域里，只有你敢想敢做，就一定会有出乎意料的收获！但不管何种趣味性的效果，最多同时使用两个，用得越多情况反而会越糟糕，要有把握的分寸，时时刻刻都要关注版面的整体美感，不要图一时之快而破坏整个版面，造成杂乱无章的结果。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\nH、文本块的外围留空：文本块处理好了，放在哪儿？怎么放？这就牵涉到&quot;外围留空&quot;的问题。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n所谓&quot;外围留空&quot;，就是文本块或篇章本身之外的周围需要一定缓冲空间，以利于阅读轻松愉悦，就象是城市的的一栋漂亮的建筑，如果周围不足一米的地方就是其它乱七八糟的建筑，那么这栋建筑将会魅力尽失，而如果它的周围有大片草地，它的魅力才能完整地展现出来。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n文字编排也是同样的道理，如果一个经过严谨编排的文本块的四周全是挤得满满的图片、色块，那么这个文本块的美感就很难体现出来了，所以，在文本块的编排时，一定要在外围留有足够的缓冲空间。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n根据我的设计经验，一般比较舒适合理的留空，大致比例是：如果是从左向右阅读的文本块，那么它的左边边界到相邻元素之间的距离至少要保证3个以上完整字符的安全距离才能透气；如果左边相邻的是纸的边界，则一般需要6个字符以上的安全距离才能缓冲，否则就会有太&quot;冲&quot;和太&quot;危险&quot;的感觉。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n文本块的支持部与其它相邻元素的空间也就应该保持至少3个字符的安全距离，而且越多越好。文本块的右边和下边对空间的需求相对较小，一般保持1个字符以上的安全距离就可以了。当然这并不是绝对的数值，许多情况下这些规则是可以被打破的，我们在设计的过程中应该多进行这种视觉实验，多揣摩好的设计作品的文本外围留空是怎样的，提高自已对这方面的认识，以后就会慢慢掌握留空的方法。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong><span style=\"color: rgb(255, 0, 0);\">4、精确细排：</span></strong>这个阶段是非常重要而且是必须的，汉字编排是很讲究精确计算的，严谨完美的编排一定来自于精确的计算，这点在日本的设计中体现得尤为突出（日本文字的编排规则与汉字一样）。这个计算过程就是精确化、清晰化的过程。要计算什么呢？</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n在成品的习惯阅读距离内字的大小字号是否已经合理，各部分比例是否恰到好处，文本篇章在整个版面中是否和谐，各个层级的文字是否清晰明了，分栏的栏数和栏宽是否合理，各元素之间的距离是否安全得体，该对齐的部分是否已经分毫不差，字距行距看起来是否舒适，是否已经考虑过印刷成品裁切出血位后的距离，是否有需要进行视觉修正的部分，每个文本块的位置是否能完全确定下来等等问题。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n这些问题都需要经过复杂周密的调整和计算，有些需要通过我们的眼睛进行判断，有些需要借助经验，有些需要校验数值，所以这个过程马虎不行，尤其对于文本量非常大的设计项目，一个地方出错，可能牵涉到所有的版面都需要调整。</p>\n<p style=\"margin: 15px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; text-indent: 2em; background-color: rgb(248, 248, 248);\">\n<strong><span style=\"color: rgb(255, 0, 0);\">5、校对：</span></strong>虽然这是一个很老土的话题，但是对于商业设计这种讲究效率的行业来说，是必须要坚持的，因为有时我们无意间漏掉的几个字、几句话都可能对你已经精确编排好的版面造成极大影响，可能会浪费你很多的宝贵时间去重新调整，因此，还是校对一下心里踏实些，免得以后重复许多无用功；</p>\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('65','1','0','企业微网站步伐该怎么走？','','http://www.dede58.com/a/dedesp/2639.html','1444221166','1','1','{dede:field name=\'keywords\'}企业,网站,步伐,怎么,时下{/dede:field}\r\n{dede:field name=\'description\'}时下，微信的用户量每年均在上升，现在已经超过了三亿。借此机会，许多企业网站希望通过建立有效的微平台的方式来做网站的推广。从而诞生了一种新型的营销模式-微营销！那么，{/dede:field}\r\n{dede:field name=\'title\'}企业微网站步伐该怎么走？{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>\n&nbsp; &nbsp;<img alt=\"微信网站\" src=\"/uploads/allimg/c151007/14442211AK3F-1464X.jpg\" style=\"width: 500px; height: 480px;\" /><br />\n时下，微信的用户量每年均在上升，现在已经超过了三亿。借此机会，许多企业网站希望通过建立有效的微平台的方式来做网站的推广。从而诞生了一种新型的营销模式-微营销！那么，微信公众平台的几个功能远远不够企业所用，而自主研发又显得力不足，此时就需要通过第三方网站来实现。那么，微网站的建设的步伐到底该如何前进呢？具体方法有哪些呢？现在秀站网和大家一起来听听业内人士的解析吧！<br />\n<br />\n&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;首先，企业要先成为微服务网站的用户，需要在网站上注册一下，接下来再点击配置，这时候就可以自动配置好其与微信公众平台的开发接口，接下来就需要在网站的后台进行简单的设置即可以完成任务。<br />\n&nbsp;<br />\n&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;第二，注册成功之后就可以选择个性化管理任务了。这时候需要选择微网站页面，然后再编辑内容，最好再添加设置即可看到所展示的内容。<br />\n&nbsp;<br />\n&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;第三，微网站需要增加一些美化的功能，这样才不至于使网站显得单调。为了让网站可以看起来颜色更加丰富，此时就需要增加一定的美化功能了。如何美化呢？大家可以通过新增栏目、模板设置的方法来实现。为了使企业网站可以有效地节省成本，微信管理服务中已经为用户配置了几款网站编辑模板，此时只要经过简单的个性就可以快速生成属于企业自己的微网站。<br />\n&nbsp;<br />\n&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;微网站的存在可以让企业的信息及服务活动通过微信网页的形式来表现，是有效地提升企业信息量的最好手段。<br />\n<br />\n&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;如微信会员卡功能：<br />\n&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;1．有微信就有会员卡：面向5亿微信用户，扫一扫即刻发放电子会员卡，锁定客户，弹指之间。省去传统会员卡办理繁琐手续；<br />\n&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;2．降低发卡成本 提升用户体验：无需收银员介入，无需制作会员卡片。节约大量人力，财力，办卡效率更高；<br />\n&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;3．新潮流行，更乐于接受：新潮流行市场的办理会员卡方式，由抵触心态转换为好奇，积极参与的心态。</p>\n<div>\n<img alt=\"微信会员卡\" src=\"/uploads/allimg/c151007/14442211A95B0-15FG.jpg\" style=\"height: 198px; width: 600px;\" /><br />\n&nbsp;{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/14442211AK3F-1464X_lit.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('66','1','0','手机打开WEB网站自动打开移动版','','http://www.dede58.com/a/dedesp/2636.html','1444221168','1','1','{dede:field name=\'keywords\'}手机,打开,WEB,网站,自动{/dede:field}\r\n{dede:field name=\'description\'}问： 网站设计有PC版和移动版两种，就是wap网站。 可是手机上面搜索，打开的还是PC版的。 需要做什么处理，或者提交吗，能让在手机打开的就是wap的网站。 解决办法： 在WEB网站加入{/dede:field}\r\n{dede:field name=\'title\'}手机打开WEB网站自动打开移动版{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p style=\"padding: 0px; margin: 0px; transition: all 0.2s linear; -webkit-transition: all 0.2s linear; color: rgb(51, 51, 51); width: 708px; line-height: 24px; font-family: Arial; font-size: 15px;\">\n<strong style=\"padding: 0px; margin: 0px;\">问：</strong><br />\n网站设计有PC版和移动版两种，就是wap网站。<br />\n可是手机上面搜索，打开的还是PC版的。<br />\n需要做什么处理，或者提交吗，能让在手机打开的就是wap的网站。<br />\n<br />\n<span style=\"padding: 0px; margin: 0px; transition: all 0.2s linear; -webkit-transition: all 0.2s linear; color: rgb(255, 0, 0);\"><strong style=\"padding: 0px; margin: 0px;\">解决办法：</strong></span><br />\n在WEB网站加入一段判断的JS即可。<br />\n<span style=\"padding: 0px; margin: 0px; transition: all 0.2s linear; -webkit-transition: all 0.2s linear; color: rgb(68, 68, 68); font-family: Tahoma, \'Microsoft Yahei\', Simsun; font-size: 14px; line-height: 21px;\">&lt;script src=&quot;/style/uaredirect.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</span><br style=\"word-wrap: break-word; color: rgb(68, 68, 68); font-family: Tahoma, \'Microsoft Yahei\', Simsun; font-size: 14px; line-height: 21px;\" />\n<span style=\"padding: 0px; margin: 0px; transition: all 0.2s linear; -webkit-transition: all 0.2s linear; color: rgb(68, 68, 68); font-family: Tahoma, \'Microsoft Yahei\', Simsun; font-size: 14px; line-height: 21px;\">&lt;script type=&quot;text/javascript&quot;&gt;uaredirect(&quot;http://m.dede58.com&quot;);&lt;/script&gt;</span><br />\n<br />\n<br />\nJS代码为：<br />\n&nbsp;</p>\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" style=\"border-width: 1px 1px 1px 4px; border-style: dashed dashed dashed solid; border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204) rgb(255, 95, 62); font-style: italic; border-collapse: collapse; border-spacing: 0px; background-color: rgb(249, 249, 249); color: rgb(0, 0, 0); font-family: Arial; font-size: 15px; line-height: 24px; width: 500px; max-width: 600px !important;\">\n<tbody>\n<tr>\n<td style=\"word-wrap: break-word; padding: 0px 10px !important;\">\n<pre style=\"word-wrap: break-word; white-space: pre-wrap;\">\r\nfunction uaredirect(f){try{if(document.getElementById(&quot;bdmark&quot;)!=null){return}var b=false;if(arguments[1]){var e=window.location.host;var a=window.location.href;if(isSubdomain(arguments[1],e)==1){f=f+&quot;/#m/&quot;+a;b=true}else{if(isSubdomain(arguments[1],e)==2){f=f+&quot;/#m/&quot;+a;b=true}else{f=a;b=false}}}else{b=true}if(b){var c=window.location.hash;if(!c.match(&quot;fromapp&quot;)){if((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))){location.replace(f)}}}}catch(d){}}function isSubdomain(c,d){this.getdomain=function(f){var e=f.indexOf(&quot;://&quot;);if(e&gt;0){var h=f.substr(e+3)}else{var h=f}var g=/^www\\./;if(g.test(h)){h=h.substr(4)}return h};if(c==d){return 1}else{var c=this.getdomain(c);var b=this.getdomain(d);if(c==b){return 1}else{c=c.replace(&quot;.&quot;,&quot;\\\\.&quot;);var a=new RegExp(&quot;\\\\.&quot;+c+&quot;$&quot;);if(b.match(a)){return 2}else{return 0}}}};</pre>\n<div>\n&nbsp;{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('67','1','0','击败边框：带border的百分比布局','','http://www.dede58.com/a/dedesp/2161.html','1444221168','1','1','{dede:field name=\'keywords\'}击败,边框,border,百分比,布{/dede:field}\r\n{dede:field name=\'description\'}响应式Web设计经常需要我们通过百分比设置组件宽度。如果我们不考虑边框，那么很容易就可以实现，但如果你给每一列以及总宽度都采用百分比设置，那这个时候固定的边框大小就会{/dede:field}\r\n{dede:field name=\'title\'}击败边框：带border的百分比布局{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<div>\n响应式Web设计经常需要我们通过百分比设置组件宽度。如果我们不考虑边框，那么很容易就可以实现，但如果你给每一列以及总宽度都采用百分比设置，那这个时候固定的边框大小就会出来捣乱。下面我们将看到一组方法去解决这个问题，你会学到如何创建一个流式布局，而不用担心额外的边框以及内边距。{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('68','1','0','复制网页内容时自动加入版权内容代码','','http://www.dede58.com/a/dedesp/2461.html','1444221168','1','1','{dede:field name=\'keywords\'}复制,网页,内容,自动,加入{/dede:field}\r\n{dede:field name=\'description\'}复制网页内容自动加入版权内容代码，请放在body之间任意位置，可以尝试复制本文内容预览效果，firefox无效。 以下为代码内容： script document.body.oncopy = function () { setTimeout( function () {{/dede:field}\r\n{dede:field name=\'title\'}复制网页内容时自动加入版权内容代码{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<table>\n<tbody>\n<tr>\n<td>\n<p>\n复制网页内容自动加入版权内容代码，请放在body之间任意位置，可以尝试复制本文内容预览效果，firefox无效。</p>\n<p>\n　　以下为代码内容：</p>\n<p>\n　　&lt; script&gt;</p>\n<p>\n　　document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData(&quot;text&quot;); if (text) { text = text + &quot;rnrn该文章转自[站长源码网-DEDE58.COM] 原文链接：&quot;+location.href; clipboardData.setData(&quot;text&quot;, text); } }, 100 ) }</p>\n<p>\n　　&lt; /script&gt;</p>\n</td>\n</tr>\n</tbody>\n</table>\n<br />\n大家不妨试试看，效果很好，妈妈再也不怕我的网站内容被盗用了。<br />\n<br />\n<a href=\"http://www.dede58.com\">织梦58</a>（www.dede58.com 专注织梦好模板）\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('69','1','0','网站导航与网站优化的关系','','http://www.dede58.com/a/dedesp/1699.html','1444221168','1','1','{dede:field name=\'keywords\'}网站导航,网站,优化,关系{/dede:field}\r\n{dede:field name=\'description\'}网站导航设置是网站建设中必不可少的一项工作，有了网站导航用户才可以在我们网站中进退自如，但是在网站设计 中往往还有一些网页设计师们把这一系列重要的环节给忽略掉。而使{/dede:field}\r\n{dede:field name=\'title\'}网站导航与网站优化的关系{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">网站导航设置是网站建设中必不可少的一项工作，有了网站导航用户才可以在我们网站中进退自如，但是在网站设计</span><span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">中往往还有一些网页设计师们把这一系列重要的环节给忽略掉。而使我们广大的用户们进入了一个迷宫，分不清层次，从而导致没有头绪。</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">网页设计师在设计一个网站的时候，是非常清楚这个网站的层次，进退自如，所以不会察觉没有网站导航的后果。但是要针对用户的优化考虑一下，我进过不止一个这样的网站，通过搜索引擎进入一个页面后，再想去首页或回到相关栏目的时候就麻烦了，有多少用户会花费大量的时间去找呢？可想而知。如果导航设计的好的话，可以让用户少几次点击就能到达想要找的页面。也能使用户明白你的网站的层次分类，浏览起来更自如一些。</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">网站导航是对用户的一种优化，同时也是对搜索引擎的一种优化。搜索引擎是靠机器人抓取信息，要让机器人能很清楚的了解网站的层次和路径，否则机器人可不会走你的迷宫，会被视为劣质页面。同时对搜索引擎衡量网站的权重非常重要，也对GOOGLE衡量PR值有关。</span><br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<br style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\" />\n<span style=\"color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 21.59375px;\">良好的网站导航是对网站优化的一个提升，也是网站本身层次体现的一种方法。从而有效的提升网站的排名及网站的收益！</span><br />\n<br />\n<a href=\"http://www.dede58.com\">织梦58</a>（www.dede58.com 专注织梦好模板）\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('70','1','0','如何消除网页顶部的一行空白?','','http://www.dede58.com/a/dedesp/1671.html','1444221168','1','1','{dede:field name=\'keywords\'}如何,消除,网页,顶部,一行{/dede:field}\r\n{dede:field name=\'description\'}昨天群里一朋友询问网页顶部一行空白无法去除的解决办法。常见的解决办法均不能解决问题。深入研究了下，总结几点以加强记忆。 一、没有正确使用margin设置边距，margin指的是空白{/dede:field}\r\n{dede:field name=\'title\'}如何消除网页顶部的一行空白?{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p style=\"margin: 1em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; font-size: 14px; line-height: 25px;\">\n昨天群里一朋友询问网页顶部一行空白无法去除的解决办法。常见的解决办法均不能解决问题。深入研究了下，总结几点以加强记忆。<br />\n<span style=\"font-style: inherit;\">一、没有正确使用margin设置边距，margin指的是空白长度，用于控制容器中的内容和容器边缘的距离。</span></p>\n<div id=\"highlighter_596071\" style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; font-size: 14px; line-height: 25px;\">\n<div style=\"margin: 0px; padding: 0px;\">\n<div style=\"margin: 0px; padding: 0px;\">\n<table class=\"noBorderTable\" style=\"border-collapse: collapse; border-spacing: 0px;\">\n<tbody>\n<tr>\n<td style=\"margin: 0px; padding: 0px;\">\n<code style=\"margin: 0px; padding: 0px; font-style: inherit;\">1</code></td>\n<td style=\"margin: 0px; padding: 0px;\">\n<code style=\"margin: 0px; padding: 0px; font-style: inherit;\">&lt;</code><code style=\"margin: 0px; padding: 0px; font-style: inherit;\">style</code><code style=\"margin: 0px; padding: 0px; font-style: inherit;\">type</code><code style=\"margin: 0px; padding: 0px; font-style: inherit;\">=</code><code style=\"margin: 0px; padding: 0px; font-style: inherit;\">&quot;text/css&quot;</code><code style=\"margin: 0px; padding: 0px; font-style: inherit;\">&gt;</code></td>\n</tr>\n</tbody>\n</table>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('71','1','0','VPS的C盘空间垃圾文件清理器','','http://www.dede58.com/a/dedesp/2627.html','1444221170','1','1','{dede:field name=\'keywords\'}VPS,空间,垃圾,文件,清理{/dede:field}\r\n{dede:field name=\'description\'}很多朋友会向我一样遇到VPS或服务器的C盘空间越来越小，甚至满后登陆不了，后来在百度里面查了不少关于VPS服务器C盘空间越来越小的问题后，才发现是一些系统垃圾文件和数据库日志{/dede:field}\r\n{dede:field name=\'title\'}VPS的C盘空间垃圾文件清理器{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<span style=\"color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\">很多朋友会向我一样遇到VPS或服务器的C盘空间越来越小，甚至满后登陆不了，后来在百度里面查了不少关于VPS服务器C盘空间越来越小的问题后，才发现是一些系统垃圾文件和数据库日志文件导致的，于是乎找到了一个C盘垃圾文件清理的ECHO批处理程序，用了一下嘿嘿，非常棒，一键就清理完C盘的所有垃圾文件，只剩几百兆的空间瞬间就变成了6G，很是开心，又不占用CPU资源，而且文件很小，不用去装什么360安全卫士呀什么的，在这里推荐给各位站长使用嘻嘻，</span><a href=\"http://pan.baidu.com/s/1nt1UJBr\"><span style=\"color: rgb(255, 0, 0); text-decoration: none; font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\"><strong>点击下载C盘垃圾文件清理器</strong></span></a><br style=\"margin: 0px; padding: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\" />\n<table style=\"color: rgb(51, 51, 51); font-family: 微软雅黑; font-size: 16px; line-height: 24px; background-color: rgb(248, 248, 248);\" width=\"100%\">\n<tbody>\n<tr>\n<td style=\"margin: 0px; padding: 0px; font-size: 12px;\">\n下面是一个批处理，大家可以参考一下（主要是用来删除临时文件，日志文件等一些垃圾文件用的）<br style=\"margin: 0px; padding: 0px;\" />\n@ ECHO.<br style=\"margin: 0px; padding: 0px;\" />\n@ ECHO.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 说&nbsp;&nbsp;&nbsp; 明<br style=\"margin: 0px; padding: 0px;\" />\n@ ECHO -----------------------------------------------------------------------<br style=\"margin: 0px; padding: 0px;\" />\n@ ECHO 这是网上流传的批处理。它会帮您删除回收站、临时目录、最近打开过的文档痕迹<br style=\"margin: 0px; padding: 0px;\" />\n@ ECHO 等。对系统运行稍有帮助。如果您嫌电脑运行速度慢，不要指望用本批处理能搞好。<br style=\"margin: 0px; padding: 0px;\" />\n@ ECHO 电脑速度慢通常是因为太多无用的运算占据了CPU和内存资源所致。<br style=\"margin: 0px; padding: 0px;\" />\n@ ECHO pause<br style=\"margin: 0px; padding: 0px;\" />\necho 正在清理系统垃圾文件，请稍等......<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /s /q %systemdrive%\\*.tmp<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /s /q %systemdrive%\\*._mp<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /s /q %systemdrive%\\*.log<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /s /q %systemdrive%\\*.gid<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /s /q %systemdrive%\\*.chk<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /s /q %systemdrive%\\*.old<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /s /q %systemdrive% ecycled\\*.*<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /s /q %windir%\\*.bak<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /s /q %windir%\\prefetch\\*.*<br style=\"margin: 0px; padding: 0px;\" />\nrd /s /q %windir%\\temp &amp; md %windir%\\temp<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /q %userprofile%\\cookies\\*.*<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /q %userprofile% ecent\\*.*<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /s /q &quot;%userprofile%\\Local Settings\\Temporary Internet Files\\*.*&quot;<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /s /q &quot;%userprofile%\\Local Settings\\Temp\\*.*&quot;<br style=\"margin: 0px; padding: 0px;\" />\ndel /f /s /q &quot;%userprofile% ecent\\*.*&quot;<br style=\"margin: 0px; padding: 0px;\" />\necho 清理系统垃圾完成！<br style=\"margin: 0px; padding: 0px;\" />\necho. &amp; pause&nbsp;<br />\n<br />\n<img alt=\"\" src=\"/uploads/allimg/c151007/14442211FX920-13915.png\" style=\"color: rgb(0, 0, 0); font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; font-size: 14px; line-height: 25px; width: 215px; height: 55px;\" /><br style=\"color: rgb(0, 0, 0); font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; font-size: 14px; line-height: 25px;\" />\n<a href=\"http://www.dede58.com\" style=\"font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; font-size: 14px; line-height: 25px;\">织梦58</a><span style=\"color: rgb(0, 0, 0); font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; font-size: 14px; line-height: 25px;\">（www.dede58.com 专注织梦好模板）</span></td>\n</tr>\n</tbody>\n</table>\n<br />\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/14442211FX920-13915_lit.png{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('72','1','0','PHP的dirname()和mkdir()','','http://www.dede58.com/a/dedesp/1734.html','1444221171','1','1','{dede:field name=\'keywords\'}PHP,dirname,mkdir,PHP,递归,创建{/dede:field}\r\n{dede:field name=\'description\'}PHP递归创建路径 ?php function createFolder($path) { if (!file_exists($path)) { echo dirname($path),br /; //dirname()可以直接截取到不存在的路径或非路径文件为止 createFolder(dirname($path)); echo $path,br/; mkdir($pa{/dede:field}\r\n{dede:field name=\'title\'}PHP的dirname()和mkdir(){/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<blockquote style=\"padding: 0px 0px 0px 15px; margin: 10px 0px; border-left-width: 4px; border-left-style: solid; border-left-color: rgb(223, 223, 223); color: rgb(68, 68, 68); font-family: \'Hiragino Sans GB\', \'Microsoft YaHei\', 微软雅黑, tahoma, arial, simsun, 宋体; font-size: 14px; line-height: 22px; background-color: rgb(237, 237, 239);\">\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\nPHP递归创建路径</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n&nbsp;</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n&nbsp;&lt;?php</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\nfunction createFolder($path)</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n{</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n&nbsp; if (!file_exists($path))</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n&nbsp;&nbsp;{&nbsp;&nbsp;&nbsp;</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n&nbsp;&nbsp;</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n&nbsp; echo dirname($path)&nbsp;,&nbsp;&#39;&lt;br /&gt;&#39;;<strong>&nbsp;//dirname()可以直接截取到不存在的路径或非路径文件为止</strong></p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n&nbsp;&nbsp; createFolder(dirname($path));</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n&nbsp;&nbsp;&nbsp;</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n&nbsp;&nbsp; echo $path&nbsp;,&nbsp;&#39;&lt;br&nbsp;/&gt;&#39;;</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n&nbsp;&nbsp; mkdir($path, 0777);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>&nbsp;//mkdir()只能创建一级目录，如果之前的路径都存在的话，可以直接创建下一级路径</strong></p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n&nbsp;&nbsp;}</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n&nbsp;}</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\ncreateFolder(&quot;./aa/bb/cc/dd/ee&quot;);</p>\n<p style=\"padding: 0px; margin: 0px 0px 10px;\">\n?&gt;<br />\n<br />\n<img alt=\"\" src=\"/uploads/allimg/c151007/14442211FX920-13915.png\" style=\"color: rgb(0, 0, 0); font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; line-height: 25px; width: 215px; height: 55px;\" /><br style=\"color: rgb(0, 0, 0); font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; line-height: 25px;\" />\n<a href=\"http://www.dede58.com\" style=\"font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; line-height: 25px;\">织梦58</a><span style=\"color: rgb(0, 0, 0); font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; line-height: 25px;\">（www.dede58.com 专注织梦好模板）</span></p>\n<div>\n&nbsp;{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/14442211FX920-13915_lit.png{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('73','1','0','windows2003系统盘如何清理','','http://www.dede58.com/a/dedesp/2626.html','1444221171','1','1','{dede:field name=\'keywords\'}windows2003,系统,如何,清理{/dede:field}\r\n{dede:field name=\'description\'}win2003系统清理C盘方法 1 C:\\WINDOWS\\system32\\LogFiles (清理LoFiles目录下较大目录的日志文件) 2 C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\Temporary ASP.NET Files\\root （清理root目录下的文件及文件夹） 3 C:{/dede:field}\r\n{dede:field name=\'title\'}windows2003系统盘如何清理{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<div style=\"box-sizing: border-box; color: rgb(0, 0, 0); font-family: \'Microsoft YaHei\', \'Helvetica Neue\', \'Luxi Sans\', \'DejaVu Sans\', Tahoma, \'Hiragino Sans GB\', STHeiti, Arial, sans-serif; font-size: 14px; line-height: 28px;\">\n<span style=\"box-sizing: border-box; color: rgb(255, 0, 0);\"><strong style=\"box-sizing: border-box; border: 0px none; margin: 0px; padding: 0px;\">&nbsp;&diams; win2003系统清理C盘方法</strong></span>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('74','1','0','DedeCMS网站老是中毒怎么办呢?','','http://www.dede58.com/a/dedesp/1967.html','1444221171','1','1','{dede:field name=\'keywords\'}DedeCMS,网站,老是,中毒,怎么{/dede:field}\r\n{dede:field name=\'description\'}下载 DedeCMS 顽固木马后门专杀工具 ，解压上传到 wwwroot 根目录，然后访问根据提示执行扫描。 需注意： 1. 跟目录下必须有 data 目录和 /data/common.inc.php 文件，如不存在会报请将该文件放{/dede:field}\r\n{dede:field name=\'title\'}DedeCMS网站老是中毒怎么办呢?{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n<span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">下载</span><span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">DedeCMS</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\"><a href=\"http://downinfo.myhostadmin.net/dede_killer.zip\" style=\"text-decoration: none; color: rgb(75, 75, 75);\"><span style=\"margin: 0px; padding: 0px; color: red;\">顽固木马后门专杀工具</span></a></span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">，解压上传到</span><span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">wwwroot</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">根目录，然后访问根据提示执行扫描。</span></p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n<span style=\"margin: 0px; padding: 0px; font-family: 宋体; color: red;\">需注意：</span><span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">1.</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">跟目录下必须有</span><span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">data</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">目录和</span><span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">/data/common.inc.php</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">文件，如不存在会报&ldquo;请将该文件放到您站点的根目录，和</span><span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">index.php</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">同一级目</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">录&rdquo;错误。</span></p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n<span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">文件太多执行时间较长，可能超时，可以修改</span><span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">ini_set(&quot;memory_limit&quot;, &quot;100m&quot;)</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">值为</span><span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">ini_set(&quot;memory_limit&quot;, &quot;500m&quot;)</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">，最大不能超过</span><span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">1000M</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">。</span></p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n<span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">以下是检查示例：</span></p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n&nbsp;</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n<img border=\"0\" height=\"743\" src=\"/uploads/allimg/c151007/14442211G22420-2T25.gif\" style=\"border: 0px; width: 734px; height: 784px;\" width=\"500\" /></p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n&nbsp;</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n<span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">经核实：第</span><span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">1</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">项可删除；第</span><span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">2</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">项补丁一定要打，才能保证不会被再次入侵；</span><span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">3-5</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">项发现的可疑数据或文件都确是被恶意增加数据和木马文件，可直接清理；第</span><span style=\"margin: 0px; padding: 0px; font-family: Calibri;\">6</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">项列出管理员名，如确定不是自己使用的用户可删除，<span style=\"margin: 0px; padding: 0px; color: red;\">必须保留自己使用的管理员名</span>。</span></p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n&nbsp;</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n&nbsp;</p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n<span style=\"margin: 0px; padding: 0px; font-family: 宋体;\"><strong><span style=\"margin: 0px; padding: 0px; color: red; font-size: 16px;\">附织梦程序被挂码之后处理流程：</span></strong></span></p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n<span style=\"margin: 0px; padding: 0px; font-family: Verdana, sans-serif;\">1.</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">首先使用查杀病毒》手工清除木马，清理相应病毒代码。如不能清理需登录</span><span style=\"margin: 0px; padding: 0px; font-family: Verdana, sans-serif;\">ftp</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">下载文件到本地，手工删除病毒代码再上传到主机覆盖相应文件。</span></p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n<span style=\"margin: 0px; padding: 0px; font-family: Verdana, sans-serif;\">2.</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">使用以上（&ldquo;DedeCMS顽固木马后门专杀工具&rdquo;）方法彻底检查、清理，并打上最新补丁</span></p>\n<p style=\"margin: 0.6em 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Simsun; font-size: 14px; line-height: 26.6000003814697px;\">\n<span style=\"margin: 0px; padding: 0px; font-family: Verdana, sans-serif;\">3.</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">为防止再次被注入、加入病毒代码，建议可开启</span><span style=\"margin: 0px; padding: 0px; font-family: Verdana, sans-serif;\">360</span><span style=\"margin: 0px; padding: 0px; font-family: 宋体;\">防护能更好的保护网站不被入侵。<br />\n<br />\n<img alt=\"\" src=\"/uploads/allimg/c151007/14442211FX920-13915.png\" style=\"font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; line-height: 25px; width: 215px; height: 55px;\" /><br style=\"font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; line-height: 25px;\" />\n<a href=\"http://www.dede58.com\" style=\"font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; line-height: 25px;\">织梦58</a><span style=\"font-family: \'Microsoft YaHei\', 微软雅黑, Arial, Verdana, sans-serif, simsun; line-height: 25px;\">（www.dede58.com 专注织梦好模板）</span></span></p>\n<p></p>{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/14442211G22420-2T25_lit.gif{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('45','1','0','Google被禁后继续使用的方法汇总','','http://www.dede58.com/a/dedesp/1652.html','1444221171','1','1','{dede:field name=\'keywords\'}Google,继续,用的,方法,汇总{/dede:field}\r\n{dede:field name=\'description\'}从5月27日开始，很多人反馈谷歌打不开，各种捉急中有木有？有些基于GMAIL查看订单邮件可是却打不开谷歌网页，各种蛋疼中有木有？部分公司除了业务员搜索客户使用谷歌外，也投了谷{/dede:field}\r\n{dede:field name=\'title\'}Google被禁后继续使用的方法汇总{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<div class=\"rich_media_thumb\" id=\"media\" style=\"word-wrap: break-word; color: rgb(68, 68, 68); font-size: 0px; margin-top: 18px; font-family: \'Helvetica Neue\', Helvetica, \'Hiragino Sans GB\', \'Microsoft YaHei\', 微软雅黑, Arial, sans-serif;\">\n<img data-pinit=\"registered\" src=\"/uploads/allimg/c151007/14442211GD110-3L12.jpg\" style=\"word-wrap: break-word; width: 640px; height: 330px;\" />{/dede:field}\r\n{dede:field name=\'bianhao\'}{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/14442211GD110-3L12_lit.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('117','2','0','倒立风景摄影，将几何与摄影完美结合','http://www.demo100.dede58.com/uploads/allimg/140806/233252G35-0-lp.jpg','http://www.demo100.dede58.com/view/128.html','1444223546','1','1','{dede:field name=\'keywords\'}倒立,风景摄影,几何,摄影{/dede:field}\r\n{dede:field name=\'description\'}现在越来越多的人喜欢户外旅行，更喜欢用镜头记录下自己走过的路，见过的风景，其实，如果后期可以将自己的摄影作品稍作技术的修改，增添一些新的元素，也许你会发现不一样的{/dede:field}\r\n{dede:field name=\'title\'}{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>现在越来越多的人喜欢户外旅行，更喜欢用镜头记录下自己走过的路，见过的风景，其实，如果后期可以将自己的摄影作品稍作技术的修改，增添一些新的元素，也许你会发现不一样的风景。比如，摄影师Victoria Siemer就将几何与摄影完美的结合在一起，给大家带来了一组超赞的逆向风光。</p>\r\n<p>Victoria Siemer是一位来自纽约布鲁克林的平面设计师和摄影师，他拍摄了一组自然风景的照片，然后将几何元素加入进去，改变了人们的视觉空间，从而达到震撼的效果。Victoria Siemer在进行照片处理时，运用后期技术将云雾笼罩中的山脉、宁静平和的森林、广阔无垠的大海等自然元素重新排列，创造出不同的层次，从而模糊了现实与虚构之间的明确界限。并且，这组照片中的几何形状如镜子一样折射出另一个维度的风景，将不同维度的不同风景放在一个画面内，带给人们不一样的视觉享受。</p>\r\n<p>接下来的时间就请小伙伴们跟随阿里百秀小编一起来欣赏这组具有超现实主义风格的摄影作品吧！</p>\r\n<p><img class=\"alignnone size-full wp-image-7565\" src=\"/uploads/allimg/c151007/144422330B0530-134L.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"800\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7566\" src=\"/uploads/allimg/c151007/144422330J3930-2D56.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"1067\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7567\" src=\"/uploads/allimg/c151007/144422330RW30-3V09.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"800\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7568\" src=\"/uploads/allimg/c151007/1444223314N450-42B8.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"800\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7569\" src=\"/uploads/allimg/c151007/1444223315E360-54415.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"800\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7570\" src=\"/uploads/allimg/c151007/144422331640350-62210.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"800\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7571\" src=\"/uploads/allimg/c151007/144422331H0950-I213.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"800\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7572\" src=\"/uploads/allimg/c151007/144422331N23F-T320.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"800\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7573\" src=\"/uploads/allimg/c151007/144422331b630-94N2.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"1420\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7574\" src=\"/uploads/allimg/c151007/144422333033450-103094.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7575\" src=\"/uploads/allimg/c151007/1444223335N360-113291.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"800\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7576\" src=\"/uploads/allimg/c151007/144422333B1420-1225I.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"800\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7577\" src=\"/uploads/allimg/c151007/144422333Ha60-13B21.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"800\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7578\" src=\"/uploads/allimg/c151007/144422333O3640-1440Z.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"800\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7579\" src=\"/uploads/allimg/c151007/144422333UJ40-15J09.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"800\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-7580\" src=\"/uploads/allimg/c151007/144422333913M0-164U7.jpg\" alt=\"倒立风景摄影，将几何与摄影完美结合--阿里百秀\" width=\"800\" height=\"800\" /></p>{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/144422333b5050-1J502.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('118','2','0','世界上38个惊人的美景，有胆你就去','http://www.demo100.dede58.com/uploads/allimg/140806/233305N07-0-lp.jpg','http://www.demo100.dede58.com/view/129.html','1444223547','1','1','{dede:field name=\'keywords\'}世界上,38个,人的,美景,有{/dede:field}\r\n{dede:field name=\'description\'}在这个世界上有很多我们已经知道的也有不少人都去过的特别美丽的地方，但是还有一些比较美丽但是由于地理位置比较危险条件限制只有一些特定人们才去看过的地方，那些地方也是{/dede:field}\r\n{dede:field name=\'title\'}{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>在这个世界上有很多我们已经知道的也有不少人都去过的特别美丽的地方，但是还有一些比较美丽但是由于地理位置比较危险条件限制只有一些特定人们才去看过的地方，那些地方也是一样特别有魅力的。虽然，我们不能亲自去到那些惊人又美丽的地方，但是我们可以通过摄影作品欣赏其壮丽也是一样，接下来就请大家跟随阿里百秀小编一起欣赏世界不同的美景吧。</p>\r\n<h2>海拔楼梯</h2>\r\n<p><img class=\"alignnone size-full wp-image-8227\" src=\"/uploads/allimg/c151007/1444223340L340-1V609.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"449\" /></p>\r\n<p>位于奥地利，阿尔卑斯山， 从1300英尺高度下降到山的底部,恐高的人们还是只看看图片吧。</p>\r\n<p>&nbsp;</p>\r\n<h2>纳米布沙漠与大西洋连接处</h2>\r\n<p><img class=\"alignnone size-full wp-image-8228\" src=\"/uploads/allimg/c151007/144422334153B0-1c3C.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"450\" /></p>\r\n<p>位于纳米比亚，纳米布沙漠壮观的沙丘一直延续到大西洋海岸边缘，沙漠与海洋和谐连接在一起。</p>\r\n<p>&nbsp;</p>\r\n<h2>斯凯岛</h2>\r\n<p><img class=\"alignnone size-full wp-image-8229\" src=\"/uploads/allimg/c151007/14442233421K60-201C0.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>位于苏格兰，有神奇的地貌和野生动物，还有如画的湖泊，惊人的山脉。</p>\r\n<p>&nbsp;</p>\r\n<h2>十二使徒岩</h2>\r\n<p><img class=\"alignnone size-full wp-image-8230\" src=\"/uploads/allimg/c151007/144422334301460-21Z96.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"567\" /></p>\r\n<p>位于澳大利亚的维多利亚,这是幸存下来的几千年的海岸侵蚀得来的魅力地貌。</p>\r\n<p>&nbsp;</p>\r\n<h2>塞里雅兰瀑布</h2>\r\n<p><img class=\"alignnone size-full wp-image-8231\" src=\"/uploads/allimg/c151007/1444223343U210-22J14.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>位于冰岛，从崖边直降200英尺高度，特别壮观，是冰岛著名瀑布之一。</p>\r\n<p>&nbsp;</p>\r\n<h2>蒲甘</h2>\r\n<p><img class=\"alignnone size-full wp-image-8232\" src=\"/uploads/allimg/c151007/1444223344VY0-236210.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>位于缅甸，一个13世纪的古城，有许多佛教庙宇和寺院，现存约2200座。</p>\r\n<p>&nbsp;</p>\r\n<h2><span style=\"color: #2b2b2b;\">虎穴寺</span></h2>\r\n<p><img class=\"alignnone size-full wp-image-8233\" src=\"/uploads/allimg/c151007/144422334550160-245230.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"492\" /></p>\r\n<p>位于喜马拉雅山帕罗河谷，属于不丹,这座古老的修道院是一个佛教圣地。</p>\r\n<p>&nbsp;</p>\r\n<h2>伊瓜苏瀑布</h2>\r\n<p><img class=\"alignnone size-full wp-image-8235\" src=\"/uploads/allimg/c151007/144422334631K0-251V7.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"531\" /></p>\r\n<p>位于巴西和阿根廷边境，许多小的瀑布组成，周围热带动植物资源丰富。</p>\r\n<p>&nbsp;</p>\r\n<h2>太平山顶</h2>\r\n<p><img class=\"alignnone size-full wp-image-8236\" src=\"/uploads/allimg/c151007/144422334H1430-2B109.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"528\" /></p>\r\n<p>位于香港以西,海拔1818英尺,可以看到璀璨多彩的城市夜景。</p>\r\n<p>&nbsp;</p>\r\n<h2>半圆顶山</h2>\r\n<p><img class=\"alignnone size-full wp-image-8237\" src=\"/uploads/allimg/c151007/144422334OP-2I3B.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>美国约塞米蒂国家公园，有许多悬崖，会给人们提供有利的观赏国家公园美丽景色的位置。</p>\r\n<p>&nbsp;</p>\r\n<h2>日本樱花</h2>\r\n<p><img class=\"alignnone size-full wp-image-8238\" src=\"/uploads/allimg/c151007/144422334V5K0-2S102.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p>日本的国花，雪山映衬下的樱花更美。</p>\r\n<p>&nbsp;</p>\r\n<h2>魔舌</h2>\r\n<p><img class=\"alignnone size-full wp-image-8239\" src=\"/uploads/allimg/c151007/144422334951350-2960P.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"532\" /></p>\r\n<p>位于挪威，是一个位于吕瑟峡湾湖面上空2300英尺高度地方的自然平台，徒步上去很具有挑战性哟。</p>\r\n<p>&nbsp;</p>\r\n<h2>徘徊楼梯</h2>\r\n<p><img class=\"alignnone size-full wp-image-8240\" src=\"/uploads/allimg/c151007/144422335032250-3044A.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"477\" /></p>\r\n<p>位于夏威夷，被称为天堂的阶梯,顺着楼梯可以到达海拔2800英尺高的峰顶，欣赏惊人美丽的风景。</p>\r\n<p>&nbsp;</p>\r\n<h2>眩晕酒店</h2>\r\n<p><img class=\"alignnone size-full wp-image-8241\" src=\"/uploads/allimg/c151007/14442233510Y10-315448.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"391\" /></p>\r\n<p>位于泰国曼谷，繁华的城市上空,在这里可以吃到令人瞠目结舌的餐点。</p>\r\n<p>&nbsp;</p>\r\n<h2>寒武纪酒店</h2>\r\n<p><img class=\"alignnone size-full wp-image-8243\" src=\"/uploads/allimg/c151007/1444223351I160-32S40.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>位于瑞士，可以欣赏到阿尔卑斯山的原始风光。</p>\r\n<p>&nbsp;</p>\r\n<h2>大湖公园月亮桥</h2>\r\n<p><img class=\"alignnone size-full wp-image-8242\" src=\"/uploads/allimg/c151007/144422335250M0-334Z8.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"531\" /></p>\r\n<p>位于台北，景色美丽，令人窒息。</p>\r\n<p>&nbsp;</p>\r\n<h2>蒙娜·丽莎餐厅</h2>\r\n<p><img class=\"alignnone size-full wp-image-8244\" src=\"/uploads/allimg/c151007/14442233530M0-34FX.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"531\" /></p>\r\n<p>位于墨西哥卡波圣卢卡斯，一边享受美食，一边享受美景，惬意无限。</p>\r\n<p>&nbsp;</p>\r\n<h2>长满青苔的拱桥</h2>\r\n<p><img class=\"alignnone size-full wp-image-8245\" src=\"/uploads/allimg/c151007/1444223353C940-356301.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"834\" /></p>\r\n<p>位于苏格兰的高地，古老的石桥被郁郁葱葱的绿色苔藓遍布，充满了历史的遗韵。</p>\r\n<p>&nbsp;</p>\r\n<h2>阿卡迪亚国家公园的日出</h2>\r\n<p><img class=\"alignnone size-full wp-image-8246\" src=\"/uploads/allimg/c151007/1444223354IL0-361V9.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"531\" /></p>\r\n<p>位于美国缅因州，古老的公园，最美的日出。</p>\r\n<p>&nbsp;</p>\r\n<h2>格洛丽亚?穆伦旋转餐厅</h2>\r\n<p><img class=\"alignnone size-full wp-image-8247\" src=\"/uploads/allimg/c151007/1444223355WV0-3LU1.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"534\" /></p>\r\n<p>位于瑞士，坐落阿尔卑斯山将近3000英尺高的地方，可以看到美丽的雪景。</p>\r\n<p>&nbsp;</p>\r\n<h2>玉山区度假胜地</h2>\r\n<p><img class=\"alignnone size-full wp-image-8248\" src=\"/uploads/allimg/c151007/144422335W3050-3W346.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"457\" /></p>\r\n<p>位于圣卢西亚，是一个海滨胜地，覆盖海岸线超过600英尺，还有峻峭的山脉。</p>\r\n<p>&nbsp;</p>\r\n<h2>Fjallabaksleie</h2>\r\n<p><img class=\"alignnone size-full wp-image-8249\" src=\"/uploads/allimg/c151007/14442233612Q20-391355.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"481\" /></p>\r\n<p>位于冰岛，一个神奇的峡谷，有崎岖山脉，有秀丽山谷风景，越野车可以穿行。</p>\r\n<p>&nbsp;</p>\r\n<h2>纪念碑山谷</h2>\r\n<p><img class=\"alignnone size-full wp-image-8250\" src=\"/uploads/allimg/c151007/14442233621DF-409152.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"407\" /></p>\r\n<p>位于犹他州，山谷由巨大的砂岩结构组成，西方影片很多都在这里取景。</p>\r\n<p>&nbsp;</p>\r\n<h2>多佛白崖</h2>\r\n<p><img class=\"alignnone size-full wp-image-8251\" src=\"/uploads/allimg/c151007/1444223362C360-413524.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>位于英格兰，这里有粉笔似的悬崖，充满美丽景色的海岸线，还有多佛海峡。</p>\r\n<p>&nbsp;</p>\r\n<h2>梅利萨尼女神洞穴</h2>\r\n<p><img class=\"alignnone size-full wp-image-8252\" src=\"/uploads/allimg/c151007/1444223363X260-422B9.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"535\" /></p>\r\n<p>位于希腊凯法利尼亚，希腊神话中女神居住的地方，在太阳的照射下会出现美丽的蓝光。</p>\r\n<p>&nbsp;</p>\r\n<h2>菲佛海滩的日落与岩石</h2>\r\n<p><img class=\"alignnone size-full wp-image-8253\" src=\"/uploads/allimg/c151007/14442233ER960-4355S.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"529\" /></p>\r\n<p>位于加利福尼亚州，依托于加州海岸线，沙滩，岩石，夕阳组成一幅浪漫的画卷。</p>\r\n<p>&nbsp;</p>\r\n<h2>贝亚维斯塔顶峰树屋</h2>\r\n<p><img class=\"alignnone size-full wp-image-8234\" src=\"/uploads/allimg/c151007/14442233H631Z-442c2.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"261\" /></p>\r\n<p>位于厄瓜多尔的荒野深处，用于观察通古拉瓦火山，海拔超过2600英尺。</p>\r\n<p>&nbsp;</p>\r\n<h2>狮子头山</h2>\r\n<p><img class=\"alignnone size-full wp-image-8254\" src=\"/uploads/allimg/c151007/14442233I63550-45T33.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"1200\" /></p>\r\n<p>位于南非开普敦，可以坐在如狮子头的山上俯瞰开普敦的全景。</p>\r\n<p>&nbsp;</p>\r\n<h2>Chichilianne山峰</h2>\r\n<p><img class=\"alignnone size-full wp-image-8255\" src=\"/uploads/allimg/c151007/14442233L3U0-4D4P.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"1203\" /></p>\r\n<p>位于法国罗纳阿尔卑斯山，山峰有7000英尺高,在这里看法国你可以有一个全新的视角。</p>\r\n<p>&nbsp;</p>\r\n<h2>帕亚那空山洞</h2>\r\n<p><img class=\"alignnone size-full wp-image-8256\" src=\"/uploads/allimg/c151007/14442233M3D20-4I539.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>位于泰国，这里包含两个山洞，具有与众不同的泰式宫殿。</p>\r\n<p>&nbsp;</p>\r\n<h2>基督山</h2>\r\n<p><img class=\"alignnone size-full wp-image-8257\" src=\"/uploads/allimg/c151007/14442233QQ140-4UR5.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p>位于巴西里约热内卢东南部的面包山,是著名的基督的救赎主,在这里你可以看着里约热内卢是一个充满活力的城市。</p>\r\n<p>&nbsp;</p>\r\n<h2>狗狗坐在喜马拉雅山海拔5000米的山峰</h2>\r\n<p><img class=\"alignnone size-full wp-image-8258\" src=\"/uploads/allimg/c151007/14442233Rc460-4c619.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>喜马拉雅山脉海拔高的地方是永久冰雪，底部是热带气候，这只小狗是在看底部温暖的天气。</p>\r\n<p>&nbsp;</p>\r\n<h2>杨桦树林穿过的光</h2>\r\n<p><img class=\"alignnone size-full wp-image-8259\" src=\"/uploads/allimg/c151007/14442233S61360-50I44.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"534\" /></p>\r\n<p>位于俄勒冈州北部的杨桦树林，美丽而神秘。</p>\r\n<p>&nbsp;</p>\r\n<h2>红领巾岛</h2>\r\n<p><img class=\"alignnone size-full wp-image-8260\" src=\"/uploads/allimg/c151007/14442233T60N0-511002.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>位于南极洲，是南极洲为数不多的无冰岛,在这里你卡一看见罕见的南极融化。</p>\r\n<p>&nbsp;</p>\r\n<h2>复活节岛上的日出</h2>\r\n<p><img class=\"alignnone size-full wp-image-8261\" src=\"/uploads/allimg/c151007/14442233U41N0-525T0.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"553\" /></p>\r\n<p>被镜头捕捉到的自然界的美丽风景。</p>\r\n<p>&nbsp;</p>\r\n<h2>乞力马扎罗山</h2>\r\n<p><img class=\"alignnone size-full wp-image-8262\" src=\"/uploads/allimg/c151007/14442233V25450-534047.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"531\" /></p>\r\n<p>每年40000游客从肯尼亚安博塞利爬上乞力马扎罗山,当然不包括搬运工、厨师和导游哟。</p>\r\n<p>&nbsp;</p>\r\n<h2>露易斯湖的彩虹</h2>\r\n<p><img class=\"alignnone size-full wp-image-8263\" src=\"/uploads/allimg/c151007/14442233W10H0-543620.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p>露易丝湖位于加拿大班夫国家公园，是一个史诗般的冰川湖。</p>\r\n<p>&nbsp;</p>\r\n<h2>瑞士阿尔卑斯山脉的秋天</h2>\r\n<p><img class=\"alignnone size-full wp-image-8264\" src=\"/uploads/allimg/c151007/14442233WF220-5531T.jpg\" alt=\"世界上38个惊人的美景，有胆你就去--阿里百秀\" width=\"800\" height=\"499\" /></p>\r\n<p>适合徒步旅行的季节。在瑞士，徒步旅行是一种生活方式。</p>{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/14442233X60S0-5D429.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('119','2','0','17个形态怪异的雕塑','http://www.demo100.dede58.com/uploads/allimg/140806/2333335558-0-lp.jpg','http://www.demo100.dede58.com/view/130.html','1444223547','1','1','{dede:field name=\'keywords\'}17个,形态,怪异,雕塑,阿里{/dede:field}\r\n{dede:field name=\'description\'}阿里百秀小编收集了一些来自世界各地比较有趣的雕塑。有捕鱼的小男孩、多瑙河边的鞋、水下的美女、怪异的蜘蛛等等，从这些雕塑中，我们可以看出艺术家们做这些雕塑所展示出的{/dede:field}\r\n{dede:field name=\'title\'}{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>阿里百秀小编收集了一些来自世界各地比较有趣的雕塑。有捕鱼的小男孩、多瑙河边的鞋、水下的美女、怪异的蜘蛛等等，从这些雕塑中，我们可以看出艺术家们做这些雕塑所展示出的艺术创意。来欣赏一下吧！</p>\r\n<p><img class=\"alignnone size-full wp-image-7903\" src=\"/uploads/allimg/c151007/14442233YO510-5I022.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"440\" /></p>\r\n<p style=\"text-align: center;\">法国 马赛 旅行者雕塑</p>\r\n<p>&nbsp;</p>\r\n<p><img class=\"alignnone size-full wp-image-7899\" src=\"/uploads/allimg/c151007/14442233Z3P20-5QS8.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"659\" /></p>\r\n<p style=\"text-align: center;\">?美国 纽约 佩姬布拉德利的舒展</p>\r\n<p style=\"text-align: center;\">?<img class=\"alignnone size-full wp-image-7920\" src=\"/uploads/allimg/c151007/14442233912UF-592P1.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"992\" /><br />\r\n波兰索 波特 捕鱼的男孩</p>\r\n<p>&nbsp;</p>\r\n<p><img class=\"alignnone size-full wp-image-7901\" src=\"/uploads/allimg/c151007/144422339262L0-605157.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"953\" /></p>\r\n<p style=\"text-align: center;\">匈牙利 布达佩斯 多瑙河的鞋</p>\r\n<p>&nbsp;</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-7921\" src=\"/uploads/allimg/c151007/14442233933GF-615391.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"439\" /><br />\r\n夸祖鲁纳塔尔?中部地区?纳尔逊曼德拉雕塑</p>\r\n<p>&nbsp;</p>\r\n<p><img class=\"alignnone size-full wp-image-7902\" src=\"/uploads/allimg/c151007/1444223393960P-623C1.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"396\" /></p>\r\n<p style=\"text-align: center;\">美国?宾夕法尼亚?费城 挣脱出模具的雕塑</p>\r\n<p>&nbsp;</p>\r\n<p><img class=\"alignnone size-full wp-image-7904\" src=\"/uploads/allimg/c151007/144422339455Y0-6350H.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"440\" /></p>\r\n<p style=\"text-align: center;\">台湾 台北 河马雕塑</p>\r\n<p>&nbsp;</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-7922\" src=\"/uploads/allimg/c151007/14442233953HZ-649344.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"440\" /><br />\r\n英格兰 康沃尔 赫利 泥浆中的少女</p>\r\n<p>&nbsp;</p>\r\n<p><img class=\"alignnone size-full wp-image-7900\" src=\"/uploads/allimg/c151007/14442233960CF-A1Z3.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"440\" /></p>\r\n<p style=\"text-align: center;\">美国?俄勒冈州?波特兰?鲑鱼雕塑</p>\r\n<p>&nbsp;</p>\r\n<p><img class=\"alignnone size-full wp-image-7905\" src=\"/uploads/allimg/c151007/144422339CF20-B35L.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"450\" /></p>\r\n<p style=\"text-align: center;\">?英国?格兰杰默斯 马形水鬼</p>\r\n<p>&nbsp;</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-7906\" src=\"/uploads/allimg/c151007/14442233a4L20-CG46.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"494\" /><br />\r\n英国?伦敦?泰特现代美术馆?蜘蛛雕塑</p>\r\n<p>&nbsp;</p>\r\n<p><img class=\"alignnone size-full wp-image-7907\" src=\"/uploads/allimg/c151007/14442233b0H60-D4496.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"450\" /></p>\r\n<p style=\"text-align: center;\">斯洛伐克?布拉迪斯拉发 工作的人</p>\r\n<p>&nbsp;</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-7908\" src=\"/uploads/allimg/c151007/14442233bI30-EH15.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"439\" /></p>\r\n<p style=\"text-align: center;\">南非?坦科瓦卡鲁雕塑</p>\r\n<p>&nbsp;</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-7909\" src=\"/uploads/allimg/c151007/14442233c2X60-F92W.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"442\" /><br />\r\n格林纳达海底雕塑公园</p>\r\n<p>&nbsp;</p>\r\n<p><img class=\"alignnone size-full wp-image-7910\" src=\"/uploads/allimg/c151007/14442233cV4P-GG60.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"425\" /></p>\r\n<p style=\"text-align: center;\">瑞士 卢塞恩 狮子雕塑</p>\r\n<p>&nbsp;</p>\r\n<p><img class=\"alignnone size-full wp-image-7911\" src=\"/uploads/allimg/c151007/1444223400534Z-H3205.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"440\" /></p>\r\n<p style=\"text-align: center;\">愤怒的小鸟雕塑</p>\r\n<p>&nbsp;</p>\r\n<p><img class=\"alignnone size-full wp-image-7912\" src=\"/uploads/allimg/c151007/144422340120N0-IMX.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"433\" /></p>\r\n<p style=\"text-align: center;\">火人音乐节</p>\r\n<p>&nbsp;</p>\r\n<p><img class=\"alignnone size-full wp-image-7913\" src=\"/uploads/allimg/c151007/1444223401Q940-J10O.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"436\" /></p>\r\n<p style=\"text-align: center;\">俄罗斯?祖国的召唤雕像</p>\r\n<p>&nbsp;</p>\r\n<p><img class=\"alignnone size-full wp-image-7914\" src=\"/uploads/allimg/c151007/14442234024B50-K3543.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"557\" /></p>\r\n<p style=\"text-align: center;\">大象雕塑</p>\r\n<p>&nbsp;</p>\r\n<p><img class=\"alignnone size-full wp-image-7915\" src=\"/uploads/allimg/c151007/14442234031E0-L3D3.jpg\" alt=\"17个形态怪异的雕塑--阿里百秀\" width=\"660\" height=\"413\" /></p>\r\n<p style=\"text-align: center;\">巴西 里约热内卢 上空的超级月亮</p>\r\n<p>&nbsp;</p>{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/144422340355640-M3432.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('120','2','0','用不锈钢丝编织的婀娜仙子','http://www.demo100.dede58.com/uploads/allimg/140806/23334C436-0-lp.jpg','http://www.demo100.dede58.com/view/131.html','1444223548','1','1','{dede:field name=\'keywords\'}不锈,钢丝,编织,婀娜,仙子{/dede:field}\r\n{dede:field name=\'description\'}在英国的特姆花园中，你会看到在风中翩翩起舞的仙女雕塑。你会认为这么婀娜的女神雕像是用一种植物或者藤蔓编织而成，错了，其实这些雕塑是用不锈钢丝制成的。英国的艺术家罗{/dede:field}\r\n{dede:field name=\'title\'}{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>在英国的特姆花园中，你会看到在风中翩翩起舞的仙女雕塑。你会认为这么婀娜的女神雕像是用一种植物或者藤蔓编织而成，错了，其实这些雕塑是用不锈钢丝制成的。</p>\r\n<p>英国的艺术家罗宾·怀特（Robin Wight）采用不锈钢丝，缠绕成带有翅膀的仙子在风中舞蹈的雕塑，既戏剧又惊艳。迷人的制作形态，从微型到真人大小的尺寸范围，似乎它们有一个属于自己的世界，他们动态的姿势，扭曲自己的身体，并保持有风吹拂的蒲公英，实在是完美。</p>\r\n<p>罗宾·怀特接受私人定制，每一个童话般的仙子都是手工制作，制作出你想要的姿势和特定的安装要求。是不是很想拥有一个呢？</p>\r\n<p><img class=\"alignnone size-medium wp-image-8032\" src=\"/uploads/allimg/c151007/1444223405AP-N2928.jpg\" alt=\"用不锈钢丝编织的婀娜仙子--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8031\" src=\"/uploads/allimg/c151007/144422340639160-O5061.jpg\" alt=\"用不锈钢丝编织的婀娜仙子--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p><img class=\"alignnone size-medium wp-image-8033\" src=\"/uploads/allimg/c151007/144422340FCZ-PR08.jpg\" alt=\"用不锈钢丝编织的婀娜仙子--阿里百秀\" width=\"800\" height=\"535\" /></p>\r\n<p><img class=\"alignnone size-medium wp-image-8034\" src=\"/uploads/allimg/c151007/144422340N4C0-QSI.jpg\" alt=\"用不锈钢丝编织的婀娜仙子--阿里百秀\" width=\"800\" height=\"536\" /></p>\r\n<p><img class=\"alignnone size-medium wp-image-8035\" src=\"/uploads/allimg/c151007/144422340U0X0-R3M6.jpg\" alt=\"用不锈钢丝编织的婀娜仙子--阿里百秀\" width=\"800\" height=\"573\" /></p>\r\n<p><img class=\"alignnone size-medium wp-image-8036\" src=\"/uploads/allimg/c151007/14442234092V10-S9550.jpg\" alt=\"用不锈钢丝编织的婀娜仙子--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8037\" src=\"/uploads/allimg/c151007/144422340b4Q0-T4230.jpg\" alt=\"用不锈钢丝编织的婀娜仙子--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>&nbsp;</p>{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/144422341035110-UT24.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('121','2','0','22个中国最美最酷瀑布，你去过哪一个','http://www.demo100.dede58.com/uploads/allimg/140806/2333514596-0-lp.jpg','http://www.demo100.dede58.com/view/132.html','1444223548','1','1','{dede:field name=\'keywords\'}22个,中国,最美,最酷,瀑布{/dede:field}\r\n{dede:field name=\'description\'}中国的美景数不胜数，中国美景中的瀑布更数不胜数，阿里百秀小编收集了中国最有名气的22个瀑布，快来看看你去过哪个，你最喜欢哪个呢？黄果树瀑布位于贵州省安顺市，是黄果树瀑{/dede:field}\r\n{dede:field name=\'title\'}{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>中国的美景数不胜数，中国美景中的瀑布更数不胜数，阿里百秀小编收集了中国最有名气的22个瀑布，快来看看你去过哪个，你最喜欢哪个呢？</p>\r\n<h2>黄果树瀑布</h2>\r\n<p>位于贵州省安顺市，是黄果树瀑布群中最为壮观的瀑布，也是世界著名大瀑布之一，以水势浩大著称。世界上唯一可以从上、下、前、后、左、右六个方位观赏的瀑布。</p>\r\n<p><img class=\"alignnone size-full wp-image-8038\" src=\"/uploads/allimg/c151007/14442234113030-V4459.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"605\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>黄河壶口瀑布</h2>\r\n<p>壶口瀑布，西濒陕西省宜川县，东临山西省吉县，是黄河流经晋陕大峡谷时形成的一个天然瀑布，两岸石壁峭立，河口收束狭如壶口，所以称为壶口瀑布。是黄河上唯一的黄色大瀑布，也是中国的第二大瀑布，其奔腾汹涌的气势是中华民族精神的象征。</p>\r\n<p><img class=\"alignnone size-full wp-image-8039\" src=\"/uploads/allimg/c151007/144422341253C0-WF37.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"500\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>德天瀑布</h2>\r\n<p>德天大瀑布位于中越边境、广西大新县，是世界第四大、亚洲第一大跨国瀑布。德天大瀑布的美在于变幻多姿，她就像模特在表演时装秀一样，早、午、晚各展现出一幅幅瑰丽生动的美景。</p>\r\n<p><img class=\"alignnone size-full wp-image-8040\" src=\"/uploads/allimg/c151007/144422341322C0-XDJ.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"532\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>庐山三叠泉瀑布</h2>\r\n<p>位于江西九江的庐山瀑布，为古今登庐山游客必到之地。庐山瀑布群主要瀑布有三叠泉瀑布、开先瀑布、石门涧瀑布、黄龙潭和乌龙潭瀑布、王家坡双瀑和玉帘泉瀑布等。最有名的就是三叠泉瀑布，被称为“庐山第一奇观”，旧有“未到三叠泉，不算庐山客”之说。三叠泉高崖险峻，峡谷幽深，集名山大川雄、幽、奇、险于一处，有原始自然的美景。</p>\r\n<p><img class=\"alignnone size-full wp-image-8041\" src=\"/uploads/allimg/c151007/1444223413c2F-Y3N7.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"1302\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>三峡大瀑布</h2>\r\n<p>湖北宜昌的三峡大瀑布原名白果树瀑布，峡谷内溪水常年不断，构成30多道形态各异的瀑布镶嵌于峡谷内，其中最壮观的是高102米、宽80米的三峡大瀑布，全国独一无二的零距离“穿越”大瀑布，让人充分感受“集体湿身”的欢快和刺激，令人陶醉其间，流连忘返。</p>\r\n<p><img class=\"alignnone size-full wp-image-8042\" src=\"/uploads/allimg/c151007/144422341554110-Z1006.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"488\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>赤水十丈洞瀑布</h2>\r\n<p>位于贵州赤水市南部，瀑高76米，宽80米，是我国长江流域上最大的瀑布。瀑水从悬崖绝壁上倾泻而下，似万马奔腾，气势磅礴，几里之外声如雷鸣，数百米内水雾弥漫，阳光照射之下，呈现五彩缤纷的彩虹。</p>\r\n<p><img class=\"alignnone size-full wp-image-8043\" src=\"/uploads/allimg/c151007/144422341H41F-912249.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"514\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>吊水楼瀑布</h2>\r\n<p>又称镜泊湖瀑布，它位于黑龙江宁安县西南，它形状好像加拿大尼亚加拉大瀑布，是世界最大的玄武岩瀑布。每逢雨季或汛期，水声如雷，激流呼啸飞泻，水石相击，白流滔滔，水雾蒸腾出缤纷的彩虹。</p>\r\n<p><img class=\"alignnone size-full wp-image-8044\" src=\"/uploads/allimg/c151007/1444223419525P-923449.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"450\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>泰山黑龙潭瀑布</h2>\r\n<p>泰山黑龙潭位于西溪百丈崖上，有瀑布飞流直下，声若雷鸣，状如挂着的千尺银链。瀑布常年倾泻，冲击崖下成潭，传说潭与东海龙宫通，游龙自由来去，故名“黑龙潭”。</p>\r\n<p><img class=\"alignnone size-full wp-image-8045\" src=\"/uploads/allimg/c151007/144422342W260-933S3.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"535\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>扎嘎瀑布</h2>\r\n<p>位于四川省，牟尼沟景区，享有中华第一钙化瀑布之美誉。是一座多层的叠瀑，叠叠多变，气势磅薄，涛声十里。</p>\r\n<p><img class=\"alignnone size-full wp-image-8046\" src=\"/uploads/allimg/c151007/1444223434ML0-94P94.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"810\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>九龙第一瀑</h2>\r\n<p>位于云南罗平县的九龙瀑布群是中国最大的瀑布群景观，这些瀑布随着季节的更替变化，变幻无穷，令人目不暇接。被称为“南国一绝”的九龙瀑布，为九龙河上最大的一级瀑布，也是整个景区观景之最，“幅宽、差大、极多”是九龙瀑布的特点。</p>\r\n<p><img class=\"alignnone size-full wp-image-8047\" src=\"/uploads/allimg/c151007/144422343632E0-951118.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>九寨沟诺日朗瀑布</h2>\r\n<p>九寨沟瀑布群，主要有诺日朗瀑布、树正瀑布和珍珠滩瀑布组成，此外还有若树正群海间的梯瀑群等无数小瀑布。诺日朗瀑布是九寨沟瀑布群中最大的瀑布，“诺日朗”三字，在藏语中的意思就是雄伟壮观，一见你就知道名不虚传！</p>\r\n<p><img class=\"alignnone size-full wp-image-8061\" src=\"/uploads/allimg/c151007/144422343Fb60-963449.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"449\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>大叠水瀑布</h2>\r\n<p>大叠水瀑布又名“飞龙瀑”，位于云南省石林县，江水遇两条平行的断裂层而形成两处较大的落差，第一道称小叠水，第二道称大叠水。因水头巨大，跌落时激起阵阵轰鸣，声振山谷，形成“叠水喷霞”的自然奇观。</p>\r\n<p><img class=\"alignnone size-full wp-image-8062\" src=\"/uploads/allimg/c151007/144422343T1H0-a5C0.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>流沙瀑布</h2>\r\n<p>位于湖南德夯九龙溪源头，是中国最高的瀑布，也是最细腻的瀑布，大部分时候，瀑布从绝壁之上腾空而下，极高的落差，流水到了下面就散落成流沙状。</p>\r\n<p><img class=\"alignnone size-full wp-image-8063\" src=\"/uploads/allimg/c151007/1444223440G3Z-b5958.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"1198\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>大龙湫瀑布</h2>\r\n<p>位于浙江温州市，最为著名的是190米高的大龙湫瀑布，据说它是我国落差最大的瀑布之一。因落差太大，山风吹拂，分成各具特色的两段，上半段白练飞舞，下半段如烟如雾。雁荡山俪金山庄看大龙湫，你很容易联想到人生的过程，青少年时热情冲动，中老年时舒缓宽容。</p>\r\n<p><img class=\"alignnone size-full wp-image-8069\" src=\"/uploads/allimg/c151007/1444223443GA0-c1104.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"517\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>云台山瀑布</h2>\r\n<p>云台山瀑布坐落在焦作云台山风景区老潭沟，落差314米成为亚洲落差最大的瀑布。在多余的季节，瀑布气势更加晖宏！</p>\r\n<p><img class=\"alignnone size-full wp-image-8071\" src=\"/uploads/allimg/c151007/1444223445L3F-10035K.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"581\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>望乡台瀑布</h2>\r\n<p>位于重庆江津市南部，望乡台瀑布是四面山的标志性景点，是四面山最为壮观的瀑布，望乡台瀑布的绝妙之处不仅在于飞瀑高出九天外，水声如雷，震山撼谷；而且夏季晴朗之日，每天上午九点到十一点左右，望乡台瀑布彩虹几乎都会准时出现，堪称一绝。</p>\r\n<p><img class=\"alignnone size-full wp-image-8072\" src=\"/uploads/allimg/c151007/144422344CU0-101T25.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>银练坠瀑布</h2>\r\n<p>位于贵州安顺天星桥景区内，离黄果树瀑布7公里，是景区内形态最美的瀑布。水围圆石而下，宛如条条银练坠入深潭，绚丽无比。</p>\r\n<p><img class=\"alignnone size-full wp-image-8073\" src=\"/uploads/allimg/c151007/144422344LJ20-1026144.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"583\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>马岭河瀑布</h2>\r\n<p>位于贵州省兴义市，是中国最大瀑布群。瀑布飞泉有60余处，而壁挂崖一带仅2公里长的峡谷中，就分布着13条瀑布，形成一片壮观的瀑布群。最具特色的是珍珠瀑布，4条洁白而轻软的瀑布从200多米高的崖顶跌落下来，在层层叠叠的岩页上时隐时现，撞击出万千水珠，水珠在阳光照耀下闪闪发光，似有人居高临下筛落满崖的浪花。</p>\r\n<p><img class=\"alignnone size-full wp-image-8129\" src=\"/uploads/allimg/c151007/144422344S020-103W51.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>天生桥瀑布群</h2>\r\n<p>位于河北阜平县，天生桥瀑布群中分布着九个大瀑布，就像九条巨龙。天生桥瀑布群最大的瑶台瀑布落差112米，奔腾的瀑布，响彻山巅。</p>\r\n<p><img class=\"alignnone size-full wp-image-8131\" src=\"/uploads/allimg/c151007/144422344ZZ10-1042M9.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"753\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>九龙漈瀑布</h2>\r\n<p>位于福建周宁县，华东仅有的特大瀑布群。瀑布总落差300多米，在长达1000米的流程中连续九级不同的落差穿过峡谷，形成奇绝的飞瀑深潭。</p>\r\n<p><img class=\"alignnone size-full wp-image-8132\" src=\"/uploads/allimg/c151007/1444223450202Z-10522J.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"532\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>岱仙瀑布</h2>\r\n<p>位于福建德化县，有“华东第一瀑”之称，奇妙的是溪水流到边崖，形成一道更宽的、水流似油从漏斗穿过状的油漏瀑，因此岱仙大瀑布也称岱仙双瀑。</p>\r\n<p><img class=\"alignnone size-full wp-image-8154\" src=\"/uploads/allimg/c151007/1444223451040F-10B041.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>藏布巴东瀑布群</h2>\r\n<p>藏布巴东瀑布群有两个，，分别为高35米（藏布巴东瀑布Ⅱ）和33米（藏布巴东瀑布Ⅰ），前者宽仅35米，为雅鲁藏布大峡谷中最大的河床瀑布。气势壮观、澎湃激昂，是西藏雅鲁藏布大峡谷内的神秘壮景。</p>\r\n<p><img class=\"alignnone size-full wp-image-8155\" src=\"/uploads/allimg/c151007/1444223451TI0-10MA2.jpg\" alt=\"22个中国最美最酷瀑布，你去过哪一个--阿里百秀\" width=\"800\" height=\"530\" /></p>{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/1444223452G5F-10U951.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('122','2','0','八大中国最美海滩，夏天游泳好去处','http://www.demo100.dede58.com/uploads/allimg/140806/23341R019-0-lp.jpg','http://www.demo100.dede58.com/view/133.html','1444223551','1','1','{dede:field name=\'keywords\'}八大,中国,最美,海滩,夏天{/dede:field}\r\n{dede:field name=\'description\'}炎炎夏日，为了能清爽一下，游泳池就成了大家常去的地方，恨不能24小时泡在水里，可是人太多，总觉得游泳池太拥挤，那么，其实你可以考虑去海边游泳，最棒的是，去到那些美丽的{/dede:field}\r\n{dede:field name=\'title\'}{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>炎炎夏日，为了能清爽一下，游泳池就成了大家常去的地方，恨不能24小时泡在水里，可是人太多，总觉得游泳池太拥挤，那么，其实你可以考虑去海边游泳，最棒的是，去到那些美丽的海滩，不仅能游泳，而且还可以欣赏美景。那么，今天阿里百秀小编就给大家推荐一组国内美妙的海滩，快来看看吧，也许你就不会为出行的目的地而发愁喽！</p>\r\n<h2>亚龙湾</h2>\r\n<p><img class=\"alignnone size-full wp-image-8383\" src=\"/uploads/allimg/c151007/144422345B6130-1YR.jpg\" alt=\"八大中国最美海滩，夏天游泳好去处--阿里百秀\" width=\"800\" height=\"562\" /></p>\r\n<p>位于海南三亚，是一个长约7.5公里的半月形海湾，其沙滩平缓开阔，绵延约7公里，浅海区宽度为50-60米，在这里你可以尽情畅游。漫步在洁白细软的沙滩上，看着清澈澄净的海水迎着朝霞，你会觉得生活如此美好。这里被称为“天下第一湾”。</p>\r\n<p>&nbsp;</p>\r\n<h2>?银滩</h2>\r\n<p><img class=\"alignnone size-full wp-image-8384\" src=\"/uploads/allimg/c151007/144422345K2230-21c6.jpg\" alt=\"八大中国最美海滩，夏天游泳好去处--阿里百秀\" width=\"800\" height=\"534\" /><br />\r\n位于广西北海市，面积比较大，超过烟台、青岛、大连、北戴河沙滩面积的总和，被誉为“中国第一滩”。这里的水质特别好，是天然氧吧，空气特别清新，沙滩又宽阔，而且退潮快，涨潮慢，游泳比较安全，是游泳爱好者的好去处。</p>\r\n<p>&nbsp;</p>\r\n<h2>黄金海岸</h2>\r\n<p><img class=\"alignnone size-full wp-image-8375\" src=\"/uploads/allimg/c151007/144422345RWZ-3A56.jpg\" alt=\"八大中国最美海滩，夏天游泳好去处--阿里百秀\" width=\"800\" height=\"535\" /><br />\r\n位于河北秦皇岛市昌黎县，距离北戴河仅有15KM。这里不仅可以看到大海沙滩，还可以滑沙。这里的沙滩呈金黄色，沙子细细，海水清清，沙滩平缓，海潮平平，二十六公里海岸的广阔浴场可以让你肆意玩耍。</p>\r\n<p>&nbsp;</p>\r\n<h2>千步沙</h2>\r\n<p><img class=\"alignnone size-full wp-image-8376\" src=\"/uploads/allimg/c151007/144422345X6360-421Z.jpg\" alt=\"八大中国最美海滩，夏天游泳好去处--阿里百秀\" width=\"800\" height=\"537\" /><br />\r\n位于浙江舟山普陀山。普陀山为舟山群岛中的一个小岛，这里是四大佛教圣地之一。普陀山东海岸有一长约1750米的沙滩，称千步沙，是普陀岛最大的沙滩。沙面平坦宽阔，沙质柔软干净，傍晚的时候，可以来个海水浴，再听着梵音，不仅惬意，而且还以领略一下“海天佛国”的意境。</p>\r\n<p>&nbsp;</p>\r\n<h2>鼓浪屿海滩</h2>\r\n<p><img class=\"alignnone size-full wp-image-8377\" src=\"/uploads/allimg/c151007/14442234595X10-5T06.jpg\" alt=\"八大中国最美海滩，夏天游泳好去处--阿里百秀\" width=\"800\" height=\"525\" /><br />\r\n位于福建厦门，这里有鼓浪屿浴场和厦门最美的海滩——黄厝海滩，如碧海水，再加上蓝天白云与帆船帆板俨然就是一副如诗的图画，而穿着绚烂多彩的泳衣的你，也正在为这里添加一抹鲜明的色彩哟！在这里，你可以尽情的冲浪，尽情的畅游。</p>\r\n<p>&nbsp;</p>\r\n<h2>青岛的海滩</h2>\r\n<p><img class=\"alignnone size-full wp-image-8378\" src=\"/uploads/allimg/c151007/144422346015P-E013.jpg\" alt=\"八大中国最美海滩，夏天游泳好去处--阿里百秀\" width=\"800\" height=\"534\" /><br />\r\n位于山东，这里有全长20公里宽150米的洁白沙滩，沙子细得如粉，抓一把在手里然后再松开，你的手里干干净净不会留一点痕迹。这里海水碧蓝，沙滩细软，是你游泳玩水的好去处。虽然有点儿令人遗憾的是，因为这里被称为是“中国最好的海滩”，所以游人难免有点儿稍多，不过还是值得一去。</p>\r\n<p>&nbsp;</p>\r\n<h2>荷包岛大南湾海滩</h2>\r\n<p><img class=\"alignnone size-full wp-image-8379\" src=\"/uploads/allimg/c151007/1444223460BN0-I1J.jpg\" alt=\"八大中国最美海滩，夏天游泳好去处--阿里百秀\" width=\"800\" height=\"600\" /><br />\r\n位于广东珠海西南端，总面积约13平方公里，海岸总长约28公里。这里的大南湾沙滩，长度约有4公里，宽度达200—500米，沙质柔软均匀细腻，海水清澈透明，有“十里银滩”之称，最难得的是这里游人较少，比较静谧，是一处难得的天然海滨泳场。</p>\r\n<p>&nbsp;</p>\r\n<h2>西冲</h2>\r\n<p><img class=\"alignnone size-full wp-image-8380\" src=\"/uploads/allimg/c151007/144422346139420-S924.jpg\" alt=\"八大中国最美海滩，夏天游泳好去处--阿里百秀\" width=\"800\" height=\"577\" /><br />\r\n位于广东深圳大鹏半岛最南端，享有“东方夏威夷“之誉。这里的沙滩长达4.5公里，沙滩如银，沙子细细，海水蔚蓝清澈，海浪阵阵，海风习习，可以遥望月亮岛和三门岛，你可以在这里游泳，露营，举办篝火晚会，享受最美的风景。</p>{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/144422346226360-91453.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('123','2','0','世界上8个最惊心动魄的景点','http://www.demo100.dede58.com/uploads/allimg/140806/233424E03-0-lp.jpg','http://www.demo100.dede58.com/view/134.html','1444223551','1','1','{dede:field name=\'keywords\'}世界上,8个,惊心动魄,景点{/dede:field}\r\n{dede:field name=\'description\'}小伙伴们，每到假期是不是都有些烦躁呢？因为不知道要怎么度过，想要出去玩时，但是一想到那些景点人满为患就瞬间没了兴致。不过，还是有一些风景独到的地方并没有那么多人哟{/dede:field}\r\n{dede:field name=\'title\'}{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>小伙伴们，每到假期是不是都有些烦躁呢？因为不知道要怎么度过，想要出去玩时，但是一想到那些景点人满为患就瞬间没了兴致。不过，还是有一些风景独到的地方并没有那么多人哟。如果你不恐高，够勇敢，想要看到不一样的风景的话，就仔细看看今天阿里百秀小编给你介绍的世界上令人惊心动魄的八个景点吧！</p>\r\n<h2>挪威布道石</h2>\r\n<p><img class=\"alignnone size-full wp-image-8691\" src=\"/uploads/allimg/c151007/144422346334X0-103343.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"880\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8692\" src=\"/uploads/allimg/c151007/1444223464303P-115202.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"522\" /><br />\r\n地处挪威南部，靠近斯塔万格市的吕瑟峡湾中部，是一道悬崖断壁，高604米，直立于峡湾深处的崇山峻岭中，顶部有25平方米的平台，在这里，你可以俯瞰蜿蜒美丽的峡湾，远处起伏苍翠的山峦，不过，这个平台周围是没有围栏的，所以如果你没有足够的心理准备还是不要上去哦！</p>\r\n<p>&nbsp;</p>\r\n<h2>挪威奇迹石</h2>\r\n<p><img class=\"alignnone size-full wp-image-8693\" src=\"/uploads/allimg/c151007/14442234A14140-122T5.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"525\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8694\" src=\"/uploads/allimg/c151007/14442234AX0P-139194.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"875\" /><br />\r\n座落于挪威谢拉格山，是世界著名的平衡石。挪威谢拉格山海拔为1110米，奇迹石位于984米高的地方，像楔子一样卡在两块巨大的岩石之间，面积约5平方米，下面就是万丈深渊，而且岩石周围也没有防护措施，所以它也被称为“勇敢者之石”。如果你敢上去，谷底的壮丽风光你就会一览无余哟。</p>\r\n<p>&nbsp;</p>\r\n<h2>挪威山妖舌</h2>\r\n<p><img class=\"alignnone size-full wp-image-8695\" src=\"/uploads/allimg/c151007/14442234C20L0-1452X.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"466\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8696\" src=\"/uploads/allimg/c151007/14442234C91P-1542E.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"544\" /><br />\r\n挪威名是Trolltunga，其实就是突出悬空的一块巨大岩石，因形状酷似山妖的舌头而得名。地处挪威中南部Hardanger峡湾中部的Odda小镇，位置比较隐秘，去的游客不多，所以你可以一个人坐在伸出长舌的岩石上远眺峡湾美景，静静沉思，静静享受。</p>\r\n<p>&nbsp;</p>\r\n<h2>美国纸片岩石</h2>\r\n<p><img class=\"alignnone size-full wp-image-8697\" src=\"/uploads/allimg/c151007/14442234D4O0-1C558.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"525\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8698\" src=\"/uploads/allimg/c151007/14442234DbX0-1J162.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"525\" /><br />\r\n位于美国加利福尼亚州的沿海城市圣迭戈附近，这块岩石由于特别薄而得名。有许多游客来到这块看似一折就断的石头上拍照留念，虽然高度只有三米，但是如果把握好角度，就像置身在悬崖边或是云端。虽然距离不高，但是轻松坐在上面也仍然需要勇气。</p>\r\n<p>&nbsp;</p>\r\n<h2>美国空中玻璃走廊</h2>\r\n<p><img class=\"alignnone size-full wp-image-8699\" src=\"/uploads/allimg/c151007/14442234E602Z-1V396.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"464\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8700\" src=\"/uploads/allimg/c151007/14442234F31J0-193b9.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"466\" /><br />\r\n坐落在美国科罗拉多大峡谷西侧的一个印第安部落居留地内，悬空于科罗拉多河约1200米之上，呈马蹄形，向大峡谷悬崖以外延伸约21米，桥面的材质是强化透明玻璃，厚约10厘米，很多人喜欢在上面悬空欣赏大峡谷的壮美风景，在这上面行走时，就像漫步在云端。</p>\r\n<p>&nbsp;</p>\r\n<h2>中国张家界天门山鬼谷栈道</h2>\r\n<p><img class=\"alignnone size-full wp-image-8701\" src=\"/uploads/allimg/c151007/14442234Fb560-2015N.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"467\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8707\" src=\"/uploads/allimg/c151007/14442234G5AP-21H11.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"481\" /></p>\r\n<p>这是一座玻璃栈道，在山顶西线，悬于峭壁之上，长1600米，最高处海拔1400米，悬出4-5米，位于悬崖之间，人们站在玻璃眺望台上，可以从玻璃台看见远处如仙境般云海缭绕的山峰和下面惊险万分的万丈深渊。</p>\r\n<p>&nbsp;</p>\r\n<h2>中国华山长空栈道</h2>\r\n<p><img class=\"alignnone size-full wp-image-8703\" src=\"/uploads/allimg/c151007/14442234HG20-22I09.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"434\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8704\" src=\"/uploads/allimg/c151007/14442234I3510-23LX.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"466\" /><br />\r\n位于华山南峰西岩下面，建造在光溜溜的悬崖绝壁上，方木搭建条石固定，栈道上下皆是悬崖绝壁，上距崖顶几十米，下到谷底二三百米，宽仅三十多公分，空悬无栏，只有崖壁铁索可供抓手，国内外攀岩爱好者喜欢挑战这里。</p>\r\n<p>&nbsp;</p>\r\n<h2>美国芝加哥西尔斯大厦观光层</h2>\r\n<p><img class=\"alignnone size-full wp-image-8705\" src=\"/uploads/allimg/c151007/14442234J0430-2425M.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"467\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8706\" src=\"/uploads/allimg/c151007/14442234J5FF-251H6.jpg\" alt=\"世界上8个最惊心动魄的景点--阿里百秀\" width=\"700\" height=\"464\" /><br />\r\n芝加哥西尔斯大厦有110层，在103层处设置了4个玻璃为底的盒子结构，建在大厦西侧，如大楼突出的玻璃阳台，向外延伸约1.2米，地板厚达12.7厘米，可承重约5吨，站在这里，你可以眺望整个城市。</p>{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/14442234K29420-261494.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('124','2','0','10幅世界级摄影大赛获奖作品，让你对自然、社会和人生有所感悟','http://www.demo100.dede58.com/uploads/allimg/140806/2334352006-0-lp.jpg','http://www.demo100.dede58.com/view/135.html','1444223552','1','1','{dede:field name=\'keywords\'}10幅,世界级,摄影,大赛,获{/dede:field}\r\n{dede:field name=\'description\'}一直以来，每次看那些比较好的作品都只是抱着欣赏的心态，都只觉得特别漂亮或者是有趣，都是夸赞一句或者笑笑就过去了，从来也没有好好思考摄影师真正想要传达的思想，想要传{/dede:field}\r\n{dede:field name=\'title\'}{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>一直以来，每次看那些比较好的作品都只是抱着欣赏的心态，都只觉得特别漂亮或者是有趣，都是夸赞一句或者笑笑就过去了，从来也没有好好思考摄影师真正想要传达的思想，想要传递的一些深层意义。</p>\r\n<p>其实，那些照片都是摄影师们在用镜头表达自己对自然、对社会、对人生的一种认识，都是带有自己的感悟的，他们用作品向我们讲述体悟，与我们分享心得。因此，我们也应该自己沉静下来，用心灵与自然与社会与人生对话。今天阿里百秀小编就给大家带来一组世界摄影大赛中的获奖作品，也许它们会让你有新的感悟。</p>\r\n<h2>2014世界新闻摄影大赛一等奖</h2>\r\n<p>吉布提的几位非洲移民举着手机，试图从邻国索马里获取廉价的手机信号。摄影师John Stanmeyer。</p>\r\n<p><img class=\"alignnone size-full wp-image-8805\" src=\"/uploads/allimg/c151007/14442234L3A30-2I329.jpg\" alt=\"10幅世界级摄影大赛获奖作品，让你对自然、社会和人生有所感悟--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>2014年索尼世界摄影大赛“国家奖”德国第三名</h2>\r\n<p>在印度Maha Kumbh Mela每12年举行一次的全球最大规模的精神聚会上，朝圣者与信徒走过浮桥。摄影师：Wolfgang Weinhardt</p>\r\n<p><img class=\"alignnone size-full wp-image-8806\" src=\"/uploads/allimg/c151007/14442234M002P-2T414.jpg\" alt=\"10幅世界级摄影大赛获奖作品，让你对自然、社会和人生有所感悟--阿里百秀\" width=\"800\" height=\"521\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>2014年索尼世界摄影大赛“国家奖”香港头等奖</h2>\r\n<p>每年7月肯尼亚都会重演惊心动魄的野生动物大迁徙场面。摄影师：张志雄</p>\r\n<p><img class=\"alignnone size-full wp-image-8807\" src=\"/uploads/allimg/c151007/14442234M94Y0-2c401.jpg\" alt=\"10幅世界级摄影大赛获奖作品，让你对自然、社会和人生有所感悟--阿里百秀\" width=\"800\" height=\"498\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>2014年索尼世界摄影大赛公开赛“旅行“头等奖</h2>\r\n<p>中国南方——凤凰古城，表现雨季人们雨中旅行的场景，背后是古老的民宅和桥梁。摄影师陈力</p>\r\n<p><img class=\"alignnone size-full wp-image-8808\" src=\"/uploads/allimg/c151007/14442234NA2P-30W46.jpg\" alt=\"10幅世界级摄影大赛获奖作品，让你对自然、社会和人生有所感悟--阿里百秀\" width=\"800\" height=\"532\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>2014年索尼世界摄影大赛 “国家奖”香港第二名</h2>\r\n<p>澳门火龙节。摄影师：张志雄</p>\r\n<p><img class=\"alignnone size-full wp-image-8809\" src=\"/uploads/allimg/c151007/14442234O3150-316447.jpg\" alt=\"10幅世界级摄影大赛获奖作品，让你对自然、社会和人生有所感悟--阿里百秀\" width=\"800\" height=\"530\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>2014年索尼世界摄影大赛“国家奖”秘鲁头等奖</h2>\r\n<p>秘鲁首都利马，一位男子在墓地卖气球。摄影师Milko Torres Ramirez</p>\r\n<p><img class=\"alignnone size-full wp-image-8813\" src=\"/uploads/allimg/c151007/14442234P1R20-32J21.jpg\" alt=\"10幅世界级摄影大赛获奖作品，让你对自然、社会和人生有所感悟--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>2014年索尼世界摄影大赛“国家奖“波兰头等奖</h2>\r\n<p>乌克兰扎克村，村民塔提亚娜与她的爱马。摄影师Mateusz Baj</p>\r\n<p><img class=\"alignnone size-full wp-image-8810\" src=\"/uploads/allimg/c151007/14442234Q02060-3395B.jpg\" alt=\"10幅世界级摄影大赛获奖作品，让你对自然、社会和人生有所感悟--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>2014年索尼世界摄影大赛“国家奖”阿根廷第三名</h2>\r\n<p>阿根廷布利诺斯艾利斯省的Epecue村，1985年发生的一次溃坝事故导致Epecuen咸水湖泛滥，该村被淹没在水下，只不过这个村子再也没有重建。摄影师Doralisa Romero</p>\r\n<p><img class=\"alignnone size-full wp-image-8811\" src=\"/uploads/allimg/c151007/14442234Q5W10-341293.jpg\" alt=\"10幅世界级摄影大赛获奖作品，让你对自然、社会和人生有所感悟--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>2014年索尼世界摄影大赛公开赛“自然及野生动物类”头等奖</h2>\r\n<p>白雪皑皑中的小马。摄影师Gert van den Bosch</p>\r\n<p><img class=\"alignnone size-full wp-image-8814\" src=\"/uploads/allimg/c151007/14442234R303F-355U4.jpg\" alt=\"10幅世界级摄影大赛获奖作品，让你对自然、社会和人生有所感悟--阿里百秀\" width=\"800\" height=\"407\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>2014年索尼世界摄影大赛“文化类”青年头等奖</h2>\r\n<p>在伊朗的Bijar市，每年叶什派穆斯林都要举行伊玛目?侯赛因悼念仪式，这是在街道上举办的。摄影师Bohran Mardani</p>\r\n<p><img class=\"alignnone size-full wp-image-8812\" src=\"/uploads/allimg/c151007/14442234RP910-3EX3.jpg\" alt=\"10幅世界级摄影大赛获奖作品，让你对自然、社会和人生有所感悟--阿里百秀\" width=\"800\" height=\"531\" /></p>{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/14442234SB30-3H0V.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('125','2','0','8个与众不同的森林，像来自外星球','http://www.demo100.dede58.com/uploads/allimg/140806/23344355B-0-lp.jpg','http://www.demo100.dede58.com/view/136.html','1444223553','1','1','{dede:field name=\'keywords\'}8个,与众不同,森林,自外{/dede:field}\r\n{dede:field name=\'description\'}在我的印象里，森林就是有很多笔直、郁郁葱葱的大树组成，没什么特别之处。不过世界之大，无奇不有！世界上也存在一些比较特别的森林，它们有的底部的树干是弯曲的，有的树干{/dede:field}\r\n{dede:field name=\'title\'}{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>在我的印象里，森林就是有很多笔直、郁郁葱葱的大树组成，没什么特别之处。不过世界之大，无奇不有！世界上也存在一些比较特别的森林，它们有的底部的树干是弯曲的，有的树干肥大能储存食物和水，有的树长在了水里，更奇怪的是还有彩虹色的树皮。你一定也觉得非常好奇吧，那就一起来看看！</p>\r\n<h2>马达加斯加 ?猴面包树林荫大道</h2>\r\n<p>猴面包树果实成熟时，猴子会成群结队去摘果子，“猴面包树”的称呼由此而来。猴面包树树干肥大但轻软，没有木材利用价值，但却可以当储藏室，贮存大量的水和食物。有趣的是，当地居民常会把树干掏空，搬进去居住，形成一种非常别致的大自然“村舍”。</p>\r\n<p><img class=\"alignnone size-full wp-image-8800\" src=\"/uploads/allimg/c151007/14442234T5B0-3RV3.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8801\" src=\"/uploads/allimg/c151007/14442234U54530-3914T.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"538\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8802\" src=\"/uploads/allimg/c151007/14442234V43C0-4040D.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>哈萨克斯坦 森林湖</h2>\r\n<p>哈萨克斯坦森林湖，是1911年地震造成山体滑坡而形成的，长400米，最大深度30米，海拔2000米。雪岭云杉被淹没在水里，水面之上露出光秃秃的树干。水面上的是100多年的云杉，水下则是另一幅不同的画面。由于海拔高，水非常寒冷，但水下仍有树枝和针叶。水经常会改变颜色，是由水底一个世纪前的石灰和其他矿物质引起的变化。</p>\r\n<p><img class=\"alignnone size-full wp-image-8815\" src=\"/uploads/allimg/c151007/14442234Y15420-41M45.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8816\" src=\"/uploads/allimg/c151007/144422349440440-422229.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8817\" src=\"/uploads/allimg/c151007/144422349635320-434246.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>索科特拉岛 龙血森林</h2>\r\n<p>龙血树和沙漠玫瑰是索科特拉岛中很独特的植物，龙血树树冠茂密像倒转的雨伞，可以提供足够的树荫来减少蒸发，也可以保护树荫下的种子，所以它们一般生长得茂密。龙血树是常绿树，由于树汁呈深红色，所以被成为龙血树。沙漠玫瑰粗粗短短的外型非常符合外星生物的形象。在悬崖上出现的“沙漠玫瑰”相当特别，直接嵌进石头长出来，完全不需要土壤，树皮像橡胶一样闪闪发亮，枝干顶端会长出漂亮的粉红色花朵。</p>\r\n<p><img class=\"alignnone size-full wp-image-8818\" src=\"/uploads/allimg/c151007/14442234a24010-443416.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8819\" src=\"/uploads/allimg/c151007/14442234b16220-452R0.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8820\" src=\"/uploads/allimg/c151007/144422350050L0-464Z8.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>波兰 ?弯曲森林</h2>\r\n<p>位于波兰西部的弯曲森林，树木大多是1930年代种植的。大部分树木开始都是平行于地面生长，但长到一定时期后就90度拐弯向上生长，所以被当地称为弯曲森林。人们普遍认为，是使用某种工具或技术使树木这样生长，但为什么变成这样，方法和动机至今还是个迷。<br />\r\n<img class=\"alignnone size-full\" src=\"/uploads/allimg/c151007/144422350139150-4GY1.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"450\" /></p>\r\n<p><img class=\"alignnone size-full\" src=\"/uploads/allimg/c151007/14442235023510-4Wc3.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p><img class=\"alignnone size-full\" src=\"/uploads/allimg/c151007/144422350354520-4a320.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>毛伊岛 彩虹桉树林</h2>\r\n<p>位于美国夏威夷的毛伊岛上有种特别的树-彩虹桉树。因树皮呈现多种颜色而被称为彩虹桉树。它的树皮会随着时间的推移不断变换着颜色。新脱落的外皮所在位置由亮绿色的内皮取代，时间流逝过程中，树皮逐渐变色，由亮绿变蓝色再变成紫色等，不同颜色代表了树皮的不同年龄。</p>\r\n<p><img class=\"alignnone size-full wp-image-8826\" src=\"/uploads/allimg/c151007/144422350V4530-50HV.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8823\" src=\"/uploads/allimg/c151007/1444223513942P-514941.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"534\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8824\" src=\"/uploads/allimg/c151007/14442235150910-526051.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"473\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8825\" src=\"/uploads/allimg/c151007/1444223515J030-533R5.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"561\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>中国伊犁杏谷</h2>\r\n<p>每年，这些丘陵都会变成粉红色和白色花的海洋。 作为新疆最大的杏园，这花代表果期季节的开始，同时也使杏谷成为人间少有的仙境。</p>\r\n<p><img class=\"alignnone size-full wp-image-8837\" src=\"/uploads/allimg/c151007/144422351645130-54ED.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8838\" src=\"/uploads/allimg/c151007/144422351I0E0-556244.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"499\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8839\" src=\"/uploads/allimg/c151007/144422351Q4640-5A917.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"533\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>巴西嘉宝果森林</h2>\r\n<p>乍一看，这些树上覆盖的果实有一些可怕。这些是嘉宝果，果实是沿着树干整体生长。 因为果形和风味和葡萄相似，因此享有美味“热带葡萄”之称。新鲜水果除了可以生吃外，也可以做成蜜饯、果酱和风味极佳的嘉宝果酒。</p>\r\n<p><img class=\"alignnone size-full wp-image-8842\" src=\"/uploads/allimg/c151007/144422351926420-5K4c.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"600\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8840\" src=\"/uploads/allimg/c151007/14442235204R30-5T047.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"1067\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8841\" src=\"/uploads/allimg/c151007/1444223521B40-593239.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"560\" /></p>\r\n<p>&nbsp;</p>\r\n<h2>纳米比亚 戴德弗雷森林</h2>\r\n<p>这个令人难以置信的“森林”是每一个自然摄影师梦寐以求的地方。明亮的橙色沙丘和像烧焦的黑色树，使这个地方看起来像一幅美丽的画。大约900年前发芽后的这些树遭遇强烈的大雨，雨水蒸发后不久树木就都死亡了。干燥的气候阻止了树木腐烂，但经过太阳几个世纪的照晒，逐渐变黑。</p>\r\n<p><img class=\"alignnone size-full wp-image-8861\" src=\"/uploads/allimg/c151007/144422352249520-60Q33.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"606\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8862\" src=\"/uploads/allimg/c151007/144422352326310-61J07.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"545\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8863\" src=\"/uploads/allimg/c151007/1444223523X420-625021.jpg\" alt=\"8个与众不同的森林，像来自外星球--阿里百秀\" width=\"800\" height=\"450\" /></p>{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/1444223524593F-639317.jpg{/dede:field}\r\n');
INSERT INTO `dede_co_htmls` VALUES('126','2','0','陶渊明笔下8个中国世外桃源，云南坝美真如桃花源','http://www.demo100.dede58.com/uploads/allimg/140806/23351464A-0-lp.jpg','http://www.demo100.dede58.com/view/137.html','1444223553','1','1','{dede:field name=\'keywords\'}陶渊明,笔下,8个,中国,世外{/dede:field}\r\n{dede:field name=\'description\'}说到陶渊明，大家最先想到的就是他的《桃花源记》和他的脍炙人口的诗句“采菊东篱下，悠然见南山”，陶渊明向往世外桃源，生活在喧嚣之中的我们又何尝不向往呢！虽然那只是很{/dede:field}\r\n{dede:field name=\'title\'}{/dede:field}\r\n{dede:field name=\'writer\'}{/dede:field}\r\n{dede:field name=\'source\'}{/dede:field}\r\n{dede:field name=\'pubdate\'}{/dede:field}\r\n{dede:field name=\'body\'}<p>说到陶渊明，大家最先想到的就是他的《桃花源记》和他的脍炙人口的诗句“采菊东篱下，悠然见南山”，陶渊明向往世外桃源，生活在喧嚣之中的我们又何尝不向往呢！虽然那只是很美好的想象，但是现世中还是有一些地方犹如世外桃源，这些地方景美安宁，可以让大家暂时忘却尘世烦恼。今天阿里百秀小编就给大家介绍一下，如果哪天你想来一场说走就走的旅行，它们也许可以是你的目的地。</p>\r\n<h2>和顺</h2>\r\n<p><img class=\"alignnone size-full wp-image-8928\" src=\"/uploads/allimg/c151007/144422352561D0-6412N.jpg\" alt=\"陶渊明笔下8个中国世外桃源，云南坝美真如桃花源--阿里百秀\" width=\"640\" height=\"393\" /><br />\r\n位于云南省腾冲县城西南3公里处的古镇。因为这里有一条小河绕村而过，所以更名为和顺，取“士和民顺”之雅意。古镇顺着山势和小河而建，远远望去，错落有致。傍晚，趁着落日余晖，穿越小巷来到小河，青石板上有妇女捣衣洗菜，有小孩儿嬉戏玩耍，白鹅和鸭子在水中自由自在游弋，褪去白昼的喧嚣，一切变得安逸宁静，闲庭漫步期间，感受小镇的苍茫不惊。</p>\r\n<p>&nbsp;</p>\r\n<h2>宝山石头城</h2>\r\n<p><img class=\"alignnone size-full wp-image-8929\" src=\"/uploads/allimg/c151007/14442235263D0-A5X3.jpg\" alt=\"陶渊明笔下8个中国世外桃源，云南坝美真如桃花源--阿里百秀\" width=\"640\" height=\"512\" /><br />\r\n位于云南，距离丽江约110公里，这里是纳西族居住的地方，风景独特。石头城三面都是悬崖绝壁，其中一面临咆奔腾的的金沙江，只有南北两座石门可供出入，几乎可以说是一座真正的天险之城。这里的房屋是辟岩建成，所有物品诸如石床、石枕、石桌、石凳、石灶、石缸等也都是石头做成，展示纳西族的本来面貌，很有古风古韵，是真正的原生态。更妙的是，这里还有层叠的梯田，秀丽壮美。</p>\r\n<p>&nbsp;</p>\r\n<h2>沙琼村</h2>\r\n<p><img class=\"alignnone size-full wp-image-8930\" src=\"/uploads/allimg/c151007/144422352H0930-B6451.jpg\" alt=\"陶渊明笔下8个中国世外桃源，云南坝美真如桃花源--阿里百秀\" width=\"640\" height=\"468\" /><br />\r\n位于西藏察隅县下察隅镇，是“僜人”聚居村，僜人虽然是国家尚未识定的民族，但是他们仍然热情好客，如果有远道而来的客人，他们会以鸡爪谷、鸡肉或者猪肉为原料，加入当地生长的植物为调料，经过手工及必要的工序加工制作成一种食物招待客人。沙琼村四季如春，这里芭蕉丛丛，绿树成林，木篱笆围栏、石头围栏隐约其中，就如绿荫掩映的“桃源”。</p>\r\n<p>&nbsp;</p>\r\n<h2>丙安古镇</h2>\r\n<p><img class=\"alignnone size-full wp-image-8931\" src=\"/uploads/allimg/c151007/144422352O4040-C4492.jpg\" alt=\"陶渊明笔下8个中国世外桃源，云南坝美真如桃花源--阿里百秀\" width=\"640\" height=\"366\" /><br />\r\n位于贵州省赤水市，距市区25公里，现在水陆交通都比较便捷，森林郁郁葱葱，原始生态比较完整。古镇建在赤水河畔的陡崖之上，倚青山，水环绕，石为门，岩为墙，就如一座古城堡。矗立的木质悬空吊脚楼，虽已经千年，却仍稳如磐石。看到这些古旧的建筑，也许你更能体会古时夜郎国里的悠悠意境。</p>\r\n<p>&nbsp;</p>\r\n<h2>瑶里</h2>\r\n<p><img class=\"alignnone size-full wp-image-8932\" src=\"/uploads/allimg/c151007/144422352UN10-D2913.jpg\" alt=\"陶渊明笔下8个中国世外桃源，云南坝美真如桃花源--阿里百秀\" width=\"640\" height=\"440\" /><br />\r\n位于江西景德镇市浮梁县，距景德镇市区50公里。正如周杰伦《青花瓷》的歌词“天青色等烟雨而我在等你，炊烟袅袅升起隔江千万里”，烟雨江南，于瑶里再现。瑶河穿镇而过，古村落依水而建，一律都是明清时期的徽派建筑，飞檐翘角，粉墙黛瓦，掩映于青山绿水之中。</p>\r\n<p>&nbsp;</p>\r\n<h2>坝美村</h2>\r\n<p><img class=\"alignnone size-full wp-image-8933\" src=\"/uploads/allimg/c151007/144422352919520-EM27.jpg\" alt=\"陶渊明笔下8个中国世外桃源，云南坝美真如桃花源--阿里百秀\" width=\"640\" height=\"427\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8934\" src=\"/uploads/allimg/c151007/144422352aG10-F5150.jpg\" alt=\"陶渊明笔下8个中国世外桃源，云南坝美真如桃花源--阿里百秀\" width=\"640\" height=\"478\" /></p>\r\n<p><img class=\"alignnone size-full wp-image-8935\" src=\"/uploads/allimg/c151007/144422353052J0-Gc02.jpg\" alt=\"陶渊明笔下8个中国世外桃源，云南坝美真如桃花源--阿里百秀\" width=\"640\" height=\"425\" /><br />\r\n位于云南省，生活着壮族人民。这里不通公路，四面环山，村民们坐着小船，划过一个几公里长的幽暗水洞才能进出，与外界交往不多，几乎长期与世隔绝，他们过着自给自足的生活，安静祥和，环境优美，就如一个真正的桃花源。</p>\r\n<p>&nbsp;</p>\r\n<h2>丹巴藏寨</h2>\r\n<p><img class=\"alignnone size-full wp-image-8936\" src=\"/uploads/allimg/c151007/144422353134530-H94W.jpg\" alt=\"陶渊明笔下8个中国世外桃源，云南坝美真如桃花源--阿里百秀\" width=\"640\" height=\"427\" /><br />\r\n位于四川西部，指的是居住在丹巴县的居民形成的藏族村落，丹巴的山寨，旧时称碉楼寨房。在时代的变迁中，碉楼与寨房完美融合在一起。这里的碉楼错落分布于绿色山林之中，秀气灵美，伴有视有若无的流水潺潺，就如一幅画卷，不愧是“中国最美丽乡村”的第一名。</p>\r\n<p>&nbsp;</p>\r\n<h2>青岛樱花小镇</h2>\r\n<p><img class=\"alignnone size-full wp-image-8940\" src=\"/uploads/allimg/c151007/144422353204440-I4311.jpg\" alt=\"陶渊明笔下8个中国世外桃源，云南坝美真如桃花源--阿里百秀\" width=\"640\" height=\"427\" /><br />\r\n位于浮山北麓的同兴路，建于2009年。这里文化自然气息蕴含浓厚，在樱花绽放的日子，小镇有种飘逸的美，行走其间，你就像置身于天堂。其实，如果你善于发现美，善于聆听自然，人间天堂就在你身边。</p>{/dede:field}\r\n{dede:field name=\'litpic\'}/uploads/allimg/c151007/1444223532U3Z-JY45.jpg{/dede:field}\r\n');
