<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_理法相容</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/754/rss</id><updated>2006-08-10T03:55:43Z</updated><author><name>muddle</name><uri>http://www.cnblogs.com/muddle/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/muddle/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/754/rss"/><entry><id>http://www.cnblogs.com/muddle/archive/2006/08/10/473100.html</id><title type="text">cobertura 和tomcat如何集成使用</title><summary type="text">注意点 需要Copy cobertura.jar及其LIB到TOMCAT/COMMON/LIB： 只有当TOMCAT关闭的时候，才会写cobertura.ser文件步骤 start up tomcat build war deploy web application web test undeploy shut down coverage report 附build.xml&amp;lt;projectn...</summary><published>2006-08-10T03:40:00Z</published><updated>2006-08-10T03:40:00Z</updated><author><name>muddle</name><uri>http://www.cnblogs.com/muddle/</uri></author><link rel="alternate" href="http://www.cnblogs.com/muddle/archive/2006/08/10/473100.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/muddle/archive/2006/08/10/473100.html"/></entry><entry><id>http://www.cnblogs.com/muddle/archive/2005/12/07/292175.html</id><title type="text">CCnet.config 文件说明</title><summary type="text">Email Publisher &amp;lt;emailfrom="buildmaster@mycompany.com"mailhost="smtp.mycompany.com"includeDetails="TRUE"&amp;gt; &amp;lt;users&amp;gt; &amp;lt;username="BuildGuru"group="buildmaster"address="buildguru@mycompany.co...</summary><published>2005-12-06T16:08:00Z</published><updated>2005-12-06T16:08:00Z</updated><author><name>muddle</name><uri>http://www.cnblogs.com/muddle/</uri></author><link rel="alternate" href="http://www.cnblogs.com/muddle/archive/2005/12/07/292175.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/muddle/archive/2005/12/07/292175.html"/></entry><entry><id>http://www.cnblogs.com/muddle/archive/2005/12/03/290157.html</id><title type="text">CuriseControl's Resource</title><summary type="text">Main PageCruiseControl Configuration toolCuriseControl ClientBest PracticesRun CC as windows service</summary><published>2005-12-03T14:26:00Z</published><updated>2005-12-03T14:26:00Z</updated><author><name>muddle</name><uri>http://www.cnblogs.com/muddle/</uri></author><link rel="alternate" href="http://www.cnblogs.com/muddle/archive/2005/12/03/290157.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/muddle/archive/2005/12/03/290157.html"/></entry><entry><id>http://www.cnblogs.com/muddle/archive/2005/12/01/288840.html</id><title type="text">What is Curise Control?</title><summary type="text">CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to v...</summary><published>2005-12-01T15:09:00Z</published><updated>2005-12-01T15:09:00Z</updated><author><name>muddle</name><uri>http://www.cnblogs.com/muddle/</uri></author><link rel="alternate" href="http://www.cnblogs.com/muddle/archive/2005/12/01/288840.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/muddle/archive/2005/12/01/288840.html"/></entry><entry><id>http://www.cnblogs.com/muddle/archive/2005/12/01/288837.html</id><title type="text">What is Continuous Integration?</title><summary type="text">Continuous Integration简称CI.CI是软件开发过程中一个非常重要的步骤。 可以自动Compile，Testing, 每天可以运行好多次。它可以帮助开发人员每日集成，从而更早的发现集成问题。</summary><published>2005-12-01T15:06:00Z</published><updated>2005-12-01T15:06:00Z</updated><author><name>muddle</name><uri>http://www.cnblogs.com/muddle/</uri></author><link rel="alternate" href="http://www.cnblogs.com/muddle/archive/2005/12/01/288837.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/muddle/archive/2005/12/01/288837.html"/></entry><entry><id>http://www.cnblogs.com/muddle/archive/2004/08/27/36964.html</id><title type="text">如何利用JMAILAPI发送EMAIL</title><summary type="text">这个示例是带验证的发送程序重要提示: 除了使用JMail, 还要当一个jaf-1_0_2-upd.zip包, 以后下载软件前, 一定要注意阅读文档, 免得浪费时间Mail.java/** Created on 2004/08/25*/package com.csk.dm;import java.io.UnsupportedEncodingException;import java.util.Dat...</summary><published>2004-08-27T03:03:00Z</published><updated>2004-08-27T03:03:00Z</updated><author><name>muddle</name><uri>http://www.cnblogs.com/muddle/</uri></author><link rel="alternate" href="http://www.cnblogs.com/muddle/archive/2004/08/27/36964.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/muddle/archive/2004/08/27/36964.html"/></entry><entry><id>http://www.cnblogs.com/muddle/archive/2004/08/25/36498.html</id><title type="text">在TOMCAT5.0.27 中利用数据链接缓冲池</title><summary type="text">一、把相应的JDBC包放置到TOMCAT安装目录的COMMON/LIB目录中二、TOMCAT的配置文件的内容（以ORACLE， THIN连接为例）&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;&amp;lt;Context docBase="E:/Workspace/toshiba" path="/toshiba" reloadable="true" workDi...</summary><published>2004-08-25T09:51:00Z</published><updated>2004-08-25T09:51:00Z</updated><author><name>muddle</name><uri>http://www.cnblogs.com/muddle/</uri></author><link rel="alternate" href="http://www.cnblogs.com/muddle/archive/2004/08/25/36498.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/muddle/archive/2004/08/25/36498.html"/></entry><entry><id>http://www.cnblogs.com/muddle/archive/2004/07/20/25778.html</id><title type="text">关于自动化编程的考虑</title><summary type="text">经过较长时间工作的积累，我发现曾写过很多类似的代码。现作一些归类1、 数据库的CRUD，很多资料都提过数据层的设计，关于这个方面也已经有了很多产品。这部分的内容可以在很大的程度上采用自动化代码。（后续）2、 软件结构的设计。一般情况下，每一个用例都是由角色激活的。因而，我们可以把激活这样一个动作抽象出一个对象。通过配置文件来决定某一个角色激活哪一个用例。因而这部分的内容我们也可以采用自动化编程，3...</summary><published>2004-07-20T01:49:00Z</published><updated>2004-07-20T01:49:00Z</updated><author><name>muddle</name><uri>http://www.cnblogs.com/muddle/</uri></author><link rel="alternate" href="http://www.cnblogs.com/muddle/archive/2004/07/20/25778.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/muddle/archive/2004/07/20/25778.html"/></entry><entry><id>http://www.cnblogs.com/muddle/archive/2004/07/20/25763.html</id><title type="text">在JAVA中用ANT的一些用法</title><summary type="text">从CVS, VSS, STARTEAM获得文件的一些例子&amp;lt;?xml version="1.0" ?&amp;gt; &amp;lt;project name="MyProject" default="STGetFile" basedir="e:\anttest"&amp;gt;&amp;lt;property name="src" location="${basedir}/src"/&amp;gt;&amp;lt;property nam...</summary><published>2004-07-20T01:16:00Z</published><updated>2004-07-20T01:16:00Z</updated><author><name>muddle</name><uri>http://www.cnblogs.com/muddle/</uri></author><link rel="alternate" href="http://www.cnblogs.com/muddle/archive/2004/07/20/25763.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/muddle/archive/2004/07/20/25763.html"/></entry><entry><id>http://www.cnblogs.com/muddle/archive/2004/04/20/6673.html</id><title type="text">Test-Driven Development In .NET 部分译文</title><summary type="text">原文见Test-Driven Development In .NETTestFixture AttributeTestFixture Attribute说明一个类包含了测试方法。当你为工程中的类加上这个属性时，Test Runner将搜索这个类中的测试方法。下列这段代码描述了这个属性的用法(本文中的所有代码都是用C#写成，但NUnit也支持其它的.Net语言，比如VB.Net。请参见NUnit的相...</summary><published>2004-04-20T05:39:00Z</published><updated>2004-04-20T05:39:00Z</updated><author><name>muddle</name><uri>http://www.cnblogs.com/muddle/</uri></author><link rel="alternate" href="http://www.cnblogs.com/muddle/archive/2004/04/20/6673.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/muddle/archive/2004/04/20/6673.html"/></entry></feed>
