<?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: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/" xmlns:fs="http://www.feedsky.com/namespace/feed" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/iori97king" type="application/rss+xml" ref="self"></atom:link><lastBuildDate>Tue, 28 Aug 2007 15:54:00 GMT</lastBuildDate><title>iori97king的专栏</title><description>java,linux等技术</description><item><title>Ant经典教程(抛弃makefile吧)</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164638/1463517/1/item.html</link><wfw:comment>comments/1762256.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1762256.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1762256</trackback:ping><description>随着应用程序的生成过程变得更加复杂，确保在每次生成期间都使用精确相同的生成步骤，同时实现尽可能多的自动化，以便及时产生一致的生成版本2 下载、安装Ant 安装Ant.下载.zip文件，解压缩到c:\ant1.3(后面引用为%ANT_HOME%)设定ANT_HOME环境变量，指向你安装Ant的目录。运行Ant非常简单，当你正确地安装Ant后，只要输入ant就可以了。Ant就会在上级目录中寻找buildfile，直至到达文件系统的根。要想让Ant使用其他的buildfile，可以用参数-buildfile file，这里file指定了你想使用的buildfile。&lt;img src =&quot;aggbug/1762256.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 28 Aug 2007 23:54:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/28/1762256.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/28/1762256.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164638/1463517</fs:itemid></item><item><title>将 Linux 应用程序移植到 64 位系统上</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164639/1463517/1/item.html</link><wfw:comment>comments/1759720.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1759720.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1759720</trackback:ping><description>将应用程序从 32 位系统移植到 64位系统上的工作可能会非常简单，也可能会非常困难，这取决于这些应用程序是如何编写和维护的。科学计算通常要依赖于浮点计算，而有些应用程序（例如金融计算）则需要一个比较狭窄的数字范围，但是却要求更高的精度，其精度高于浮点数所提供的精度。64 位的应用程序可以直接访问 4EB 的虚拟内存，Intel Itanium 处理器提供了连续的线性地址空间。因此，提供 64 位的寻址和整数运算能力必须要修改现有数据类型的绑定或映射，或者向 C 语言中添加新的数据类型。&lt;img src =&quot;aggbug/1759720.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 27 Aug 2007 03:35:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/26/1759720.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/26/1759720.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164639/1463517</fs:itemid></item><item><title>solaris dtrace: proc探测器</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164640/1463517/1/item.html</link><wfw:comment>comments/1753201.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1753201.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1753201</trackback:ping><description>solaris dtrace: proc探测器&lt;img src =&quot;aggbug/1753201.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 22 Aug 2007 01:20:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/21/1753201.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/21/1753201.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164640/1463517</fs:itemid></item><item><title>JFreeChart API详解</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164641/1463517/1/item.html</link><wfw:comment>comments/1753148.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1753148.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1753148</trackback:ping><description>JFreeChart API详解&lt;img src =&quot;aggbug/1753148.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 22 Aug 2007 01:01:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/21/1753148.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/21/1753148.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164641/1463517</fs:itemid></item><item><title>Lesson 8:A Famous monastery</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164642/1463517/1/item.html</link><wfw:comment>comments/1751240.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1751240.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1751240</trackback:ping><description>Lesson 8:A Famous monastery&lt;img src =&quot;aggbug/1751240.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 20 Aug 2007 19:31:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/20/1751240.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/20/1751240.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164642/1463517</fs:itemid></item><item><title>Lesson 7:Mutilated ladies</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164643/1463517/1/item.html</link><wfw:comment>comments/1747529.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1747529.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1747529</trackback:ping><description>Lesson 7:Mutilated ladies&lt;img src =&quot;aggbug/1747529.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 17 Aug 2007 08:43:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/17/1747529.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/17/1747529.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164643/1463517</fs:itemid></item><item><title>Lesson 6:Smash-and-grab</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164644/1463517/1/item.html</link><wfw:comment>comments/1741864.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1741864.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1741864</trackback:ping><description>Lesson 6:Smash-and-grab&lt;img src =&quot;aggbug/1741864.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 14 Aug 2007 08:58:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/14/1741864.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/14/1741864.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164644/1463517</fs:itemid></item><item><title>快速排序算法的Java实现</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164645/1463517/1/item.html</link><wfw:comment>comments/1738168.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1738168.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1738168</trackback:ping><description>&lt;img src =&quot;aggbug/1738168.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 11 Aug 2007 23:18:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/11/1738168.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/11/1738168.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164645/1463517</fs:itemid></item><item><title>揭开正则表达式的神秘面纱</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164646/1463517/1/item.html</link><wfw:comment>comments/1738154.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1738154.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1738154</trackback:ping><description>揭开正则表达式的神秘面纱&lt;img src =&quot;aggbug/1738154.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 11 Aug 2007 23:06:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/11/1738154.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/11/1738154.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164646/1463517</fs:itemid></item><item><title>Lesson 5:The facts</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164647/1463517/1/item.html</link><wfw:comment>comments/1737644.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1737644.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1737644</trackback:ping><description>Lesson 5:The facts&lt;img src =&quot;aggbug/1737644.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 11 Aug 2007 08:30:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/11/1737644.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/11/1737644.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164647/1463517</fs:itemid></item><item><title>Lesson 4:The double life of Alfred Bloggs</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164648/1463517/1/item.html</link><wfw:comment>comments/1730835.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1730835.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1730835</trackback:ping><description>Lesson 4:The double life of Alfred Bloggs&lt;img src =&quot;aggbug/1730835.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 08 Aug 2007 07:20:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/07/1730835.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/07/1730835.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164648/1463517</fs:itemid></item><item><title>Beryl无标题栏的解决方法</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164649/1463517/1/item.html</link><wfw:comment>comments/1726665.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1726665.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1726665</trackback:ping><description>Beryl无标题栏的解决方法&lt;img src =&quot;aggbug/1726665.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 05 Aug 2007 08:22:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/05/1726665.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/05/1726665.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164649/1463517</fs:itemid></item><item><title>硬盘串口与并口有何区别?</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164650/1463517/1/item.html</link><wfw:comment>comments/1723699.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1723699.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1723699</trackback:ping><description>串行ATA和并行ATA传输的区别 举个比较夸张的例子，A、B两支队伍在比赛搬运包裹，A代表并行ATA，B代表串行ATA。这两种传输方式除了在每个时钟周期内传输速度不一样之外，在传输的模式上也有根本的区别，串行ATA数据是一个接着一个数据包进行传输，而并行ATA则是一次同时传送数个数据包，虽然表面上一个周期内并行ATA传送的数据更多，但是我们不要忘了，串行ATA的时钟频率要比并行的时钟频率高很多，也就是说，单位时间内，进行数据传输的周期数目更多，所以串行ATA的传输率高于并行ATA的传输率，并且未来还有更大的提升空间。&lt;img src =&quot;aggbug/1723699.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 03 Aug 2007 09:01:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/03/1723699.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/03/1723699.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164650/1463517</fs:itemid></item><item><title>Solaris: ps命令详解</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164651/1463517/1/item.html</link><wfw:comment>comments/1721254.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1721254.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1721254</trackback:ping><description>Solaris: ps命令详解&lt;img src =&quot;aggbug/1721254.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 02 Aug 2007 00:27:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/08/01/1721254.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/08/01/1721254.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164651/1463517</fs:itemid></item><item><title>访问打包在Jar文件中的图片资源</title><link>http://item.feedsky.com/~csdn.net/iori97king/~1458312/18164637/1463517/1/item.html</link><wfw:comment>comments/1648023.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>comments/commentRss/1648023.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1648023</trackback:ping><description>当你编写一个图形界面的程序的时候，你肯定要使用各种图片资源。最简洁的方式就是将这些图片资源连同你的class文件一起打包为一个可执行Jar文件，这样你只需发布一个jar文件就囊括了所有的内容，用户只需双击该Jar文件就能运行程序。1、你将所有资源打包为andy.jar，你的类位于一个包中：package andycpp;你的图片资源全部放在images文件夹中，而images文件夹也位于andycpp包内。&lt;img src =&quot;aggbug/1648023.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 12 Jun 2007 02:42:00 +0800</pubDate><author>iori97king</author><guid isPermaLink="false">http://blog.csdn.net/iori97king/archive/2007/06/11/1648023.aspx</guid><dc:creator>iori97king</dc:creator><fs:srclink>http://blog.csdn.net/iori97king/archive/2007/06/11/1648023.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/iori97king/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/iori97king/~1458312/18164637/1463517</fs:itemid></item></channel></rss>