<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>hunterK的专栏</title><link>http://blog.csdn.net/hunterk/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 17 Apr 2007 01:04:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>hunterK</dc:creator><title>MSN API编程例子</title><link>http://blog.csdn.net/hunterK/archive/2007/04/17/1567195.aspx</link><pubDate>Tue, 17 Apr 2007 01:00:00 GMT</pubDate><guid>http://blog.csdn.net/hunterK/archive/2007/04/17/1567195.aspx</guid><wfw:comment>http://blog.csdn.net/hunterk/comments/1567195.aspx</wfw:comment><comments>http://blog.csdn.net/hunterK/archive/2007/04/17/1567195.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hunterk/comments/commentRss/1567195.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1567195</trackback:ping><description>用MSN API 实现 聊天&lt;img src ="http://blog.csdn.net/hunterk/aggbug/1567195.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hunterK</dc:creator><title>Html如何使表达提交后,点回退/返回,保留表单数据?</title><link>http://blog.csdn.net/hunterK/archive/2006/12/17/1446340.aspx</link><pubDate>Sun, 17 Dec 2006 09:08:00 GMT</pubDate><guid>http://blog.csdn.net/hunterK/archive/2006/12/17/1446340.aspx</guid><wfw:comment>http://blog.csdn.net/hunterk/comments/1446340.aspx</wfw:comment><comments>http://blog.csdn.net/hunterK/archive/2006/12/17/1446340.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hunterk/comments/commentRss/1446340.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1446340</trackback:ping><description>如果a页是一个表单，提交时因某种原因转至出错页面b，如何在b中返回已填写数据的表单a（数据不变）？  
&lt;img src ="http://blog.csdn.net/hunterk/aggbug/1446340.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hunterK</dc:creator><title>在IntelliJ Idea中集成 Hibernate Xdoclet 开发 </title><link>http://blog.csdn.net/hunterK/archive/2006/11/22/1402917.aspx</link><pubDate>Wed, 22 Nov 2006 00:15:00 GMT</pubDate><guid>http://blog.csdn.net/hunterK/archive/2006/11/22/1402917.aspx</guid><wfw:comment>http://blog.csdn.net/hunterk/comments/1402917.aspx</wfw:comment><comments>http://blog.csdn.net/hunterK/archive/2006/11/22/1402917.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hunterk/comments/commentRss/1402917.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1402917</trackback:ping><description>使用Hibernate Xdoclet开发并在Idea IDE工具中集成&lt;img src ="http://blog.csdn.net/hunterk/aggbug/1402917.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hunterK</dc:creator><title>Jar 文件数字签名</title><link>http://blog.csdn.net/hunterK/archive/2006/09/06/1186742.aspx</link><pubDate>Wed, 06 Sep 2006 21:38:00 GMT</pubDate><guid>http://blog.csdn.net/hunterK/archive/2006/09/06/1186742.aspx</guid><wfw:comment>http://blog.csdn.net/hunterk/comments/1186742.aspx</wfw:comment><comments>http://blog.csdn.net/hunterK/archive/2006/09/06/1186742.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hunterk/comments/commentRss/1186742.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1186742</trackback:ping><description>使用Java Web Start 时Jar包需要数字签名才能运行，使用Java自带的KeyTool可生成KeyStore，用于生成和存放证书，再使用JarSigner给Jar包签名。
当一个产品已经有带签名的Jar包后，而我们没有此产品证书私钥想，再加入自己的Jar包是不可能的，只有把此产品的Jar中的签名信息删除，再重新生成自己的KeyStore，用JarSinger重新签名即可。&lt;img src ="http://blog.csdn.net/hunterk/aggbug/1186742.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hunterK</dc:creator><title>使用Eclipse进行SWT编程（5）</title><link>http://blog.csdn.net/hunterK/archive/2005/08/11/451706.aspx</link><pubDate>Thu, 11 Aug 2005 23:08:00 GMT</pubDate><guid>http://blog.csdn.net/hunterK/archive/2005/08/11/451706.aspx</guid><wfw:comment>http://blog.csdn.net/hunterk/comments/451706.aspx</wfw:comment><comments>http://blog.csdn.net/hunterK/archive/2005/08/11/451706.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hunterk/comments/commentRss/451706.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=451706</trackback:ping><description>组合窗口组件Composite Widgets/Table窗口组件/Combo（组合框）窗口组件/Tree窗口组件/TabFolder/CoolBar窗口组件

