<?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/cm4ever" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/cm4ever" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 09 Nov 2008 23:09:00 GMT</lastBuildDate><title>小P的专栏</title><description>入门资料，图文教程</description><link>http://blog.csdn.net/cm4ever/</link><item><title>可配置权限的图形用户界面框架的分析(2)</title><link>http://blog.csdn.net/cm4ever/archive/2008/11/09/3262467.aspx</link><wfw:comment>http://blog.csdn.net/cm4ever/comments/3262467.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/cm4ever/comments/commentRss/3262467.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3262467</trackback:ping><description>本文继续分析界面元素级别的权限和根据上述权限对所涉及到的界面元素动态排版这种GUI框架的概念。&lt;img src =&quot;http://blog.csdn.net/cm4ever/aggbug/3262467.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 10 Nov 2008 07:09:00 +0800</pubDate><author>cm4ever</author><comments>http://blog.csdn.net/cm4ever/archive/2008/11/09/3262467.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cm4ever/archive/2008/11/09/3262467.aspx</guid><dc:creator>cm4ever</dc:creator></item><item><title>可配置权限的图形用户界面框架的分析(1)</title><link>http://blog.csdn.net/cm4ever/archive/2008/11/04/3214716.aspx</link><wfw:comment>http://blog.csdn.net/cm4ever/comments/3214716.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/cm4ever/comments/commentRss/3214716.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3214716</trackback:ping><description>作为一个图形用户界面开发人员，都会被繁复的界面呈现权限逻辑困扰过，多年来，界面开发的编写方式都没有太大的改变，界面程序中总是掺杂着许多条件判断语句，本文的目的就是对这种问题的分析和解决。希望对这种类型的GUI框架有研究的网友能发表自己的看法，多多交流。&lt;img src =&quot;http://blog.csdn.net/cm4ever/aggbug/3214716.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 04 Nov 2008 11:25:00 +0800</pubDate><author>cm4ever</author><comments>http://blog.csdn.net/cm4ever/archive/2008/11/04/3214716.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cm4ever/archive/2008/11/04/3214716.aspx</guid><dc:creator>cm4ever</dc:creator></item><item><title>闲谈orm(Object-Relational Mapping 对象-关系映射)</title><link>http://blog.csdn.net/cm4ever/archive/2007/12/23/1961542.aspx</link><wfw:comment>http://blog.csdn.net/cm4ever/comments/1961542.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/cm4ever/comments/commentRss/1961542.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1961542</trackback:ping><description>这些年研究orm的路程&lt;img src =&quot;http://blog.csdn.net/cm4ever/aggbug/1961542.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 23 Dec 2007 19:56:00 +0800</pubDate><author>cm4ever</author><comments>http://blog.csdn.net/cm4ever/archive/2007/12/23/1961542.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cm4ever/archive/2007/12/23/1961542.aspx</guid><dc:creator>cm4ever</dc:creator></item><item><title>Hibernate动态模块发布</title><link>http://blog.csdn.net/cm4ever/archive/2006/06/14/795833.aspx</link><wfw:comment>http://blog.csdn.net/cm4ever/comments/795833.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/cm4ever/comments/commentRss/795833.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=795833</trackback:ping><description>Hibernate在启动时会读入所有配置文件并进行解析，极耗时间。本模块提供一个额外配置，通过此配置可以使hibernate直到使用持久化对象时才解析对应的文件。并在此功能的基础上，加上动态重载改变过的资源功能，如此就可不重启动程序而改变持久化配置。&lt;img src =&quot;http://blog.csdn.net/cm4ever/aggbug/795833.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 14 Jun 2006 08:01:00 +0800</pubDate><author>cm4ever</author><comments>http://blog.csdn.net/cm4ever/archive/2006/06/14/795833.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cm4ever/archive/2006/06/14/795833.aspx</guid><dc:creator>cm4ever</dc:creator></item><item><title>Tomcat资源管理器模块发布－－动态重载资源</title><link>http://blog.csdn.net/cm4ever/archive/2006/04/26/678539.aspx</link><wfw:comment>http://blog.csdn.net/cm4ever/comments/678539.aspx</wfw:comment><slash:comments>8</slash:comments><wfw:commentRss>http://blog.csdn.net/cm4ever/comments/commentRss/678539.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=678539</trackback:ping><description>本模块就是Tomcat运行时动态重载的完整实现。
现在，我们可以用Tomcat来狂飙啦。
哇哈哈哈哈......&lt;img src =&quot;http://blog.csdn.net/cm4ever/aggbug/678539.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 27 Apr 2006 02:29:00 +0800</pubDate><author>cm4ever</author><comments>http://blog.csdn.net/cm4ever/archive/2006/04/26/678539.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cm4ever/archive/2006/04/26/678539.aspx</guid><dc:creator>cm4ever</dc:creator></item><item><title>超越reloadable=true, 在Tomcat运行时动态重载类(version 5.0.28)</title><link>http://blog.csdn.net/cm4ever/archive/2006/03/06/616782.aspx</link><wfw:comment>http://blog.csdn.net/cm4ever/comments/616782.aspx</wfw:comment><slash:comments>9</slash:comments><wfw:commentRss>http://blog.csdn.net/cm4ever/comments/commentRss/616782.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=616782</trackback:ping><description>使用过hibernate, spring或其他大型组件，写过50个类以上的网络应用程序(web application)的开发者应该知道，当系统中有很多类时，如果开启了Tomcat的reloadable=true,那么每当相关文件改变时， Tomcat会停止web app并释放内存,然后重新加载web app.这实在是个浩大的工程。

