<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/jacklondon" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/jacklondon" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 04 Nov 2010 05:31:00 GMT</lastBuildDate><title>jacklondon的专栏</title><description>jacklondon的专栏</description><link>http://blog.csdn.net/blogrss.aspx?username=jacklondon</link><item><title>qq 与 360 打架, qq 无理</title><link>http://blog.csdn.net/jacklondon/archive/2010/11/04/5987084.aspx</link><description>qq 与 360 打架, qq 无理。  原因如下：  360 说 qq 侵犯用户隐私，360 可以这么做以下任何一件事：  1. 你说我做坏事，我也说你做坏事。  2. 澄清自己没有做坏事。  3. 向法院起诉，告360诽谤，索取名誉损失费。  现在 qq 以上三件事情没有做好，却反过来，检测用户计算机上有360 就不运行 qq ，这是为什么？  我们只能猜测：qq 理亏，不能上法院。&lt;img src=&quot;http://www1.feedsky.com/t1/432260413/jacklondon/csdn.net/s.gif?r=http://blog.csdn.net/jacklondon/archive/2010/11/04/5987084.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/jacklondon/432260413/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/jacklondon/432260413/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 04 Nov 2010 13:31:00 +0800</pubDate><author>jacklondon</author><guid isPermaLink="false">http://blog.csdn.net/jacklondon/archive/2010/11/04/5987084.aspx</guid><dc:creator>jacklondon</dc:creator><fs:srclink>http://blog.csdn.net/jacklondon/archive/2010/11/04/5987084.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jacklondon/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jacklondon/~1114199/432260413/1114195</fs:itemid></item><item><title>数据库系统中文件附件保存的最佳办法</title><link>http://blog.csdn.net/jacklondon/archive/2010/10/26/5966558.aspx</link><description>数据库系统中文件附件保存的最佳办法：
1. 在数据库中，单独用一个表，处理所有各类文件，只保存文件的信息
TT_BINARY_DATA_INFO (bin_uuid, file_size, file_name,data_type,compress_format,memo,created_dt,created_by,updated_dt,updated_by,updated_cnt)

上面的表中, compress_format 为文件压缩格式，可以不压缩，也可以用 zip 压缩格式，或者其它。
2. 在指定目录中，保存文件内容（按年月划分子目录，或者不分子目录），文件名为 uuid.dat&lt;img src=&quot;http://www1.feedsky.com/t1/432260414/jacklondon/csdn.net/s.gif?r=http://blog.csdn.net/jacklondon/archive/2010/10/26/5966558.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/jacklondon/432260414/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/jacklondon/432260414/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 26 Oct 2010 13:48:00 +0800</pubDate><author>jacklondon</author><guid isPermaLink="false">http://blog.csdn.net/jacklondon/archive/2010/10/26/5966558.aspx</guid><dc:creator>jacklondon</dc:creator><fs:srclink>http://blog.csdn.net/jacklondon/archive/2010/10/26/5966558.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jacklondon/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jacklondon/~1114199/432260414/1114195</fs:itemid></item><item><title>JQuery UI autocomplete 中文乱码的解决方法</title><link>http://blog.csdn.net/jacklondon/archive/2010/10/14/5940643.aspx</link><description>JQuery UI autocomplete 的功能,类似于 google 搜索框中自动提示，用于 Web 网页开发中的文本框的自动填充。虽然比另一个类似控件(http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/)简单，但基本功能都有，配合 JQuery UI 可切换网页界面皮肤的辅助功能，仍然值得一用。

只是JQuery UI autocomplete 默认的用法，中文搜索自动提示会有乱码。&lt;img src=&quot;http://www1.feedsky.com/t1/432260415/jacklondon/csdn.net/s.gif?r=http://blog.csdn.net/jacklondon/archive/2010/10/14/5940643.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/jacklondon/432260415/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/jacklondon/432260415/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 14 Oct 2010 13:56:00 +0800</pubDate><author>jacklondon</author><guid isPermaLink="false">http://blog.csdn.net/jacklondon/archive/2010/10/14/5940643.aspx</guid><dc:creator>jacklondon</dc:creator><fs:srclink>http://blog.csdn.net/jacklondon/archive/2010/10/14/5940643.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jacklondon/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jacklondon/~1114199/432260415/1114195</fs:itemid></item><item><title>使用 jqgrid + jQuery Form Plugin 处理文件上传</title><link>http://blog.csdn.net/jacklondon/archive/2010/09/06/5866421.aspx</link><description>最近在处理 jqgrid 的文件上传时，发现难度较大。

