<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>小猪博客</title><link>http://www.zhublog.com/</link><description>关注互联网新鲜、有趣、不可思议的事物</description><generator>RainbowSoft Studio Z-Blog 1.8 Arwen Build 90619</generator><language>zh-CN</language><copyright>Copyright © 2007-2008 ZhuBlog.com     闽ICP备08106196号      </copyright><pubDate>Thu, 09 Sep 2010 21:53:26 +0800</pubDate><item><title>HELLO, 404 !</title><author>craig.yao@qq.com (stone)</author><link>http://www.zhublog.com/archives/609.html</link><pubDate>Thu, 09 Sep 2010 21:47:59 +0800</pubDate><guid>http://www.zhublog.com/archives/609.html</guid><description><![CDATA[<p>&nbsp;<span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: tahoma; line-height: 25px; "><span class="Apple-style-span" style="font-size: 14px; "><img class="alignnone size-full wp-image-2908" src="http://www.zhublog.com/upload/201009092153184200.jpg" alt="" width="730" height="250" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /></span><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">1. 什么是404</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 404是一个 http 错误代码，即请求的网页不存在。代码404的第一个&ldquo;4&rdquo;代表客户端的错误，如错误的网页位址；后两的数字码则代表着特定的错误讯息。就是当用户输入了错误的链接时，返回的页面。这样的目的是告诉浏览者其所请求的页面不存在或链接错误，同时引导用户使用网站其他页面而不是关闭窗口离开。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><img class="alignnone size-full wp-image-2921" src="http://www.zhublog.com/upload/201009092153182118.jpg" alt="" width="459" height="206" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Google简洁的页面与的品牌精神是一致的，包涵基本的出错提示和问题描述</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; ">　　<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">2. 为什么需要404页面</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 搜索引擎蜘蛛在请求某个URL时得到&ldquo;404&rdquo;状态回应时，即知道该URL已经失效，便不再索引该网页，并向数据中心反馈将该URL表示的网页从索引数据库中删除，当然，删除过程有可能需要很长时间；而当搜索引擎得到&ldquo;200&rdquo;状态码时，则会认为该URL是有效的，便会去索引，并会将其收录到索引数据库。所以，自定义404错误页面不仅是增强用户体验的好做法，而且对搜索引擎也是相当重要的。<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">3. 良好的404页面应该遵循的理念</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; ">①提供简明的问题描述，用轻松的话语消除访客的挫败感，使得访客转到某个地方而不是后退。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; ">②提供合理的解决方案，辅助访客完成访问目标。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; ">③提供个性化的友好界面，提升访问体验。<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /><img class="alignnone size-full wp-image-2920" src="http://www.zhublog.com/upload/201009092153187537.jpg" alt="" width="701" height="360" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />用幽默的语言和亲切的贴纸画面打消用户的挫败感</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><a href="http://www.zhublog.com/upload/201009092153180745.jpg" alt="" width="543" height="1208" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">&nbsp;</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">方法</strong>②：&nbsp;<strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">让用户跟你走</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; ">给用户有用的链接，避免过于简单和技术，用丰富设计把用户拉回来，报告错误原因或提供联系方式，减少挫败感，减少那些痛苦的、毫无帮助的信息。增加建议让用户跟着你走, 利用转向将用户导入指定的页面；</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><img class="alignnone size-full wp-image-2910" src="http://www.zhublog.com/upload/201009092153196878.jpg" alt="" width="536" height="800" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><img src="http://www.zhublog.com/upload/201009092153193168.jpg" alt="" width="510" height="684" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">方法</strong>③：&nbsp;<strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">用轻松的手绘涂鸦风格</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; ">用轻松的手绘，表达放松的心情，404错误并不可怕，请原谅我们美丽的错误；<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /><img class="alignnone size-full wp-image-2923" src="http://www.zhublog.com/upload/201009092153197784.jpg" alt="" width="704" height="900" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><img class="alignnone size-full wp-image-2924" src="http://www.zhublog.com/upload/201009092153207583.jpg" alt="" width="704" height="1000" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">&nbsp;</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">方法</strong>④：&nbsp;<strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">精致的细节刻画</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; ">精致的设计往往可惜吸引用户驻足观看，仔细观察，生怕漏掉细节，当用户被精致打动的时候，对你的网站就会平添更多的怜爱之情；<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /><img class="alignnone size-full wp-image-2925" src="http://www.zhublog.com/upload/201009092153214088.jpg" alt="" width="704" height="817" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">方法</strong>⑤：<strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">&nbsp;楚楚可人的道歉</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; ">用情感打动用户，挽留它们的关闭和离开；<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /><img class="alignnone size-full wp-image-2926" src="http://www.zhublog.com/upload/201009092153216306.jpg" alt="" width="704" height="1000" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">&nbsp;</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">方法</strong>⑥：&nbsp;<strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">拟物化的场景烘托</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; ">用实际物体为元素设计的404页面，可以更好的和本站的主题契合，实物有不可比拟的真实感，是一种很好的表现手段；</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><img class="alignnone size-full wp-image-2928" src="http://www.zhublog.com/upload/201009092153220704.jpg" alt="" width="704" height="1000" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><img class="alignnone size-full wp-image-2929" src="http://www.zhublog.com/upload/201009092153230336.jpg" alt="" width="704" height="887" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">&nbsp;</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">方法</strong>⑦：<strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">&nbsp;幽默的手段和趣味情节</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; ">老奶奶找不到自己的宠物了！Oh~~原来坐在了屁股底下&hellip;&hellip;</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; ">多么可爱的错误啊，看到这一切，您还会为404的小错误生气么？放松一下，给错误带上幽默的情节，原来错误也可以很美&hellip;&hellip;<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /><img class="alignnone size-full wp-image-2930" src="http://www.zhublog.com/upload/201009092153242288.jpg" alt="" width="704" height="832" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 5px; padding-left: 15px; text-align: justify; font-size: 14px; "><img class="alignnone size-full wp-image-2931" src="http://www.zhublog.com/upload/201009092153250844.jpg" alt="" width="704" height="817" style="margin-top: 6px; margin-right: 0px; margin-bottom: 6px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /></p><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />(本文出自<a href="http://cdc.tencent.com/" target="_blank" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(51, 51, 51); text-decoration: none; ">Tencent CDC Blog</a></span></p><p>Copyright © 2008</p><p><a href="http://www.zhublog.com/archives/609.html" target="_blank">继续阅读《HELLO, 404 !》的全文内容...</a></p><p>分类: <a href="http://www.zhublog.com/catalog.asp?cate=8">创意设计</a> | Tags: <a href="http://www.zhublog.com/catalog.asp?tags=%E5%88%9B%E6%84%8F">创意</a>&nbsp;&nbsp;<a href="http://www.zhublog.com/catalog.asp?tags=%E8%AE%BE%E8%AE%A1">设计</a>&nbsp;&nbsp; | <a href="http://www.zhublog.com/archives/609.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.zhublog.com/archives/608.html">自发电入口闸机</a> (2010-9-9 9:3:49)  </li><li><a href="http://www.zhublog.com/archives/606.html">这样的食物你还敢吃吗？</a> (2010-8-31 9:50:44)  </li><li><a href="http://www.zhublog.com/archives/601.html">分享 - 创意微博两则</a> (2010-8-26 13:18:11)  </li><li><a href="http://www.zhublog.com/archives/599.html">测量雨水深度的雨靴</a> (2010-8-24 16:2:24)  </li><li><a href="http://www.zhublog.com/archives/598.html">G2B品牌平面广告创意设计欣赏</a> (2010-8-22 15:22:0)  </li></ul>]]></description><category>创意设计</category><comments>http://www.zhublog.com/archives/609.html#comment</comments><wfw:comment>http://www.zhublog.com/</wfw:comment><wfw:commentRss>http://www.zhublog.com/feed.asp?cmt=609</wfw:commentRss><trackback:ping>http://www.zhublog.com/cmd.asp?act=tb&amp;id=609&amp;key=4aea3535</trackback:ping></item><item><title>自发电入口闸机</title><author>craig.yao@qq.com (stone)</author><link>http://www.zhublog.com/archives/608.html</link><pubDate>Thu, 09 Sep 2010 09:03:49 +0800</pubDate><guid>http://www.zhublog.com/archives/608.html</guid><description><![CDATA[<p>&nbsp;<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; line-height: normal; border-collapse: collapse; "><img title="green pass 001副iuo本" border="0" alt="green pass 001副iuo本" src="http://www.zhublog.com/upload/201009090905253200.jpg" width="550" height="389" style="border-bottom-width: 0px; border-bottom-style: initial; border-bottom-color: initial; border-left-width: 0px; border-left-style: initial; border-left-color: initial; display: inline; border-top-width: 0px; border-top-style: initial; border-top-color: initial; border-right-width: 0px; border-right-style: initial; border-right-color: initial; " /><p>奥运会、世博会这些人流量庞大的举世盛会以及地铁入口等等人流拥挤的地方，这些聚众场合簇拥的人群实际上就是一个能量场，如何捕捉这些机体能量耗费呢？设计师洞察到各场所入口闸机是人群最为集中的地方，而闸机的布线成本与能量的消耗是个庞大的数字。设计成员不由得将三棍闸机与人通行的动作结合起来，利用人通过闸机时推动栏杆的动能转化为电能，维持刷卡识别的瞬间能量消耗，实现能量的自给自足。这样无需外接电源，从而减低能耗，使得人们生活中不经意间的行为即为环保事业做出贡献。</p><p>这个名为「Green Pass」的自发电闸机是广东工业大学VIVA团队作品，凭借优秀创意获全球华人工业设计界引以为傲的奥斯卡盛会&mdash;&mdash;2010年光宝创新奖&ldquo;金赏奖&rdquo;，马英九先生也应邀出席了颁奖典礼，会中马英九先生表示光宝创新奖以台湾本土力量，构建了一个国际规模的竞赛平台，更是推进华人设计在国际暂露头角的重要力量之一，通过本届的主题，让人们更好的看到了设计师的社会责任感，为世界的环保做出贡献。</p><p>&nbsp;</p><p><img title="green pass 002-1" border="0" alt="green pass 002-1" src="http://www.zhublog.com/upload/201009090905256738.jpg" width="550" height="389" style="border-bottom-width: 0px; border-bottom-style: initial; border-bottom-color: initial; border-left-width: 0px; border-left-style: initial; border-left-color: initial; display: inline; border-top-width: 0px; border-top-style: initial; border-top-color: initial; border-right-width: 0px; border-right-style: initial; border-right-color: initial; " /></p><p><img title="DSC05861" border="0" alt="DSC05861" src="http://www.zhublog.com/upload/201009090905260837.jpg" width="550" height="412" style="border-bottom-width: 0px; border-bottom-style: initial; border-bottom-color: initial; border-left-width: 0px; border-left-style: initial; border-left-color: initial; display: inline; border-top-width: 0px; border-top-style: initial; border-top-color: initial; border-right-width: 0px; border-right-style: initial; border-right-color: initial; " /></p><p>光宝创新奖由台湾光宝集团于2001年创立，今年迈入第十年。本届创新奖以&ldquo;绿海&bull;进化&rdquo;为竞赛主题，期许设计者结合科技与节能环保的思维进行创新探索。今年吸引了近6000位来自欧、亚、美等国际设计新锐共襄盛举，共计2538件参赛作品角逐百万奖金，参与人数及参赛作品创下了开办以来新高。同时，光宝创新奖今年也邀请了多位国际设计专家，包括联想集团副总裁姚映佳、奇想创造群设计总监谢荣雅、品牌设计管理者蒋友常，更有国际工业设计大师Gordon Bruce、英国创意大学永续设计中心总监Martin Charter共同参与评选。</p><p><img title="相片 551" border="0" alt="相片 551" src="http://www.zhublog.com/upload/201009090905264174.jpg" width="550" height="412" style="border-bottom-width: 0px; border-bottom-style: initial; border-bottom-color: initial; border-left-width: 0px; border-left-style: initial; border-left-color: initial; display: inline; border-top-width: 0px; border-top-style: initial; border-top-color: initial; border-right-width: 0px; border-right-style: initial; border-right-color: initial; " /></p><p>&uarr; 台湾光宝集团董事长宋恭源先生为广东工业大学VIVA团队颁发&ldquo;金赏奖&rdquo;</p><p id="aeaoofnhgocdbnbeljkmbjdmhbcokfdb-mousedown">广东工业大学VIVA设计团队是由工业设计系赵璧老师倡导组建的，团队成员苏美先、陈锋明、陈煜杰、李宇科、卢凤池、梁嘉敏等均来自于该校大三及大四的学生。团队成立至今，设计作品在国内外设计竞赛中频繁获奖，部分设计被企业采用。所获奖励包括素有工业设计界的奥斯卡之称的德国iF concept大奖，以及韩国、意大利等诸多国际国内设计奖项共计20余项。团队负责人赵璧老师获得由广东省教育厅、广东省科技厅、广东省信息化委员会联合颁发的工业设计&ldquo;金尺奖&rdquo;。</p></span></p><p>Copyright © 2008</p><p><a href="http://www.zhublog.com/archives/608.html" target="_blank">继续阅读《自发电入口闸机》的全文内容...</a></p><p>分类: <a href="http://www.zhublog.com/catalog.asp?cate=8">创意设计</a> | Tags: <a href="http://www.zhublog.com/catalog.asp?tags=%E5%88%9B%E6%84%8F">创意</a>&nbsp;&nbsp;<a href="http://www.zhublog.com/catalog.asp?tags=%E8%AE%BE%E8%AE%A1">设计</a>&nbsp;&nbsp; | <a href="http://www.zhublog.com/archives/608.html#comment" target="_blank">添加评论</a>(2)</p><h3>相关文章:</h3><ul><li><a href="http://www.zhublog.com/archives/609.html">HELLO, 404 !</a> (2010-9-9 21:47:59)  </li><li><a href="http://www.zhublog.com/archives/606.html">这样的食物你还敢吃吗？</a> (2010-8-31 9:50:44)  </li><li><a href="http://www.zhublog.com/archives/601.html">分享 - 创意微博两则</a> (2010-8-26 13:18:11)  </li><li><a href="http://www.zhublog.com/archives/599.html">测量雨水深度的雨靴</a> (2010-8-24 16:2:24)  </li><li><a href="http://www.zhublog.com/archives/598.html">G2B品牌平面广告创意设计欣赏</a> (2010-8-22 15:22:0)  </li></ul>]]></description><category>创意设计</category><comments>http://www.zhublog.com/archives/608.html#comment</comments><wfw:comment>http://www.zhublog.com/</wfw:comment><wfw:commentRss>http://www.zhublog.com/feed.asp?cmt=608</wfw:commentRss><trackback:ping>http://www.zhublog.com/cmd.asp?act=tb&amp;id=608&amp;key=67981d76</trackback:ping></item><item><title>Chrome扩展\Chrome插件 - Chrome内部员工都用啥扩展？</title><author>craig.yao@qq.com (stone)</author><link>http://www.zhublog.com/archives/607.html</link><pubDate>Tue, 31 Aug 2010 22:10:23 +0800</pubDate><guid>http://www.zhublog.com/archives/607.html</guid><description><![CDATA[<div style="background-color: rgb(255, 255, 255); padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Arial, Verdana, sans-serif; font-size: 12px; line-height: 160%; ">&nbsp;<span class="Apple-style-span" style="font-family: 宋体, arial, sans-serif; line-height: 24px; font-size: 14px; -webkit-text-size-adjust: none; "><span class="Apple-style-span" style="line-height: 25px; ">很多人应该对 Chrome 团队内部都用什么扩展很感兴趣吧，话说这几天 Google 的高级副总裁兼产品经理 Jonathan Rosenberg 在 Google 内部向其他员工分享 Chrome 团队喜欢的扩展之后，就有人建议分享给所有 Chrome 用户，于是就有了这个帖子的内容。</span><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; ">下面的这些就是 Chrome 团队内部非常喜欢用的一些 Chrome 扩展：</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Opinion Cloud：</strong>用于分析 Youtube 视频或 Flickr 照片评论的扩展；</p><p id="" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Google Voice：</strong>直接从浏览器中使用 Google Voice 功能，可以直接查看消息数量、发起的呼叫以及文本、同时还可以直接向网页上的电话号码点击呼叫；</p><p id="" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">AutoPager：</strong>自动加载下一页的内容，当阅读多页内容时直接往下拖就是了，而不用点击下一页，详细介绍；</p><p id="" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Turn Off the Lights：</strong>将视频网站上除视频区域之外的地方变暗，就像在电影院看电影一样，详细介绍；</p><p id="" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Google Dictionary：</strong>谷歌字典扩展，双击网页上任意的文本就可以查看其解释，选中文本后点击地址栏中的扩展图标可以看Google字典中详细的解释；</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">After the Deadline：</strong>用于检查拼写、语法一款可以检测网页上内容的语法/拼写错误的 Chrome 扩展程序，它可以帮助你及时发现你网页上的语法错误，比如 Tweet、Email 中的错误等等，详细介绍；</p><p id="" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Invisible Hand：</strong>用于网购产品比较价格的扩展，详细介绍；</p><p id="" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Secbrowsing：</strong>用于检查你的插件（比如 Java、Flash）是不是更新到最新版本了；</p><p id="" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Tineye：</strong>用于查找相似图片的扩展；</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Slideshow：</strong>以幻灯片的方式浏览图片网站，比如Flickr、Picasa、Facebook、Google 图片搜索等；</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Google Docs/PDF Viewer：</strong>直接在浏览器中打开Office文档的 Chrome 扩展；</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Readability：</strong>将乱78遭的网页转换成单列文本显示的 Chrome 扩展，对一些输出大量广告的文章页面非常实用；</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Chromed Bird：</strong>非常不错的 Twitter 消息查看扩展，详细介绍；</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Feedsquares：</strong>可以彻底颠覆你阅读 Google Reader 体验的扩展，详细介绍；</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">ScribeFire：</strong>全功能的离线博客编辑器，详细介绍；</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Note Anywhere：</strong>可以在任意网页上保存文本内容的便签扩展；</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Instant Messaging Notifier：</strong>集成多种客户端的即时通扩展；</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Remember the Milk：</strong>非常受欢迎的待办事清单扩展；</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><strong style="font-style: normal; font-weight: 800; ">Extension.fm：</strong>这个扩展可以将网页上的音乐文件收录到自己的私人音乐库，详细介绍；</p></span></div><p>Copyright © 2008</p><p><a href="http://www.zhublog.com/archives/607.html" target="_blank">继续阅读《Chrome扩展\Chrome插件 - Chrome内部员工都用啥扩展？》的全文内容...</a></p><p>分类: <a href="http://www.zhublog.com/catalog.asp?cate=2">IT的那些事</a> | Tags: <a href="http://www.zhublog.com/catalog.asp?tags=Chrome%E6%89%A9%E5%B1%95">Chrome扩展</a>&nbsp;&nbsp;<a href="http://www.zhublog.com/catalog.asp?tags=Chrome%E6%8F%92%E4%BB%B6">Chrome插件</a>&nbsp;&nbsp; | <a href="http://www.zhublog.com/archives/607.html#comment" target="_blank">添加评论</a>(1)</p><p><a href="http://www.zhublog.com/archives/607.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p>]]></description><category>IT的那些事</category><comments>http://www.zhublog.com/archives/607.html#comment</comments><wfw:comment>http://www.zhublog.com/</wfw:comment><wfw:commentRss>http://www.zhublog.com/feed.asp?cmt=607</wfw:commentRss><trackback:ping>http://www.zhublog.com/cmd.asp?act=tb&amp;id=607&amp;key=686ea06a</trackback:ping></item><item><title>这样的食物你还敢吃吗？</title><author>craig.yao@qq.com (stone)</author><link>http://www.zhublog.com/archives/606.html</link><pubDate>Tue, 31 Aug 2010 09:50:44 +0800</pubDate><guid>http://www.zhublog.com/archives/606.html</guid><description><![CDATA[<p>&nbsp;<img onload="ResizeImage(this,520)" src="http://www.zhublog.com/plugin/windsphoto/photofile/20108/201083195125167.jpg" alt="" title="" /></p><p>Copyright © 2008</p><p><a href="http://www.zhublog.com/archives/606.html" target="_blank">继续阅读《这样的食物你还敢吃吗？》的全文内容...</a></p><p>分类: <a href="http://www.zhublog.com/catalog.asp?cate=8">创意设计</a> | Tags: <a href="http://www.zhublog.com/catalog.asp?tags=%E5%88%9B%E6%84%8F">创意</a>&nbsp;&nbsp;<a href="http://www.zhublog.com/catalog.asp?tags=%E8%AE%BE%E8%AE%A1">设计</a>&nbsp;&nbsp; | <a href="http://www.zhublog.com/archives/606.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.zhublog.com/archives/609.html">HELLO, 404 !</a> (2010-9-9 21:47:59)  </li><li><a href="http://www.zhublog.com/archives/608.html">自发电入口闸机</a> (2010-9-9 9:3:49)  </li><li><a href="http://www.zhublog.com/archives/601.html">分享 - 创意微博两则</a> (2010-8-26 13:18:11)  </li><li><a href="http://www.zhublog.com/archives/599.html">测量雨水深度的雨靴</a> (2010-8-24 16:2:24)  </li><li><a href="http://www.zhublog.com/archives/598.html">G2B品牌平面广告创意设计欣赏</a> (2010-8-22 15:22:0)  </li></ul>]]></description><category>创意设计</category><comments>http://www.zhublog.com/archives/606.html#comment</comments><wfw:comment>http://www.zhublog.com/</wfw:comment><wfw:commentRss>http://www.zhublog.com/feed.asp?cmt=606</wfw:commentRss><trackback:ping>http://www.zhublog.com/cmd.asp?act=tb&amp;id=606&amp;key=7375dca6</trackback:ping></item><item><title>12个方法最大程度延长你的Android手机电池使用时间</title><author>craig.yao@qq.com (stone)</author><link>http://www.zhublog.com/archives/605.html</link><pubDate>Mon, 30 Aug 2010 20:44:45 +0800</pubDate><guid>http://www.zhublog.com/archives/605.html</guid><description><![CDATA[<p>刚接触Android手机的用户可能都会觉得功能很强大，唯一的问题就是电池能提供的待机时间太短了。从第一款Android手机T-Mobile   G1开始待机时间短的问题就一直被用户诟病，虽然现在出产的主流Android手机都配置了大容量电池，不过手机硬件的提升对电池也消耗也随之增 加，Android手机待机时间不足依然很很多用户关切的问题。</p><p>作为一个每天花大量时间在手机上收发邮件，更新查看微博，浏览网页的手机重度使用者，我根据网站和论坛用户的建议，结合自己使用经验和亲身测试，总结出12条延长Android手机电池使用时间最有效的办法。</p><p style="text-align: center;"><img alt="" src="http://pic002.cnblogs.com/img/caosainan/201008/2010083018014915.png" /></p><p><strong>1.减小屏幕亮度</strong></p><p>Android手机屏幕显示消耗了大量的电池电量，不过随着手机显示屏技术的升级，很多Android手机并不需要设置较高的屏幕亮度就可以提供良 好的显示画面，通过减小手机屏幕使用亮度可以大量减少电池消耗。在手机设置&gt;声音与显示&gt;亮度选项向左滑动减小屏幕亮度到可以接受的水平。</p><p><strong>2.禁用背景数据同步</strong></p><p>通过禁用背景数据同步，可以组织手机应用程序在后台随时连接网络收发数据，通过设置&gt;账户与同步里取消选择背景同步选项，禁用背景数据同步还可以节省网络流量费用。</p><p><strong>3.禁用自动同步</strong></p><p>和背景数据同步类似，自动同步用于实时同步Google账户相关的Gmail，Google通讯录和联系人等数据，如果你对这些同步功能没有要求，可以通过设置&gt;账户与同步里取消选择自动同步</p><p><strong>4.禁用WiFi</strong></p><p>WiFi网络虽然使用方便而且不用费用，不过费电比3G网络还要厉害很多，平时可以禁用需要时再打开。在手机设置&gt;无线和网络里取消勾选Wlan来禁用WiFi网络</p><p><strong>5.禁用蓝牙功能</strong></p><p>蓝牙和WiFi一样是耗电大户，在手机设置&gt;无线和网络里取消勾选蓝牙来禁用</p><p><strong>6.停止和禁用那些不需要的服务</strong></p><p>和Windows系统一样，Android也存在一些开机就运行的进程，很多进程你可能不需要却在后台消耗了很多电量。在手机设置&gt;应用程 序&gt;正在运行的服务选项里，点击需要禁用的服务就可以杀掉相关进程。当然你也可以选择类似Advanced Task  Kill这样的应用程序自动查杀手机进程来达到节省电量的目的。</p><p><strong>7.禁用手机震动提醒</strong></p><p>除了在非常吵杂的环境中或者开会这样的极端环境，震动提醒其实是没有必要的，不过对电池的消耗却很大。通过设置&gt;声音和显示选项里取消选择手机震动选项即可。</p><p><strong>8.关闭触感反馈功能</strong></p><p>触感反馈功能在你使用手机屏幕键盘输入时提供震动反馈，但是这个功能除了在玩游戏时有点作用其他时候完全没有存在的必要。在设置&gt;声音和显示里取消勾选触感反馈选项关闭。</p><p><strong>9.设置增加相关应用程序自动更新的时间间隔</strong></p><p>很多Android应用程序和Widget都提供自动更新的功能，比如股票，气象软件，以及Twitter和Facebook这些社会化网络应用程序以及Widget,如果你愿意牺牲一点点及时性，适当增加程序自动更新的时间间隔会节省大量的电池电量。</p><p><strong>10.使用Android电源控制Widget</strong></p><p>从Android 1.6系统开始就提供了一款非常强大的电源控制小工具（ Android Power Control  widget），可以帮助用户在屏幕上通过一次点击快速开启或者关闭WiFi，蓝牙，GPS，数据同步，还可以通过点击改变屏幕亮度。长按手机屏幕，在小 工具里选择电源控制即可在桌面启用</p><p><strong>11.不要使用动态壁纸</strong></p><p>Android动态壁纸是从Android 2.1系统开始才提供的新功能，可以让你的手机屏幕看起来更酷，不过使用动态壁纸不但会消耗很多电量甚至还会拖慢系统速度，我们建议你使用一般壁纸即可。</p><p><strong>12.介绍屏幕待机时间</strong></p><p>缩短屏幕待机时间可以在手机不用的时候快点关闭屏幕，虽然每次节约电量有限但是积少成多。在不影响正常使用的情况下，我们建议你把屏幕待机时间设置为一分钟或者更短。在设置&gt;声音和显示&gt;屏幕待机选项里选择相应的时间。</p><p>Copyright © 2008</p><p><a href="http://www.zhublog.com/archives/605.html" target="_blank">继续阅读《12个方法最大程度延长你的Android手机电池使用时间》的全文内容...</a></p><p>分类: <a href="http://www.zhublog.com/catalog.asp?cate=4">计算机应用</a> | Tags: <a href="http://www.zhublog.com/catalog.asp?tags=Android">Android</a>&nbsp;&nbsp;<a href="http://www.zhublog.com/catalog.asp?tags=%E5%BB%B6%E9%95%BF%E6%89%8B%E6%9C%BA%E7%94%B5%E6%B1%A0%E4%BD%BF%E7%94%A8%E6%97%B6%E9%97%B4">延长手机电池使用时间</a>&nbsp;&nbsp; | <a href="http://www.zhublog.com/archives/605.html#comment" target="_blank">添加评论</a>(0)</p><p><a href="http://www.zhublog.com/archives/605.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p>]]></description><category>计算机应用</category><comments>http://www.zhublog.com/archives/605.html#comment</comments><wfw:comment>http://www.zhublog.com/</wfw:comment><wfw:commentRss>http://www.zhublog.com/feed.asp?cmt=605</wfw:commentRss><trackback:ping>http://www.zhublog.com/cmd.asp?act=tb&amp;id=605&amp;key=17ba7dd1</trackback:ping></item><item><title>恶搞的大牙宝宝 想不笑都难的生活创意</title><author>craig.yao@qq.com (stone)</author><link>http://www.zhublog.com/archives/604.html</link><pubDate>Mon, 30 Aug 2010 09:20:39 +0800</pubDate><guid>http://www.zhublog.com/archives/604.html</guid><description><![CDATA[<p><img alt="" src="http://img03.taobaocdn.com/tps/i3/T18LdJXlVvXXXXXXXX-320-326.jpg" /></p><p>Copyright © 2008</p><p><a href="http://www.zhublog.com/archives/604.html" target="_blank">继续阅读《恶搞的大牙宝宝 想不笑都难的生活创意》的全文内容...</a></p><p>分类: <a href="http://www.zhublog.com/catalog.asp?cate=1">娱乐休闲</a> | Tags: <a href="http://www.zhublog.com/catalog.asp?tags=%E6%81%B6%E6%90%9E">恶搞</a>&nbsp;&nbsp; | <a href="http://www.zhublog.com/archives/604.html#comment" target="_blank">添加评论</a>(0)</p><p><a href="http://www.zhublog.com/archives/604.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p>]]></description><category>娱乐休闲</category><comments>http://www.zhublog.com/archives/604.html#comment</comments><wfw:comment>http://www.zhublog.com/</wfw:comment><wfw:commentRss>http://www.zhublog.com/feed.asp?cmt=604</wfw:commentRss><trackback:ping>http://www.zhublog.com/cmd.asp?act=tb&amp;id=604&amp;key=780d54ad</trackback:ping></item><item><title>互联网色情内容统计报告</title><author>craig.yao@qq.com (stone)</author><link>http://www.zhublog.com/archives/603.html</link><pubDate>Sun, 29 Aug 2010 20:52:26 +0800</pubDate><guid>http://www.zhublog.com/archives/603.html</guid><description><![CDATA[<p><span class="Apple-style-span" style="font-family: 宋体, arial, sans-serif; line-height: 24px; font-size: 14px; -webkit-text-size-adjust: none; "><p id="" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; ">　　大家都知道互联网上的色情行业很发达,但是究竟色情内容范围有多广多大呢?我们来看看onlineMBA制作的统计表, 是不是比你想象的还要严重?</p><p align="center" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; "><img alt="互联网色情内容统计报告" src="http://www.zhublog.com/upload/201008292054301254.jpg" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; " /></p><p class="pictext" align="center" id="aeaoofnhgocdbnbeljkmbjdmhbcokfdb-mousedown" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; ">来源:onlinemba</p></span></p><p>&nbsp;</p><p>Copyright © 2008</p><p><a href="http://www.zhublog.com/archives/603.html" target="_blank">继续阅读《互联网色情内容统计报告》的全文内容...</a></p><p>分类: <a href="http://www.zhublog.com/catalog.asp?cate=2">IT的那些事</a> | Tags: <a href="http://www.zhublog.com/catalog.asp?tags=IT">IT</a>&nbsp;&nbsp; | <a href="http://www.zhublog.com/archives/603.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.zhublog.com/archives/539.html">看网页设计师是怎样下地狱的</a> (2010-6-10 15:29:20)  </li><li><a href="http://www.zhublog.com/archives/538.html">教你如何提升设计品质（附带8个布局方案）</a> (2010-6-9 13:12:59)  </li><li><a href="http://www.zhublog.com/archives/537.html">网站改版的需要注意的几个要点</a> (2010-6-9 11:45:8)  </li><li><a href="http://www.zhublog.com/archives/536.html">最新互联网域名排行榜 .net域名使用最多</a> (2010-6-9 11:43:25)  </li><li><a href="http://www.zhublog.com/archives/534.html">个人电脑信息安全指南</a> (2010-6-6 10:27:9)  </li></ul>]]></description><category>IT的那些事</category><comments>http://www.zhublog.com/archives/603.html#comment</comments><wfw:comment>http://www.zhublog.com/</wfw:comment><wfw:commentRss>http://www.zhublog.com/feed.asp?cmt=603</wfw:commentRss><trackback:ping>http://www.zhublog.com/cmd.asp?act=tb&amp;id=603&amp;key=baba97c6</trackback:ping></item><item><title>用HTML5消磨时光</title><author>craig.yao@qq.com (stone)</author><link>http://www.zhublog.com/archives/602.html</link><pubDate>Sun, 29 Aug 2010 10:32:41 +0800</pubDate><guid>http://www.zhublog.com/archives/602.html</guid><description><![CDATA[<p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="Apple-style-span" style="font-family: 宋体, arial, sans-serif; line-height: 24px; font-size: 14px; -webkit-text-size-adjust: none; "><span class="Apple-style-span" style="line-height: 25px; ">HTML5渐入佳境，它强大的功能正被逐渐挖掘出来，各种实验性应用层出不穷，本文介绍几个由Hakim El Hattab设计的HTML5趣味小应用，它们非常有趣，我刚刚在它们身上消磨了两个小时。当你体验完这几个小应用，会发现HTML5比你想象的更强大。</span><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; ">Sinuous</p><p align="center" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; "><img alt="趣味小应用：用HTML5消磨时光" src="http://img1.gtimg.com/tech/pics/hv1/16/230/611/39788941.jpg" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; " /></p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; ">在浩瀚的星系间履行，小心装上些红色的星球，绿色的星球可以吃掉，可以增加体能。</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><a target="_blank" style="color: rgb(11, 59, 140); text-decoration: none; " href="http://www.zhublog.com/upload/201008291033537675.jpg" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; " /></p><p class="pictext" align="center" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; ">鼠标在页面空白位置点击，这个小怪物会扑过去。</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><a target="_blank" style="color: rgb(11, 59, 140); text-decoration: none; " href="http://www.zhublog.com/upload/201008291033558304.jpg" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; " /></p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; ">我太喜欢这个小程序了，在一个空房间，双击鼠标，会放置上一个小球，当放进两个小球的时候，一道粒子束在两个球之间撞击，并发出悦耳的声音，随着小 球的增多，粒子束在每个小球之间穿梭撞击，离你越近的小球，声音越清脆，音调越高，这样就形成了连续的音乐。</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><a target="_blank" style="color: rgb(11, 59, 140); text-decoration: none; " href="http://www.zhublog.com/upload/201008291033565365.jpg" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; " /></p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; ">一些果冻样的东西，会滑向你鼠标点击的位置，在果冻球体中间点击，会将它扯成两半，它们在到处滑动的时候，还会再溶合到一起。</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><a target="_blank" style="color: rgb(11, 59, 140); text-decoration: none; " href="http://www.zhublog.com/upload/201008291033573274.jpg" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; " /></p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; ">也是我最爱的一个小程序。鼠标在夜空中双击，可以创造一颗恒星，同时创造出十几颗卫星绕着它转，你可以创造很多这样的恒星系，当它们中的某些靠近到 一起形成质量比较大的恒星系的时候，可以吸引更多的卫星绕着它们转。</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><a target="_blank" style="color: rgb(11, 59, 140); text-decoration: none; " href="http://www.zhublog.com/upload/201008291033584071.jpg" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; " /></p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; ">五颜六色的彩带，随着鼠标飘动，鼠标不动的时候，便围着鼠标箭头旋转，非常简单，但很流畅，视觉效果很漂亮。</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><a target="_blank" style="color: rgb(11, 59, 140); text-decoration: none; " href="http://www.zhublog.com/upload/201008291033587813.jpg" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; " /></p><p class="pictext" align="center" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; ">很 Cool 的三维效果。</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><a target="_blank" style="color: rgb(11, 59, 140); text-decoration: none; " href="http://www.zhublog.com/upload/201008291033591101.jpg" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; " /></p><p class="pictext" align="center" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; ">水面随着鼠标形成波浪，水面的浮球也随着沉浮，效果非常棒。</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><a target="_blank" style="color: rgb(11, 59, 140); text-decoration: none; " href="http://www.zhublog.com/upload/201008291034008287.jpg" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; " /></p><p class="pictext" align="center" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; ">粒子在屏幕上飘动，遇到鼠标的时候膨胀。</p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; "><a target="_blank" style="color: rgb(11, 59, 140); text-decoration: none; " href="http://hakim.se/experiments/html5/particles/02/">开始体验&gt;&gt;</a></p><p style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; ">译者注</p><p id="" style="margin-top: 20px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 25px; text-indent: 2em; ">这组HTML5实验应用加载速度非常慢，初以为是HTML5本身性能的问题，研究过源代码才发现，原来页面上调用了Twitter的饰件（<a href="http://platform.twitter.com/widgets.js" style="color: rgb(11, 59, 140); text-decoration: none; ">http://platform.twitter.com/widgets.js</a>），因为世界上压根没有Twitter，我们早就知道，但这些网页不知道，所以还傻傻地去连接，浪费了大量的时间。使用Godaddy的服务器测试，每个页面大约需要0.2 秒就打开了。有人说，他们代表先进生产力。</p></span></p><p>Copyright © 2008</p><p><a href="http://www.zhublog.com/archives/602.html" target="_blank">继续阅读《用HTML5消磨时光》的全文内容...</a></p><p>分类: <a href="http://www.zhublog.com/catalog.asp?cate=8">创意设计</a> | Tags: <a href="http://www.zhublog.com/catalog.asp?tags=%E6%9C%89%E6%84%8F%E6%80%9D">有意思</a>&nbsp;&nbsp;<a href="http://www.zhublog.com/catalog.asp?tags=%E6%9C%89%E6%84%8F%E6%80%9D%E7%9A%84">有意思的</a>&nbsp;&nbsp;<a href="http://www.zhublog.com/catalog.asp?tags=HTML">HTML</a>&nbsp;&nbsp; | <a href="http://www.zhublog.com/archives/602.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.zhublog.com/archives/452.html">关于10月中国汽车销售年度增长80% </a> (2009-11-10 22:59:31)  </li><li><a href="http://www.zhublog.com/archives/427.html">湖南卫视-马桶台？ 江苏卫视-大蒜卫视？ (图证)</a> (2009-9-28 17:7:33)  </li><li><a href="http://www.zhublog.com/archives/401.html">时间 乱了</a> (2009-9-4 9:10:2)  </li><li><a href="http://www.zhublog.com/archives/396.html">10条经典签名短名 - 每个成功的奥特曼背后都有一个默默挨打的小怪兽</a> (2009-8-30 22:4:20)  </li><li><a href="http://www.zhublog.com/archives/392.html">黑人变身白人 - 微软就网站图片PS事件表示道歉</a> (2009-8-28 15:41:35)  </li></ul>]]></description><category>创意设计</category><comments>http://www.zhublog.com/archives/602.html#comment</comments><wfw:comment>http://www.zhublog.com/</wfw:comment><wfw:commentRss>http://www.zhublog.com/feed.asp?cmt=602</wfw:commentRss><trackback:ping>http://www.zhublog.com/cmd.asp?act=tb&amp;id=602&amp;key=bf610602</trackback:ping></item><item><title>分享 - 创意微博两则</title><author>craig.yao@qq.com (stone)</author><link>http://www.zhublog.com/archives/601.html</link><pubDate>Thu, 26 Aug 2010 13:18:11 +0800</pubDate><guid>http://www.zhublog.com/archives/601.html</guid><description><![CDATA[<p>最近看到两则微博，分享一下：<br />1. &nbsp;1987年，菲律宾前总统访华，谈到南沙问题时说：&ldquo;至少在地理上，那些岛屿离菲律宾更近。&rdquo;邓爷爷抽了口烟：&ldquo;在地理上，菲律宾离中国也很近。&rdquo;从此，南沙再无战事。 <br />2. &nbsp;女人穿了能够征服男人，男人戴了能够征服银行&mdash;&mdash; 打一物品！&nbsp;</p><p>Copyright © 2008</p><p><a href="http://www.zhublog.com/archives/601.html" target="_blank">继续阅读《分享 - 创意微博两则》的全文内容...</a></p><p>分类: <a href="http://www.zhublog.com/catalog.asp?cate=8">创意设计</a> | Tags: <a href="http://www.zhublog.com/catalog.asp?tags=%E5%88%9B%E6%84%8F">创意</a>&nbsp;&nbsp; | <a href="http://www.zhublog.com/archives/601.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.zhublog.com/archives/609.html">HELLO, 404 !</a> (2010-9-9 21:47:59)  </li><li><a href="http://www.zhublog.com/archives/608.html">自发电入口闸机</a> (2010-9-9 9:3:49)  </li><li><a href="http://www.zhublog.com/archives/606.html">这样的食物你还敢吃吗？</a> (2010-8-31 9:50:44)  </li><li><a href="http://www.zhublog.com/archives/599.html">测量雨水深度的雨靴</a> (2010-8-24 16:2:24)  </li><li><a href="http://www.zhublog.com/archives/598.html">G2B品牌平面广告创意设计欣赏</a> (2010-8-22 15:22:0)  </li></ul>]]></description><category>创意设计</category><comments>http://www.zhublog.com/archives/601.html#comment</comments><wfw:comment>http://www.zhublog.com/</wfw:comment><wfw:commentRss>http://www.zhublog.com/feed.asp?cmt=601</wfw:commentRss><trackback:ping>http://www.zhublog.com/cmd.asp?act=tb&amp;id=601&amp;key=d5954938</trackback:ping></item><item><title>紧箍咒</title><author>craig.yao@qq.com (stone)</author><link>http://www.zhublog.com/archives/600.html</link><pubDate>Tue, 24 Aug 2010 20:52:59 +0800</pubDate><guid>http://www.zhublog.com/archives/600.html</guid><description><![CDATA[<p> 大家都知道，紧箍咒是《西游记》中观音菩萨送给唐三藏用以约束孙悟空的一个道具。只要唐三藏一念紧箍咒，孙悟空便头痛难忍，于是本来充满野性的孙悟空也就变得老实起来了。在整个《西游记》当中，唐三藏一共念了六次紧箍咒，第一次是唐三藏试用紧箍咒；第二次是在观音寺夜失袈裟的时候；第三、四次是在孙悟空三打白骨精的时候；第五次是分辨真假唐三藏时；第六次是分辨真假美猴王的时候。</p>  <p> 孙悟空之所以跟随唐三藏去西天取经，是受了观音菩萨的点化，以报唐三藏为其恢复自由之恩的。作为孙悟空与唐三藏之间的中间人，观音菩萨对二人的是非常了解的。她认为以慈悲为怀、菩萨心肠的唐三藏要去管理孙悟空是一件比较困难的事情，为了使孙悟空在艰难的取经路上更好地发挥自己的优势和才能，保护唐三藏顺利完成取经大任，也为了唐三藏能对孙悟空进行有效的管理，观音菩萨赠送紧箍咒给唐三藏，以此作为对孙悟空的约束工具。唐三藏用紧箍咒约束孙悟空并不是出于对孙悟空的不信任，而是规范其行为的一种方式。我们且不说唐三藏几次念紧箍咒到底对不对，仅从事件的表象来看，唐三藏每次念动紧箍咒，孙悟空便头痛得求饶。孙悟空的这种求饶就是对唐三藏的一种屈服，这从另一个方面说明，紧箍咒这种办法对管理孙悟空来说是有一定效果的。唐三藏作为取经团队的领导者，如果不能有效地管理团队中的每一个成员，取经的目标是很难实现的。</p>  <p> 团队的领导者是一个团队的核心，一个优秀的团队必然是一个凝聚力很强的团队，这种凝聚力的形成与团队的领导者有着直接的关系。我们打一个比方来说明这个问题：想把一群蜜蜂聚集到一个箱子里，至少有几种方式。一种，我们可以把蜜蜂一只只捉来，放到箱子里；二种，我们可以在箱子里放置一块蜜糖，引诱蜜蜂进入箱子；三种，我们可以找一只蜂王放在箱子里，蜜蜂们会自己进入箱子。第一种方法虽然使蜜蜂们都聚集到了箱子里面，但其在被人强行捕捉的过程中大多已经半死不活了，即使部分体力旺盛者也会想方设法逃出箱子的。第二种办法也使蜜蜂们聚到了箱子里面，但当蜜糖被吃尽时，蜜蜂们也会纷纷离去。只有第三种方式，蜜蜂们会在蜂王的领导之下形成一个稳定的集体。三种聚集蜜蜂的方式其实可以代表三种管理团队的方式，第一种就是强硬的制度化管理，利用严格的管理制度规范团队成员的行为，这种方式虽然表面上能使团队成员循规蹈矩，但这样的团队是绝对没有战斗力的；第二种是利用优越的薪资、福利建立团队的凝聚力，这在企业运营状态良好的情况下，的确是可行的。可一但企业出现暂时的困难，团队就会象吃尽蜜糖的蜜蜂们一样散去；第三种是管理者以其自身魅力及一定的规则使团队形成巨大的凝聚力，以使团队成员心甘情愿地为整个团队服务。</p>  <p> 唐三藏用紧箍咒约束孙悟空就像一个团队单纯用强硬的制度约束团队成员一样，在团队建立初期是有一定作用的，但如果团队成员长期处于因制度约束才能工作的状态，这个团队是没有生命力的。《西游记》中唐三藏六次念动紧箍咒，其中只有三次是处于惩治孙悟空的目的的，而这三次都发生在他们师徒相识的初期，也就是取经团队组建的初期。此时，他们相互之间的了解还不是很深，孙悟空跟随唐三藏是出于对唐三藏的感激，唐三藏接纳孙悟空是因为观音菩萨的推荐。随着他们相互了解的加深，各自吸引对方的优点也在不断增加，维系他们之间关系的纽带也越来越多、越来越结实。这个时候紧箍咒在唐三藏管理孙悟空这一问题上就显得不是很重要了。也就是从这个时候开始，取经的团队开始变得稳定了，其凝聚力也逐渐加强了。这就是后来唐三藏可以完全不用紧箍咒就可以约束孙悟空的主要原因。当然，唐三藏不再用紧箍咒约束孙悟空不是表示紧箍咒就没有用了，此时的紧箍咒已经与取经团队的整体精神凝结在了一起。用现在的话说，就是紧箍咒已经融入了取经团队的团队文化中去了。构成取经团队团队精神的因素也是多方面的，有求取真经的目标；有不畏艰险、降妖除魔的勇气；有爱憎分明的性格；有慈悲为怀的心理。</p><p>Copyright © 2008</p><p><a href="http://www.zhublog.com/archives/600.html" target="_blank">继续阅读《紧箍咒》的全文内容...</a></p><p>分类: <a href="http://www.zhublog.com/catalog.asp?cate=3">社会生活</a> | Tags:  | <a href="http://www.zhublog.com/archives/600.html#comment" target="_blank">添加评论</a>(1)</p><p><a href="http://www.zhublog.com/archives/600.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p>]]></description><category>社会生活</category><comments>http://www.zhublog.com/archives/600.html#comment</comments><wfw:comment>http://www.zhublog.com/</wfw:comment><wfw:commentRss>http://www.zhublog.com/feed.asp?cmt=600</wfw:commentRss><trackback:ping>http://www.zhublog.com/cmd.asp?act=tb&amp;id=600&amp;key=48c9e280</trackback:ping></item></channel></rss>
