<?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/ejunnet" type="application/rss+xml" ref="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/ejunnet" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 24 Jul 2007 17:18:00 GMT</lastBuildDate><title>程序人生</title><description>从小霸王学习机开始, 踏上我的程序人生！</description><link>http://blog.csdn.net/ejunnet/</link><item><title>线程中使用数据源的问题</title><link>http://blog.csdn.net/ejunnet/archive/2007/07/24/1705510.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1705510.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1705510.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1705510</trackback:ping><description>最近写了一个线程专门负责到数据库中读取数据(使用数据源), 但是怎么写都找不到数据源,总是报错:Name   comp/env/jdbc   not   found   in   context   &quot;java:&quot;.    查了很多资料最后才发现在web容器中无法通过线程调用数据源!web容器中自己启动的线程脱离了容器的管理，   自然也就不能应用容器管理的特性了！   所以强烈建议您不要在web容器中使用线程.我所用的服务器是websphere ,其它服务器上没测试过!!!!!!!!!&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1705510.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Jul 2007 01:18:00 +0800</pubDate><author>赵昌峻</author><comments>http://blog.csdn.net/ejunnet/archive/2007/07/24/1705510.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2007/07/24/1705510.aspx</guid><dc:creator>赵昌峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2007/07/24/1705510.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748363/1195641</fs:itemid></item><item><title>JavaScript教程系列之----DOM基础</title><link>http://blog.csdn.net/ejunnet/archive/2007/04/20/1571859.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1571859.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1571859.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1571859</trackback:ping><description>DOM是HTML和XML的应用程序接口（API）。DOM把整个页面规划成由节点层级构成的文档。HTML或XML页面的每个部分都是一个节点的衍生物。
&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1571859.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 20 Apr 2007 16:31:00 +0800</pubDate><author>赵昌峻</author><comments>http://blog.csdn.net/ejunnet/archive/2007/04/20/1571859.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2007/04/20/1571859.aspx</guid><dc:creator>赵昌峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2007/04/20/1571859.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748364/1195641</fs:itemid></item><item><title>JavaScript教程系列之----基础 VS BOM</title><link>http://blog.csdn.net/ejunnet/archive/2007/03/10/1525945.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1525945.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1525945.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1525945</trackback:ping><description>JavaScript教程系列是本人在给学生上课的过程中总结的一点点东西,特别适合有java基础的学习者.请大家多多指教!  文档中的图片无法上传!sorry!需要完整word文档的可以给我发邮件:zhaochj@126.com

JavaScript 常被人们认为是编程语言中无足轻重的一员。这种观点的形成可以“归功”于其开发工具、复杂且不一致的面向 HTML 页面的文档对象模型以及不一致的浏览器实现。但 JavaScript 绝对不仅仅是一个玩具这么简单。几乎每个 Web 开发人员都曾有过诅咒 JavaScript 的经历。这个备受争议的语言受累于其复杂的称为文档对象模型 (DOM)的编程模型、糟糕的实现和调试工具以及不一致的浏览器实现。直到最近，很多开发人员还认为 Javascript 从最好的方面说是无可避免之灾祸，从最坏的方面说不过是一种玩具罢了。 