&lt;img src ="http://blog.csdn.net/hunterk/aggbug/451706.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hunterK</dc:creator><title>使用Eclipse进行SWT编程（4）</title><link>http://blog.csdn.net/hunterK/archive/2005/08/11/451694.aspx</link><pubDate>Thu, 11 Aug 2005 22:42:00 GMT</pubDate><guid>http://blog.csdn.net/hunterK/archive/2005/08/11/451694.aspx</guid><wfw:comment>http://blog.csdn.net/hunterk/comments/451694.aspx</wfw:comment><comments>http://blog.csdn.net/hunterK/archive/2005/08/11/451694.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hunterk/comments/commentRss/451694.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=451694</trackback:ping><description> 滑块（Slider）, 标尺（Scale）和进度条（ProgressBar）窗口组件/文本窗口组件/列表（List）窗口组件/ 窗框组件
&lt;img src ="http://blog.csdn.net/hunterk/aggbug/451694.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hunterK</dc:creator><title>使用Eclipse进行SWT编程（3）</title><link>http://blog.csdn.net/hunterK/archive/2005/08/11/451675.aspx</link><pubDate>Thu, 11 Aug 2005 22:23:00 GMT</pubDate><guid>http://blog.csdn.net/hunterK/archive/2005/08/11/451675.aspx</guid><wfw:comment>http://blog.csdn.net/hunterk/comments/451675.aspx</wfw:comment><comments>http://blog.csdn.net/hunterK/archive/2005/08/11/451675.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/hunterk/comments/commentRss/451675.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=451675</trackback:ping><description>Widgets/Widget事件/有用的窗口组件/ 按钮&lt;img src ="http://blog.csdn.net/hunterk/aggbug/451675.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hunterK</dc:creator><title>使用Eclipse进行SWT编程（2）</title><link>http://blog.csdn.net/hunterK/archive/2005/08/11/451641.aspx</link><pubDate>Thu, 11 Aug 2005 21:57:00 GMT</pubDate><guid>http://blog.csdn.net/hunterK/archive/2005/08/11/451641.aspx</guid><wfw:comment>http://blog.csdn.net/hunterk/comments/451641.aspx</wfw:comment><comments>http://blog.csdn.net/hunterK/archive/2005/08/11/451641.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hunterk/comments/commentRss/451641.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=451641</trackback:ping><description>Eclipse外运行SWT应用程序/SWT包（Packages）/对话框
&lt;img src ="http://blog.csdn.net/hunterk/aggbug/451641.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hunterK</dc:creator><title>使用Eclipse进行SWT编程（1）</title><link>http://blog.csdn.net/hunterK/archive/2005/08/11/450624.aspx</link><pubDate>Thu, 11 Aug 2005 01:22:00 GMT</pubDate><guid>http://blog.csdn.net/hunterK/archive/2005/08/11/450624.aspx</guid><wfw:comment>http://blog.csdn.net/hunterk/comments/450624.aspx</wfw:comment><comments>http://blog.csdn.net/hunterK/archive/2005/08/11/450624.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hunterk/comments/commentRss/450624.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=450624</trackback:ping><description>使用Eclipse进行SWT编程（1）&lt;img src ="http://blog.csdn.net/hunterk/aggbug/450624.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hunterK</dc:creator><title>Getting Started with Eclipse and the SWT</title><link>http://blog.csdn.net/hunterK/archive/2005/08/11/450616.aspx</link><pubDate>Thu, 11 Aug 2005 01:03:00 GMT</pubDate><guid>http://blog.csdn.net/hunterK/archive/2005/08/11/450616.aspx</guid><wfw:comment>http://blog.csdn.net/hunterk/comments/450616.aspx</wfw:comment><comments>http://blog.csdn.net/hunterK/archive/2005/08/11/450616.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hunterk/comments/commentRss/450616.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=450616</trackback:ping><description>Eclipse swt 编程基础文档&lt;img src ="http://blog.csdn.net/hunterk/aggbug/450616.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hunterK</dc:creator><title>Oracle CHAR,VARCHAR,VARCHAR2类型的区别与使用</title><link>http://blog.csdn.net/hunterK/archive/2005/08/11/450608.aspx</link><pubDate>Thu, 11 Aug 2005 00:22:00 GMT</pubDate><guid>http://blog.csdn.net/hunterK/archive/2005/08/11/450608.aspx</guid><wfw:comment>http://blog.csdn.net/hunterk/comments/450608.aspx</wfw:comment><comments>http://blog.csdn.net/hunterK/archive/2005/08/11/450608.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hunterk/comments/commentRss/450608.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=450608</trackback:ping><description>Oracle 使用&lt;img src ="http://blog.csdn.net/hunterk/aggbug/450608.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hunterK</dc:creator><title>Eclipse 使用技巧</title><link>http://blog.csdn.net/hunterK/archive/2005/03/19/323789.aspx</link><pubDate>Sat, 19 Mar 2005 13:29:00 GMT</pubDate><guid>http://blog.csdn.net/hunterK/archive/2005/03/19/323789.aspx</guid><wfw:comment>http://blog.csdn.net/hunterk/comments/323789.aspx</wfw:comment><comments>http://blog.csdn.net/hunterK/archive/2005/03/19/323789.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hunterk/comments/commentRss/323789.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=323789</trackback:ping><description>Eclipse使用技巧！！&lt;img src ="http://blog.csdn.net/hunterk/aggbug/323789.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>