<?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/mq612" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/mq612" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 16 Sep 2008 23:21:00 GMT</lastBuildDate><title>米强（五斗米）的专栏</title><description>树欲静而风不止</description><link>http://blog.csdn.net/mq612/</link><item><title>Java基础学习（04Java程序控制）</title><link>http://blog.csdn.net/mq612/archive/2008/09/16/2938844.aspx</link><wfw:comment>http://blog.csdn.net/mq612/comments/2938844.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/mq612/comments/commentRss/2938844.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2938844</trackback:ping><description>本章内容主要为Java程序控制，包括：循环控制、判断控制和跳转控制。&lt;img src =&quot;http://blog.csdn.net/mq612/aggbug/2938844.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 17 Sep 2008 07:21:00 +0800</pubDate><author>米强（五斗米）</author><comments>http://blog.csdn.net/mq612/archive/2008/09/16/2938844.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mq612/archive/2008/09/16/2938844.aspx</guid><dc:creator>米强（五斗米）</dc:creator></item><item><title>Java基础学习（03Java数据处理）</title><link>http://blog.csdn.net/mq612/archive/2008/07/27/2717676.aspx</link><wfw:comment>http://blog.csdn.net/mq612/comments/2717676.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mq612/comments/commentRss/2717676.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2717676</trackback:ping><description>学习重点：变量、函数、数组、运算符变量：    简单的解释，变量就是可以改变值的量，变量是用来保存数据的，就像水杯是用来保存水的作用一样。数据的类型也有不同，就像水杯和皮包中的内容不能互换一样。变量本身不占用内存空间，而是其中的数据会占用部分内存空间。变量相关内容还包括数据类型、数组和常量......&lt;img src =&quot;http://blog.csdn.net/mq612/aggbug/2717676.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 27 Jul 2008 08:44:00 +0800</pubDate><author>米强（五斗米）</author><comments>http://blog.csdn.net/mq612/archive/2008/07/27/2717676.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mq612/archive/2008/07/27/2717676.aspx</guid><dc:creator>米强（五斗米）</dc:creator></item><item><title>Java基础学习（02Java语言的特点、机制与规范）</title><link>http://blog.csdn.net/mq612/archive/2008/07/11/2637871.aspx</link><wfw:comment>http://blog.csdn.net/mq612/comments/2637871.aspx</wfw:comment><slash:comments>6</slash:comments><wfw:commentRss>http://blog.csdn.net/mq612/comments/commentRss/2637871.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2637871</trackback:ping><description>本节内容简单阐述了Java语言的特点、运行机制、命名规范与注释，并写了一个最简单的Java程序。&lt;img src =&quot;http://blog.csdn.net/mq612/aggbug/2637871.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 11 Jul 2008 18:26:00 +0800</pubDate><author>米强（五斗米）</author><comments>http://blog.csdn.net/mq612/archive/2008/07/11/2637871.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mq612/archive/2008/07/11/2637871.aspx</guid><dc:creator>米强（五斗米）</dc:creator></item><item><title>Java基础学习（01学习方法与学习心态）</title><link>http://blog.csdn.net/mq612/archive/2008/07/03/2607645.aspx</link><wfw:comment>http://blog.csdn.net/mq612/comments/2607645.aspx</wfw:comment><slash:comments>14</slash:comments><wfw:commentRss>http://blog.csdn.net/mq612/comments/commentRss/2607645.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2607645</trackback:ping><description>Java作为现今流行的语言，很多朋友都在学习、应用，有很多论坛里的朋友都在问一个同样的问题：如何能学好Java。这是一个很大的问题，既可以长篇大论、洋洋洒洒，又可以一语概括。我在某软件培训机构教Java课程，时常需要和学员沟通一些学习方法和学习心态方面的问题，总结一下可归纳为以下5点&lt;img src =&quot;http://blog.csdn.net/mq612/aggbug/2607645.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 03 Jul 2008 19:45:00 +0800</pubDate><author>米强（五斗米）</author><comments>http://blog.csdn.net/mq612/archive/2008/07/03/2607645.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mq612/archive/2008/07/03/2607645.aspx</guid><dc:creator>米强（五斗米）</dc:creator></item><item><title>Java线程之线程优先级</title><link>http://blog.csdn.net/mq612/archive/2007/03/04/1520590.aspx</link><wfw:comment>http://blog.csdn.net/mq612/comments/1520590.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/mq612/comments/commentRss/1520590.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1520590</trackback:ping><description>使用过Bit下载软件的同学应该很清楚，我们有多个下载任务同时执行，而其中的某一个或多个是非常重要的，于是给这些任务设定一个高度优先，以便任务可以获取更多的带宽尽早完成下载。
Java线程的优先级也差不多，优先级越高排程器就会给它越多的CPU执行时间，但请注意：如果有多个线程在等待一个机锁的时候，并不是优先级越高就可以越早执行。&lt;img src =&quot;http://blog.csdn.net/mq612/aggbug/1520590.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 05 Mar 2007 05:52:00 +0800</pubDate><author>mq612（五斗米）</author><comments>http://blog.csdn.net/mq612/archive/2007/03/04/1520590.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mq612/archive/2007/03/04/1520590.aspx</guid><dc:creator>mq612（五斗米）</dc:creator></item><item><title>Java线程之线程的生命周期</title><link>http://blog.csdn.net/mq612/archive/2007/03/04/1520587.aspx</link><wfw:comment>http://blog.csdn.net/mq612/comments/1520587.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/mq612/comments/commentRss/1520587.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1520587</trackback:ping><description>和人有生老病死一样，线程也有它完整的生命周期：