然而 JavaScript 现在开始日益重要起来，而且成为了广泛应用于 Web 开发的脚本语言。JavaScript 的复苏使一些业界领袖人物也不得不开始重新审视这种编程语言。诸如 Ajax (Asynchronous J&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1525945.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 11 Mar 2007 03:04:00 +0800</pubDate><author>赵昌峻</author><comments>http://blog.csdn.net/ejunnet/archive/2007/03/10/1525945.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2007/03/10/1525945.aspx</guid><dc:creator>赵昌峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2007/03/10/1525945.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748365/1195641</fs:itemid></item><item><title>Jbuilder2007吓坏了我这个无知的少年</title><link>http://blog.csdn.net/ejunnet/archive/2007/01/20/1488243.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1488243.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1488243.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1488243</trackback:ping><description>今天下载了Jbuilder2007,当我安装完打开一看,晕倒了!



半小时后醒来, 唯一让我感到一点安慰的是我选择了eclipse作为我的开发工具,要不然我可能会因为jbuilder的变化一睡不醒.

Jbuilder2007仅是在eclipse上安装了一些Borland所设计的Eclipse插件,我想这只能让Jbuilder用户转向eclipse.

形势很明朗, 因为Jbuilder2007的出现, eclipse作为java开发首选IDE的地位将会得到很大提升.目前已经没有任何一个IDE能和eclipse抗衡，也许NetBeans、Intelij Idea会成长起来！但那时的我们可能已经老了！没有能力去尝试新的IDE。
&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1488243.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 20 Jan 2007 17:50:00 +0800</pubDate><author>赵昌峻</author><comments>http://blog.csdn.net/ejunnet/archive/2007/01/20/1488243.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2007/01/20/1488243.aspx</guid><dc:creator>赵昌峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2007/01/20/1488243.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748366/1195641</fs:itemid></item><item><title>《GWT快速开发》</title><link>http://blog.csdn.net/ejunnet/archive/2007/01/08/1477452.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1477452.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1477452.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1477452</trackback:ping><description>学习GWT时间不长，最近整理了一下，想写本书，不知道会不会有人看， 内容不会太多，只是通过本书，希望您能够了解一些GWT的基本知识、常用的用户界面组件、远程方法调用等。并能够搭建GWT开发环境，实现GWT的快速开发。内容主要包括以下几个方面：

GWT入门（介绍一些GWT的基本知识）

常用UI组件（开发过程中经常用的一些UI组件）

远程方法调用RCP（GWT核心思想）

GWT其它组件简介

开发实战（一个小应用程序的开发过程）

以前没写过书，现在正在努力，希望这本书能早日和大家见面！请给我一点支持吧！！希望我能坚持到最后！！

每写完一部份我会在博客中发出来给大家看一下，给我提一些建议！&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1477452.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 09 Jan 2007 03:24:00 +0800</pubDate><author>赵昌峻</author><comments>http://blog.csdn.net/ejunnet/archive/2007/01/08/1477452.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2007/01/08/1477452.aspx</guid><dc:creator>赵昌峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2007/01/08/1477452.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748367/1195641</fs:itemid></item><item><title>在tomcat5.0中部署gwt程序</title><link>http://blog.csdn.net/ejunnet/archive/2006/12/22/1454217.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1454217.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1454217.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1454217</trackback:ping><description>Google Web Toolkit 开源了，做了一个gwt项目测试了一下，把项目部署到tomcat中时遇到了不少问题，但用了两个多小时还是搞定了，下面是配置过程的一点点总结，希望对各位有点用！

1、用解压软件将gwt-user.jar解压，删除javax包下的所有东西。然后再压缩成gwt-user.rar后改扩展名为jar. 将其放到你的应用程序目录WEB-INF/lib下。

2、修改WEB-INF/web.xml文件，将YourApp.gwt.xml里的servlet按正常的方法写到web.xml文件里。

3、修改源程序中所有servlet引用改为web.xml 文件中对应的配置。用YourApp-compile.cmd编译应用程序。

4、将YourApp-compile.cmd 编译好的所有.class文件放到WEB-INF/class目录下。

5、将YourApp-compile.cmd 编译好的www目录下的所有.html .xml .js等文件复制到你的应用程序根目录下。

OK，重新启动tomcat,测试一下，如果不好使的话用一样的思路改&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1454217.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 23 Dec 2006 04:50:00 +0800</pubDate><author>赵昌峻</author><comments>http://blog.csdn.net/ejunnet/archive/2006/12/22/1454217.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2006/12/22/1454217.aspx</guid><dc:creator>赵昌峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2006/12/22/1454217.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748368/1195641</fs:itemid></item><item><title>Ajax中文乱码解决方案</title><link>http://blog.csdn.net/ejunnet/archive/2006/11/29/1420801.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1420801.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1420801.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1420801</trackback:ping><description>在用XMLHttpRequest发送请求时如用post方式传送数据,容易出现中文乱码问题!
在Ajax中,默认的编码方式是UTF-8,所以在服务器端用request.setCharacterEncoding(&quot;UTF-8&quot;);(对于java言,其它语言可能类似方法)设置编码即可解决大部份的编码问题!

 对于服务器端返回的XML文件在用responseXML读取时也要注意编码问题!

以下是正确的处理方法：

response.setCharacterEncoding(&quot;UTF-8&quot;);-----(1)
PrintWriter out=response.getWriter();------(2)
out.println(&quot;返回内容&quot;);

如上所示,如果1、2的先后顺序发生变化就会产生乱码！
&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1420801.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 30 Nov 2006 04:49:00 +0800</pubDate><author>赵昌峻</author><comments>http://blog.csdn.net/ejunnet/archive/2006/11/29/1420801.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2006/11/29/1420801.aspx</guid><dc:creator>赵昌峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2006/11/29/1420801.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748369/1195641</fs:itemid></item><item><title>中国移动业务管理系统(struts+spring+hibernate)源码</title><link>http://blog.csdn.net/ejunnet/archive/2006/11/05/1368248.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1368248.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1368248.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1368248</trackback:ping><description>本系统采用struts+spring+hibernate架构，重在讲述三者结合在一起的应用开发，所有源程序都有详细的注释，供入门者学生参考，未经作者允许不得用于商业用途，只能用于教学或个人学习。
程序只是整个系统中的一个模块，用于和各位程序爱好者交流之用。&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1368248.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 06 Nov 2006 04:39:00 +0800</pubDate><author>赵昌峻</author><comments>http://blog.csdn.net/ejunnet/archive/2006/11/05/1368248.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2006/11/05/1368248.aspx</guid><dc:creator>赵昌峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2006/11/05/1368248.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748370/1195641</fs:itemid></item><item><title>spring处理业务示例(源码)</title><link>http://blog.csdn.net/ejunnet/archive/2006/10/16/1337200.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1337200.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1337200.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1337200</trackback:ping><description>用spring写的一个模仿&quot;手机充值+查话费+销户&quot;的一个小例子,供spring入门者参考. 

三层结构: 

表现层(view) +业务层(business)+数据访问层(dao)

&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1337200.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 17 Oct 2006 04:01:00 +0800</pubDate><author>峻</author><comments>http://blog.csdn.net/ejunnet/archive/2006/10/16/1337200.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2006/10/16/1337200.aspx</guid><dc:creator>峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2006/10/16/1337200.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748371/1195641</fs:itemid></item><item><title>用hibernate实现数据库底层分页</title><link>http://blog.csdn.net/ejunnet/archive/2006/10/05/1321745.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1321745.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1321745.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1321745</trackback:ping><description>1、创建SessionFactory,为了减轻服务器负担,保证一个应用中仅生成一个SessionFactory即可.

。。。。。。。。。。&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1321745.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Oct 2006 00:52:00 +0800</pubDate><author>峻</author><comments>http://blog.csdn.net/ejunnet/archive/2006/10/05/1321745.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2006/10/05/1321745.aspx</guid><dc:creator>峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2006/10/05/1321745.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748372/1195641</fs:itemid></item><item><title>Windows 2000 网络服务器安装完全手册</title><link>http://blog.csdn.net/ejunnet/archive/2006/09/13/1218372.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1218372.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1218372.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1218372</trackback:ping><description>首先，我们做如下假设：在一个120G硬盘、P4 2.4G、内存512M的计算机系统内安装Win2000 Server（或者是：Win2000 Advanced Server）： 
重新分区：C盘（系统区8G），D盘（备份和基本数据区：7G），E盘（数据区：剩余空间，主要用于存放网站的数据）．以后系统万一有问题，可以只格式化C盘并重装系统，然后通过D盘安装其它系统．我们建议：有些有客户资料的信息的系统如Serv-U，iMail等最好放在D盘，这样即使重装系统，也不至于丢失数据． 

安装Win2000 Server：整个安装过程比较简单，在此不赘述．但有一点必须强调：在安装系统软件的时候一定要安装：终端服务．其中，安装终端服务的目的是将来能够远程控制这台服务器．此外，有的客户可能需要Media Server，建议也装上．当然，这些服务以后都可以重装，但毕竟以后服务器安装起来比较麻烦． 

&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1218372.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 14 Sep 2006 01:26:00 +0800</pubDate><author>峻</author><comments>http://blog.csdn.net/ejunnet/archive/2006/09/13/1218372.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2006/09/13/1218372.aspx</guid><dc:creator>峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2006/09/13/1218372.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748373/1195641</fs:itemid></item><item><title>JAVA程序员面试32问</title><link>http://blog.csdn.net/ejunnet/archive/2006/08/31/1147306.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1147306.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1147306.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1147306</trackback:ping><description>第一，谈谈final, finally, finalize的区别。 
final 修饰符（关键字）如果一个类被声明为final，意味着它不能再派生出新的子类，不能作为父类被继承。因此一个类不能既被声明为 abstract的，又被声明为final的。将变量或方法声明为final，可以保证它们在使用中不被改变。被声明为final的变量必须在声明时给定初值，而在以后的引用中只能读取，不可修改。被声明为final的方法也同样只能使用，不能重载………………
&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1147306.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 31 Aug 2006 16:11:00 +0800</pubDate><author>峻</author><comments>http://blog.csdn.net/ejunnet/archive/2006/08/31/1147306.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2006/08/31/1147306.aspx</guid><dc:creator>峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2006/08/31/1147306.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748374/1195641</fs:itemid></item><item><title>学习java的几本好书!</title><link>http://blog.csdn.net/ejunnet/archive/2006/08/31/1147260.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1147260.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1147260.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1147260</trackback:ping><description>Java语言计算机科学与程序设计 国外引进的java经典教材，对每一个细节都讲得很细腻，通俗易懂！比国内的教材好多了。这本书翻译也做得不错。
《struts in action》全面学习struts架构，很多程序员的最佳选择，建议原版的，翻译做的不是太好！
Spring技术手册  台湾技术作家林信良老师最新力作，长期列台湾天珑书局畅销排行榜。

&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1147260.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 31 Aug 2006 15:55:00 +0800</pubDate><author>峻</author><comments>http://blog.csdn.net/ejunnet/archive/2006/08/31/1147260.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2006/08/31/1147260.aspx</guid><dc:creator>峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2006/08/31/1147260.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748375/1195641</fs:itemid></item><item><title>小项目中用MVC之感！！</title><link>http://blog.csdn.net/ejunnet/archive/2006/08/24/1110918.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/1110918.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/1110918.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1110918</trackback:ping><description>对于比较小的项目, 不要考虑得太复杂, 简单、高效完成就可以，除非有特殊的技术要求！
&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/1110918.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 24 Aug 2006 16:14:00 +0800</pubDate><author>峻</author><comments>http://blog.csdn.net/ejunnet/archive/2006/08/24/1110918.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2006/08/24/1110918.aspx</guid><dc:creator>峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2006/08/24/1110918.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748376/1195641</fs:itemid></item><item><title>从C语言到java！</title><link>http://blog.csdn.net/ejunnet/archive/2006/07/10/899355.aspx</link><wfw:comment>http://blog.csdn.net/ejunnet/comments/899355.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ejunnet/comments/commentRss/899355.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=899355</trackback:ping><description>没有了c语言的point，不用老想着申请内存空间、释放内存！一切............&lt;img src =&quot;http://blog.csdn.net/ejunnet/aggbug/899355.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 10 Jul 2006 21:34:00 +0800</pubDate><author>峻</author><comments>http://blog.csdn.net/ejunnet/archive/2006/07/10/899355.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ejunnet/archive/2006/07/10/899355.aspx</guid><dc:creator>峻</dc:creator><fs:srclink>http://blog.csdn.net/ejunnet/archive/2006/07/10/899355.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ejunnet/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/ejunnet/~1195663/35748377/1195641</fs:itemid></item></channel></rss>