所以我总是在想如果能有只重载某几个类的功能，将极大的满足我这个即时调试狂。&lt;img src =&quot;http://blog.csdn.net/cm4ever/aggbug/616782.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 06 Mar 2006 22:33:00 +0800</pubDate><author>cm4ever</author><comments>http://blog.csdn.net/cm4ever/archive/2006/03/06/616782.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cm4ever/archive/2006/03/06/616782.aspx</guid><dc:creator>cm4ever</dc:creator></item><item><title>用xmlhttp将html的数据打包成multipart/form-data格式，实现异步上传文件功能</title><link>http://blog.csdn.net/cm4ever/archive/2006/01/07/572530.aspx</link><wfw:comment>http://blog.csdn.net/cm4ever/comments/572530.aspx</wfw:comment><slash:comments>6</slash:comments><wfw:commentRss>http://blog.csdn.net/cm4ever/comments/commentRss/572530.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=572530</trackback:ping><description>不知道为什么，在局域网，有些电脑上含有的表单提交时很快，但有些很慢。
服务器端使用过多种文件接收工具库测试如apache common file upload、jspsmartupload等等亦如此。
也换过浏览器如IE和FireFox，问题依然。

在搜索的过程中，有人说这是浏览器的限制，或者是网络问题，或者是服务器网络设定等等，但是... 没有人指出具体的解决方案，&gt;&lt;img src =&quot;http://blog.csdn.net/cm4ever/aggbug/572530.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 07 Jan 2006 08:56:00 +0800</pubDate><author>cm4ever</author><comments>http://blog.csdn.net/cm4ever/archive/2006/01/07/572530.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cm4ever/archive/2006/01/07/572530.aspx</guid><dc:creator>cm4ever</dc:creator></item><item><title>Shark流程跳转的设计</title><link>http://blog.csdn.net/cm4ever/archive/2005/12/06/544587.aspx</link><wfw:comment>http://blog.csdn.net/cm4ever/comments/544587.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/cm4ever/comments/commentRss/544587.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=544587</trackback:ping><description>本文只是一个笔记，是我在论坛中的回复的原版复制，所以没多大价值。没事干的话可以看看。&lt;img src =&quot;http://blog.csdn.net/cm4ever/aggbug/544587.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 06 Dec 2005 17:56:00 +0800</pubDate><author>cm4ever</author><comments>http://blog.csdn.net/cm4ever/archive/2005/12/06/544587.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cm4ever/archive/2005/12/06/544587.aspx</guid><dc:creator>cm4ever</dc:creator></item><item><title>用工作流引擎实现工作管理项目(Shark+JaWE+Tomcat)</title><link>http://blog.csdn.net/cm4ever/archive/2005/12/05/544386.aspx</link><wfw:comment>http://blog.csdn.net/cm4ever/comments/544386.aspx</wfw:comment><slash:comments>14</slash:comments><wfw:commentRss>http://blog.csdn.net/cm4ever/comments/commentRss/544386.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=544386</trackback:ping><description>看论坛上大把初学者老是在疑惑应该如何用引擎写出引擎驱动的管理项目，所以写此文档。&lt;img src =&quot;http://blog.csdn.net/cm4ever/aggbug/544386.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 06 Dec 2005 05:32:00 +0800</pubDate><author>cm4ever</author><comments>http://blog.csdn.net/cm4ever/archive/2005/12/05/544386.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cm4ever/archive/2005/12/05/544386.aspx</guid><dc:creator>cm4ever</dc:creator></item><item><title>Shark中xml-object映射的设计</title><link>http://blog.csdn.net/cm4ever/archive/2005/12/01/541395.aspx</link><wfw:comment>http://blog.csdn.net/cm4ever/comments/541395.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/cm4ever/comments/commentRss/541395.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=541395</trackback:ping><description>工作流引擎Shark和JaWE所使用的xml-object映射的设计&lt;img src =&quot;http://blog.csdn.net/cm4ever/aggbug/541395.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 02 Dec 2005 01:35:00 +0800</pubDate><author>cm4ever</author><comments>http://blog.csdn.net/cm4ever/archive/2005/12/01/541395.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cm4ever/archive/2005/12/01/541395.aspx</guid><dc:creator>cm4ever</dc:creator></item></channel></rss>