<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_数码民工</title><subtitle type="text">生活只有在平淡无味的人看来才是空虚而平淡无味的。 —— 车尔尼雪夫斯基</subtitle><id>http://feed.cnblogs.com/blog/u/5671/rss</id><updated>2010-11-26T01:16:51Z</updated><author><name>数码民工</name><uri>http://www.cnblogs.com/maxpain/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxpain/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/5671/rss"/><entry><id>http://www.cnblogs.com/maxpain/archive/2006/06/09/421424.html</id><title type="text">Jabber 技  术  概  况 [收藏]</title><summary type="text">Jabber 技 术 概 况Jabber即时通信系统服务整体框架的概述1、Jabber技术概述 本文档包括以下内容：? Introduction 简介? Foundations 基本知识? High-Level Server Architecture高阶服务体系? Basic Message Flow基本信息流程? Authentication 鉴定? Jabber Session Manager...</summary><published>2006-06-09T03:05:00Z</published><updated>2006-06-09T03:05:00Z</updated><author><name>数码民工</name><uri>http://www.cnblogs.com/maxpain/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxpain/archive/2006/06/09/421424.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxpain/archive/2006/06/09/421424.html"/></entry><entry><id>http://www.cnblogs.com/maxpain/archive/2006/04/06/368285.html</id><title type="text">《战争之王》--如何让其他11个人也有枪</title><summary type="text">看到导演和演员列表我就决定要看这部片子了，导演中的怪才安德鲁.尼科和演员中的天才尼古拉斯.凯奇。尼古拉斯.凯奇，我很喜欢这个家伙，他的许多动作片都堪称经典，不过在他塑造的众多角色我更加喜欢小聪明的角色，比如《火柴人》，还有这部片子。至于导演安德鲁可是导过《楚门的世界》。 &amp;#8220;全世界一共有5亿零五万支军火，那就是说每12个人就有1支枪 唯一的问题是，我们如何让其他11个人也有枪&amp;#8221...</summary><published>2006-04-06T05:26:00Z</published><updated>2006-04-06T05:26:00Z</updated><author><name>数码民工</name><uri>http://www.cnblogs.com/maxpain/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxpain/archive/2006/04/06/368285.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxpain/archive/2006/04/06/368285.html"/></entry><entry><id>http://www.cnblogs.com/maxpain/archive/2005/07/07/188139.html</id><title type="text">2005年的第一场暴力--《最恶都市》</title><summary type="text">对《罪恶之城》的期待，几乎类似于对这个春天干涸的北美票房榜上第一场雨的盼望。熟悉这位顽童般的拉丁裔导演罗伯特&amp;#183;罗德里格兹的影迷会知道，他和去年制造《杀死比尔》的昆汀&amp;#183;塔伦蒂诺一样，醉心于出产cult电影；而早早现身影院和电视广告的预告片里面，黑白影像的另类和人物的狂放被放大到了极致，会让我们认为，这又是一部风格先行的 电影：一如好玩的《特工小子》，一如浪漫火爆的《杀人三部曲》和...</summary><published>2005-07-07T13:14:00Z</published><updated>2005-07-07T13:14:00Z</updated><author><name>数码民工</name><uri>http://www.cnblogs.com/maxpain/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxpain/archive/2005/07/07/188139.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxpain/archive/2005/07/07/188139.html"/></entry><entry><id>http://www.cnblogs.com/maxpain/archive/2005/07/03/185394.html</id><title type="text">appfuse中集成valuelist</title><summary type="text">将valuelist.jar加入lib中在appfuse\lib\lib.properties中添加如下内容：## ValueList#valuelist.version=0.1.7valuelist.dir=${lib.dir}valuelist.jar=${valuelist.dir}/valuelist.jar将properties.xml中添加：&amp;lt;!-- Web --&amp;gt;&amp;lt;...</summary><published>2005-07-03T04:16:00Z</published><updated>2005-07-03T04:16:00Z</updated><author><name>数码民工</name><uri>http://www.cnblogs.com/maxpain/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxpain/archive/2005/07/03/185394.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxpain/archive/2005/07/03/185394.html"/></entry><entry><id>http://www.cnblogs.com/maxpain/archive/2005/06/15/174750.html</id><title type="text">揭开极端编程的神秘面纱: 测试驱动的编程</title><summary type="text">通过在编写代码之前编写测试使一切简单最近 50 年来，测试一直被视为项目结束时要做的事。当然，可以在项目进行之中结合测试，测试通常并不是在 所有编码工作结束后才开始，而是一般在稍后阶段进行测试。然而，XP 的提倡者建议完全逆转这个模型。作为一名程序员，应该在编写代码 之前编写测试，然后只编写足以让测试通过的代码即可。这样做将有助于使您的系统尽可能的简单。 先编写测试XP 涉及两种测试： 程序员测试...</summary><published>2005-06-15T03:09:00Z</published><updated>2005-06-15T03:09:00Z</updated><author><name>数码民工</name><uri>http://www.cnblogs.com/maxpain/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxpain/archive/2005/06/15/174750.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxpain/archive/2005/06/15/174750.html"/></entry><entry><id>http://www.cnblogs.com/maxpain/archive/2005/06/15/174746.html</id><title type="text">揭开极端编程的神秘面纱: 工作的首选（XP)工具</title><summary type="text">做java很多年了，其间也遇到不少人问我为什么java开发成本高，而且效率低。呵呵，我只能告诉他们是你们的开发模式和组织形式上有问题。这里有一些文章，其中对极限编程做了较好的表述。作为一个入门的了解还是很有帮助的。选择最好的工具来帮助团队适当实施XPRoy W. MillerSoftware Developer, RoleModel Software, Inc.2003 年 7 月 31 日希望尝...</summary><published>2005-06-15T03:04:00Z</published><updated>2005-06-15T03:04:00Z</updated><author><name>数码民工</name><uri>http://www.cnblogs.com/maxpain/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxpain/archive/2005/06/15/174746.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxpain/archive/2005/06/15/174746.html"/></entry><entry><id>http://www.cnblogs.com/maxpain/archive/2005/06/10/171729.html</id><title type="text">hibernate3的中文查询问题</title><summary type="text">hibernate当中使用hql进行查询的时候，如果参数是中文，这hql打印为乱码。以前从来没有遇到过的问题，郁闷。经过无数次的尝试之后都无法解决，查找资料突然发现这个hibernate3的一个bug。在hibernate3当中使用antlr来解析hql，估计是这个的问题。解决方法为：1、采用占位符，然后setString2、将 hibernate.query.factory_class 属性设置...</summary><published>2005-06-10T03:31:00Z</published><updated>2005-06-10T03:31:00Z</updated><author><name>数码民工</name><uri>http://www.cnblogs.com/maxpain/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxpain/archive/2005/06/10/171729.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxpain/archive/2005/06/10/171729.html"/></entry><entry><id>http://www.cnblogs.com/maxpain/archive/2005/06/05/168369.html</id><title type="text">[转]AppFuse中的SiteMesh问题</title><summary type="text">http://www.blogbus.com/public/tb.php/1216085因为AppFuse中使用的默认的JSP模板为SiteMesh，默认情况下，所有的请求都会被SiteMesh所装饰，所以我要实现点击文件链接，直接下载文件时却得不到正确格式的文件，得到的是一个html文件，即使制定了下载文件的类型：如：application/msexcel或者其他的类型都不行，我分析是因为，我首...</summary><published>2005-06-05T09:37:00Z</published><updated>2005-06-05T09:37:00Z</updated><author><name>数码民工</name><uri>http://www.cnblogs.com/maxpain/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxpain/archive/2005/06/05/168369.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxpain/archive/2005/06/05/168369.html"/></entry><entry><id>http://www.cnblogs.com/maxpain/archive/2005/06/05/168367.html</id><title type="text">[转]AppFuse中使用Oracle需要注意的问题</title><summary type="text">http://www.blogbus.com/public/tb.php/1216089 Oracle9i带的JRE为1.3,而且安装后会占据环境变量path的第一项，解决办法是将这项移到path的最后一项。如果使用DBUnit向Oracle中添加数据，如果你的用户的权限是DBA，并且在不同的用户下有同名的表，则DBUnit会不知道该向那个表插入，只要将用户权限降低就行了，另外还要注意有外键的表的...</summary><published>2005-06-05T09:35:00Z</published><updated>2005-06-05T09:35:00Z</updated><author><name>数码民工</name><uri>http://www.cnblogs.com/maxpain/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxpain/archive/2005/06/05/168367.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxpain/archive/2005/06/05/168367.html"/></entry><entry><id>http://www.cnblogs.com/maxpain/archive/2005/06/02/166648.html</id><title type="text">IntelliJ IDEA最佳中文字型設定</title><summary type="text"/><published>2005-06-02T05:10:00Z</published><updated>2005-06-02T05:10:00Z</updated><author><name>数码民工</name><uri>http://www.cnblogs.com/maxpain/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxpain/archive/2005/06/02/166648.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxpain/archive/2005/06/02/166648.html"/></entry></feed>
