<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>TeffGuo的网志 - JAVA</title><link>http://blog.csdn.net/binghgo/category/117446.aspx</link><description>JAVA</description><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 24 Aug 2005 22:15:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>TeffGuo</dc:creator><title>献给初学者：教您一个压缩归档的实用软件</title><link>http://blog.csdn.net/binghgo/archive/2005/04/28/367347.aspx</link><pubDate>Thu, 28 Apr 2005 23:13:00 GMT</pubDate><guid>http://blog.csdn.net/binghgo/archive/2005/04/28/367347.aspx</guid><wfw:comment>http://blog.csdn.net/binghgo/comments/367347.aspx</wfw:comment><comments>http://blog.csdn.net/binghgo/archive/2005/04/28/367347.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/binghgo/comments/commentRss/367347.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=367347</trackback:ping><description>教您一个压缩归档的实用软件&lt;img src ="http://blog.csdn.net/binghgo/aggbug/367347.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>TeffGuo</dc:creator><title>下载多张图片的小程序 </title><link>http://blog.csdn.net/binghgo/archive/2005/04/28/366397.aspx</link><pubDate>Thu, 28 Apr 2005 12:20:00 GMT</pubDate><guid>http://blog.csdn.net/binghgo/archive/2005/04/28/366397.aspx</guid><wfw:comment>http://blog.csdn.net/binghgo/comments/366397.aspx</wfw:comment><comments>http://blog.csdn.net/binghgo/archive/2005/04/28/366397.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/binghgo/comments/commentRss/366397.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=366397</trackback:ping><description>下载多张图片的小程序&lt;img src ="http://blog.csdn.net/binghgo/aggbug/366397.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>TeffGuo</dc:creator><title>Eclips使用秘技(绝对经典)</title><link>http://blog.csdn.net/binghgo/archive/2005/04/27/365661.aspx</link><pubDate>Wed, 27 Apr 2005 20:23:00 GMT</pubDate><guid>http://blog.csdn.net/binghgo/archive/2005/04/27/365661.aspx</guid><wfw:comment>http://blog.csdn.net/binghgo/comments/365661.aspx</wfw:comment><comments>http://blog.csdn.net/binghgo/archive/2005/04/27/365661.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/binghgo/comments/commentRss/365661.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=365661</trackback:ping><description>本来我都是使用JBuilderX当主力IDE、但使用了Eclipse后 
发现...Eclipse原来也这么好用...渐渐的就爱上了它...... 
Eclipse优点：免费、程序代码排版功能、有中文化包、可增 
设许多功能强大的外挂、支持多种操作系统(Windows、 
Linux、Solaris、Mac OSX)..等等。 &lt;img src ="http://blog.csdn.net/binghgo/aggbug/365661.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>TeffGuo</dc:creator><title>12个最重要的J2EE最佳实践</title><link>http://blog.csdn.net/binghgo/archive/2005/04/25/361860.aspx</link><pubDate>Mon, 25 Apr 2005 11:43:00 GMT</pubDate><guid>http://blog.csdn.net/binghgo/archive/2005/04/25/361860.aspx</guid><wfw:comment>http://blog.csdn.net/binghgo/comments/361860.aspx</wfw:comment><comments>http://blog.csdn.net/binghgo/archive/2005/04/25/361860.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/binghgo/comments/commentRss/361860.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=361860</trackback:ping><description>为了不使问题复杂化，我们就使用——最重要的 12个 J2EE 最佳实践…… &lt;img src ="http://blog.csdn.net/binghgo/aggbug/361860.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>TeffGuo</dc:creator><title>Java 高层网络编程 （GET,POST取得数据）</title><link>http://blog.csdn.net/binghgo/archive/2005/04/24/360924.aspx</link><pubDate>Sun, 24 Apr 2005 17:25:00 GMT</pubDate><guid>http://blog.csdn.net/binghgo/archive/2005/04/24/360924.aspx</guid><wfw:comment>http://blog.csdn.net/binghgo/comments/360924.aspx</wfw:comment><comments>http://blog.csdn.net/binghgo/archive/2005/04/24/360924.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/binghgo/comments/commentRss/360924.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=360924</trackback:ping><description>java.net 包中的类和接口提供了可用于低层和高层网络编程的 API。低层 API 可以让你直接访问网络协议，但是为此你不得不使用低层的 TCP 套接字和 UDP 数据包。高层的 API (如 URL, URLConnection 和 httpURLConnection 等类) 可以使你更快的开发网络应用，却不需要写很多代码。另一篇文章，《Network Programming with J2SE 1.4》会告诉你如何使用低层的套接字进行网络编程。这篇文章的重点则放在如何使用 java.net 包中的高层 API 开发基于 HTTP 的应用程序。&lt;img src ="http://blog.csdn.net/binghgo/aggbug/360924.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>