<?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:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/pc1024" type="application/rss+xml" ref="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/pc1024" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 13 Jul 2008 00:48:00 GMT</lastBuildDate><title>pc1024天道酬勤 改变生活的是自己~</title><description>天道酬勤 改变生活的是自己~</description><item><title>转载]EXT核心API详解(七)-KeyNav/KeyMap/JSON/Format/.. javascript</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/92707604/1295125/1/item.html</link><wfw:comment>comments/2645087.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2645087.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2645087</trackback:ping><description>EXT核心API详解(七)-KeyNav/KeyMap/JSON/Format/.. javascript

Ext.KeyNav
Ext的keyNav类能为Ext.Element元素提供简单的按键处理方法
例:
var el=Ext.get(&quot;textarea&quot;);
new Ext.KeyNav(el, {
    &quot;left&quot; : function(e){
        alert(&quot;left key down&quot;);
        },
    scope : el
    }
);
它的行为与KeyMap类似，但功能比KeyMap要弱小的多，只能处理以下已定义键
enter/left/right/up/down/tab/esc/pageUp/pageDown/del/home/end
同情一下KeyNav

方法只有三个,不用多解释
&lt;img src =&quot;aggbug/2645087.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 13 Jul 2008 08:48:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/07/13/2645087.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/07/13/2645087.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/07/13/2645087.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/92707604/1295125</fs:itemid></item><item><title>ExtJS2.0开发与实践笔记[2]</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/92394838/1295125/1/item.html</link><wfw:comment>comments/2636203.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2636203.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2636203</trackback:ping><description>我们都知道java中有布局管理器的概念，通过调整布局器可以简化我们对可视组件的管理。而在Ext中同样提供了自己的布局实现，以简化web界面的开发与定制。

