<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://feeds.qzone.qq.com/rss.xsl" version="1.0"?>
<rss version="2.0" xmlns:qz="http://qzone.qq.com">
<channel>
<title><![CDATA[西捷酷鱼]]></title>
<description><![CDATA[超越梦想]]></description>
<link>http://6120799.qzone.qq.com</link>
<lastBuildDate>Sat, 28 Nov 2009 18:25:05 GMT</lastBuildDate>
<generator>Qzone</generator>
<language>zh-cn</language>
<copyright>Copyright (C), 2005-2008, Tencent Tech. Co., Ltd.</copyright>
<pubDate>Fri, 27 Nov 2009 04:39:43 GMT</pubDate>

<item>
<title><![CDATA[[转]构建全栈式Flex、BlazeDS和Spring集成解决方案]]></title>
<link>http://6120799.qzone.qq.com/blog/1259296783</link>
<description><![CDATA[<span style="font-size:24px;font-family:'宋体';line-height:1.8em;">随着富</span><wbr /><span style="line-height:1.8em;">Internet</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">应用（</span><wbr /></span><wbr /><span style="line-height:1.8em;">RIA</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">）技术的不断成熟，将类似于</span><wbr /></span><wbr /><span style="line-height:1.8em;">Adobe Flex</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">这样的</span><wbr /></span><wbr /><span style="line-height:1.8em;">RIA</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">应用与健壮的服务器端技术进行集成就变得越来越重要了。</span><wbr /></span><wbr /><span style="line-height:1.8em;">Java</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">开发者最喜欢的服务器端框架之一</span><wbr /></span><wbr /><span style="line-height:1.8em;">Spring</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">将在这个过程中扮演着重要的角色。</span><wbr /></span><wbr /><br><span style="color:#000000;line-height:1.8em;"><span style="line-height:1.8em;">Spring</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">的控制反转（</span><wbr /></span><wbr /></span><wbr /><span style="line-height:1.8em;"><a href="http://en.wikipedia.org/wiki/Inversion_of_Control" target="_blank"><span style="text-decoration:underline;"><wbr /><span style="color:#0000ff;line-height:1.8em;">Inversion of Control</span><wbr /></span><wbr /></a><wbr /></span><wbr /><span style="color:#000000;line-height:1.8em;"><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">，</span><wbr /></span><wbr /><br><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">即</span><wbr /></span><wbr /><span style="line-height:1.8em;">IoC</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">）的主要思想就是让容器实例化组件（并且注入其依赖）。但是在默认情况下，由</span><wbr /></span><wbr /><span style="line-height:1.8em;">Flex</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">客户端远程访问的组件是在服务器端由</span><wbr /></span><wbr /><span style="line-height:1.8em;">Flex</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">目的文件实例化的。所以</span><wbr /></span><wbr /><span style="line-height:1.8em;">Flex</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">与</span><wbr /></span><wbr /><span style="line-height:1.8em;">Spring</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">集成的关键在于配置</span><wbr /></span><wbr /><span style="line-height:1.8em;">Flex</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">目的文件以使其能够让</span><wbr /></span><wbr /><span style="line-height:1.8em;">Spring</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">容器来管理实例化的</span><wbr /></span><wbr /><span style="line-height:1.8em;">Spring beans</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">。</span><wbr /></span><wbr /><span style="line-height:1.8em;">Flex</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">数据服务支持工厂的概念以便可以实例化这类客户化组件。工厂的作用仅仅在于向</span><wbr /></span><wbr /><span style="line-height:1.8em;">Flex</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">目的文件提供准备好的组件实例，而不是让</span><wbr /></span><wbr /><span style="line-height:1.8em;"> Flex</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">目的文件自己去实例化这些组件。</span><wbr /></span><wbr /><span style="line-height:1.8em;"></span><wbr /></span><wbr /><br><span style="line-height:1.8em;"><a href="http://sebastien-arbogast.com/2008/04/10/flex-spring-and-blazeds-the-full-stack/" target="_blank"><span style="text-decoration:underline;"><wbr /><span style="color:#800080;line-height:1.8em;">Sébastien Arbogast</span><wbr /></span><wbr /></a><wbr /></span><wbr /><span style="color:#000000;line-height:1.8em;"><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">在不遗余力地发表一系列博文，以阐述如何构建全栈式</span><wbr /></span><wbr /><span style="line-height:1.8em;">Flex</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">、</span><wbr /></span><wbr /><span style="line-height:1.8em;">BlazeDS</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">和</span><wbr /></span><wbr /><span style="line-height:1.8em;">Spring</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">集成解决方案。</span><wbr /></span><wbr /><span style="line-height:1.8em;">Arbogast</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">的这个全栈式集成，从下到上包括如下内容：</span><wbr /></span><wbr /></span><wbr /><span style="line-height:1.8em;"><a href="http://www.jboss.org/" target="_blank"><span style="text-decoration:underline;"><wbr /><span style="color:#0000ff;line-height:1.8em;">JBoss</span><wbr /></span><wbr /></a><wbr /></span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="color:#000000;line-height:1.8em;">作为应用服务器、</span><wbr /></span><wbr /></span><wbr /><span style="line-height:1.8em;"><a href="http://www.mysql.org/" target="_blank"><span style="text-decoration:underline;"><wbr /><span style="color:#0000ff;line-height:1.8em;">MySQL</span><wbr /></span><wbr /></a><wbr /></span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="color:#000000;line-height:1.8em;">作为数据存储、</span><wbr /></span><wbr /></span><wbr /><span style="line-height:1.8em;"><a href="http://www.hibernate.org/" target="_blank"><span style="text-decoration:underline;"><wbr /><span style="color:#0000ff;line-height:1.8em;">Hibernate</span><wbr /></span><wbr /></a><wbr /></span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="color:#000000;line-height:1.8em;">完成数据访问、</span><wbr /></span><wbr /></span><wbr /><span style="line-height:1.8em;"><a href="http://springframework.org/" target="_blank"><span style="text-decoration:underline;"><wbr /><span style="color:#0000ff;line-height:1.8em;">Spring</span><wbr /></span><wbr /></a><wbr /></span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="color:#000000;line-height:1.8em;">用来构建业务层、</span><wbr /></span><wbr /></span><wbr /><span style="line-height:1.8em;"><a href="http://opensource.adobe.com/wiki/display/blazeds/BlazeDS" target="_blank"><span style="color:#81081;line-height:1.8em;"><span style="text-decoration:underline;"><wbr />BlazeDS</span><wbr /></span><wbr /></a><wbr /></span><wbr /><span style="color:#000000;line-height:1.8em;"><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">作为远程服务、</span><wbr /></span><wbr /><span style="line-height:1.8em;">Flex</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">用来构建富客户端。该系统使用</span><wbr /></span><wbr /></span><wbr /><span style="line-height:1.8em;"><a href="http://maven.apache.org/" target="_blank"><span style="text-decoration:underline;"><wbr /><span style="color:#0000ff;line-height:1.8em;">Maven</span><wbr /></span><wbr /></a><wbr /></span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="color:#000000;line-height:1.8em;">及</span><wbr /></span><wbr /></span><wbr /><span style="line-height:1.8em;"><a href="http://code.google.com/p/flex-mojos/" target="_blank"><span style="text-decoration:underline;"><wbr /><span style="color:#0000ff;line-height:1.8em;">flex-compiler-mojo<span style="font-family:'宋体';line-height:1.8em;">插件</span><wbr /></span><wbr /></span><wbr /></a><wbr /></span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="color:#000000;line-height:1.8em;">进行构建。</span><wbr /></span><wbr /></span><wbr /><span style="line-height:1.8em;"><span style="line-height:1.8em;">[1]</span><wbr /></span><wbr /><br><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-weight:bold"><wbr /><wbr /><a href="http://b30.photo.store.qq.com/http_imgload.cgi?/rurl4_b=6da51d0c06555ece8a104ca7d92db2414bba5ee48357ca964d04f88a84cd9a26801159260d90750ca6bce7e6298d5824bb004b6d1fb1271013a669a20dde9cf2fea46530d9007659fe68e897112b49e676033a2f&amp;a=30&amp;b=30" target="_blank"><img style="width:390px;height:382px;border:0;" src="http://b30.photo.store.qq.com/http_imgload.cgi?/rurl4_b=6da51d0c06555ece8a104ca7d92db2414bba5ee48357ca964d04f88a84cd9a26801159260d90750ca6bce7e6298d5824bb004b6d1fb1271013a669a20dde9cf2fea46530d9007659fe68e897112b49e676033a2f&amp;a=30&amp;b=30" /></a><wbr /></span><wbr /></span><wbr /></span><wbr /><br><br><br><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-weight:bold"><wbr />我翻译的中文文档下载地址：</span><wbr /></span><wbr /></span><wbr /><br><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="line-height:1.8em;"><span style="color:#000000;line-height:1.8em;">      <span style="line-height:1.8em;"><a href="http://download.csdn.net/source/672504" target="_blank"><span style="text-decoration:underline;"><wbr /><span style="color:#800080;line-height:1.8em;">http://download.csdn.net/source/672504</span><wbr /></span><wbr /></a><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /></span><wbr /><br><span style="color:#000000;line-height:1.8em;"><br></span><wbr /><br><span style="color:#000000;line-height:1.8em;"><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">本文档就是</span><wbr /></span><wbr /><span style="line-height:1.8em;">Arbogast</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">发布在</span><wbr /></span><wbr /></span><wbr /><span style="line-height:1.8em;"><a href="http://www.adobe.com/devnet" target="_blank"><span style="text-decoration:underline;"><wbr /><span style="color:#0000ff;line-height:1.8em;">Adobe Developer Connection</span><wbr /></span><wbr /></a><wbr /></span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">上一系列文章的中文翻译版本。我使用了先直译后意译的方法，尽量做到语言流畅、通俗而易懂；修补了英文原文的</span><wbr /></span><wbr /><span style="line-height:1.8em;">3</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">处疏漏</span><wbr /></span><wbr /><br><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">，添加了</span><wbr /></span><wbr /><span style="line-height:1.8em;">2</span><wbr /><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">张运行效果图，希望能帮助你理解。当然，翻译不恰之处，敬请指正。</span><wbr /></span><wbr /><br><span style="color:#000000;line-height:1.8em;"><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;">以下是英文原文链接：</span><wbr /></span><wbr /><span style="line-height:1.8em;"></span><wbr /></span><wbr /><br><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="color:#000000;line-height:1.8em;">第一部分：</span><wbr /></span><wbr /></span><wbr /><span style="line-height:1.8em;"><a href="http://www.adobe.com/devnet/flex/articles/fullstack_pt1.html" target="_blank"><span style="text-decoration:underline;"><wbr /><span style="color:#0000ff;line-height:1.8em;">http://www.adobe.com/devnet/flex/articles/fullstack_pt1.html</span><wbr /></span><wbr /></a><wbr /></span><wbr /><br><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="color:#000000;line-height:1.8em;">第二部分：</span><wbr /></span><wbr /></span><wbr /><span style="line-height:1.8em;"><a href="http://www.adobe.com/devnet/flex/articles/fullstack_pt2.html" target="_blank"><span style="text-decoration:underline;"><wbr /><span style="color:#0000ff;line-height:1.8em;">http://www.adobe.com/devnet/flex/articles/fullstack_pt2.html</span><wbr /></span><wbr /></a><wbr /></span><wbr /><br><span style="font-family:'宋体';line-height:1.8em;"><span style="line-height:1.8em;"><span style="color:#000000;line-height:1.8em;">第三部分：</span><wbr /></span><wbr /></span><wbr /><span style="line-height:1.8em;"><a href="http://www.adobe.com/devnet/flex/articles/fullstack_pt3.html" target="_blank"><span style="color:#800080;line-height:1.8em;"><span style="text-decoration:underline;"><wbr />http://www.adobe.com/devnet/flex/articles/fullstack_pt3.html</span><wbr /></span><wbr /></a><wbr /></span><wbr /><br><span style="color:#ff0000;font-family:'宋体';line-height:1.8em;">以上文字摘引自</span><wbr /><a href="http://www.infoq.com/cn/news/2008/05/integrate-flex-spring" target="_blank"><span style="text-decoration:underline;"><wbr /><span style="color:#ff0000;font-family:'Calibri';line-height:1.8em;">http://www.infoq.com/cn/news/2008/05/integrate-flex-spring</span><wbr /></span><wbr /></a><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[6120799@qq.com(西捷酷鱼)]]></author>
<comments>http://6120799.qzone.qq.com/blog/1259296783#comment</comments>
<qz:effect>134218241</qz:effect>
<pubDate>Fri, 27 Nov 2009 04:39:43 GMT</pubDate>
<guid>http://6120799.qzone.qq.com/blog/1259296783</guid>
</item>

<item>
<title><![CDATA[[转]10幅使人激励的海报]]></title>
<link>http://6120799.qzone.qq.com/blog/1259053310</link>
<description><![CDATA[转自褪墨 <a href="http://www.mifengtd.cn/articles/10-of-the-best-motivational-posters.html" target="_blank">http://www.mifengtd.cn/articles/10-of-the-best-motivational-posters.html</a><wbr /><br>这是弥缝偶然看到的多幅使人激励的海报，迫不及待地分享给大家，相信其中所赋予的哲理，能使你有所帮助：<br><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904799b6525b029097ea86c282c70bde73371b3d37e95f3f92eff820f669d128b759ef9693b702bac4d47b2d2cf0bb8781b5b4ddf7701f4fa08dd52a1af4c26e1af9bf206b9" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904799b6525b029097ea86c282c70bde73371b3d37e95f3f92eff820f669d128b759ef9693b702bac4d47b2d2cf0bb8781b5b4ddf7701f4fa08dd52a1af4c26e1af9bf206b9" /></a><wbr /><br><br>走自己的路 。<br><wbr /><a href="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904b90ac1a5a2239a74425bef1a4392d77dfd95da7e918506142a486d1c8309d0a7f718a8729a5a4167967174ae6d9cddb49bb01e4897ce2f95060dadbbe9e3613b30990665" target="_blank"><img style="border:0;" src="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904b90ac1a5a2239a74425bef1a4392d77dfd95da7e918506142a486d1c8309d0a7f718a8729a5a4167967174ae6d9cddb49bb01e4897ce2f95060dadbbe9e3613b30990665" /></a><wbr /><br><br>只有你才能选择自己的方向。<br><wbr /><a href="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904f6c439033fcc9f97a4ce294363f3d1417f4202e7d3ec455ca5bd1989a2d573ec2473899cbf8485f30647ec8d389c65ebe283074bc562306b290fafa8308949cbdf5478f5" target="_blank"><img style="border:0;" src="http://sz1.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904f6c439033fcc9f97a4ce294363f3d1417f4202e7d3ec455ca5bd1989a2d573ec2473899cbf8485f30647ec8d389c65ebe283074bc562306b290fafa8308949cbdf5478f5" /></a><wbr /><br><br>不盲目跟从众人，使你脱颖而出。也就是避免羊群效应，参考《<a href="http://www.mifengtd.cn/articles/yang_qun_xiao_ying_life_tips.html" target="_blank">生活中的定律——羊群效应</a><wbr />》。<br><wbr /><a href="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904f77a741131ebd13b04ca23be4d3d45c16343b63fb773373cf73438b8d05b22de17957b200bfba1bfc9d526ae366dd44475fa34ff6f3814466142984715cb78a02c0a43b9" target="_blank"><img style="border:0;" src="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904f77a741131ebd13b04ca23be4d3d45c16343b63fb773373cf73438b8d05b22de17957b200bfba1bfc9d526ae366dd44475fa34ff6f3814466142984715cb78a02c0a43b9" /></a><wbr /><br><br>不要害怕与众不同。<br><wbr /><a href="http://sz4.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904f48f6b9aabb97ff0ce316e86aeb1456323a3082d0fea1fb723da075f770d8cf3e613c74c92b76583de31038280ea81be89fafb0fad67ba72ab393cdba595756306d1b2fa" target="_blank"><img style="border:0;" src="http://sz4.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904f48f6b9aabb97ff0ce316e86aeb1456323a3082d0fea1fb723da075f770d8cf3e613c74c92b76583de31038280ea81be89fafb0fad67ba72ab393cdba595756306d1b2fa" /></a><wbr /><br><br>“我知道我能”，积极的想法是成功的一半。<br><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904d07d99f1446309153b27ecd44c0f6053fed0d01f2ccb8d5740dcbdd232e9c696bb25243dc2b601d082979522924ea83840c5acda38d7c7114a43442505f1229c7d7da22d" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904d07d99f1446309153b27ecd44c0f6053fed0d01f2ccb8d5740dcbdd232e9c696bb25243dc2b601d082979522924ea83840c5acda38d7c7114a43442505f1229c7d7da22d" /></a><wbr /><br><br>你寻找的人生的真谛，其实埋藏在你的内心深处。<br><wbr /><a href="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904db8f7aea18d3146d8d826a4faa3312e6f54ae9ba4d57ab4a0ef4857610e83f173286a6659fc8b809dbe826549cf3f99cfa09415bd50ff2cd6f526e23774e7e468ff09b3a" target="_blank"><img style="border:0;" src="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904db8f7aea18d3146d8d826a4faa3312e6f54ae9ba4d57ab4a0ef4857610e83f173286a6659fc8b809dbe826549cf3f99cfa09415bd50ff2cd6f526e23774e7e468ff09b3a" /></a><wbr /><br><br>没有愚蠢的问题，也没有愚蠢的答案。<br><wbr /><a href="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b8766129041d44c4e66bb75a54850ad213b0388701c0bcbbe25d7e9f2f551f0fd8f10ae27a68cb84e1c49aeaeb1674f2ff104bc42f590183759d22270b8b16a11110808bc9c10b7bcd" target="_blank"><img style="border:0;" src="http://sz3.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b8766129041d44c4e66bb75a54850ad213b0388701c0bcbbe25d7e9f2f551f0fd8f10ae27a68cb84e1c49aeaeb1674f2ff104bc42f590183759d22270b8b16a11110808bc9c10b7bcd" /></a><wbr /><br><br>成千上万的人看到苹果落下，但只有牛顿问了“为什么” 。<br><wbr /><a href="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b8766129041f5b6b33f448ea07aaa4d062776fb9c46663a767fc2ffa173afc440dc07af447b063bd8d1a35b92d619b177e4fc15ccba8cfd38558adf97fb22ab1d10a9c059b0cd9a71e" target="_blank"><img style="border:0;" src="http://sz5.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b8766129041f5b6b33f448ea07aaa4d062776fb9c46663a767fc2ffa173afc440dc07af447b063bd8d1a35b92d619b177e4fc15ccba8cfd38558adf97fb22ab1d10a9c059b0cd9a71e" /></a><wbr /><br><br>不要害怕改变。<br><wbr /><a href="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904b1db677ee823cfc30ec5fd1b68ad01bd828912282ee0d845fd84af9269b476270716689754a635824eea2e4a20b93547651fdab3d6daa7c93f11053df7d5396dbec6656a" target="_blank"><img style="border:0;" src="http://sz2.photo.store.qq.com/http_imgload.cgi?/rurl4_b=5380a3c54d8cacccb09cd3b876612904b1db677ee823cfc30ec5fd1b68ad01bd828912282ee0d845fd84af9269b476270716689754a635824eea2e4a20b93547651fdab3d6daa7c93f11053df7d5396dbec6656a" /></a><wbr /><br><br>少了你，我们无法成功。（图片指，少了“U”我们就不能拼写“SUCCESS”） <!--v:3.2--> ]]></description>
<category><![CDATA[摘记]]></category>
<author><![CDATA[6120799@qq.com(西捷酷鱼)]]></author>
<comments>http://6120799.qzone.qq.com/blog/1259053310#comment</comments>
<qz:effect>521</qz:effect>
<pubDate>Tue, 24 Nov 2009 09:01:50 GMT</pubDate>
<guid>http://6120799.qzone.qq.com/blog/1259053310</guid>
</item>

<item>
<title><![CDATA[[转]一组反映社会心理的漫画]]></title>
<link>http://6120799.qzone.qq.com/blog/1258529033</link>
<description><![CDATA[每个人可能都会遇到这样那样的事情，但不知你的心理是不是跟下面漫画中的人物一样呢？或多或少吧，因为咱们可不是圣人……<br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f1d58158a2bb2363b22e2c2f26623b40619ae3444f6ebcfe761bdef30ea0c7b78b676a4099a657bfc2aeac8c963a49553c5c97be4c454dbadb963d350663fb3594c24ebea&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:390px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f1d58158a2bb2363b22e2c2f26623b40619ae3444f6ebcfe761bdef30ea0c7b78b676a4099a657bfc2aeac8c963a49553c5c97be4c454dbadb963d350663fb3594c24ebea&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b26.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f6bee6e464e39f5917f2bedf2209637341ab2e626bb133a38e8bc7be24ce0d44441382c0b070dae064e9749fa6038eba2a4873533b65bffa04d0acbf196f528c73588e7df&amp;a=22&amp;b=26" target="_blank"><img style="width:400px;height:390px;border:0;" src="http://b26.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f6bee6e464e39f5917f2bedf2209637341ab2e626bb133a38e8bc7be24ce0d44441382c0b070dae064e9749fa6038eba2a4873533b65bffa04d0acbf196f528c73588e7df&amp;a=22&amp;b=26" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f5916311ac608f7b2656e6ed4d7f52f09e12d56b1dcb7f61d484df352c3b597ccf4cdafeaaecd65d8ff38e857a3064b9133aaeef700a8224c599eecc41ccf3aa4ad648683&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:390px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f5916311ac608f7b2656e6ed4d7f52f09e12d56b1dcb7f61d484df352c3b597ccf4cdafeaaecd65d8ff38e857a3064b9133aaeef700a8224c599eecc41ccf3aa4ad648683&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f483c7ddf553d001ac6f68b92c134cb3c5a5506d916f318da67dae423be26281b2504ff094666188083ddccc670faf3c2381294ea4aa296ceb989a84a9535dbf1fd174501&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:390px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f483c7ddf553d001ac6f68b92c134cb3c5a5506d916f318da67dae423be26281b2504ff094666188083ddccc670faf3c2381294ea4aa296ceb989a84a9535dbf1fd174501&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f9af95db2b003656a3faa9e073fbb863fb752ada0c186e4f713d1cb22b9ea351fcd4db6c54d5661ec63ab2d284c6e92a1bcc02193fda8e7f40db16bad4996d7a4e08a7659&amp;a=27&amp;b=27" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f9af95db2b003656a3faa9e073fbb863fb752ada0c186e4f713d1cb22b9ea351fcd4db6c54d5661ec63ab2d284c6e92a1bcc02193fda8e7f40db16bad4996d7a4e08a7659&amp;a=27&amp;b=27" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f880158ccfc345579485abb8591dc36e2eea4ff6c0a5f31d42f0f4703823b023f214e6d6a6647dfee05d41a89627aaa156e8324e8a8c81d74022f6ea0edf82d066a2c06fc&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f880158ccfc345579485abb8591dc36e2eea4ff6c0a5f31d42f0f4703823b023f214e6d6a6647dfee05d41a89627aaa156e8324e8a8c81d74022f6ea0edf82d066a2c06fc&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f2a423843fc13435b9faaf375420d120d7b4a46042a55b84e2374d718e76786490f56965e83d4525c5008f5dbfbbb647a8b78d9fef41e3745db55dcddbd985bf4c1584774&amp;a=22&amp;b=27" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f2a423843fc13435b9faaf375420d120d7b4a46042a55b84e2374d718e76786490f56965e83d4525c5008f5dbfbbb647a8b78d9fef41e3745db55dcddbd985bf4c1584774&amp;a=22&amp;b=27" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f347550b7bf353a6994beb07eb3b8d80a01ce42cf44a1a5a19d85713beb37705563fe58a67ae881046bcb2f0946760d42b9ac77a579ec15f29e060772cdad048ff62ed6ac&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f347550b7bf353a6994beb07eb3b8d80a01ce42cf44a1a5a19d85713beb37705563fe58a67ae881046bcb2f0946760d42b9ac77a579ec15f29e060772cdad048ff62ed6ac&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f5a3cd6679478fe523328e06d4c2b497027babd5d3b59100a6ede45c31e773f83d389173286cb03338f4d3867be415eeb511b00b43ab86dc8e43e808d78323e7499a66b1c&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f5a3cd6679478fe523328e06d4c2b497027babd5d3b59100a6ede45c31e773f83d389173286cb03338f4d3867be415eeb511b00b43ab86dc8e43e808d78323e7499a66b1c&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f91c0f9895e36f528b90bc43cf6d0ccdac414c51e83ee15091c706c81ed1286ae3b973fb1e849a8e1252ac7ae4700d0c781e18d0c1b7715f776663a18c7f008b6a0933396&amp;a=27&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f91c0f9895e36f528b90bc43cf6d0ccdac414c51e83ee15091c706c81ed1286ae3b973fb1e849a8e1252ac7ae4700d0c781e18d0c1b7715f776663a18c7f008b6a0933396&amp;a=27&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7faec0f73161f87b727e8f45e34c2e1cbf50337727a9b3eeeb5ae43449b7fdfc7a7ecf251c5b8d00e9b2feac0ca22af0258ab969b6cb699b266cb0d216cb3fe68e95bfb4ab&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7faec0f73161f87b727e8f45e34c2e1cbf50337727a9b3eeeb5ae43449b7fdfc7a7ecf251c5b8d00e9b2feac0ca22af0258ab969b6cb699b266cb0d216cb3fe68e95bfb4ab&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7fbc29b6cbf8d8fe2b884aaa64bf60e9184301fb800f0de28ccb53bda41536e0d84249dfedd0b0db0dbcd572e422b3c587b1317746f4fe6408e0a147dae7a6ef3e1ccf7dd3&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7fbc29b6cbf8d8fe2b884aaa64bf60e9184301fb800f0de28ccb53bda41536e0d84249dfedd0b0db0dbcd572e422b3c587b1317746f4fe6408e0a147dae7a6ef3e1ccf7dd3&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f2c1b73b9d4900fb201bc655a19b15519bcdc984aea059f7321ddc27a7b87e7859147d073f4410050d280cf0b2ae8042680846e94794f8fa78ccbb1fa36d15823cc94f6e9&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:330px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f2c1b73b9d4900fb201bc655a19b15519bcdc984aea059f7321ddc27a7b87e7859147d073f4410050d280cf0b2ae8042680846e94794f8fa78ccbb1fa36d15823cc94f6e9&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f11cc807b3a3b077e51c8848f6d0ec7f00d48f22abc0bdcf2c56605229421cf3a4c21bc33f4aa502325769d936bea44d59272f1350b8000ad32f005e67bfefe6f49eae918&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:330px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f11cc807b3a3b077e51c8848f6d0ec7f00d48f22abc0bdcf2c56605229421cf3a4c21bc33f4aa502325769d936bea44d59272f1350b8000ad32f005e67bfefe6f49eae918&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f8c779ef884031143d05fb80d569895d2db41aa78ef54e95fc4b651e96b06c40e72181fc90a2eebfba37f062412cdd164f65e1055870769fc6094273ef5fadda01610b29a&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:330px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f8c779ef884031143d05fb80d569895d2db41aa78ef54e95fc4b651e96b06c40e72181fc90a2eebfba37f062412cdd164f65e1055870769fc6094273ef5fadda01610b29a&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f34f6baa56f94e72269caf7a2dcff19ed77e3a3cb0811bdfd08bf94fdef9d0481367e6483096c4ce11b95c452155b66a811110ae0deede6d1a62883503c7acb04c4fe868c&amp;a=27&amp;b=27" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f34f6baa56f94e72269caf7a2dcff19ed77e3a3cb0811bdfd08bf94fdef9d0481367e6483096c4ce11b95c452155b66a811110ae0deede6d1a62883503c7acb04c4fe868c&amp;a=27&amp;b=27" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f0701c462908c49b6434df4a0dcf7c26966a8d306d6e6b0335e36e7bcbef0203fd76a41e66c39d9f14d7f7170f35cda564169387788d3b168cf2a3069abf0ead69a979642&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:330px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f0701c462908c49b6434df4a0dcf7c26966a8d306d6e6b0335e36e7bcbef0203fd76a41e66c39d9f14d7f7170f35cda564169387788d3b168cf2a3069abf0ead69a979642&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7ffdf9351fe2afd84e28ebb2024b690ab57d6e8ace35979489eaa0ae9ba6e1290ac446a18cf1d2ddc3acc0f44fb038f3866d18e54b0e7414e21df0bb6f63739e071f0d305a&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:330px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7ffdf9351fe2afd84e28ebb2024b690ab57d6e8ace35979489eaa0ae9ba6e1290ac446a18cf1d2ddc3acc0f44fb038f3866d18e54b0e7414e21df0bb6f63739e071f0d305a&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f4e07f75a7903782505e0c534e47ea88ba4c912deb9167612797c0391cf9d36759cb5502ba71bd157d29440207da1bcb32b72116cc5dceb98fb4e1e58284ad884f7b17478&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f4e07f75a7903782505e0c534e47ea88ba4c912deb9167612797c0391cf9d36759cb5502ba71bd157d29440207da1bcb32b72116cc5dceb98fb4e1e58284ad884f7b17478&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f808d5234a40963ec853e0ff232b8e5dc3d0c82ad94afb37cfbf4059b741ce0f72ab21698a8081bf573363f31a3fa7f8cb8381c48c14ef507e24c7bc7b2ef11ac5666f32a&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:330px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f808d5234a40963ec853e0ff232b8e5dc3d0c82ad94afb37cfbf4059b741ce0f72ab21698a8081bf573363f31a3fa7f8cb8381c48c14ef507e24c7bc7b2ef11ac5666f32a&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f1c8e4041ba701b4357798a49e938e42ed864e3525b68c8c043128c11dda543fa48d2a2a5f8a569452d3eaf2435c82924dede8dcb879a2b23fd43a5448842f19fbd2959e2&amp;a=27&amp;b=27" target="_blank"><img style="width:400px;height:400px;border:0;" src="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f1c8e4041ba701b4357798a49e938e42ed864e3525b68c8c043128c11dda543fa48d2a2a5f8a569452d3eaf2435c82924dede8dcb879a2b23fd43a5448842f19fbd2959e2&amp;a=27&amp;b=27" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f0dc58ee860a0afb3039dc92e6e6b6e543e94ca27d17fc34caa0120da078e672a5a1fe297c3d15e015cd528aad6deb095043dfad7d9bd911f74b6a39000c532b11fd58c39&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:350px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=e3de3200eb2c51389f71becb8a824e7f0dc58ee860a0afb3039dc92e6e6b6e543e94ca27d17fc34caa0120da078e672a5a1fe297c3d15e015cd528aad6deb095043dfad7d9bd911f74b6a39000c532b11fd58c39&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232ad9263652205be3f778cf4263a05242341cc6556fc4585f364a44279f9837645c40b900020f99a95198e52d2667d393a7cc7dc4002552958770eb3fe981caa4d3093308ff&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:350px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232ad9263652205be3f778cf4263a05242341cc6556fc4585f364a44279f9837645c40b900020f99a95198e52d2667d393a7cc7dc4002552958770eb3fe981caa4d3093308ff&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232aeaed0dd9d7e0415df5e70ca9bf6bd03fd41761b3c6f9d9f3a92fa3dbcf1da2fce54689ba038c5ed73a4024cbc14166c180167e5e606717232976db135c82347644c311ee&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:400px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232aeaed0dd9d7e0415df5e70ca9bf6bd03fd41761b3c6f9d9f3a92fa3dbcf1da2fce54689ba038c5ed73a4024cbc14166c180167e5e606717232976db135c82347644c311ee&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a7eff5c46aa4e95f2520958a4fa97344ebb30d47857095573b296141ff2c3fb902436d3aafb26b90c65d54498f3722c50f694fba4be220ee290dfa5e576289c0fcbe6e9e1&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:315px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a7eff5c46aa4e95f2520958a4fa97344ebb30d47857095573b296141ff2c3fb902436d3aafb26b90c65d54498f3722c50f694fba4be220ee290dfa5e576289c0fcbe6e9e1&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232ac579410466cefcc80a75fb7332db0dbb30db6da5b5cd35afb5baaf7d30b362c8e076fcfe028126f7aaff9ee06f5e4243c4e332d0a85078cecd3cbde1812b2554218444d6&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232ac579410466cefcc80a75fb7332db0dbb30db6da5b5cd35afb5baaf7d30b362c8e076fcfe028126f7aaff9ee06f5e4243c4e332d0a85078cecd3cbde1812b2554218444d6&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a4e89d14cce7a308f4a5c568ad65a4d1c8fb2095063ab4c4a67b1cc35ed9d6a0b74d813b23a8acbd1b1ae84cac4017368856c6a010d4092de14ba4bc9b9b3e6e22539dc2d&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a4e89d14cce7a308f4a5c568ad65a4d1c8fb2095063ab4c4a67b1cc35ed9d6a0b74d813b23a8acbd1b1ae84cac4017368856c6a010d4092de14ba4bc9b9b3e6e22539dc2d&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232adcf513d63be2b14ee3db5c45d4d434a0e18181359ab8d9649cae5ac10f4eb53d5c8d3ce24f7030cf23b7712e3bce82684fefd3afe59840c870696e3444ecbbef4815aaf2&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232adcf513d63be2b14ee3db5c45d4d434a0e18181359ab8d9649cae5ac10f4eb53d5c8d3ce24f7030cf23b7712e3bce82684fefd3afe59840c870696e3444ecbbef4815aaf2&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a84ab25e3fae75e4dbfc6a7ae4edc1121161ebcac7d35be4645e237d840abb94edec5714f1de77c6fb4d06f87d91fe12b448b59ba7e627c37d644824f02fb5eaa7a3d2f13&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a84ab25e3fae75e4dbfc6a7ae4edc1121161ebcac7d35be4645e237d840abb94edec5714f1de77c6fb4d06f87d91fe12b448b59ba7e627c37d644824f02fb5eaa7a3d2f13&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a14a388a2d06e55ca5a72a4cd76292f5891beec486b24a4053f0fb2def562432dd96a4dd92a0aba2843b733de6ccb7f20249c458e7416d87fd7ae88f5f900a434d53d9f46&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a14a388a2d06e55ca5a72a4cd76292f5891beec486b24a4053f0fb2def562432dd96a4dd92a0aba2843b733de6ccb7f20249c458e7416d87fd7ae88f5f900a434d53d9f46&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a8e2efa54b682b2b69daa3720055d235390ab5cf8c33b42ebda0a783cb6e30913383dda986a9e4b118c0daa6cfb79a3bde1a4a5227cf87fa9c9c7b871d37cae6fd72d72ad&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:380px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a8e2efa54b682b2b69daa3720055d235390ab5cf8c33b42ebda0a783cb6e30913383dda986a9e4b118c0daa6cfb79a3bde1a4a5227cf87fa9c9c7b871d37cae6fd72d72ad&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a593708256fff667cd5e52fceb710765b8a844329df750c08a79c31d17402447ce74f3e0b6855ae76edf5db724ee393725acb454f6626f651e6be71fcb1150e59444a188c&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:400px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a593708256fff667cd5e52fceb710765b8a844329df750c08a79c31d17402447ce74f3e0b6855ae76edf5db724ee393725acb454f6626f651e6be71fcb1150e59444a188c&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232aedbef64243614a5850d4629950376337bd113ce47a65da0c7988787040e82e7d3e34f5369ff54991e490d82a7f2cde861e68bd76b1fb58db39d5d48c2d616b6717ecbe28&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232aedbef64243614a5850d4629950376337bd113ce47a65da0c7988787040e82e7d3e34f5369ff54991e490d82a7f2cde861e68bd76b1fb58db39d5d48c2d616b6717ecbe28&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a4a95978cfb0ff7cd22bc34b34705346ad1b6ae30373500be71d923d257f9b71bae304acd58d2b988241f54b33122f5f7870d77ba7df1c2b1918601276ab8a4777e834cd8&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:400px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a4a95978cfb0ff7cd22bc34b34705346ad1b6ae30373500be71d923d257f9b71bae304acd58d2b988241f54b33122f5f7870d77ba7df1c2b1918601276ab8a4777e834cd8&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a17542e91f51dd1b6ca17b72b2507a8b13976513d5c39ac97f3ad202178d55dc4f338ca3e9eef87857f1847564e4239a7d1388239835556bf2efc2301ab70aa06a347612d&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:400px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a17542e91f51dd1b6ca17b72b2507a8b13976513d5c39ac97f3ad202178d55dc4f338ca3e9eef87857f1847564e4239a7d1388239835556bf2efc2301ab70aa06a347612d&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a7122b707910db5d4bd94ccf799dc25e9d3daa368ef0e41dd9a5a80296706c5438c4c0c55320c2b2726feb4ab159d8f0ac386cd5c976e93096c213f6dfb1a5c6b95c260e3&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:400px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a7122b707910db5d4bd94ccf799dc25e9d3daa368ef0e41dd9a5a80296706c5438c4c0c55320c2b2726feb4ab159d8f0ac386cd5c976e93096c213f6dfb1a5c6b95c260e3&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a6ee3327f7955a49e8ba1276e06cde69b4cbebaf25a6ccdbb9faa6f007a1aca670be3da837b067a61ef35f46d4c25ec56e9881be6b9b7e9def7f8d9aa50e544a37b77f85f&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a6ee3327f7955a49e8ba1276e06cde69b4cbebaf25a6ccdbb9faa6f007a1aca670be3da837b067a61ef35f46d4c25ec56e9881be6b9b7e9def7f8d9aa50e544a37b77f85f&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232ab5aeab9bfebf7577ed3678e29cf03aafa12d68ba61dad9868642dc8d62d55518bc452c09fe961d567d539c16307fd29c6ebff0133f4e9354f17b780f6cf57d2945027955&amp;a=22&amp;b=27" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232ab5aeab9bfebf7577ed3678e29cf03aafa12d68ba61dad9868642dc8d62d55518bc452c09fe961d567d539c16307fd29c6ebff0133f4e9354f17b780f6cf57d2945027955&amp;a=22&amp;b=27" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a5fcf3eafa387b0c945fa62004cc235dfc7168d0a7105cab5ba4435a5381a75426b355e481602de7a8253aa1eb387af3ebfd4441bc875842341c51d085ab2c00573ca8aff&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a5fcf3eafa387b0c945fa62004cc235dfc7168d0a7105cab5ba4435a5381a75426b355e481602de7a8253aa1eb387af3ebfd4441bc875842341c51d085ab2c00573ca8aff&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232ac57d0b614d71d87f146c3d44cd3695314f515ce72fbba23f494b1bcdedf2ba4fb4a27d85a8b5da8cd19b3c3f9904d3d55d7a2626931dae1a2a1e1074db87a6fccaabdb1a&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232ac57d0b614d71d87f146c3d44cd3695314f515ce72fbba23f494b1bcdedf2ba4fb4a27d85a8b5da8cd19b3c3f9904d3d55d7a2626931dae1a2a1e1074db87a6fccaabdb1a&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232abd2940dccc8598e2566fbcfbf4e4a7467782923b64db107fcd0c027367c17298196b82cd51202988e1f8fa44488f887586155c5438740a6978e2361533af424f1ae60d0f&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232abd2940dccc8598e2566fbcfbf4e4a7467782923b64db107fcd0c027367c17298196b82cd51202988e1f8fa44488f887586155c5438740a6978e2361533af424f1ae60d0f&amp;a=22&amp;b=22" /></a><wbr /><br><wbr /><a href="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a7350c828cb8103c4e96ef93202d5a5b81488190b399cd33684f1f3707ca0181c4c4a344dba49d2c747e6edb08a82f8752dd6230bb12746d6f8a09a8dedef01f8938ef6b0&amp;a=22&amp;b=27" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a7350c828cb8103c4e96ef93202d5a5b81488190b399cd33684f1f3707ca0181c4c4a344dba49d2c747e6edb08a82f8752dd6230bb12746d6f8a09a8dedef01f8938ef6b0&amp;a=22&amp;b=27" /></a><wbr /><br><wbr /><a href="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a42e4562d6cf5bd595f008d4a983ea7fc3cc090ab381e6845b4432fc80cf9cdc1487b441309eadd1504e937732c8727ee3c51ae43f841c6b1e5ba4661b19f068965e7abd0&amp;a=22&amp;b=27" target="_blank"><img style="width:413px;height:360px;border:0;" src="http://b27.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a42e4562d6cf5bd595f008d4a983ea7fc3cc090ab381e6845b4432fc80cf9cdc1487b441309eadd1504e937732c8727ee3c51ae43f841c6b1e5ba4661b19f068965e7abd0&amp;a=22&amp;b=27" /></a><wbr /><br><wbr /><a href="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a7c25988eaa8bbfeaf64efcd30df85e5f0a493fb3169467697b9b857ba8776d23e99ba5985e62faed2b1b017185f3e1c77455104c11caee709feb8563a61a3e52818d3cbe&amp;a=22&amp;b=22" target="_blank"><img style="width:400px;height:360px;border:0;" src="http://b22.photo.store.qq.com/http_imgload.cgi?/rurl4_b=3a0210aea58085cde9d577ae20c3232a7c25988eaa8bbfeaf64efcd30df85e5f0a493fb3169467697b9b857ba8776d23e99ba5985e62faed2b1b017185f3e1c77455104c11caee709feb8563a61a3e52818d3cbe&amp;a=22&amp;b=22" /></a><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[精彩收藏]]></category>
<author><![CDATA[6120799@qq.com(西捷酷鱼)]]></author>
<comments>http://6120799.qzone.qq.com/blog/1258529033#comment</comments>
<qz:effect>134218249</qz:effect>
<pubDate>Wed, 18 Nov 2009 07:23:53 GMT</pubDate>
<guid>http://6120799.qzone.qq.com/blog/1258529033</guid>
</item>

<item>
<title><![CDATA[[转]冷笑话]]></title>
<link>http://6120799.qzone.qq.com/blog/1258347359</link>
<description><![CDATA[ <br><br>1。痘痘,我希望今晚入睡,明天醒来,你就给我消失,否则我把脸皮撕下来,不和你玩了。 <br><br>2。我是“铁公鸡”,理发的时候,我要求理发师一毛不拔,给我个光头。 <br><br>3。某人姓刘,他总是“刘口水”和耍“刘氓”,所以他才是“下刘”的人。 <br><br>4。如果没有蚊子,那么青蛙就少吃了一样东西,而人类也少买了一样东西,而我,损失了无数个“香吻” <br><br>5。蚂蚁和大象新婚,蚂蚁对大象说“宝贝,我的床不允许你不在的一天”如果你不在了,这么大的床睡起来真的有点怕怕。 <br><br>6。我是瘦子,胖子见我就说现在是不是在闹饥荒,我不服气的说,如果没有你,饥荒存在吗。 <br><br>7。我对老婆说,哪天世界只剩我们两个,我们要努力生一个世界的人。 <br><br>8。如果我老婆太胖,我会背着她去跑步,我要帮你减肥。不对哦,那好象是我在减肥,老婆,你背我好了。 <br><br>9。那谁？你什么时候出现在我身边？可别让我等太久噢,两年后给我出现,否则我就要出家了，我出家你就没人爱啦，哈哈。 <br><br>10。凌晨三点多睡觉，早上六点多起来，真是太痛苦啦！还要不要活丫，有这么折腾人的吗？天啊，为什么不可以没有黑夜？？？ <br><br>11。假如爱上你是不可饶恕的罪，那么如果判我的罪，我也认了，我把你的心当做监狱，我会在里面蹲一辈子，可你的心能装得下我吗？ <br><br>12。爱情，终究可望不可及，再过三年就去做和尚。什么七情六欲都给我闪一边去，我只做和尚该做的事，名字我都想好了，叫【悟情】。 <br><br>13。今天一个MM骑着小单车，在转弯的时候车头掉出来了，笑得我掉了两颗牙，现在喝水都漏出来，真该死。哈哈哈。。。。。 <br><br>14。我很害羞，所以我怕贱人，我最怕贱人，我从小就怕贱人，特别是怕贱女人，总之我就不喜欢贱人，我以后都不想贱人了。【贱】【见】<br> <br>15。今天和小强大战三回合，小强终于牺牲在我的美腿下，小强可真有福气啊，做鬼也风流了，娃哈哈、<br><br>16。某人从深山老林来到大城市，走在路上突然看到街上有人在打ben，而且是用吸管的，笑道：不累吗？男的怒吼：乡巴老，这叫非主流打啵，看什么看，还不滚蛋，在看连你也一起打。<br> <br>17。我觉得现代女性都喜欢比较肌肉行的男人，可能这样比较有安全感吧！我也考虑这个问题很久了，所以我决定去隆胸（好变态哦）不过隆胸后会不会象汽球一样容易破呢？我想还是算了，我应该去找一个不喜欢肌肉型男人的女孩子，喜喜！<br> <br>18。今天放在口袋的梳子被我不小心压断了，真可恶，害我想拿出来梳的时候变成两半，呜呼，我太臭美了，读书的时候也一样，不过男生很多都有带，下课就拿起来梳，头可断，发不可乱，咳~咳~咳，注意形象。<br> <br>19。小明常写错别字，有次写了一篇文章其中一段如下：今天我在路上看到一堆牛 <br>屎，啊，我大吃一斤（惊）。后来老师评：又没有人拦着你，你全吃了也没关系啊。娃哈哈。。。。<br> <br>20。有一个胖子失恋了，想不开去跳楼，然后你们知道变成什么吗？。。。。死胖子咯<br> <br>21。台风来了，那些穿裙子的小MM被吹到天上去，裸挂半空，英姿飒爽，地上的人流口水，结果水灾淹到PP咯。<br>暂时就写到这里,如果想出来,随时更新。生活压力大,我们应该时刻保持微笑。 <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[6120799@qq.com(西捷酷鱼)]]></author>
<comments>http://6120799.qzone.qq.com/blog/1258347359#comment</comments>
<qz:effect>134218248</qz:effect>
<pubDate>Mon, 16 Nov 2009 04:55:59 GMT</pubDate>
<guid>http://6120799.qzone.qq.com/blog/1258347359</guid>
</item>

<item>
<title><![CDATA[Spring的核心机制依赖注入简介]]></title>
<link>http://6120799.qzone.qq.com/blog/1258089461</link>
<description><![CDATA[Spring能有效地组织J2EE应用各层的对象。不管是控制层的Action对象，还是业务层的Service对象，还是持久层的DAO对象，都可在Spring的管理下有机地协调、运行。Spring将各层的对象以松耦合的方式组织在一起，Action对象无须关心Service对象的具体实现，Service对象无须关心持久层对象的具体实现，各层对象的调用完全面向接口。当系统需要重构时，代码的改写量将大大减少。<br><br>　　上面所说的一切都得宜于Spring的核心机制，依赖注入。依赖注入让bean与bean之间以配置文件组织在一起，而不是以硬编码的方式耦合在一起。理解依赖注入<br><br>　　依赖注入(Dependency Injection)和控制反转(Inversion of Control)是同一个概念。具体含义是:当某个角色(可能是一个Java实例，调用者)需要另一个角色(另一个Java实例，被调用者)的协助时，在传统的程序设计过程中，通常由调用者来创建被调用者的实例。但在Spring里，创建被调用者的工作不再由调用者来完成，因此称为控制反转;创建被调用者实例的工作通常由Spring容器来完成，然后注入调用者，因此也称为依赖注入。<br><br>　　不管是依赖注入，还是控制反转，都说明Spring采用动态、灵活的方式来管理各种对象。对象与对象之间的具体实现互相透明。在理解依赖注入之前，看如下这个问题在各种社会形态里如何解决:一个人(Java实例，调用者)需要一把斧子(Java实例，被调用者)。<br><br>　　(1)原始社会里，几乎没有社会分工。需要斧子的人(调用者)只能自己去磨一把斧子(被调用者)。对应的情形为:Java程序里的调用者自己创建被调用者。<br><br>　　(2)进入工业社会，工厂出现。斧子不再由普通人完成，而在工厂里被生产出来，此时需要斧子的人(调用者)找到工厂，购买斧子，无须关心斧子的制造过程。对应Java程序的简单工厂的设计模式。<br><br>　　(3)进入“按需分配”社会，需要斧子的人不需要找到工厂，坐在家里发出一个简单指令:需要斧子。斧子就自然出现在他面前。对应Spring的依赖注入。<br><br>　　第一种情况下，Java实例的调用者创建被调用的Java实例，必然要求被调用的Java类出现在调用者的代码里。无法实现二者之间的松耦合。<br><br>　　第二种情况下，调用者无须关心被调用者具体实现过程，只需要找到符合某种标准(接口)的实例，即可使用。此时调用的代码面向接口编程，可以让调用者和被调用者解耦，这也是工厂模式大量使用的原因。但调用者需要自己定位工厂，调用者与特定工厂耦合在一起。<br><br>　　第三种情况下，调用者无须自己定位工厂，程序运行到需要被调用者时，系统自动提供被调用者实例。事实上，调用者和被调用者都处于Spring的管理下，二者之间的依赖关系由Spring提供。<br><br>　　所谓依赖注入，是指程序运行过程中，如果需要调用另一个对象协助时，无须在代码中创建被调用者，而是依赖于外部的注入。Spring的依赖注入对调用者和被调用者几乎没有任何要求，完全支持对POJO之间依赖关系的管理。依赖注入通常有两种:<br><br>　　·设值注入。<br><br>　　·构造注入。 <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[6120799@qq.com(西捷酷鱼)]]></author>
<comments>http://6120799.qzone.qq.com/blog/1258089461#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Fri, 13 Nov 2009 05:17:41 GMT</pubDate>
<guid>http://6120799.qzone.qq.com/blog/1258089461</guid>
</item>

<item>
<title><![CDATA[[转]【转】一中午都要笑死了！~]]></title>
<link>http://6120799.qzone.qq.com/blog/1258021634</link>
<description><![CDATA[<span style="color:#bf611c;line-height:1.8em;">【转】</span><wbr />一中午都要笑死了！~<a href="http://jubao.qq.com/cgi-bin/jubao?appname=campus&amp;subapp=blog&amp;jubaotype=article&amp;uin=c265e4bd629300c5928dd0f472c00b2dd3fb6fe667df686b&amp;blogid=1250343248" target="_blank"></a><wbr /> <br>转载自 <a href="http://xiaoyou.qq.com/index.php?mod=profile&amp;u=48a5beee9d1bd4e73ec24ba788893f03d019f641af9a895a" target="_blank"><span style="color:#bf611c;line-height:1.8em;">祝虹</span><wbr /></a><wbr />  <br><wbr /><a href="http://gp.qihoo.com/pic/1103010q1758a.gif" target="_blank"><img style="width:327px;height:251px;border:0;" src="http://gp.qihoo.com/pic/1103010q1758a.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/100451bq17286.gif" target="_blank"><img style="width:324px;height:213px;border:0;" src="http://gp.qihoo.com/pic/100451bq17286.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/150341aq1775a.gif" target="_blank"><img style="width:319px;height:246px;border:0;" src="http://gp.qihoo.com/pic/150341aq1775a.gif" /></a><wbr /><br><br><br><wbr /><a href="http://gp.qihoo.com/pic/1f0422aq171ce.gif" target="_blank"><img style="width:314px;height:225px;border:0;" src="http://gp.qihoo.com/pic/1f0422aq171ce.gif" /></a><wbr /><br><br><br><wbr /><a href="http://gp.qihoo.com/pic/1b0287q1ff2a.gif" target="_blank"><img style="width:311px;height:237px;border:0;" src="http://gp.qihoo.com/pic/1b0287q1ff2a.gif" /></a><wbr /><br><br><br><br><br><wbr /><a href="http://gp.qihoo.com/pic/1d03435q17462.gif" target="_blank"><img style="width:323px;height:248px;border:0;" src="http://gp.qihoo.com/pic/1d03435q17462.gif" /></a><wbr /><br><br><br><wbr /><a href="http://gp.qihoo.com/pic/1b04b61q17123.gif" target="_blank"><img style="width:323px;height:219px;border:0;" src="http://gp.qihoo.com/pic/1b04b61q17123.gif" /></a><wbr /><br><br><br><wbr /><a href="http://gp.qihoo.com/pic/1c03f60q1749c.gif" target="_blank"><img style="width:318px;height:246px;border:0;" src="http://gp.qihoo.com/pic/1c03f60q1749c.gif" /></a><wbr /><br><br><br><wbr /><a href="http://gp.qihoo.com/pic/1f02feq2033d.gif" target="_blank"><img style="width:314px;height:220px;border:0;" src="http://gp.qihoo.com/pic/1f02feq2033d.gif" /></a><wbr /><br><br><br><wbr /><a href="http://gp.qihoo.com/pic/1d03a57q1756e.gif" target="_blank"><img style="width:313px;height:201px;border:0;" src="http://gp.qihoo.com/pic/1d03a57q1756e.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1e04063q17105.gif" target="_blank"><img style="width:312px;height:201px;border:0;" src="http://gp.qihoo.com/pic/1e04063q17105.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1a0279q20079.gif" target="_blank"><img style="width:312px;height:197px;border:0;" src="http://gp.qihoo.com/pic/1a0279q20079.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1c04e5cq25a2.gif" target="_blank"><img style="width:314px;height:186px;border:0;" src="http://gp.qihoo.com/pic/1c04e5cq25a2.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1404231q17363.gif" target="_blank"><img style="width:314px;height:204px;border:0;" src="http://gp.qihoo.com/pic/1404231q17363.gif" /></a><wbr /><br><br><br><wbr /><a href="http://gp.qihoo.com/pic/180111fq1d974.gif" target="_blank"><img style="width:313px;height:194px;border:0;" src="http://gp.qihoo.com/pic/180111fq1d974.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1d0184q1d7c2.gif" target="_blank"><img style="width:308px;height:205px;border:0;" src="http://gp.qihoo.com/pic/1d0184q1d7c2.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1803a13q17670.gif" target="_blank"><img style="width:304px;height:195px;border:0;" src="http://gp.qihoo.com/pic/1803a13q17670.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1304e20q170c0.gif" target="_blank"><img style="width:301px;height:191px;border:0;" src="http://gp.qihoo.com/pic/1304e20q170c0.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1202c4bq1fdf6.gif" target="_blank"><img style="width:297px;height:201px;border:0;" src="http://gp.qihoo.com/pic/1202c4bq1fdf6.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1003819q17425.gif" target="_blank"><img style="width:297px;height:202px;border:0;" src="http://gp.qihoo.com/pic/1003819q17425.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1901847q1d913.gif" target="_blank"><img style="width:299px;height:208px;border:0;" src="http://gp.qihoo.com/pic/1901847q1d913.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1a0184dq1d5b6.gif" target="_blank"><img style="width:297px;height:195px;border:0;" src="http://gp.qihoo.com/pic/1a0184dq1d5b6.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1502c5dq1ff3c.gif" target="_blank"><img style="width:298px;height:190px;border:0;" src="http://gp.qihoo.com/pic/1502c5dq1ff3c.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1603e1cq17664.gif" target="_blank"><img style="width:297px;height:194px;border:0;" src="http://gp.qihoo.com/pic/1603e1cq17664.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1a0464cq17124.gif" target="_blank"><img style="width:296px;height:210px;border:0;" src="http://gp.qihoo.com/pic/1a0464cq17124.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/160323fq172d8.gif" target="_blank"><img style="width:300px;height:208px;border:0;" src="http://gp.qihoo.com/pic/160323fq172d8.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/1004f3q17163.gif" target="_blank"><img style="width:289px;height:200px;border:0;" src="http://gp.qihoo.com/pic/1004f3q17163.gif" /></a><wbr /><br><br><wbr /><a href="http://gp.qihoo.com/pic/150127q1d6c7.gif" target="_blank"><img style="width:287px;height:210px;border:0;" src="http://gp.qihoo.com/pic/150127q1d6c7.gif" /></a><wbr />   <br> <br> <br><br> <wbr /><a href="http://imgcache.qq.com/campus_v2/ac/b.gif" target="_blank"><img style="border:0;" src="http://imgcache.qq.com/campus_v2/ac/b.gif" /></a><wbr /><a href="http://imgcache.qq.com/qzone/qzfl/editor/assets/blank.htm#" target="_blank"><span style="color:#328916;line-height:1.8em;">太精彩了，分享给好友和同学们</span><wbr /></a><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[天下杂侃]]></category>
<author><![CDATA[6120799@qq.com(西捷酷鱼)]]></author>
<comments>http://6120799.qzone.qq.com/blog/1258021634#comment</comments>
<qz:effect>134218249</qz:effect>
<pubDate>Thu, 12 Nov 2009 10:27:14 GMT</pubDate>
<guid>http://6120799.qzone.qq.com/blog/1258021634</guid>
</item>

<item>
<title><![CDATA[FreeMarker的优点和缺点]]></title>
<link>http://6120799.qzone.qq.com/blog/1257932331</link>
<description><![CDATA[<span style="font-size:13px;line-height:1.8em;">一、 FreeMarker简介<br>FreeMarker是一个用Java语言编写的模板引擎，它基于模板来生成文本输出。<br>所谓模板，就是一份已经写好了基本内容，有着固定格式的文档，其中空出或者用占位符标识的内容，由使用者来填充，不同的使用者给出的数据是不同的。在模板中的占位符，在模板运行时，由模板引擎来解析模板，并采用动态数据替换占位符部分的内容。<br>FreeMarker与Web容器无关，即在Web运行时，它并不知道Servlet或HTTP。它不仅可以用作表现层的实现技术，而且还可以用于生成XML，JSP或Java 文等。</span><wbr /><br><br><span style="font-size:13px;line-height:1.8em;">二、 </span><wbr /><span style="font-size:13px;line-height:1.8em;"><span style="font-weight:bold"><wbr />FreeMarker的优点和缺点<br></span><wbr />(一) <span style="font-weight:bold"><wbr />FreeMarker的优点</span><wbr /><br>1.使用<span style="font-weight:bold"><wbr />FreeMarker的优点</span><wbr />之一，可以彻底的分离表现层和业务逻辑。<br>使用JSP 开发过程中在页面中大量的存在业务逻辑的代码，使得页面内容凌乱，在后期大量的修改维护过程中就变得非常困难。<br>FreeMarker根本不支持Java脚本代码。<br>FreeMarker的原理就是：模板+数据模型=输出 ，模板只负责数据在页面中的表现，不涉及任何的逻辑代码，而所有的逻辑都是由数据模型来处理的。用户最终看到的输出是模板和数据模型合并后创建的。<br>      <br>2.使用<span style="font-weight:bold"><wbr />FreeMarker的优点</span><wbr />之二，可以提高开发效率。<br>在我们以往的开发中，使用的都是JSP 页面来展示数据的，即所谓的表现层。我们都知道，JSP在第一次执行的时候需要转换成Servlet类，开发阶段进行功能调适时，需要频繁的修改JSP，每次修改都要编译和转换，那么试想一天中我们浪费在程序编译的时间有多少。相对于JSP来说，FreeMarker模板技术不存在编译和转换的问题，所以就不会存在上述问题。而且开发过程中，我们在不必在等待界面设计开发人员完成页面原形后，我们再来开发程序。<br><br>3.使用<span style="font-weight:bold"><wbr />FreeMarker的优点</span><wbr />之三，使得开发过程中的人员分工更加明确。<br>以往用</span><wbr /><a href="http://www.po-soft.com/blog/single/125.html" target="_blank"><span style="font-size:13px;line-height:1.8em;">JSP</span><wbr /></a><wbr /><span style="font-size:13px;line-height:1.8em;">展现数据时，作为程序员的我们，并不熟悉界面设计技术，反之界面开发人员，也并不熟悉程序语言。对两者而言，交替性的工作本身就有难度。有时候稍有不慎，可能会将某个页面元素删除或去掉了某个程序符号，使得页面走样或程序错误，这样就需要双方相互沟通协作，解决出现的问题。有时候因为项目中的时间，任务量等因素的存在，可能这个工作就由一个人来完成，这样就可能加大某一方开发人员的工作量。<br>使用FreeMarker后，作为界面开发人员，只专心创建HTML文件、图像以及Web页面的其他可视化方面，不用理会数据；而程序开发人员则专注于系统实现，负责为页面准备要显示的数据。</span><wbr /><br><br><span style="font-size:13px;line-height:1.8em;">(二)</span><wbr /><span style="font-size:13px;line-height:1.8em;"><span style="font-weight:bold"><wbr />FreeMarker的缺点<br></span><wbr />1.使用<span style="font-weight:bold"><wbr />FreeMarker的缺点</span><wbr />之一，应用FreeMarker模板技术，在修改模板后，可能会看到已经过期的数据。如：生成静态的HTML页面后，如果一旦模板改变，而没有及时更新模板生成的HTML页面的话，用户看到的就是过期的数据。<br>2.使用<span style="font-weight:bold"><wbr />FreeMarker的缺点</span><wbr />之二，FreeMarker模板技术在应用过程中，FreeMarker中的变量必须要赋值，如果不赋值，那么就会抛出异常。想避免错误就要应用if/elseif/else 指令进行判段，如果对每一个变量都判断的话，那么则反而增加了编程的麻烦。<br>3.使用<span style="font-weight:bold"><wbr />FreeMarker的缺点</span><wbr />之三，FreeMarker的map限定key必须是string，其他数据类型无法操作<br>4.使用<span style="font-weight:bold"><wbr />FreeMarker的缺点</span><wbr />之四，FreeMarker不支持集群应用。为了编成的方便性，把序列化的东西都放到了Session中，如</span><wbr /><a href="http://www.po-soft.com/blog/wm2395/57.html" target="_blank"><span style="font-size:13px;line-height:1.8em;">Session</span><wbr /></a><wbr /><span style="font-size:13px;line-height:1.8em;">，request等，在开发的过程中确实方便，但如果将应用放到集群中，就会出现错误。<br><br>通过以上的阐述，希望可以令您清晰FreeMarker的优点和缺点，旨在抛砖引玉。有什么问题可以留下您的宝贵留言，我非常愿意与大家讨论。</span><wbr /><br> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[6120799@qq.com(西捷酷鱼)]]></author>
<comments>http://6120799.qzone.qq.com/blog/1257932331#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Wed, 11 Nov 2009 09:38:51 GMT</pubDate>
<guid>http://6120799.qzone.qq.com/blog/1257932331</guid>
</item>

<item>
<title><![CDATA[[转]触摸心灵的十二句话]]></title>
<link>http://6120799.qzone.qq.com/blog/1257919145</link>
<description><![CDATA[1、有些事，我们明知道是错的，也要去坚持，因为不甘心；有些人，我们明知道是爱的，也要去放弃，因为没结局；有时候，我们明知道没路了，却还在前行，因为习惯了。 <br><br>2、以为蒙上了眼睛，就可以看不见这个世界；以为捂住了耳朵，就可以听不到所有的烦恼；以为脚步停了下来，心就可以不再远行；以为我需要的爱情，只是一个拥抱。 <br><br>3、那些已经犯过的错误，有一些是因为来不及，有一些是因为刻意躲避，更多的时候是茫然地站到了一边。我们就这样错了一次又一次，却从不晓得从中汲取教训，做一些反省。 <br><br>4、你不知道我在想你，是因为你不爱我，我明明知道你不想我，却还爱你，是因为我太傻。也许有时候，逃避不是因为害怕去面对什么，而是在等待什么。 <br><br>5、天空没有翅膀的痕迹，但鸟儿已经飞过；心里没有被刀子割过，但疼痛却那么清晰。这些胸口里最柔软的地方，被爱人伤害过的伤口，远比那些肢体所受的伤害来得犀利，而且只有时间，才能够治愈。 <br><br>6、很多人，因为寂寞而错爱了一人，但更多的人，因为错爱一人，而寂寞一生。我们可以彼此相爱，却注定了无法相守。不是我不够爱你，只是我不敢肯定，这爱，是不是最正确的。 <br><br>7、如果背叛是一种勇气，那么接受背叛则需要一种更大的勇气。前者只需要有足够的勇敢就可以，又或许只是一时冲动，而后者考验的却是宽容的程度，绝非冲动那么简单，需要的唯有时间。 <br><br>8、生命无法用来证明爱情，就像我们无法证明自己可以不再相信爱情。在这个城市里，诚如劳力士是物质的奢侈品，爱情则是精神上的奢侈品。可是生命脆弱无比，根本没办法承受那么多的奢侈。 <br><br>9、人最大的困难是认识自己，最容易的也是认识自己。很多时候，我们认不清自己，只因为我们把自己放在了一个错误的位置，给了自己一个错觉。所以，不怕前路坎坷，只怕从一开始就走错了方向。 <br><br>10、生活在一个城市里，或者爱一个人，又或者做某件事，时间久了，就会觉得厌倦，就会有一种想要逃离的冲动。也许不是厌倦了这个城市、爱的人、坚持的事，只是给不了自己坚持下去的勇气。 <br><br>11、多少次又多少次，回忆把生活划成一个圈，而我们在原地转了无数次，无法解脱。总是希望回到最初相识的地点，如果能够再一次选择的话，以为可以爱得更单纯。 <br><br>12、如果你明明知道这个故事的结局，你或者选择说出来，或者装作不知道，千万不要欲言又止。有时候留给别人的伤害，选择沉默比选择坦白要痛多了。 <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[6120799@qq.com(西捷酷鱼)]]></author>
<comments>http://6120799.qzone.qq.com/blog/1257919145#comment</comments>
<qz:effect>134218248</qz:effect>
<pubDate>Wed, 11 Nov 2009 05:59:05 GMT</pubDate>
<guid>http://6120799.qzone.qq.com/blog/1257919145</guid>
</item>

<item>
<title><![CDATA[[转]ぺ笑得让你肚子疼ぺ]]></title>
<link>http://6120799.qzone.qq.com/blog/1257500959</link>
<description><![CDATA[<br><wbr /><a href="http://p4.images22.51img1.com/6000/xujie19896378/4d14d14aa3e2ca68812dccf07ee103d6.gif#100129156" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p4.images22.51img1.com/6000/xujie19896378/4d14d14aa3e2ca68812dccf07ee103d6.gif#100129156" /></a><wbr /><br> <br><wbr /><a href="http://pd.images22.51img1.com/6000/xujie19896378/d9ccb28eb730f04dfdaf24686c45744e.gif#100129157" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://pd.images22.51img1.com/6000/xujie19896378/d9ccb28eb730f04dfdaf24686c45744e.gif#100129157" /></a><wbr /><br><wbr /><a href="http://pf.images22.51img1.com/6000/xujie19896378/fa16aea6e7205f2703a84dd1a7b2a174.gif#100129158" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://pf.images22.51img1.com/6000/xujie19896378/fa16aea6e7205f2703a84dd1a7b2a174.gif#100129158" /></a><wbr /><br> <br><wbr /><a href="http://pf.images22.51img1.com/6000/xujie19896378/f1a5bd70aa66beb4ca41bfc78eaad567.gif#100129159" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://pf.images22.51img1.com/6000/xujie19896378/f1a5bd70aa66beb4ca41bfc78eaad567.gif#100129159" /></a><wbr /><br><wbr /><a href="http://p6.images22.51img1.com/6000/xujie19896378/6908d22a704ff91c2bbbdf9b2bd552db.gif#100129160" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p6.images22.51img1.com/6000/xujie19896378/6908d22a704ff91c2bbbdf9b2bd552db.gif#100129160" /></a><wbr /><br> <br><wbr /><a href="http://pd.images22.51img1.com/6000/xujie19896378/db8724a2e7f11c1659426cbcd7f5751a.gif#100129161" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://pd.images22.51img1.com/6000/xujie19896378/db8724a2e7f11c1659426cbcd7f5751a.gif#100129161" /></a><wbr /><br><wbr /><a href="http://pc.images22.51img1.com/6000/xujie19896378/c7dccae84b01bcfb52b0ede2d99b5332.gif#100129162" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://pc.images22.51img1.com/6000/xujie19896378/c7dccae84b01bcfb52b0ede2d99b5332.gif#100129162" /></a><wbr /><br><wbr /><a href="http://p5.images22.51img1.com/6000/xujie19896378/54c60961ace71bb49b2c0497f6173c01.gif#100129163" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p5.images22.51img1.com/6000/xujie19896378/54c60961ace71bb49b2c0497f6173c01.gif#100129163" /></a><wbr /><br> <br><wbr /><a href="http://p6.images22.51img1.com/6000/xujie19896378/63fcb1b8e8c33b6b9438de458e93fa84.gif#100129164" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p6.images22.51img1.com/6000/xujie19896378/63fcb1b8e8c33b6b9438de458e93fa84.gif#100129164" /></a><wbr /><br> <br><wbr /><a href="http://p4.images22.51img1.com/6000/xujie19896378/47cc95d20d29ee2d1db5fe5ae2a890fb.gif#100129165" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p4.images22.51img1.com/6000/xujie19896378/47cc95d20d29ee2d1db5fe5ae2a890fb.gif#100129165" /></a><wbr /><br> <br><wbr /><a href="http://pe.images22.51img1.com/6000/xujie19896378/ea9a36e1a8da0a17b5a895e2e52e150a.gif#100129166" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://pe.images22.51img1.com/6000/xujie19896378/ea9a36e1a8da0a17b5a895e2e52e150a.gif#100129166" /></a><wbr /><br> <br><wbr /><a href="http://p3.images22.51img1.com/6000/xujie19896378/3f1b08ea708d8edb42330323f34ff110.gif#100129167" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p3.images22.51img1.com/6000/xujie19896378/3f1b08ea708d8edb42330323f34ff110.gif#100129167" /></a><wbr /><br> <br><wbr /><a href="http://pa.images22.51img1.com/6000/xujie19896378/a7a4d53c64f7912e2e86d6cf165b26bb.gif#100129168" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://pa.images22.51img1.com/6000/xujie19896378/a7a4d53c64f7912e2e86d6cf165b26bb.gif#100129168" /></a><wbr /><br> <br><wbr /><a href="http://p3.images22.51img1.com/6000/xujie19896378/396a3d79d09c349efdb68babc6b6b051.gif#100129169" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p3.images22.51img1.com/6000/xujie19896378/396a3d79d09c349efdb68babc6b6b051.gif#100129169" /></a><wbr /><br> <br><wbr /><a href="http://pe.images22.51img1.com/6000/xujie19896378/e9a65a4792bf781657395fc1f1dbba8a.gif#100129170" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://pe.images22.51img1.com/6000/xujie19896378/e9a65a4792bf781657395fc1f1dbba8a.gif#100129170" /></a><wbr /><br> <br><wbr /><a href="http://p7.images22.51img1.com/6000/xujie19896378/7454bb0971d648142f347f5388bac325.gif#100129171" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p7.images22.51img1.com/6000/xujie19896378/7454bb0971d648142f347f5388bac325.gif#100129171" /></a><wbr /><br> <br><wbr /><a href="http://p4.images22.51img1.com/6000/xujie19896378/41f755335a0c04ad1d05aa94d90ef3d3.gif#100129173" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p4.images22.51img1.com/6000/xujie19896378/41f755335a0c04ad1d05aa94d90ef3d3.gif#100129173" /></a><wbr /><br> <br><wbr /><a href="http://pd.images22.51img1.com/6000/xujie19896378/dca583955e6b9a6394044d8b8247cc55.gif#100129174" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://pd.images22.51img1.com/6000/xujie19896378/dca583955e6b9a6394044d8b8247cc55.gif#100129174" /></a><wbr /><br> <br><wbr /><a href="http://p6.images22.51img1.com/6000/xujie19896378/6b5538f19bae64e5de3ace2f0caf74a9.gif#100129175" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p6.images22.51img1.com/6000/xujie19896378/6b5538f19bae64e5de3ace2f0caf74a9.gif#100129175" /></a><wbr /><br> <br><wbr /><a href="http://p4.images22.51img1.com/6000/xujie19896378/4ad3b63452d30a7cea026782a97afebc.gif#100129176" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p4.images22.51img1.com/6000/xujie19896378/4ad3b63452d30a7cea026782a97afebc.gif#100129176" /></a><wbr /><br> <br><wbr /><a href="http://p9.images22.51img1.com/6000/xujie19896378/98f7397584360ef6a9881c25e7f0261a.gif#100129177" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p9.images22.51img1.com/6000/xujie19896378/98f7397584360ef6a9881c25e7f0261a.gif#100129177" /></a><wbr /><br> <br><wbr /><a href="http://p1.images22.51img1.com/6000/xujie19896378/102df0e39fae565b37b4148dbf2aa660.gif#100129178" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p1.images22.51img1.com/6000/xujie19896378/102df0e39fae565b37b4148dbf2aa660.gif#100129178" /></a><wbr /><br> <br><wbr /><a href="http://p3.images22.51img1.com/6000/xujie19896378/3677cb1d94b441226a13627e5d5d7f40.gif#100129180" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p3.images22.51img1.com/6000/xujie19896378/3677cb1d94b441226a13627e5d5d7f40.gif#100129180" /></a><wbr /><br> <br><wbr /><a href="http://p5.images22.51img1.com/6000/xujie19896378/59db4e548b0d021e31c119d594eb5b64.gif#100129181" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p5.images22.51img1.com/6000/xujie19896378/59db4e548b0d021e31c119d594eb5b64.gif#100129181" /></a><wbr /><br> <br><wbr /><a href="http://p9.images22.51img1.com/6000/xujie19896378/9033091f8296f461968a803c4f6c3a28.gif#100129182" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p9.images22.51img1.com/6000/xujie19896378/9033091f8296f461968a803c4f6c3a28.gif#100129182" /></a><wbr /><br> <br><wbr /><a href="http://p8.images22.51img1.com/6000/xujie19896378/800f4a351e75ebd1ec972fabed0bf8a6.gif#100129183" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p8.images22.51img1.com/6000/xujie19896378/800f4a351e75ebd1ec972fabed0bf8a6.gif#100129183" /></a><wbr /><br> <br><wbr /><a href="http://p9.images22.51img1.com/6000/xujie19896378/921e40432302fff967c18f6d333fec5f.gif#100129184" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p9.images22.51img1.com/6000/xujie19896378/921e40432302fff967c18f6d333fec5f.gif#100129184" /></a><wbr /><br> <br><wbr /><a href="http://p3.images22.51img1.com/6000/xujie19896378/3af324f274e3cfc4f62d257fa10c7c83.gif#100129185" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://p3.images22.51img1.com/6000/xujie19896378/3af324f274e3cfc4f62d257fa10c7c83.gif#100129185" /></a><wbr /><br> <br><wbr /><a href="http://pf.images22.51img1.com/6000/xujie19896378/f66c9591e0ea5895271c729237f2f543.gif#100129186" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://pf.images22.51img1.com/6000/xujie19896378/f66c9591e0ea5895271c729237f2f543.gif#100129186" /></a><wbr /><br> <br><wbr /><a href="http://pa.images22.51img1.com/6000/xujie19896378/a98a28041e119ab6078960a070998e77.gif#100129187" target="_blank"><img style="width:300px;height:300px;border:0;" src="http://pa.images22.51img1.com/6000/xujie19896378/a98a28041e119ab6078960a070998e77.gif#100129187" /></a><wbr /><br> <br> <br> <br> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[6120799@qq.com(西捷酷鱼)]]></author>
<comments>http://6120799.qzone.qq.com/blog/1257500959#comment</comments>
<qz:effect>134218249</qz:effect>
<pubDate>Fri, 06 Nov 2009 09:49:19 GMT</pubDate>
<guid>http://6120799.qzone.qq.com/blog/1257500959</guid>
</item>

<item>
<title><![CDATA[[转]让人狂晕的QQ资料]]></title>
<link>http://6120799.qzone.qq.com/blog/1257421587</link>
<description><![CDATA[<br><span style="font-size:16px;line-height:1.8em;"> </span><wbr /><br><span style="font-size:16px;line-height:1.8em;"> </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">“1”的QQ资料：</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　 </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　陪人聊天，每字6毛，标点符号半价收费，千字以上打8折!先付款，后聊天，款到即聊。对待非专业人士，偶不承担主动交谈义务。网络虚假，若受伤、受骗，偶不承担任何责任。 </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　“2”的QQ资料： </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　1980年中国制造，长178cm，净重66kg。采用人工智能，各部分零件齐全，运转稳定，经二十多年的运行，属质量信得过产品。该“产品”手续齐全，无限期包退包换。现因发展需要，诚招志同道合者，共同研制开发第二代语言聊天软件，有意者请联系！ </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　“3”的QQ资料： </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　每个女人都是为爱而折翼的天使，她们来到人间，就再也回不去天堂了，所以需要男人好好的珍惜。我也是天使，不过降落的时候不小心脸先着地了，回不去天堂是因为体重的原因。还好，我还有一颗天使的心，善良、仁爱。 </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　“4”的QQ 资料： </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　人还不错，除了长的帅点以外，也没什么缺点了！我有时候觉得，自己其实不太帅。但有一天，我被一群女孩子围住，她们说我帅，我不承认，她们就打我，还说我虚伪。 </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　“5”的QQ资料： </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　我是宇宙超级网虫，欢迎你打我、骂我、K我、扁我、踢我、踹我、揍我，甚至把我煮、煎、炒、炸、焖、炖、红烧、清蒸、干褊、水煮……我都毫无怨言，但前提是：这个人必须是天底下最最漂亮、可爱、美丽、温柔、善良、贤惠、有气质的大美女--某某（女友名字） </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　“6”的QQ资料： </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　别看资料，看聊效！！！ </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　“7”的QQ资料： </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　曾经有个女孩子要与我共赴黄泉--“你再不还我钱,我就和你同归于尽!”曾经有个女孩子与我相约到下辈子--“想追求我?下辈子吧!”曾经有个女孩子肯为我而死--“跟你在一起,我宁愿死!” </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　“8”的QQ资料： </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　家穷人丑，一米四九。小学文化，农村户口。破屋三间，薄田一亩。冷锅热灶，老婆没有。一年四季，药不离口，今日上网，广征女友，革命路上，并肩携手~~ </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　“9”的QQ资料： </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　女口果人尔能看日月白这段言舌，那言兑日月人尔白勺目艮目青有严重白勺散光.。 </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　“10”的QQ资料： </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　我想要个健康平凡的，会炒番茄鸡蛋的，会操作洗衣机的，脸上可能还有点小雀斑的，见到生人会脸红的，知道酱油多少钱一瓶的，在我把大米扛回家时会帮我擦擦汗的那么一个姑娘。这样的要求，高不高？如果真的有那么一个姑娘，那么神啊，我祈求你赐我一个吧！ </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　“11”的QQ资料： </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　小人本住在黄河的一边，家中有屋又有田，生活乐无边。自从有了OICQ，它占我时间夺我钱，逼我卖楼又卖田，流落在街边……各位朋友可怜我，陪我聊聊天！聊聊天！ </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　“12”的QQ资料： </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　上网了吧，网恋了吧，幼稚思想受骗了吧？网恋了吧，投入了吧，感情走上绝路了吧？投入了吧，见面了吧，没有以前来电了吧？见面了吧，后悔了吧，美眉变成恐龙了吧？后悔了吧，倒霉了吧，感情投资浪费了吧？倒霉了吧，想死了吧，以后不敢上网了吧 ？ </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　“13”的QQ资料! </span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">　　想你想的都不行了，穿衣服也没有造型了，跟谁也整不出感情了，走哪也燃不起热情了，想问题赶不上列宁了，心脏没事也偷着停了.  </span><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[网络文摘]]></category>
<author><![CDATA[6120799@qq.com(西捷酷鱼)]]></author>
<comments>http://6120799.qzone.qq.com/blog/1257421587#comment</comments>
<qz:effect>12</qz:effect>
<pubDate>Thu, 05 Nov 2009 11:46:27 GMT</pubDate>
<guid>http://6120799.qzone.qq.com/blog/1257421587</guid>
</item>

</channel>
</rss>