1.         新生（New）：代表线程的对象已经被初始化，但尚未运行run方法。
2.         可执行（Runnable）：线程正在运行run方法，但这只说明线程目前处于的状态，如果系统没有能力拨出CPU执行时间给线程，线程就“不执行”，这里的“不执行”不代表“停滞”或“死亡”。
3.         停滞（Blcked）：线程是可以执行的，但由于某些因素的阻碍处于停滞状态，系统排程器略过了应给的CPU执行时间。
4.         死亡（Dead）：线程的正式结束方式，run方法执行完毕并返回。&lt;img src =&quot;http://blog.csdn.net/mq612/aggbug/1520587.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 05 Mar 2007 05:47:00 +0800</pubDate><author>mq612（五斗米）</author><comments>http://blog.csdn.net/mq612/archive/2007/03/04/1520587.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mq612/archive/2007/03/04/1520587.aspx</guid><dc:creator>mq612（五斗米）</dc:creator></item><item><title>Java线程之线程同步</title><link>http://blog.csdn.net/mq612/archive/2007/03/04/1520583.aspx</link><wfw:comment>http://blog.csdn.net/mq612/comments/1520583.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/mq612/comments/commentRss/1520583.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1520583</trackback:ping><description>多线程的使用为我们的程序提供了众多的方便，同时它也给我们带来了以往没有考虑过的麻烦。当我们使用多线程处理共享资源时意外将会发生：比如我们一起外出就餐，每个人都是一个线程，餐桌上的食物则是共享资源……&lt;img src =&quot;http://blog.csdn.net/mq612/aggbug/1520583.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 05 Mar 2007 05:41:00 +0800</pubDate><author>mq612（五斗米）</author><comments>http://blog.csdn.net/mq612/archive/2007/03/04/1520583.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mq612/archive/2007/03/04/1520583.aspx</guid><dc:creator>mq612（五斗米）</dc:creator></item><item><title>Java线程之守护线程（Daemon）</title><link>http://blog.csdn.net/mq612/archive/2007/03/04/1520571.aspx</link><wfw:comment>http://blog.csdn.net/mq612/comments/1520571.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/mq612/comments/commentRss/1520571.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1520571</trackback:ping><description>Java有两种Thread：“守护线程Daemon”与“用户线程User”。
我们之前看到的例子都是用户，守护线程是一种“在后台提供通用性支持”的线程，它并不属于程序本体。
从字面上我们很容易将守护线程理解成是由虚拟机（virtual machine）在内部创建的，而用户线程则是自己所创建的。事实并不是这样，任何线程都可以是“守护线程Daemon”或“用户线程User”。他们在几乎每个方面都是相同的，唯一的区别是判断虚拟机何时离开&lt;img src =&quot;http://blog.csdn.net/mq612/aggbug/1520571.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 05 Mar 2007 05:25:00 +0800</pubDate><author>mq612（五斗米）</author><comments>http://blog.csdn.net/mq612/archive/2007/03/04/1520571.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mq612/archive/2007/03/04/1520571.aspx</guid><dc:creator>mq612（五斗米）</dc:creator></item><item><title>Java中CardLayout卡片布局管理器使用的小例子</title><link>http://blog.csdn.net/mq612/archive/2007/01/19/1487648.aspx</link><wfw:comment>http://blog.csdn.net/mq612/comments/1487648.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/mq612/comments/commentRss/1487648.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1487648</trackback:ping><description>Java中CardLayout卡片布局管理器使用的小例子，我制作GUI时“上一步”“下一步”都是用它来做的。&lt;img src =&quot;http://blog.csdn.net/mq612/aggbug/1487648.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 19 Jan 2007 22:35:00 +0800</pubDate><author>mq612（五斗米）</author><comments>http://blog.csdn.net/mq612/archive/2007/01/19/1487648.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mq612/archive/2007/01/19/1487648.aspx</guid><dc:creator>mq612（五斗米）</dc:creator></item><item><title>Java1.6.0实现调用操作平台桌面系统</title><link>http://blog.csdn.net/mq612/archive/2007/01/10/1478961.aspx</link><wfw:comment>http://blog.csdn.net/mq612/comments/1478961.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/mq612/comments/commentRss/1478961.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1478961</trackback:ping><description>Java6中对调用操作平台的默认程序给予了一定的支持：
java.awt.Desktop类可获得操作平台的桌面系统，以便使用系统默认浏览器、编辑器、邮件、打印等。&lt;img src =&quot;http://blog.csdn.net/mq612/aggbug/1478961.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 10 Jan 2007 20:28:00 +0800</pubDate><author>mq612（五斗米）</author><comments>http://blog.csdn.net/mq612/archive/2007/01/10/1478961.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mq612/archive/2007/01/10/1478961.aspx</guid><dc:creator>mq612（五斗米）</dc:creator></item></channel></rss>