按其官方文档上提示，应该在 onInitializeForm 这个 javascript 回调函数中处理，官方文档及论坛都没有提供现成的例子。我们百试不通。

后按 google 上其他人的提示，在 beforeSubmit 这个 javascript 回调函数中，拦截住 form 提交，手工使用 ajaxSubmit 提交 form, 并把原有的提交拦住。这才成功。&lt;img src=&quot;http://www1.feedsky.com/t1/432260416/jacklondon/csdn.net/s.gif?r=http://blog.csdn.net/jacklondon/archive/2010/09/06/5866421.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/jacklondon/432260416/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/jacklondon/432260416/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 06 Sep 2010 15:34:00 +0800</pubDate><author>jacklondon</author><guid isPermaLink="false">http://blog.csdn.net/jacklondon/archive/2010/09/06/5866421.aspx</guid><dc:creator>jacklondon</dc:creator><fs:srclink>http://blog.csdn.net/jacklondon/archive/2010/09/06/5866421.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jacklondon/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jacklondon/~1114199/432260416/1114195</fs:itemid></item><item><title>jqGrid 使用初步印象</title><link>http://blog.csdn.net/jacklondon/archive/2010/08/05/5790800.aspx</link><description>&lt;br /&gt;&lt;br /&gt;jqGrid 使用初步印象&lt;br /&gt;&lt;br /&gt;最近由于工作需要，在网上了解了几种分页的js插件，初步选定 jqGrid。jqGrid 是 jQuery 插件，功能比较齐全，增、删、改、查、分页、排序等操作的界面全部都有。当然了，后台的 java 程序需要自己写。&lt;br /&gt;本来最初找到的是 Flexgrid，界面很漂亮，但是它不包含增、删、改的界面，需要自己另写，麻烦。Flexgrid 主页上说计划做，等它做好再评估吧。&lt;br /&gt;&lt;br /&gt;jqGrid 使用可以简化 Web 开发的界面编码，可用于静态页面、各类动态页面，包括 php/jsp/asp。我们习惯于把所有录入验证都放在后台 java 代码中做，因此集成起来相当顺手。&lt;br /&gt;&lt;br /&gt;需要注意的是，jqGrid 主页是 http://www.trirand.com/blog/, 不是 http://www.trirand.com/，那是一个公司，挂羊头卖狗肉。另 Flexgrid 主页是 http://www.flexigrid.info/.&lt;br /&gt;&lt;br /&gt;jqGrid 使&lt;img src=&quot;http://www1.feedsky.com/t1/432260417/jacklondon/csdn.net/s.gif?r=http://blog.csdn.net/jacklondon/archive/2010/08/05/5790800.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/jacklondon/432260417/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/jacklondon/432260417/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 05 Aug 2010 15:37:00 +0800</pubDate><author>jacklondon</author><guid isPermaLink="false">http://blog.csdn.net/jacklondon/archive/2010/08/05/5790800.aspx</guid><dc:creator>jacklondon</dc:creator><fs:srclink>http://blog.csdn.net/jacklondon/archive/2010/08/05/5790800.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jacklondon/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jacklondon/~1114199/432260417/1114195</fs:itemid></item><item><title>自己动手写一个Memory cache 来缓存主数据提高性能</title><link>http://blog.csdn.net/jacklondon/archive/2010/03/08/5356530.aspx</link><description>自己动手写一个Memory cache 来缓存主数据提高性能&lt;img src=&quot;http://www1.feedsky.com/t1/432260418/jacklondon/csdn.net/s.gif?r=http://blog.csdn.net/jacklondon/archive/2010/03/08/5356530.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/jacklondon/432260418/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/jacklondon/432260418/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 08 Mar 2010 15:16:00 +0800</pubDate><author>jacklondon</author><guid isPermaLink="false">http://blog.csdn.net/jacklondon/archive/2010/03/08/5356530.aspx</guid><dc:creator>jacklondon</dc:creator><fs:srclink>http://blog.csdn.net/jacklondon/archive/2010/03/08/5356530.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jacklondon/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jacklondon/~1114199/432260418/1114195</fs:itemid></item><item><title>成功在 FreeMarker 网站上增加了 VelocityWeb 项目介绍！</title><link>http://blog.csdn.net/jacklondon/archive/2008/08/25/2826936.aspx</link><description>已经成功在 FreeMarker  网站上增加了 VelocityWeb 项目介绍！到目前为止， FreeMarker/Velocity 网站上都有VelocityWeb 项目介绍。&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/jacklondon/432260419/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/jacklondon/432260419/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 25 Aug 2008 13:28:00 +0800</pubDate><author>jacklondon</author><guid isPermaLink="false">http://blog.csdn.net/jacklondon/archive/2008/08/25/2826936.aspx</guid><dc:creator>jacklondon</dc:creator><fs:srclink>http://blog.csdn.net/jacklondon/archive/2008/08/25/2826936.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jacklondon/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jacklondon/~1114199/432260419/1114195</fs:itemid></item><item><title>VelocityWeb 1.3 发布，增加 SQL 分页支持!!支持多种数据库！</title><link>http://blog.csdn.net/jacklondon/archive/2008/08/23/2816824.aspx</link><description>VelocityWeb 1.3 发布，增加 SQL 分页支持!!支持多种数据库！&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/jacklondon/432260420/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/jacklondon/432260420/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 23 Aug 2008 00:55:00 +0800</pubDate><author>jacklondon</author><guid isPermaLink="false">http://blog.csdn.net/jacklondon/archive/2008/08/23/2816824.aspx</guid><dc:creator>jacklondon</dc:creator><fs:srclink>http://blog.csdn.net/jacklondon/archive/2008/08/23/2816824.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jacklondon/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jacklondon/~1114199/432260420/1114195</fs:itemid></item><item><title>Web 应用中用户录入数据错误检查在分层设计中的定位</title><link>http://blog.csdn.net/jacklondon/archive/2008/05/04/2382120.aspx</link><description>Web 应用中，用户录入数据错误，检查通常被放到 Web 层中，造成代码重用性不高。实际上，错误检查应该放到 service 层中。&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/jacklondon/432260421/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/jacklondon/432260421/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 04 May 2008 14:24:00 +0800</pubDate><author>jacklondon</author><guid isPermaLink="false">http://blog.csdn.net/jacklondon/archive/2008/05/04/2382120.aspx</guid><dc:creator>jacklondon</dc:creator><fs:srclink>http://blog.csdn.net/jacklondon/archive/2008/05/04/2382120.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jacklondon/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jacklondon/~1114199/432260421/1114195</fs:itemid></item><item><title>刚在 Apache 网站上把 VelocityWeb 放到了 Spring 和 WebWork 之间。</title><link>http://blog.csdn.net/jacklondon/archive/2007/04/01/1548387.aspx</link><description>刚在 Apache 网站上把 VelocityWeb 放到了 Spring 和 WebWork 之间。网页 http://wiki.apache.org/velocity/PoweredByVelocity
最开始我把 VelocityWeb 放到最下面，因为这个开源框架开发出来不久。后来发现，这里面的项目都是按照字母顺序放的，所以很不客气地把 VelocityWeb  放到 WebWork 前面去了。
呵呵。看来老外对排名没有中国人这么讲究。&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/jacklondon/432260422/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/jacklondon/432260422/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 01 Apr 2007 16:00:00 +0800</pubDate><author>jacklondon</author><guid isPermaLink="false">http://blog.csdn.net/jacklondon/archive/2007/04/01/1548387.aspx</guid><dc:creator>jacklondon</dc:creator><fs:srclink>http://blog.csdn.net/jacklondon/archive/2007/04/01/1548387.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jacklondon/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jacklondon/~1114199/432260422/1114195</fs:itemid></item></channel></rss>
