<?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/00081168" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/00081168" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 13 Aug 2007 18:38:00 GMT</lastBuildDate><title>MaryStone</title><description>临渊羡鱼 不如退而结网</description><link>http://blog.csdn.net/00081168/</link><item><title>二级城市邮政编码属性文件</title><link>http://blog.csdn.net/00081168/archive/2007/08/13/1741157.aspx</link><wfw:comment>http://blog.csdn.net/00081168/comments/1741157.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/00081168/comments/commentRss/1741157.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1741157</trackback:ping><description>由于项目中需要根据用户邮政编码统计用户分布情况，只需要统计到二级城市。根据从网上搜索来的邮政编码数据库中的数据整理出下面这份全国二级城市的邮政编码。010000=内蒙古。&lt;img src =&quot;http://blog.csdn.net/00081168/aggbug/1741157.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 14 Aug 2007 02:38:00 +0800</pubDate><author>MaryStone</author><comments>http://blog.csdn.net/00081168/archive/2007/08/13/1741157.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/00081168/archive/2007/08/13/1741157.aspx</guid><dc:creator>MaryStone</dc:creator></item><item><title>批量修改Oracle序列值的存储过程</title><link>http://blog.csdn.net/00081168/archive/2007/08/10/1736242.aspx</link><wfw:comment>http://blog.csdn.net/00081168/comments/1736242.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/00081168/comments/commentRss/1736242.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1736242</trackback:ping><description>使用Oracle序列来生成表主键值的时候 ，可能会碰到会根据主键值来修改相应序列的值。&lt;img src =&quot;http://blog.csdn.net/00081168/aggbug/1736242.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 10 Aug 2007 22:44:00 +0800</pubDate><author>MaryStone</author><comments>http://blog.csdn.net/00081168/archive/2007/08/10/1736242.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/00081168/archive/2007/08/10/1736242.aspx</guid><dc:creator>MaryStone</dc:creator></item><item><title>Semaphore使用</title><link>http://blog.csdn.net/00081168/archive/2007/07/27/1711007.aspx</link><wfw:comment>http://blog.csdn.net/00081168/comments/1711007.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/00081168/comments/commentRss/1711007.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1711007</trackback:ping><description>一个计数信号量。从概念上讲，信号量维护了一个许可集合。如有必要，在许可可用前会阻塞每一个 acquire()，然后再获取该许可。每个 release() 添加一个许可，从而可能释放一个正在阻塞的获取者。但是，不使用实际的许可对象，Semaphore 只对可用许可的号码进行计数，并采取相应的行动。&lt;img src =&quot;http://blog.csdn.net/00081168/aggbug/1711007.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 27 Jul 2007 18:06:00 +0800</pubDate><author>stone</author><comments>http://blog.csdn.net/00081168/archive/2007/07/27/1711007.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/00081168/archive/2007/07/27/1711007.aspx</guid><dc:creator>stone</dc:creator></item><item><title>CAS及客户端Acegi的安装配置指南</title><link>http://blog.csdn.net/00081168/archive/2007/06/11/1647555.aspx</link><wfw:comment>http://blog.csdn.net/00081168/comments/1647555.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/00081168/comments/commentRss/1647555.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1647555</trackback:ping><description>CAS（Central Authentication Service）是耶鲁大学开发的一个开源的SSO（single sign on，单点登录）系统。它提供了丰富的客户端库，如Java, .NET, PHP, Perl等版本，使用这些库用户可以方便地给自己的应用程序加上CAS支持。Acegi security system for Spring是Spring的一个子项目，它为Java EE开发者提供了一个易于使用的提供认证和授权服务的安全框架。Acegi支持CAS，也可看作是CAS的一个Java版的Client。&lt;img src =&quot;http://blog.csdn.net/00081168/aggbug/1647555.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 11 Jun 2007 18:49:00 +0800</pubDate><author>stone</author><comments>http://blog.csdn.net/00081168/archive/2007/06/11/1647555.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/00081168/archive/2007/06/11/1647555.aspx</guid><dc:creator>stone</dc:creator></item><item><title>acegi参考手册(v1.0.4)</title><link>http://blog.csdn.net/00081168/archive/2007/06/08/1644467.aspx</link><wfw:comment>http://blog.csdn.net/00081168/comments/1644467.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/00081168/comments/commentRss/1644467.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1644467</trackback:ping><description>收藏&lt;img src =&quot;http://blog.csdn.net/00081168/aggbug/1644467.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 09 Jun 2007 01:32:00 +0800</pubDate><author>stone</author><comments>http://blog.csdn.net/00081168/archive/2007/06/08/1644467.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/00081168/archive/2007/06/08/1644467.aspx</guid><dc:creator>stone</dc:creator></item><item><title>身份证号码规则</title><link>http://blog.csdn.net/00081168/archive/2007/06/08/1643913.aspx</link><wfw:comment>http://blog.csdn.net/00081168/comments/1643913.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/00081168/comments/commentRss/1643913.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1643913</trackback:ping><description>身份证号码中这些数字是怎样排列的，每个数字表示什么意思呢？下面就让我们一起来探索其中的规律吧！新的身份证号码是由18位数字组成的，它们分别表示&lt;img src =&quot;http://blog.csdn.net/00081168/aggbug/1643913.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 08 Jun 2007 22:14:00 +0800</pubDate><author>stone</author><comments>http://blog.csdn.net/00081168/archive/2007/06/08/1643913.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/00081168/archive/2007/06/08/1643913.aspx</guid><dc:creator>stone</dc:creator></item><item><title>市场预测</title><link>http://blog.csdn.net/00081168/archive/2007/06/05/1639589.aspx</link><wfw:comment>http://blog.csdn.net/00081168/comments/1639589.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/00081168/comments/commentRss/1639589.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1639589</trackback:ping><description>市场预测是指在市场调查的基础上，运用历史统计资料，通过科学的手段和方法，对市场的未来因素、条件及其发展趋势，进行估计和判断，为企业决策和制定计划提供依据。&lt;img src =&quot;http://blog.csdn.net/00081168/aggbug/1639589.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 06 Jun 2007 02:51:00 +0800</pubDate><author>stone</author><comments>http://blog.csdn.net/00081168/archive/2007/06/05/1639589.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/00081168/archive/2007/06/05/1639589.aspx</guid><dc:creator>stone</dc:creator></item><item><title>移动平均法 指数平滑法</title><link>http://blog.csdn.net/00081168/archive/2007/06/04/1637923.aspx</link><wfw:comment>http://blog.csdn.net/00081168/comments/1637923.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/00081168/comments/commentRss/1637923.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1637923</trackback:ping><description>利用移动平均法预测成本模型;利用指数平滑法预测成本模型。&lt;img src =&quot;http://blog.csdn.net/00081168/aggbug/1637923.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 05 Jun 2007 01:36:00 +0800</pubDate><author>stone</author><comments>http://blog.csdn.net/00081168/archive/2007/06/04/1637923.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/00081168/archive/2007/06/04/1637923.aspx</guid><dc:creator>stone</dc:creator></item><item><title>预测与规划</title><link>http://blog.csdn.net/00081168/archive/2007/06/04/1637861.aspx</link><wfw:comment>http://blog.csdn.net/00081168/comments/1637861.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/00081168/comments/commentRss/1637861.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1637861</trackback:ping><description>平均预测法：推测事物未来发展的期望数量结果的一种方法。平均预测法有多种具体计算模型，如算术平均预测法、几何平均预测法、移动平均预测法、指数平滑预测法  &lt;img src =&quot;http://blog.csdn.net/00081168/aggbug/1637861.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 05 Jun 2007 01:05:00 +0800</pubDate><author>stone</author><comments>http://blog.csdn.net/00081168/archive/2007/06/04/1637861.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/00081168/archive/2007/06/04/1637861.aspx</guid><dc:creator>stone</dc:creator></item><item><title>Thread</title><link>http://blog.csdn.net/00081168/archive/2007/05/21/1619483.aspx</link><wfw:comment>http://blog.csdn.net/00081168/comments/1619483.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/00081168/comments/commentRss/1619483.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1619483</trackback:ping><description>线程 是程序中的执行线程。Java 虚拟机允许应用程序并发地运行多个执行线程。 

每个线程都有一个优先级，高优先级线程的执行优先于低优先级线程。每个线程都可以或不可以标记为一个守护程序。当某个线程中运行的代码创建一个新 Thread 对象时，该新线程的初始优先级被设定为创建线程的优先级，并且当且仅当创建线程是守护线程时，新线程才是守护程序。 

当 Java 虚拟机启动时，通常都会有单个非守护线程（它通常会调用某个指定类的 main 方法）。Java 虚拟机会继续执行线程，直到下列任一情况出现时为止： 

调用了 Runtime 类的 exit 方法，并且安全管理器允许退出操作发生。 
非守护线程的所有线程都已停止运行，无论是通过从对 run 方法的调用中返回，还是通过抛出一个传播到 run 方法之外的异常。&lt;img src =&quot;http://blog.csdn.net/00081168/aggbug/1619483.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 22 May 2007 00:19:00 +0800</pubDate><author>stone</author><comments>http://blog.csdn.net/00081168/archive/2007/05/21/1619483.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/00081168/archive/2007/05/21/1619483.aspx</guid><dc:creator>stone</dc:creator></item></channel></rss>