如下图所示，Ext的Layout可分解为东、西、南、北、中5个基本区域。&lt;img src =&quot;aggbug/2636203.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 11 Jul 2008 06:47:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/07/10/2636203.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/07/10/2636203.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/07/10/2636203.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/92394838/1295125</fs:itemid></item><item><title>一个MyEclipse里的AJAX例子</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/91702613/1295125/1/item.html</link><wfw:comment>comments/2626177.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2626177.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2626177</trackback:ping><description>本例将在页面的参数以Get和POST两种方式传递到服务器，并回显到页面；本例共包括两个主要文件getAndPostExample.html和GetAndPostExample.java以及一个配置文件web.xml建立文件的步骤：1.在Eclipse新建一个web project--&gt;ajax12.在ajax1里面新建一个getAndPostExample.html3.在ajax1里面新建一个servlet--&gt;GetAndPostExample.java&lt;img src =&quot;aggbug/2626177.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 09 Jul 2008 04:36:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/07/08/2626177.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/07/08/2626177.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/07/08/2626177.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/91702613/1295125</fs:itemid></item><item><title>Lucene：基于Java的全文检索引擎简介Lucene：基于Java的全文检索引擎</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/91702614/1295125/1/item.html</link><wfw:comment>comments/2585676.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2585676.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2585676</trackback:ping><description>基于Java的全文索引引擎Lucene简介：关于作者和Lucene的历史 
全文检索的实现：Luene全文索引和数据库索引的比较 
中文切分词机制简介：基于词库和自动切分词算法的比较 
具体的安装和使用简介：系统结构介绍和演示 
Hacking Lucene：简化的查询分析器，删除的实现，定制的排序，应用接口的扩展 
从Lucene我们还可以学到什么 &lt;img src =&quot;aggbug/2585676.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Jun 2008 23:13:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/06/25/2585676.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/06/25/2585676.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/06/25/2585676.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/91702614/1295125</fs:itemid></item><item><title>JTree示例程序</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/91702615/1295125/1/item.html</link><wfw:comment>comments/2494872.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2494872.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2494872</trackback:ping><description>JTree示例程序&lt;img src =&quot;aggbug/2494872.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 30 May 2008 08:31:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/05/30/2494872.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/05/30/2494872.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/05/30/2494872.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/91702615/1295125</fs:itemid></item><item><title>JTree测试</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/91702616/1295125/1/item.html</link><wfw:comment>comments/2494871.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2494871.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2494871</trackback:ping><description>jtree&lt;img src =&quot;aggbug/2494871.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 30 May 2008 08:29:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/05/30/2494871.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/05/30/2494871.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/05/30/2494871.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/91702616/1295125</fs:itemid></item><item><title>html在线编辑器</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/91702617/1295125/1/item.html</link><wfw:comment>comments/2234449.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2234449.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2234449</trackback:ping><description>html在线编辑器&lt;img src =&quot;aggbug/2234449.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 01 Apr 2008 07:57:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/03/31/2234449.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/03/31/2234449.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/03/31/2234449.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/91702617/1295125</fs:itemid></item><item><title>jsHTML编辑器示例</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/91702618/1295125/1/item.html</link><wfw:comment>comments/2234443.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2234443.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2234443</trackback:ping><description>在线编辑器&lt;img src =&quot;aggbug/2234443.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 01 Apr 2008 07:53:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/03/31/2234443.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/03/31/2234443.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/03/31/2234443.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/91702618/1295125</fs:itemid></item><item><title>C#事件代理简单例子</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/91702619/1295125/1/item.html</link><wfw:comment>comments/2234146.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2234146.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2234146</trackback:ping><description>C#事件代理简单例子     &lt;img src =&quot;aggbug/2234146.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 01 Apr 2008 05:11:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/03/31/2234146.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/03/31/2234146.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/03/31/2234146.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/91702619/1295125</fs:itemid></item><item><title>How to Use Tables JTable使用</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/91702620/1295125/1/item.html</link><wfw:comment>comments/2211352.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2211352.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2211352</trackback:ping><description>How to Use Tables JTable使用&lt;img src =&quot;aggbug/2211352.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 24 Mar 2008 09:04:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/03/24/2211352.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/03/24/2211352.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/03/24/2211352.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/91702620/1295125</fs:itemid></item><item><title>利用js对象弹出一个层</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/91702621/1295125/1/item.html</link><wfw:comment>comments/2207625.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2207625.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2207625</trackback:ping><description>利用js对象弹出一个层&lt;img src =&quot;aggbug/2207625.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 23 Mar 2008 07:41:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/03/22/2207625.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/03/22/2207625.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/03/22/2207625.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/91702621/1295125</fs:itemid></item><item><title>js实现对象</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/91702622/1295125/1/item.html</link><wfw:comment>comments/2204355.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2204355.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2204355</trackback:ping><description>js实现对象&lt;img src =&quot;aggbug/2204355.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Mar 2008 06:58:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/03/21/2204355.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/03/21/2204355.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/03/21/2204355.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/91702622/1295125</fs:itemid></item><item><title>js实现对象</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/91702623/1295125/1/item.html</link><wfw:comment>comments/2204343.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2204343.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2204343</trackback:ping><description>js实现对象&lt;img src =&quot;aggbug/2204343.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Mar 2008 06:42:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/03/21/2204343.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/03/21/2204343.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/03/21/2204343.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/91702623/1295125</fs:itemid></item><item><title>一个老程序员嵌入式生涯</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/91702624/1295125/1/item.html</link><wfw:comment>comments/2201035.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2201035.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2201035</trackback:ping><description>对于今天很多的年轻人来说，一味注重技术至上的观念刻骨铭心，其实很多时候努力并非一定有回报。事实上，有不少出类拔萃的人才往往做出来的产品就是卖不掉，因为设计者压根儿就不了解用户的需求和心理以及产品功能的恰当定义，而总想在同事及其老板面前卖弄自己的技术和产品功能。其实有很多思维性的东西恰恰是很多人所忽视的，因为从一开始的出发点就错了，怎么可能取得辉煌的成绩呢？所以有时拥有卓越的技术并不一定代表人生的成功，很多企业就是死在一些自命不凡的“卓越人才”手中。&lt;img src =&quot;aggbug/2201035.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Mar 2008 05:06:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/03/20/2201035.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/03/20/2201035.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/03/20/2201035.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/91702624/1295125</fs:itemid></item><item><title>jdbc 直接数据库</title><link>http://item.feedsky.com/~csdn.net/pc1024/~1292307/91702625/1295125/1/item.html</link><wfw:comment>comments/2179633.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/2179633.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2179633</trackback:ping><description>jdbc 直接数据库
jdbc:microsoft:sqlserver://localhost:1433;databaseName=demo;
      Class.forName(&quot;com.microsoft.jdbc.sqlserver.SQLServerDriver&quot;);
      conn = DriverManager.getConnection(getconnectionUrl(), userName, passWord);&lt;img src =&quot;aggbug/2179633.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 14 Mar 2008 07:10:00 +0800</pubDate><author>pc1024</author><comments>http://blog.csdn.net/pc1024/archive/2008/03/13/2179633.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/pc1024/archive/2008/03/13/2179633.aspx</guid><dc:creator>pc1024</dc:creator><fs:srclink>http://blog.csdn.net/pc1024/archive/2008/03/13/2179633.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pc1024/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/pc1024/~1292307/91702625/1295125</fs:itemid></item></channel></rss>