<?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>巴士飞扬-技术BLOG</title><link>http://www.busfly.net/</link><description>飞扬技术,经验文章,常用技术知识,网站系统使用技巧,java,j2ee,jsp,eclipse,js,div,css,ajax,c++,asp等技术.</description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 91204</generator><language>zh-CN</language><copyright>Copyright &amp;amp;copy; 2007  巴士飞扬技术博客.  . 沪ICP备07027972号. 会员群1(J2EE为主):3769186.  var _gaq = _gaq || [];  _gaq.push(['_setAccount', 'UA-18793366-1']);  _gaq.push(['_setDomainName', 'none']);  _gaq.push(['_setAllowLinker', true]);  _gaq.push(['_trackPageview']);  (function() {    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);  })();</copyright><pubDate>Thu, 17 May 2012 16:21:08 +0800</pubDate><item><title>Java编程中“为了性能”尽量要做到的一些地方   </title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/453.html</link><pubDate>Thu, 17 May 2012 16:14:29 +0800</pubDate><guid>http://www.busfly.net/post/453.html</guid><description><![CDATA[<p><span style="font-family: Helvetica, Tahoma, Arial, sans-serif; font-size: 14px; line-height: 25px; text-align: left; ">最近的机器内存又爆满了，除了新增机器内存外，还应该好好review一下我们的代码，有很多代码编写过于随意化，这些不好的习惯或对程序语言的不了解是应该好好打压打压了。</span></p><div style="font-family: Helvetica, Tahoma, Arial, sans-serif; font-size: 14px; line-height: 25px; text-align: left; ">下面是参考网络资源总结的一些在Java编程中尽可能要做到的一些地方。<br />&nbsp;</div><div style="font-family: Helvetica, Tahoma, Arial, sans-serif; font-size: 14px; line-height: 25px; text-align: left; "><strong>1. 尽量在合适的场合使用单例</strong></div><div style="font-family: Helvetica, Tahoma, Arial, sans-serif; font-size: 14px; line-height: 25px; text-align: left; ">使用单例可以减轻加载的负担，缩短加载的时间，提高加载的效率，但并不是所有地方都适用于单例，简单来说，单例主要适用于以下三个方面：</div><div style="font-family: Helvetica, Tahoma, Arial, sans-serif; font-size: 14px; line-height: 25px; text-align: left; ">第一，控制资源的使用，通过线程同步来控制资源的并发访问；</div><div style="font-family: Helvetica, Tahoma, Arial, sans-serif; font-size: 14px; line-height: 25px; text-align: left; ">第二，控制实例的产生，以达到节约资源的目的；</div><div style="font-family: Helvetica, Tahoma, Arial, sans-serif; font-size: 14px; line-height: 25px; text-align: left; ">第三，控制数据共享，在不建立直接关联的条件下，让多个不相关的进程或线程之间实现通信。<br /><br /><strong>2. 尽量避免随意使用静态变量</strong></div><div style="font-family: Helvetica, Tahoma, Arial, sans-serif; font-size: 14px; line-height: 25px; text-align: left; ">要知道，当某个对象被定义为stataic变量所引用，那么gc通常是不会回收这个对象所占有的内存，如......</div><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/453.html" target="_blank">继续阅读《Java编程中“为了性能”尽量要做到的一些地方   》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/J2EE.html">J2EE编程系列</a> | Tags: <a href="http://www.busfly.net/Tags/JAVA.html">JAVA</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E7%BB%8F%E9%AA%8C%E4%B8%8E%E6%8E%A2%E7%B4%A2.html">经验与探索</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3.html">编程思想</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E7%BC%96%E7%A8%8B%E8%BF%99%E7%82%B9%E4%BA%8B.html">编程这点事</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/453.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/HTML5-name-cheatsheet.html">HTML5 id/class name cheatsheet</a> (2011-7-8 8:50:0)  </li><li><a href="http://www.busfly.net/post/be-good-coder.html">如何做个优秀的程序员,优秀程序员的十个习惯</a> (2010-12-22 20:35:56)  </li><li><a href="http://www.busfly.net/post/Assert-Exception-if-else.html">Java中的异常处理方案: 抛异常?用断言?或者if-else</a> (2010-9-8 15:55:42)  </li><li><a href="http://www.busfly.net/post/wordpress3-table-not-null.html">wordpress 3 库表分析，几乎全部字段全部为必填项，意欲何为？</a> (2010-7-20 12:3:28)  </li><li><a href="http://www.busfly.net/post/j2ee-what-we-need.html">J2EE，我们还需要什么--给陷于J2EE开发中忧郁的人们</a> (2010-5-27 10:26:10)  </li></ul>]]></description><category>J2EE编程系列</category><comments>http://www.busfly.net/post/453.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=453</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=453&amp;key=25fc79d2</trackback:ping></item><item><title>安装Ubuntu到U盘、移动硬盘</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/452.html</link><pubDate>Fri, 04 May 2012 14:10:48 +0800</pubDate><guid>http://www.busfly.net/post/452.html</guid><description><![CDATA[<p>以前一直都是在虚机上跑Linux，眼看着磁盘空间越来越小，速度越来越慢。。。正好手头有个16G的U盘，就琢磨把Ubuntu装到U盘里面去， 制作一个便携的Linux系统，下面是具体攻略，用的是Ubuntu9.10系统。(本攻略是在U盘完整安装Ubuntu，创建LiveCD请直接跳转到 尾部。此攻略也适用于将Ubuntu安装到移动硬盘)</p><p><font color="#808080">1. 下载Ubuntu CD镜像，刻盘</font></p><p><font color="#808080">2. 开机，光盘启动到Ubuntu，选择Try Ubuntu without change ....</font></p><p><font color="#808080">3. 进去光盘系统后，插入U盘，用System-&gt;gParted给U盘分区，具体如下：<br />3.1 桌面右击U盘图标， Unmount之<br />3.2 启动gParted，选中U盘，在我机器上硬盘式sda，U盘是sdb，注意千万不要误选原来的硬盘<br />3.3 删除已有分区<br />3.4 新建一个Extended分区sdb，直接OK<br />3.5 sdb下新建一个Logical分区sdb1，FAT32格式，设了2G给Windows下继续当U盘用，也可以避免误把U盘格掉<br />3.6 sdb下新建一个Logical分区sdb2，选ext3或者ext4格式，用来安装Ubuntu<br />3.7 因为有2G内存，不打算建SWAP分区了，如果以后要用，可以挂载swap文件</font></p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/452.html" target="_blank">继续阅读《安装Ubuntu到U盘、移动硬盘》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/soft-tool-it.html">软件及IT</a> | Tags: <a href="http://www.busfly.net/Tags/ubuntu.html">linux_ubuntu</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/Linux.html">Linux</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/452.html#comment" target="_blank">添加评论</a>(3)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/369.html">Linux上五十个最佳的FireFox扩展插件</a> (2008-7-31 10:43:12)  </li><li><a href="http://www.busfly.net/post/ubuntu-application-menu.html">妈的,又把Ubuntu的主菜单的应用程序菜单栏给玩没了</a> (2008-1-19 23:25:3)  </li><li><a href="http://www.busfly.net/post/278.html">我的ubuntu 3D桌面,爽吧</a> (2007-12-24 17:3:49)  </li><li><a href="http://www.busfly.net/post/Ubuntu-fcitx-setup-config.html">收藏一些ubuntu下fcitx的安装配置方法</a> (2007-12-24 13:29:5)  </li><li><a href="http://www.busfly.net/post/Ubuntu-cmd.html">  Ubuntu常用命令与技巧 (精华收藏)</a> (2007-12-24 13:25:47)  </li></ul>]]></description><category>软件及IT</category><comments>http://www.busfly.net/post/452.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=452</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=452&amp;key=2ee51280</trackback:ping></item><item><title>HTML5 id/class name cheatsheet</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/HTML5-name-cheatsheet.html</link><pubDate>Fri, 08 Jul 2011 08:50:00 +0800</pubDate><guid>http://www.busfly.net/post/HTML5-name-cheatsheet.html</guid><description><![CDATA[<ul>    <li><strong>body</strong>    <ul>        <li><strong><code><font size="4" face="Consolas">#branding.header</font></code></strong> <em><code><font size="4" face="Consolas">&lt;header&gt;</font></code></em>        <ul>            <li><strong><code><font size="4" face="Consolas">h1</font></code></strong></li>            <li><strong><code><font size="4" face="Consolas">#content-introduction</font></code></strong></li>            <li><strong><code><font size="4" face="Consolas">#tagline</font></code></strong></li>        </ul>        </li>        <li><strong><code><font size="4" face="Consolas">ul#site.nav</font></code></strong> <em><code><font size="4" face="Consolas">&lt;nav&gt;</font></code></em> (Andy had <code><font size="4" face="Consolas">#main.nav</font></code>)</li>        <li><strong><code><font size="4" face="Consolas">.section</font></code></strong> <em><code><font size="4" face="Consolas">&lt;section&gt;</font></code></em> (<em>hAtom:</em> <code><font size="4" face="Consolas">.hfeed</font></code>)        <ul>            <li><strong><code><font size="4" face="Consolas">.article</font></code></strong> <em><code><font size="4" face="Consolas">&lt;article&gt;</font></code></em> (<em>hAtom:</em> <code><font size="4" face="Consolas">.hentry</font></code>)            <ul>                <li><strong><code><font size="4" face="Consolas">.header</font></code></strong> <em><code><font size="4" face="Consolas">&lt;header&gt;</font></code></em>                <ul>                    <li><strong><code><font size="4" face="Consolas">h1(.title)</font></code></strong> (<em>hAtom:</em> <code><font size="4" face="Consolas">.entry-title</font></code>)</li>                    <li><strong><code><font size="4" face="Consolas">p(.meta)</font></code></strong> (see below for additional inline <code><font size="4" face="Consolas">hAtom</font></code> elements)</li>                </ul>                </li>                <li><strong><code><font size="4" face="Consolas">.entry-content</font></code></strong> (<em>hAtom: optional</em> content wrapper, don&rsquo;t include <code><font size="4" face="Consolas">.entry-title</font></code>, <code><font size="4" face="Consolas">.published</font></code> or <code><font size="4" face="Consolas">.author</font></code> children)</li>                <li><strong><code><font size="4" face="Consolas">p.summary</font></code></strong> (<em>hAtom:</em> <code><font size="4" face="Consolas">.entry-summary</font></code>)</li>                <li><strong><code><font size="4" face="Consolas">p&hellip;</font></code></strong></li>                <li><strong><code><font size="4" face="Consolas">.figure</font></code></strong> <em><code><font size="4" face="Consolas">&lt;figure&gt;</font></code></em> (on <code><font size="4" face="Consolas">div</font></code> or <code><font size="4" face="Consolas">dl</font></code>)                <ul>                    <li><strong><code><font size="4" face="Consolas">img</font></code></strong> (also audio/video embed)</li>                    <li><strong><code><font size="4" face="Consolas">.legend</font></code></strong> <em><code><font size="4" face="Consolas">&lt;legend&gt;</font></code></em></li>                </ul>                </li>                <li><strong><code><font size="4" face="Consolas">ul.datagrid</font></code></strong></li>                <li><strong><code><font size="4" face="Consolas">.colgroup</font></code></strong> (columnar data)                <ul>                    <li><strong><code><font size="4" face="Consolas">.col</font></code></strong></li>                    <li><strong><code><font size="4" face="Consolas">.col</font></code>&hellip;</strong></li>                </ul>                </li>                <li><strong><code><font size="4" face="Consolas">dl.dialog</font></code></strong> <em><code><font size="4" face="Consolas">&lt;dialog&gt;</font></code></em> (for conversations)</li>            </ul>            </li>            <li><strong><code><font size="4" face="Consolas">.aside</font></code></strong> <em><code><font size="4" face="Consolas">&lt;aside&gt;</font></code></em> (sidebar, pullquote etc)            <ul>                <li><strong><code><font size="4" face="Consolas">p.summary</font></code></strong> (<em>hAtom:</em> <code><font size="4" face="Consolas">.entry-summary</font></code>)</li>                <li><strong><code><font size="4" face="Consolas">ul.sub.nav</font></code></strong> (or <code><font size="4" face="Consolas">#sub.nav</font></code> for page-level sub-navigation)</li>            </ul>            </li>            <li><strong><code><font size="4" face="Consolas">.footer</font></code></strong> <em><code><font size="4" face="Consolas">&lt;footer&gt;</font></code></em> (for section)</li>        </ul>        </li>        <li><strong><code><font size="4" face="Consolas">[#page].footer</font></code></strong> (Andy had <code><font size="4" face="Consolas">#footer</font></code> but this means no .section .footers)        <ul>            <li><strong><code><font size="4" face="Consolas">ul#supp.nav</font></code></strong> (&ldquo;supp&rdquo; is short for supplementary)</li>            <li><strong><code><font size="4" face="Consolas">.vcard</font></code></strong> <em>(<abbr title="miroformats">&micro;F</abbr>)</em>            <ul>                <li><strong><code><font size="4" face="Consolas">.adr</font></code></strong>                <ul>                    <li><strong><code><font size="4" face="Consolas">.street-address</font></code></strong></li>                    <li><strong><code><font size="4" face="Consolas">.locality</font></code></strong> (=city/town/village)</li>                    <li><strong><code><font size="4" face="Consolas">.region</font></code></strong> (=prefecture/state/county)</li>                    <li><strong><code><font size="4" face="Consolas">.postal-code</font></code></strong></li>                    <li><strong><code><font size="4" face="Consolas">.country-name</font></code></strong></li>                </ul>                </li>                <li><strong><code><font size="4" face="Consolas">.tel</font></code></strong></li>            </ul>            </li>        </ul>        </li>    </ul>    </li></ul><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/HTML5-name-cheatsheet.html" target="_blank">继续阅读《HTML5 id/class name cheatsheet》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/js-ajax-div-css.html">脚本样式</a> | Tags: <a href="http://www.busfly.net/Tags/html5.html">html5</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/div%5Fcss.html">divcss</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/web.html">web</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E7%BC%96%E7%A8%8B%E8%BF%99%E7%82%B9%E4%BA%8B.html">编程这点事</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/HTML5-name-cheatsheet.html#comment" target="_blank">添加评论</a>(30)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/453.html">Java编程中“为了性能”尽量要做到的一些地方   </a> (2012-5-17 16:14:29)  </li><li><a href="http://www.busfly.net/post/be-good-coder.html">如何做个优秀的程序员,优秀程序员的十个习惯</a> (2010-12-22 20:35:56)  </li><li><a href="http://www.busfly.net/post/Assert-Exception-if-else.html">Java中的异常处理方案: 抛异常?用断言?或者if-else</a> (2010-9-8 15:55:42)  </li><li><a href="http://www.busfly.net/post/coder.html">编程这点事</a> (2010-3-22 18:48:11)  </li><li><a href="http://www.busfly.net/post/web-money.html">网站大致的生存与盈利方式应该就是以下几种：</a> (2008-3-26 23:23:5)  </li></ul>]]></description><category>脚本样式</category><comments>http://www.busfly.net/post/HTML5-name-cheatsheet.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=451</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=451&amp;key=2c7be2ef</trackback:ping></item><item><title>高考零分作文之《总有一种期待------我想找媳妇》！经典到你无语！</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/450.html</link><pubDate>Fri, 10 Jun 2011 12:35:56 +0800</pubDate><guid>http://www.busfly.net/post/450.html</guid><description><![CDATA[<p>&nbsp;四川高考作文题目出炉：《总有一种期待》</p><div>高考零分作文之《总有一种期待------我想找媳妇》！经典到你无语！</div><div>&nbsp;</div><div>汽车渴望公路，花草渴望雨露，灵魂渴望超度，心灵渴望归宿，而我则迫切渴望着有个媳妇。</div><div>众里寻她千百度，踏平脚下路，蓦然回首细环顾，大婶大娘无数。</div><div>都说男儿有泪不扑簌，但那绝对是未到伤心处。</div><div>有谁知道泪水已经多少次模糊了我心灵的窗户？</div><div>况且咱都是沧海一粟，凭啥我就不能在爱情的海岸登陆？只能一口一口地吃着干醋？</div><div>人生本来就短促，我又怎能就这样默默地虚度？</div><div>为了尽快给自己找一个归宿，我决心不择手段的全力以赴。</div><div>错误，错误。这种想法最终成了我难逃的劫数。</div><div>没想到我一时的慌不择路，竟上演了那样惨绝人寰的一幕。</div><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/450.html" target="_blank">继续阅读《高考零分作文之《总有一种期待------我想找媳妇》！经典到你无语！》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/happy-game.html">游戏娱乐天下</a> | Tags: <a href="http://www.busfly.net/Tags/%E9%AB%98%E8%80%83.html">高考</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E8%B6%A3%E5%91%B3.html">趣味</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E8%80%81%E5%A9%86.html">老婆</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E7%94%9F%E6%B4%BB.html">生活</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E5%B9%BD%E9%BB%98.html">幽默</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/450.html#comment" target="_blank">添加评论</a>(65)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/IT-life-TO.html">IT从业者的心理走向-呼吁社会关注ITer 转载</a> (2011-1-9 23:27:13)  </li><li><a href="http://www.busfly.net/post/445.html">各位网友,巴士飞扬祝福大家圣诞快乐</a> (2010-12-24 11:41:13)  </li><li><a href="http://www.busfly.net/post/417.html">南京!南京!</a> (2009-6-24 21:43:51)  </li><li><a href="http://www.busfly.net/post/412.html">事情总是这样</a> (2009-5-18 10:46:3)  </li><li><a href="http://www.busfly.net/post/Birthday-24-Red-Year.html">牛年生日，越来越牛。</a> (2009-2-25 21:55:54)  </li></ul>]]></description><category>游戏娱乐天下</category><comments>http://www.busfly.net/post/450.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=450</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=450&amp;key=e88c9802</trackback:ping></item><item><title>招商银行发布-Android手机银行现正抢先体验中</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/CMBMobileBank-Android.html</link><pubDate>Tue, 15 Mar 2011 10:55:18 +0800</pubDate><guid>http://www.busfly.net/post/CMBMobileBank-Android.html</guid><description><![CDATA[<p>&nbsp;因您而变！招商银行迎合用户趋势，为时下最热门的Android操作系统手机倾力打造的手机银行，为您提供最强大全面的功能和更好的用户体验。Android版适用平台：Android 1.6版本以上的手机.</p><p><strong>系统介绍<br /><br /></strong>手机银行Android版是招商银行基于Android操作系统开发的网上个人理财软件，可通过互联网使用招行全天候银行金融服务自助理财系统。软件提供证书/一卡通/信用卡/一网通多种登录方式，让您可根据自身情况自由选择合适的途径。<br /><br />只要您的手机操作系统为Android1.6及以上，并且是招商银行的银行卡（包括&ldquo;一卡通&rdquo;、&ldquo;一卡通&rdquo;金卡和&ldquo;金葵花卡&rdquo;及其联名卡/认同卡）客户或信用卡客户，您就可以凭在招商银行开立的银行卡或信用卡账户，使用手机银行Android版一卡通/信用卡/一网通方式登录办理如下自助业务：查询账户余额和交易明细、转账、修改密码等，另外，您还可以进行自助缴费、网上支付、投资管理、外汇管理等等。<br /><br />如您的手机为Android1.6及以上智能机系统手机，且持有招商银行卡，并已经开通51型&ldquo;全能优KEY&rdquo;，就可使用手机银行Android版证书登录，畅享专业版强大的功能和更可靠的安全保障。您的转账交易会建立在严格的客户身份认证基础上，对参与交易的客户发放证书，交易时验证证书，让您的交易更安全放心。</p><p><img width="480" height="800" alt="" src="http://www.busfly.net/upload/2011/3/201103172210214135.png" /></p><p>&nbsp;</p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/CMBMobileBank-Android.html" target="_blank">继续阅读《招商银行发布-Android手机银行现正抢先体验中》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/soft-tool-it.html">软件及IT</a> | Tags: <a href="http://www.busfly.net/Tags/Android.html">Android</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/softnews.html">软件资讯</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E8%BD%AF%E4%BB%B6.html">软件</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/CMBMobileBank-Android.html#comment" target="_blank">添加评论</a>(70)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/k-wps-register.html">金山快盘,感觉还行,希望不会成为下一个联想网盘</a> (2010-9-9 14:6:33)  </li><li><a href="http://www.busfly.net/post/opentaps1_4_setup.html">windows下 安装 opentaps1.4 笔记</a> (2009-12-4 11:27:31)  </li><li><a href="http://www.busfly.net/post/diyChrome1-1.html">DiyChrome更新1.1,提供检测,下载,一键制作绿色版等实用功能</a> (2009-8-28 20:4:58)  </li><li><a href="http://www.busfly.net/post/diyChrome.html">自己动手做了一个DiyChrome小程序</a> (2009-8-22 22:28:30)  </li><li><a href="http://www.busfly.net/post/QQ-files-read-me.html">想更了解QQ吗？QQ所有文件和目录的作用解释和分析收集（转）</a> (2008-9-21 19:28:0)  </li></ul>]]></description><category>软件及IT</category><comments>http://www.busfly.net/post/CMBMobileBank-Android.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=449</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=449&amp;key=7e6366b2</trackback:ping></item><item><title>[转帖]天津文交所与艺术衍生品之路（人民网）</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/Art-Investment-01.html</link><pubDate>Thu, 03 Mar 2011 09:54:08 +0800</pubDate><guid>http://www.busfly.net/post/Art-Investment-01.html</guid><description><![CDATA[<p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;筹备历时两年之久，天津文化艺术品交易所启动并正式投入运营，这标志着在中国投资领域，股票、基金、期货等常规金融产品之外，崭新的艺术投资产品诞生了；　　从此，投资艺术品市场，与艺术品有关，却可以与艺术品的鉴定、购买、保存无关。 &nbsp; &nbsp;<span class="Apple-style-span" style="font-family: 宋体, 'Microsoft Sans Serif', Tahoma, Arial, Verdana, sans-serif; font-size: 14px; line-height: normal; ">莫慌!此次主力仍然在假摔?&nbsp;套牢的股票很可能有救了!&nbsp;3月股市很可能发生巨变?&nbsp;拉锯战背后暗藏的资金动向!</span></p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/Art-Investment-01.html" target="_blank">继续阅读《[转帖]天津文交所与艺术衍生品之路（人民网）》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/Investment.html">投资-艺术品-股票-期货-基金</a> | Tags: <a href="http://www.busfly.net/Tags/Art%2DInvestment.html">艺术品投资</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/Investment.html">投资</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/Art-Investment-01.html#comment" target="_blank">添加评论</a>(20)</p><p><a href="http://www.busfly.net/post/Art-Investment-01.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p>]]></description><category>投资-艺术品-股票-期货-基金</category><comments>http://www.busfly.net/post/Art-Investment-01.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=447</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=447&amp;key=f59737cf</trackback:ping></item><item><title>IT从业者的心理走向-呼吁社会关注ITer 转载</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/IT-life-TO.html</link><pubDate>Sun, 09 Jan 2011 23:27:13 +0800</pubDate><guid>http://www.busfly.net/post/IT-life-TO.html</guid><description><![CDATA[<p><span class="Apple-style-span" style="color: rgb(83, 83, 83); font-family: 宋体, Arial, Tahoma, 'Times New Roman'; font-size: 14px; line-height: 25px; ">进入IT行业，等于在无形之中进入了一个高压力、高需求、低满足的行业圈中。压力那么大，主观快乐却那么的少，并且主观快乐会随着从业时间的推移而不断减少。在身体健康之外，IT从业者的心理健康已经成为了关注焦点。到底IT从业者们的心理面临着怎样的挑战呢？</span></p><p><span class="Apple-style-span" style="color: rgb(83, 83, 83); font-family: 宋体, Arial, Tahoma, 'Times New Roman'; font-size: 14px; line-height: 25px; ">也许对于IT行业的从业者来说，&ldquo;中年危机&rdquo;的种种现象来的有些太早，更早地了解我们所要面临的困境，或许有助于我们主动的去摆脱和解决。尽管IT行业的性质和环境是我们无法改变的，但是我们应该从我们自身寻找原因和解决的途径。任何一种心理上的问题，其实都是一种含蓄的告诫：我们身上出了问题，我们应该彻底检视自己。</span>&nbsp;</p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/IT-life-TO.html" target="_blank">继续阅读《IT从业者的心理走向-呼吁社会关注ITer 转载》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/IT-people.html">IT人物-站长故事</a> | Tags: <a href="http://www.busfly.net/Tags/%E7%A8%8B%E5%BA%8F%E5%91%98.html">程序员</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E7%94%9F%E6%B4%BB.html">生活</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E5%B7%A5%E4%BD%9C.html">工作</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E5%81%A5%E5%BA%B7.html">健康</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E4%BA%BA%E7%94%9F.html">人生</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/Figures.html">人物</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/IT-life-TO.html#comment" target="_blank">添加评论</a>(47)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/450.html">高考零分作文之《总有一种期待------我想找媳妇》！经典到你无语！</a> (2011-6-10 12:35:56)  </li><li><a href="http://www.busfly.net/post/445.html">各位网友,巴士飞扬祝福大家圣诞快乐</a> (2010-12-24 11:41:13)  </li><li><a href="http://www.busfly.net/post/be-good-coder.html">如何做个优秀的程序员,优秀程序员的十个习惯</a> (2010-12-22 20:35:56)  </li><li><a href="http://www.busfly.net/post/443.html">程序员：下一次面试前你需要准备的五个基本步骤</a> (2010-10-5 9:25:22)  </li><li><a href="http://www.busfly.net/post/440.html">友情推荐:宇信易诚招聘</a> (2010-9-4 22:40:37)  </li></ul>]]></description><category>IT人物-站长故事</category><comments>http://www.busfly.net/post/IT-life-TO.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=446</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=446&amp;key=b3ccbbef</trackback:ping></item><item><title>各位网友,巴士飞扬祝福大家圣诞快乐</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/445.html</link><pubDate>Fri, 24 Dec 2010 11:41:13 +0800</pubDate><guid>http://www.busfly.net/post/445.html</guid><description><![CDATA[<p>&nbsp;&nbsp; &nbsp;<img alt="" title="" src="http://www.busfly.net/upload/2010/12/%E5%9C%A3%E8%AF%9E001.gif" /></p><p>&nbsp;</p><p>各位网友,巴士飞扬祝福大家圣诞快乐&nbsp;&nbsp;</p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/445.html" target="_blank">继续阅读《各位网友,巴士飞扬祝福大家圣诞快乐》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/lives-th.html">生活锁事</a> | Tags: <a href="http://www.busfly.net/Tags/%E7%94%9F%E6%B4%BB.html">生活</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/jok.html">开心一刻</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E5%B9%BD%E9%BB%98.html">幽默</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/445.html#comment" target="_blank">添加评论</a>(15)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/450.html">高考零分作文之《总有一种期待------我想找媳妇》！经典到你无语！</a> (2011-6-10 12:35:56)  </li><li><a href="http://www.busfly.net/post/IT-life-TO.html">IT从业者的心理走向-呼吁社会关注ITer 转载</a> (2011-1-9 23:27:13)  </li><li><a href="http://www.busfly.net/post/417.html">南京!南京!</a> (2009-6-24 21:43:51)  </li><li><a href="http://www.busfly.net/post/412.html">事情总是这样</a> (2009-5-18 10:46:3)  </li><li><a href="http://www.busfly.net/post/Birthday-24-Red-Year.html">牛年生日，越来越牛。</a> (2009-2-25 21:55:54)  </li></ul>]]></description><category>生活锁事</category><comments>http://www.busfly.net/post/445.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=445</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=445&amp;key=c2b2eef9</trackback:ping></item><item><title>如何做个优秀的程序员,优秀程序员的十个习惯</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/be-good-coder.html</link><pubDate>Wed, 22 Dec 2010 20:35:56 +0800</pubDate><guid>http://www.busfly.net/post/be-good-coder.html</guid><description><![CDATA[<p>在这个世界上，有数百万的人热衷于软件开发，他们有很多名字，如：软件工程师（Software Engineer），程序员（Programmer），编码人（Coder），开发人员（Developer）。经过一段时间后，这些人能够成为一个优秀的编码人员，他们非常熟悉如何用计算机语言来完成自己的工作。但是，如果你要成为一个优秀的程序员，你还可以需要有几件事你需要注意，如果你能让下面十个条目成为你的习惯，那么你才能真正算得上是优秀程序员。</p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/be-good-coder.html" target="_blank">继续阅读《如何做个优秀的程序员,优秀程序员的十个习惯》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/think-in-software.html">编程设计思路思想</a> | Tags: <a href="http://www.busfly.net/Tags/%E7%BC%96%E7%A8%8B%E8%BF%99%E7%82%B9%E4%BA%8B.html">编程这点事</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E7%A8%8B%E5%BA%8F%E5%91%98.html">程序员</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E6%8A%80%E6%9C%AF.html">技术</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E5%B7%A5%E7%A8%8B%E5%B8%88.html">工程师</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/be-good-coder.html#comment" target="_blank">添加评论</a>(18)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/453.html">Java编程中“为了性能”尽量要做到的一些地方   </a> (2012-5-17 16:14:29)  </li><li><a href="http://www.busfly.net/post/HTML5-name-cheatsheet.html">HTML5 id/class name cheatsheet</a> (2011-7-8 8:50:0)  </li><li><a href="http://www.busfly.net/post/IT-life-TO.html">IT从业者的心理走向-呼吁社会关注ITer 转载</a> (2011-1-9 23:27:13)  </li><li><a href="http://www.busfly.net/post/443.html">程序员：下一次面试前你需要准备的五个基本步骤</a> (2010-10-5 9:25:22)  </li><li><a href="http://www.busfly.net/post/Assert-Exception-if-else.html">Java中的异常处理方案: 抛异常?用断言?或者if-else</a> (2010-9-8 15:55:42)  </li></ul>]]></description><category>编程设计思路思想</category><comments>http://www.busfly.net/post/be-good-coder.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=444</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=444&amp;key=67498662</trackback:ping></item><item><title>程序员：下一次面试前你需要准备的五个基本步骤</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/443.html</link><pubDate>Tue, 05 Oct 2010 09:25:22 +0800</pubDate><guid>http://www.busfly.net/post/443.html</guid><description><![CDATA[<p>&nbsp;<span class="Apple-style-span" style="font-family: Verdana; line-height: 21px; font-size: 14px; ">导读：面试准备的重要性不用编者多言，大家都很清楚。本文是加拿大的一位程序员所写。大家可以看看国外程序员是怎么准备面试。不管你是否认同他的说法，《诗经》中有句话非常好&mdash;&mdash;&ldquo;它山之石，可以攻玉&rdquo;。如果你还有其他面试准备方法，不妨在评论或微博中和大家一起分享。<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; 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; ">一、开门见山</strong><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; " /><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></span><span class="Apple-style-span" style="font-family: Verdana; line-height: 21px; font-size: 14px; ">...................</span></p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/443.html" target="_blank">继续阅读《程序员：下一次面试前你需要准备的五个基本步骤》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/soft-tool-it.html">软件及IT</a> | Tags: <a href="http://www.busfly.net/Tags/%E5%B7%A5%E4%BD%9C.html">工作</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E7%A8%8B%E5%BA%8F%E5%91%98.html">程序员</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E5%B7%A5%E7%A8%8B%E5%B8%88.html">工程师</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/443.html#comment" target="_blank">添加评论</a>(53)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/IT-life-TO.html">IT从业者的心理走向-呼吁社会关注ITer 转载</a> (2011-1-9 23:27:13)  </li><li><a href="http://www.busfly.net/post/be-good-coder.html">如何做个优秀的程序员,优秀程序员的十个习惯</a> (2010-12-22 20:35:56)  </li><li><a href="http://www.busfly.net/post/440.html">友情推荐:宇信易诚招聘</a> (2010-9-4 22:40:37)  </li><li><a href="http://www.busfly.net/post/hundsun-works-2010-4-7.html">人才推荐-职位信息,正在准备跳槽的大虾们想去恒生电子把简历发给我</a> (2010-4-7 17:9:20)  </li><li><a href="http://www.busfly.net/post/425.html">精品转载:程序生涯</a> (2009-9-15 18:7:52)  </li></ul>]]></description><category>软件及IT</category><comments>http://www.busfly.net/post/443.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=443</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=443&amp;key=5fb66e85</trackback:ping></item><item><title>金山快盘,感觉还行,希望不会成为下一个联想网盘</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/k-wps-register.html</link><pubDate>Thu, 09 Sep 2010 14:06:33 +0800</pubDate><guid>http://www.busfly.net/post/k-wps-register.html</guid><description><![CDATA[<p>&nbsp;</p><p><a target="_blank" href="http://k.wps.cn/register/?invite=2dvoal">金山快盘</a>,感觉还行,希望不会成为下一个联想网盘,为了得到更高的免费空间,所在做快盘的一个任务,推荐20个人,就可以得到2G空间.</p><p>如果你还没有用过,我真心的推荐你试用一下,不仅仅是为了2G的空间奖励,<img alt="" src="http://www.busfly.net/admin/FCKeditor/editor/images/smiley/msn/teeth_smile.gif" />,而是这个东西的确是个好东西.</p><p><a target="_blank" href="http://k.wps.cn/register/?invite=2dvoal">http://k.wps.cn/register/?invite=2dvoal</a></p><p>或者:<a target="_blank" href="http://k.wps.cn/register/?invite=wvtdwj">&nbsp;http://k.wps.cn/register/?invite=wvtdwj</a></p><p>点击<a target="_blank" href="http://k.wps.cn/register/?invite=2dvoal">这个链接</a>去试用一下<a target="_blank" href="http://k.wps.cn/register/?invite=2dvoal">金山快盘</a>吧.</p><p>&nbsp;</p><p>&nbsp;大容量：默认空间1G，可升级至5.6G！</p><p>&nbsp;</p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/k-wps-register.html" target="_blank">继续阅读《金山快盘,感觉还行,希望不会成为下一个联想网盘》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/soft-tool-it.html">软件及IT</a> | Tags: <a href="http://www.busfly.net/Tags/%E8%BD%AF%E4%BB%B6.html">软件</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/softnews.html">软件资讯</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/k-wps-register.html#comment" target="_blank">添加评论</a>(39)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/CMBMobileBank-Android.html">招商银行发布-Android手机银行现正抢先体验中</a> (2011-3-15 10:55:18)  </li><li><a href="http://www.busfly.net/post/opentaps1_4_setup.html">windows下 安装 opentaps1.4 笔记</a> (2009-12-4 11:27:31)  </li><li><a href="http://www.busfly.net/post/diyChrome1-1.html">DiyChrome更新1.1,提供检测,下载,一键制作绿色版等实用功能</a> (2009-8-28 20:4:58)  </li><li><a href="http://www.busfly.net/post/diyChrome.html">自己动手做了一个DiyChrome小程序</a> (2009-8-22 22:28:30)  </li><li><a href="http://www.busfly.net/post/QQ-files-read-me.html">想更了解QQ吗？QQ所有文件和目录的作用解释和分析收集（转）</a> (2008-9-21 19:28:0)  </li></ul>]]></description><category>软件及IT</category><comments>http://www.busfly.net/post/k-wps-register.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=442</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=442&amp;key=78cc56a9</trackback:ping></item><item><title>Java中的异常处理方案: 抛异常?用断言?或者if-else</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/Assert-Exception-if-else.html</link><pubDate>Wed, 08 Sep 2010 15:55:42 +0800</pubDate><guid>http://www.busfly.net/post/Assert-Exception-if-else.html</guid><description><![CDATA[<p>&nbsp;Java中的异常处理方案: 抛异常?用断言?或者if-else.先抛个话题,有空再来写.</p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/Assert-Exception-if-else.html" target="_blank">继续阅读《Java中的异常处理方案: 抛异常?用断言?或者if-else》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/J2EE.html">J2EE编程系列</a> | Tags: <a href="http://www.busfly.net/Tags/JAVA.html">JAVA</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/ERROR.html">ERROR</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/Exception.html">Exception</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E6%8A%80%E6%9C%AF.html">技术</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E7%BC%96%E7%A8%8B%E8%BF%99%E7%82%B9%E4%BA%8B.html">编程这点事</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/Assert-Exception-if-else.html#comment" target="_blank">添加评论</a>(7)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/453.html">Java编程中“为了性能”尽量要做到的一些地方   </a> (2012-5-17 16:14:29)  </li><li><a href="http://www.busfly.net/post/HTML5-name-cheatsheet.html">HTML5 id/class name cheatsheet</a> (2011-7-8 8:50:0)  </li><li><a href="http://www.busfly.net/post/be-good-coder.html">如何做个优秀的程序员,优秀程序员的十个习惯</a> (2010-12-22 20:35:56)  </li><li><a href="http://www.busfly.net/post/j2ee-what-we-need.html">J2EE，我们还需要什么--给陷于J2EE开发中忧郁的人们</a> (2010-5-27 10:26:10)  </li><li><a href="http://www.busfly.net/post/Synchronized.html">关于java中同步Synchronized的文章收藏</a> (2010-4-24 14:5:59)  </li></ul>]]></description><category>J2EE编程系列</category><comments>http://www.busfly.net/post/Assert-Exception-if-else.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=441</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=441&amp;key=a873f772</trackback:ping></item><item><title>友情推荐:宇信易诚招聘</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/440.html</link><pubDate>Sat, 04 Sep 2010 22:40:37 +0800</pubDate><guid>http://www.busfly.net/post/440.html</guid><description><![CDATA[<p>&nbsp;友情推荐:宇信易诚招聘 (http://www.bootad.cn/post/286.html)&nbsp;</p><p><span class="Apple-style-span" style="font-family: Arial, sans-serif, 宋体, 黑体; font-size: 13px; "><strong>高级BI架构师&nbsp;&nbsp;2人&nbsp; &nbsp;&nbsp; &nbsp;职级：4级&nbsp; &nbsp;工作地点：广州</strong><br />任职资格：<br />1、计算机、数学或者电子信息技术本科以上学历，英语四级以上水平<br />2、6年以上工作经验，3年以上BI领域从业经验，2年以上BI架构师经验，<br />3、具备良好的架构设计能力，带领过多个大型的数据仓库项目实施，<br />4、对BI行业的现状、发展趋势有清晰的认识；<br />5、有银行经验优先；...</span></p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/440.html" target="_blank">继续阅读《友情推荐:宇信易诚招聘》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/other.html">其它编程</a> | Tags: <a href="http://www.busfly.net/Tags/%E5%B7%A5%E4%BD%9C.html">工作</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/440.html#comment" target="_blank">添加评论</a>(7)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/IT-life-TO.html">IT从业者的心理走向-呼吁社会关注ITer 转载</a> (2011-1-9 23:27:13)  </li><li><a href="http://www.busfly.net/post/443.html">程序员：下一次面试前你需要准备的五个基本步骤</a> (2010-10-5 9:25:22)  </li><li><a href="http://www.busfly.net/post/hundsun-works-2010-4-7.html">人才推荐-职位信息,正在准备跳槽的大虾们想去恒生电子把简历发给我</a> (2010-4-7 17:9:20)  </li><li><a href="http://www.busfly.net/post/362.html">最近工作学习有点忙</a> (2008-6-25 16:17:58)  </li><li><a href="http://www.busfly.net/post/350.html">随便写写最近吧</a> (2008-5-9 21:14:18)  </li></ul>]]></description><category>其它编程</category><comments>http://www.busfly.net/post/440.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=440</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=440&amp;key=afd016a1</trackback:ping></item><item><title>wordpress 3 库表分析，几乎全部字段全部为必填项，意欲何为？</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/wordpress3-table-not-null.html</link><pubDate>Tue, 20 Jul 2010 12:03:28 +0800</pubDate><guid>http://www.busfly.net/post/wordpress3-table-not-null.html</guid><description><![CDATA[<p>&nbsp;前两天瞅个空，把WordPress的表全部看了一遍，大部分字段的用意基本清楚，有几个字段仅仅从字面上还无法得知其含义，而且已有数据里，那些字段里都是空白，无法猜测是何用，有些朋友说，这些可能是历史升级时为了向前兼容而保留下来的，对新安装的博客无任何作用，我暂且先不纠结这些。看完全部表结构后，惊奇的发现，几乎所有的表，里面的字段全部是必填项，只有那两个元信息表里有2个可为null的字段。...Wordpress的表设计的原则到底是怎样的呢？全部为not null有什么好处？可以为null又有什么好处？....</p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/wordpress3-table-not-null.html" target="_blank">继续阅读《wordpress 3 库表分析，几乎全部字段全部为必填项，意欲何为？》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/blog-cms-bbs.html">blog-cms-bbs</a> | Tags: <a href="http://www.busfly.net/Tags/WordPress.html">WordPress</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3.html">编程思想</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/MYSQL.html">MYSQL数据库</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/wordpress3-table-not-null.html#comment" target="_blank">添加评论</a>(46)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/453.html">Java编程中“为了性能”尽量要做到的一些地方   </a> (2012-5-17 16:14:29)  </li><li><a href="http://www.busfly.net/post/wordpress3-link-category.html">分析Wordpress表结构时发现的一个问题</a> (2010-7-12 14:26:35)  </li><li><a href="http://www.busfly.net/post/j2ee-what-we-need.html">J2EE，我们还需要什么--给陷于J2EE开发中忧郁的人们</a> (2010-5-27 10:26:10)  </li><li><a href="http://www.busfly.net/post/sql-youhua.html">关于数据库优化的文章收藏</a> (2010-4-24 13:35:5)  </li><li><a href="http://www.busfly.net/post/php01-wordpress.html">php01-通过研究WordPress 观摩,学习PHP,一步一步慢慢来</a> (2009-10-23 16:51:8)  </li></ul>]]></description><category>blog-cms-bbs</category><comments>http://www.busfly.net/post/wordpress3-table-not-null.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=439</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=439&amp;key=924538a3</trackback:ping></item><item><title>分析Wordpress表结构时发现的一个问题</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/wordpress3-link-category.html</link><pubDate>Mon, 12 Jul 2010 14:26:35 +0800</pubDate><guid>http://www.busfly.net/post/wordpress3-link-category.html</guid><description><![CDATA[<p>&nbsp;今天对WP3的表设计突起兴趣，想分析看看这么举世闻名的程序的表设计的奥秘。</p><p>安装完之后，总共才11个表，这让我惊叹不已。</p><p>先从分类下手，WP3中，总共有两处有用到分类，一个是文章的分类，一个是链接分类。不看不知道，一看又一跳。原来，两种东西的分类是同一个表，这倒也没什么，但是却发现了一个小问题。</p><p>分类总共分为3个表，分别为：terms,term_taxonomy,term_relationships.</p><p>结果发现，在terms表里，如果链接分类和文章分类的名称相同时，这个表里的记录只有一条。难道这是特意为之？假定这是特意为之，我们来设想以下几个情况：</p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/wordpress3-link-category.html" target="_blank">继续阅读《分析Wordpress表结构时发现的一个问题》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/blog-cms-bbs.html">blog-cms-bbs</a> | Tags: <a href="http://www.busfly.net/Tags/WordPress.html">WordPress</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/MYSQL.html">MYSQL数据库</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/wordpress3-link-category.html#comment" target="_blank">添加评论</a>(19)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/wordpress3-table-not-null.html">wordpress 3 库表分析，几乎全部字段全部为必填项，意欲何为？</a> (2010-7-20 12:3:28)  </li><li><a href="http://www.busfly.net/post/sql-youhua.html">关于数据库优化的文章收藏</a> (2010-4-24 13:35:5)  </li><li><a href="http://www.busfly.net/post/php01-wordpress.html">php01-通过研究WordPress 观摩,学习PHP,一步一步慢慢来</a> (2009-10-23 16:51:8)  </li><li><a href="http://www.busfly.net/post/mysql-utf8.html">又一次成功解决Mysql乱码问题</a> (2009-4-23 0:17:56)  </li><li><a href="http://www.busfly.net/post/unit-sql-table.html">数据库SQL联合查询的思考</a> (2009-3-29 20:29:16)  </li></ul>]]></description><category>blog-cms-bbs</category><comments>http://www.busfly.net/post/wordpress3-link-category.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=438</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=438&amp;key=add1b35e</trackback:ping></item><item><title> 世界杯来了，世界杯Chrome插件也来了。</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/world-cup-and-the-world-cup-chrome-plug-in-is-here.html</link><pubDate>Sat, 12 Jun 2010 00:20:55 +0800</pubDate><guid>http://www.busfly.net/post/world-cup-and-the-world-cup-chrome-plug-in-is-here.html</guid><description><![CDATA[<p><p><span class="Apple-style-span" style="font-size: x-large;"><span class="Apple-style-span" style="font-size: 12px; "><p><span style="font-size: x-large; ">本文转载自： &nbsp;</span><a target="_blank" href="http://www.diychrome.com/2010/06/world-cup-and-the-world-cup-chrome-plug-in-is-here/"><span style="font-size: x-large; ">http://www.diychrome.com/2010/06/world-cup-and-the-world-cup-chrome-plug-in-is-here/</span></a></p><p>&nbsp;世界杯来了，世界杯Chrome插件也来了。</p><p style="margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; text-align: justify; line-height: 18px; "><a title="世界杯的Chrome插件" target="_blank" style="text-decoration: underline; color: rgb(47, 74, 28); " href="https://chrome.google.com/extensions/detail/naenffbbmemiekgcjgelmggkaohdeaab?hl=en">点击这里安装</a>世界杯的Chrome插件，体验一下速度。</p><div id="attachment_7" class="wp-caption alignnone" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(221, 221, 221); border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); text-align: center; background-color: rgb(243, 243, 243); padding-top: 4px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; width: 410px; "><a target="_blank" style="text-decoration: underline; color: rgb(47, 74, 28); " href="http://www.diychrome.com/wp-content/uploads/2010/06/2010-06-11-170811.jpg"><img class="size-full wp-image-7   " title="在Chrome上关注世界杯的最佳扩展插件" alt="在Chrome上关注世界杯的最佳扩展插件" width="400" height="464" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; " src="http://www.diychrome.com/wp-content/uploads/2010/06/2010-06-11-170811.jpg" /></a></div></span></span></p></p><p>&nbsp;</p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/world-cup-and-the-world-cup-chrome-plug-in-is-here.html" target="_blank">继续阅读《 世界杯来了，世界杯Chrome插件也来了。》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/soft-tool-it.html">软件及IT</a> | Tags: <a href="http://www.busfly.net/Tags/chrome.html">chrome</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E4%B8%96%E7%95%8C%E6%9D%AF.html">世界杯</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/world-cup-and-the-world-cup-chrome-plug-in-is-here.html#comment" target="_blank">添加评论</a>(21)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/diyChrome1-1.html">DiyChrome更新1.1,提供检测,下载,一键制作绿色版等实用功能</a> (2009-8-28 20:4:58)  </li><li><a href="http://www.busfly.net/post/diyChrome.html">自己动手做了一个DiyChrome小程序</a> (2009-8-22 22:28:30)  </li><li><a href="http://www.busfly.net/post/chrome-test.html">谷歌浏览器chrome试用手记</a> (2008-9-4 9:5:21)  </li></ul>]]></description><category>软件及IT</category><comments>http://www.busfly.net/post/world-cup-and-the-world-cup-chrome-plug-in-is-here.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=437</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=437&amp;key=8121315d</trackback:ping></item><item><title>J2EE，我们还需要什么--给陷于J2EE开发中忧郁的人们</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/j2ee-what-we-need.html</link><pubDate>Thu, 27 May 2010 10:26:10 +0800</pubDate><guid>http://www.busfly.net/post/j2ee-what-we-need.html</guid><description><![CDATA[<p>&nbsp;在J2EE的代码生活上，不知不觉，就走了3年多了。一直在摸索，在前进，可是，在内心，不停的纠结着，我们真的需要这么多框架，这么多层次，这么多所谓的一套又一套理论吗。在我们的开发中，不停的集成添加更多框架，JAR包越来越多，几个，几十个，几M，几十M，甚至上百M。当初为啥要用这种那种的框架，为啥要引入这套那套理论，简单说，不就是为了开发更加方便，速度更加快捷，维护更加容易吗？但是，现在各种框架我们都有了，难道我们的开发真的就快捷了吗？我们的维护更加轻松了吗？我们的后期扩展更简单了吗？不，不是的，至少我感受到的不是这样的。而且我越来越模糊，Spring是什么，Ibatis是什么，Struts是什么，WebWork是什么。还有Hibernate，SiteMesh，Velocity，freemarker，Struts 标签，JSTL等等，太多了，多得让人眼花缭乱。我们要用Spring，为什么，他的特性是什么，原理是什么？</p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/j2ee-what-we-need.html" target="_blank">继续阅读《J2EE，我们还需要什么--给陷于J2EE开发中忧郁的人们》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/think-in-software.html">编程设计思路思想</a> | Tags: <a href="http://www.busfly.net/Tags/spring.html">spring</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3.html">编程思想</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E7%BB%8F%E9%AA%8C%E4%B8%8E%E6%8E%A2%E7%B4%A2.html">经验与探索</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E6%A1%86%E6%9E%B6.html">框架</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/J2EE.html">J2EE</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/JAVA.html">JAVA</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/spring2.html">spring2</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/Struts2.html">Struts2</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/velocity.html">velocity</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E6%95%B0%E6%8D%AE%E5%BA%93.html">数据库</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/ibatis.html">ibatis</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/hibernate.html">hibernate</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/j2ee-what-we-need.html#comment" target="_blank">添加评论</a>(24)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/453.html">Java编程中“为了性能”尽量要做到的一些地方   </a> (2012-5-17 16:14:29)  </li><li><a href="http://www.busfly.net/post/Assert-Exception-if-else.html">Java中的异常处理方案: 抛异常?用断言?或者if-else</a> (2010-9-8 15:55:42)  </li><li><a href="http://www.busfly.net/post/wordpress3-table-not-null.html">wordpress 3 库表分析，几乎全部字段全部为必填项，意欲何为？</a> (2010-7-20 12:3:28)  </li><li><a href="http://www.busfly.net/post/freemarker-request-struts2.html">struts2中freemarker访问request session Application parameter对象</a> (2010-5-15 16:47:24)  </li><li><a href="http://www.busfly.net/post/Synchronized.html">关于java中同步Synchronized的文章收藏</a> (2010-4-24 14:5:59)  </li></ul>]]></description><category>编程设计思路思想</category><comments>http://www.busfly.net/post/j2ee-what-we-need.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=436</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=436&amp;key=377460dd</trackback:ping></item><item><title>struts2中freemarker访问request session Application parameter对象</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/freemarker-request-struts2.html</link><pubDate>Sat, 15 May 2010 16:47:24 +0800</pubDate><guid>http://www.busfly.net/post/freemarker-request-struts2.html</guid><description><![CDATA[<div>&nbsp;struts2 freemarker request session parameter</div><div>&nbsp;使用Request里的Attribute值最简单的方法就是直接${AttributeName}或者安全一点：${AttributeName!&quot;default Value&quot;}</div><div>3.取request范围的对象</div><div>${Request.myRequestAttribute} &nbsp; 或者 ： &nbsp; ${Request.myRequestAttribute!&quot;default value&quot;} &nbsp;&nbsp;</div><div>&nbsp;</div><div>4.取request parameter范围的对象</div><div>${Parameters.myParameter} &nbsp; 或者 ： ${Parameters.myParameter!&quot;default value&quot;} &nbsp;&nbsp;</div><div>&nbsp;</div><div>5.取context parameter范围的对象</div><div>&nbsp;${stack.findValue('#myContextParam')} &nbsp;</div><div>&nbsp;</div><div>request 对象直接对应 HttpServletResponse</div><div>例如 获取 当前网页地址: &nbsp;${request.requestURL}</div><div>客户端IP地址: &nbsp;${request.getRemoteAddr()} 或者 &nbsp;${request.remoteAddr}</div><div>提交方式: &nbsp;${request.method}</div><div>等等</div><div>&nbsp;</div><div>Request： 用于获取Request对象中的attribute对象。</div><div>例如：${Request[&quot;myRequestAttribute&quot;]} 这样是直接在页面输出属性值。相当于request.getAtrribute(&quot;myRequestAttribute&quot;);</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; 如果要对这个值进行判断就必须使用如下格式：&lt;#if Request[&quot;myRequestAttribute&quot;]=&quot;edit&quot;&gt;</div><div>或者 ： ${Request[&quot;myRequestAttribute&quot;]!&quot;default value&quot;} &nbsp;&nbsp;</div><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/freemarker-request-struts2.html" target="_blank">继续阅读《struts2中freemarker访问request session Application parameter对象》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/J2EE.html">J2EE编程系列</a> | Tags: <a href="http://www.busfly.net/Tags/Struts2.html">Struts2</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/struts.html">struts编程</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/freemarker.html">freemarker</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/freemarker-request-struts2.html#comment" target="_blank">添加评论</a>(12)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/j2ee-what-we-need.html">J2EE，我们还需要什么--给陷于J2EE开发中忧郁的人们</a> (2010-5-27 10:26:10)  </li><li><a href="http://www.busfly.net/post/Velocity-Struts2-taglib.html">Velocity与Struts2标签相结合使用,功能值得期待</a> (2009-3-25 13:26:9)  </li><li><a href="http://www.busfly.net/post/dolphin_web_os_desktop.html">Dolphin项目进入下一阶段，开发OS桌面功能模块</a> (2008-9-17 15:24:34)  </li><li><a href="http://www.busfly.net/post/dolphin-struts-spring-javabus.html">Struts2.0+spring2+ibatis开发进行中(dolphin)</a> (2008-9-6 13:53:36)  </li><li><a href="http://www.busfly.net/post/bs-prj-do-sth.html">busfly技术研究开发:之:找点啥网络东西来做吧</a> (2008-3-20 15:1:23)  </li></ul>]]></description><category>J2EE编程系列</category><comments>http://www.busfly.net/post/freemarker-request-struts2.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=435</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=435&amp;key=a911ec1c</trackback:ping></item><item><title>关于java中同步Synchronized的文章收藏</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/Synchronized.html</link><pubDate>Sat, 24 Apr 2010 14:05:59 +0800</pubDate><guid>http://www.busfly.net/post/Synchronized.html</guid><description><![CDATA[<p>&nbsp;</p><p>文章一：</p><p>使用Synchronized关键字同步类方法：<a target="_blank" href="http://wjh2-316.blog.163.com/blog/static/278727532009113061849658/">http://wjh2-316.blog.163.com/blog/static/278727532009113061849658/</a></p><p>文章二：</p><p>使用Synchronized块同步方法 ： <a target="_blank" href="http://wjh2-316.blog.163.com/blog/static/278727532009113061934438/">http://wjh2-316.blog.163.com/blog/static/278727532009113061934438/</a></p><p>...</p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/Synchronized.html" target="_blank">继续阅读《关于java中同步Synchronized的文章收藏》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/J2EE.html">J2EE编程系列</a> | Tags: <a href="http://www.busfly.net/Tags/JAVA.html">JAVA</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E5%90%8C%E6%AD%A5.html">同步</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/Synchronized.html">Synchronized</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/Synchronized.html#comment" target="_blank">添加评论</a>(6)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/453.html">Java编程中“为了性能”尽量要做到的一些地方   </a> (2012-5-17 16:14:29)  </li><li><a href="http://www.busfly.net/post/Assert-Exception-if-else.html">Java中的异常处理方案: 抛异常?用断言?或者if-else</a> (2010-9-8 15:55:42)  </li><li><a href="http://www.busfly.net/post/j2ee-what-we-need.html">J2EE，我们还需要什么--给陷于J2EE开发中忧郁的人们</a> (2010-5-27 10:26:10)  </li><li><a href="http://www.busfly.net/post/json-lib-Hibernate-Exception.html">Json-lib在将Hibernate对象转成JsonString时的Exception解决办法</a> (2010-3-6 23:47:8)  </li><li><a href="http://www.busfly.net/post/opentaps1_4_setup.html">windows下 安装 opentaps1.4 笔记</a> (2009-12-4 11:27:31)  </li></ul>]]></description><category>J2EE编程系列</category><comments>http://www.busfly.net/post/Synchronized.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=434</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=434&amp;key=e2975450</trackback:ping></item><item><title>关于数据库优化的文章收藏</title><author>janrn@163.com (巴士飞扬)</author><link>http://www.busfly.net/post/sql-youhua.html</link><pubDate>Sat, 24 Apr 2010 13:35:05 +0800</pubDate><guid>http://www.busfly.net/post/sql-youhua.html</guid><description><![CDATA[<p>第一篇：</p><p>表设计和查询的一些参考</p><p>1．合理使用索引 <br />索引是数据库中重要的数据结构，它的根本目的就是为了提高查询效率。现在大多数的数据库产品都采用IBM最先提出的ISAM索引结构。索引的使用要恰到好处，其使用原则如下： <br />●在经常进行连接，但是没有指定为外键的列上建立索引，而不经常连接的字段则由优化器自动生成索引。 <br />●在频繁进行排序或分组（即进行group by或order by操作）的列上建立索引。 <br />●在条件表达式中经常用到的不同值较多的列上建立检索，在不同值少的列上不要建立索引。比如在雇员表的&ldquo;性别&rdquo;列上只有&ldquo;男&rdquo;与&ldquo;女&rdquo;两个不同值，因此就无必要建立索引。如果建立索引不但不会提高查询效率，反而会严重降低更新速度。 <br />...</p><p>Copyright © 2008</p><p><a href="http://www.busfly.net/post/sql-youhua.html" target="_blank">继续阅读《关于数据库优化的文章收藏》的全文内容...</a></p><p>分类: <a href="http://www.busfly.net/post/database.html">数据库编程</a> | Tags: <a href="http://www.busfly.net/Tags/%E4%BC%98%E5%8C%96.html">优化</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/oracle.html">oracle数据库</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/%E6%95%B0%E6%8D%AE%E5%BA%93.html">数据库</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/SQL.html">SQL</a>&nbsp;&nbsp;<a href="http://www.busfly.net/Tags/MYSQL.html">MYSQL数据库</a>&nbsp;&nbsp; | <a href="http://www.busfly.net/post/sql-youhua.html#comment" target="_blank">添加评论</a>(6)</p><h3>相关文章:</h3><ul><li><a href="http://www.busfly.net/post/wordpress3-table-not-null.html">wordpress 3 库表分析，几乎全部字段全部为必填项，意欲何为？</a> (2010-7-20 12:3:28)  </li><li><a href="http://www.busfly.net/post/wordpress3-link-category.html">分析Wordpress表结构时发现的一个问题</a> (2010-7-12 14:26:35)  </li><li><a href="http://www.busfly.net/post/j2ee-what-we-need.html">J2EE，我们还需要什么--给陷于J2EE开发中忧郁的人们</a> (2010-5-27 10:26:10)  </li><li><a href="http://www.busfly.net/post/Ibatis-java-sql-sqlmap-class.html">如何使Ibatis的SQLMAP扩展支持自定义的类与数据类型映射</a> (2009-5-11 13:34:13)  </li><li><a href="http://www.busfly.net/post/mysql-utf8.html">又一次成功解决Mysql乱码问题</a> (2009-4-23 0:17:56)  </li></ul>]]></description><category>数据库编程</category><comments>http://www.busfly.net/post/sql-youhua.html#comment</comments><wfw:comment>http://www.busfly.net/</wfw:comment><wfw:commentRss>http://www.busfly.net/feed.asp?cmt=433</wfw:commentRss><trackback:ping>http://www.busfly.net/cmd.asp?act=tb&amp;id=433&amp;key=8b610722</trackback:ping></item></channel></rss>

