<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>Solaris_navi Tech Space</title><link>http://blog.csdn.net/solaris_navi/</link><description>Skills, Science and Technologies</description><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 12 Oct 2008 13:41:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>田野</dc:creator><title>Poisoned Reverse</title><link>http://blog.csdn.net/solaris_navi/archive/2008/10/12/3063056.aspx</link><pubDate>Sun, 12 Oct 2008 13:34:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/10/12/3063056.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/3063056.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/10/12/3063056.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/3063056.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3063056</trackback:ping><description>模拟Poisoned Reverse&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/3063056.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>田野</dc:creator><title>Dijkstra算法</title><link>http://blog.csdn.net/solaris_navi/archive/2008/10/06/3019576.aspx</link><pubDate>Mon, 06 Oct 2008 04:30:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/10/06/3019576.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/3019576.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/10/06/3019576.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/3019576.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3019576</trackback:ping><description>Dijkstra算法&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/3019576.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>田野</dc:creator><title>VB函数</title><link>http://blog.csdn.net/solaris_navi/archive/2008/09/19/2951622.aspx</link><pubDate>Fri, 19 Sep 2008 13:19:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/09/19/2951622.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/2951622.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/09/19/2951622.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/2951622.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2951622</trackback:ping><description>VB函数大全&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/2951622.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>田野</dc:creator><title>C FILE操作</title><link>http://blog.csdn.net/solaris_navi/archive/2008/09/17/2942229.aspx</link><pubDate>Wed, 17 Sep 2008 13:39:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/09/17/2942229.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/2942229.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/09/17/2942229.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/2942229.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2942229</trackback:ping><description>文件的基本概念&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/2942229.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>田野</dc:creator><title>使用Java控制UDP协议</title><link>http://blog.csdn.net/solaris_navi/archive/2008/09/16/2936027.aspx</link><pubDate>Tue, 16 Sep 2008 13:25:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/09/16/2936027.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/2936027.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/09/16/2936027.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/2936027.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2936027</trackback:ping><description>&lt;b&gt;什么是UDP协议&lt;/b&gt; &lt;br&gt;&lt;br&gt;　　UDP协议的全称是用户数据报，在网络中它与TCP协议一样用于处理数据包。在OSI模型中，在第四层——传输层，处于IP协议的上一层。 UDP有不提供数据报分组、组装和不能对数据包的排序的缺点，也就是说，当报文发送之后，是无法得知其是否安全完整到达的。 &lt;br&gt;&lt;br&gt;　　&lt;b&gt;为什么要使用UDP&lt;/b&gt;&lt;br&gt;&lt;br&gt;　
　在选择使用协议的时候，选择UDP必须要谨慎。在网络质量令人不十分满意的环境下，UDP协议数据包丢失会比较严重。但是由于UDP的特性：它不属于连
接型协议，因而具有资源消耗小，处理速度快的优点，所以通常音频、视频和普通数据在传送时使用UDP较多，因为它们即使偶尔丢失一两个数据包，也不会对接
收结果产生太大影响。比如我们聊天用的ICQ和OICQ就是使用的UDP协议。 &lt;br&gt;&lt;br&gt;　　&lt;b&gt;在Java中操纵UDP&lt;/b&gt;&lt;br&gt;&lt;br&gt;　　使用位于JDK中Java.net包下的DatagramSocket和DatagramPacket类，可以非常方便地控制用户数据报文。 &lt;br&gt;&lt;br&gt;　　在描述它们之前，必须了&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/2936027.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>田野</dc:creator><title>代码页(CodePage)列表</title><link>http://blog.csdn.net/solaris_navi/archive/2008/09/11/2912718.aspx</link><pubDate>Thu, 11 Sep 2008 11:41:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/09/11/2912718.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/2912718.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/09/11/2912718.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/2912718.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2912718</trackback:ping><description>代码页(CodePage)列表&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/2912718.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>田野</dc:creator><title>Critical Functional Bug on cannot rebuild files which the updates files do not exist was fixed.</title><link>http://blog.csdn.net/solaris_navi/archive/2008/09/02/2864857.aspx</link><pubDate>Tue, 02 Sep 2008 09:59:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/09/02/2864857.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/2864857.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/09/02/2864857.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/2864857.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2864857</trackback:ping><description>Functional Bug fixed.&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/2864857.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>田野</dc:creator><title>Transol codeName Mercury</title><link>http://blog.csdn.net/solaris_navi/archive/2008/08/31/2856606.aspx</link><pubDate>Sun, 31 Aug 2008 18:45:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/08/31/2856606.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/2856606.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/08/31/2856606.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/2856606.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2856606</trackback:ping><description>Transol is a SWL tools set that makes SWL work more easier and more effectively, and also helps build up a connection between SWLE and Translators. It's under design, now.&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/2856606.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>田野</dc:creator><title>native2ascii encoding table</title><link>http://blog.csdn.net/solaris_navi/archive/2008/08/28/2844621.aspx</link><pubDate>Thu, 28 Aug 2008 16:51:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/08/28/2844621.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/2844621.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/08/28/2844621.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/2844621.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2844621</trackback:ping><description>native2ascii 编码表&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/2844621.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>田野</dc:creator><title>解决Java Socket中POST No Response 的BUG</title><link>http://blog.csdn.net/solaris_navi/archive/2008/08/25/2827976.aspx</link><pubDate>Mon, 25 Aug 2008 15:59:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/08/25/2827976.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/2827976.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/08/25/2827976.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/2827976.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2827976</trackback:ping><description>解决Java Socket中POST No Response 的BUG&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/2827976.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>田野</dc:creator><title>HTTP头部详解及使用Java套接字处理HTTP请求</title><link>http://blog.csdn.net/solaris_navi/archive/2008/08/24/2824489.aspx</link><pubDate>Sun, 24 Aug 2008 20:02:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/08/24/2824489.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/2824489.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/08/24/2824489.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/2824489.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2824489</trackback:ping><description>&lt;p class="g_w_100 g_t_wrap g_t_center g_t_bold g_t_24 g_c_pdin c07" id="blogtitle_fks_084068085084082067086082082095086095080068081080080"&gt;HTTP头部详解及使用Java套接字处理HTTP请求 &lt;/p&gt;
   	
	
		
		   &lt;p style="text-indent: 2em;"&gt;进
行Web开发关键是要了解超文本传输协议（HTTP），该协议用来传输网页图像以及因特网上在浏览器与服务器间传输的其他类型文件只要你在浏览器上输入一
个URL，最前面的http://就表示使用HTTP来访问指定位置的信息（大部分浏览器还支持其他一些不同的协议，其中FTP就是一个典型例子）&lt;/p&gt;
&lt;p style="text-indent: 2em;"&gt;本文从HTTP协议的结构上初步探讨HTTP协议的工作原理和请求响应格式,并最后通过一个使用Java编写的小HTTP服务器验证了如何处理和响应HTTP请求&lt;/p&gt;
&lt;p style="text-ind&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/2824489.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>田野</dc:creator><title>寻找系统中端口与进程之间的关联 </title><link>http://blog.csdn.net/solaris_navi/archive/2008/08/20/2803248.aspx</link><pubDate>Wed, 20 Aug 2008 19:01:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/08/20/2803248.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/2803248.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/08/20/2803248.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/2803248.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2803248</trackback:ping><description>寻找系统中端口与进程之间的关联 &lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/2803248.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>田野</dc:creator><title>标准VBS控制Word </title><link>http://blog.csdn.net/solaris_navi/archive/2008/08/19/2796971.aspx</link><pubDate>Tue, 19 Aug 2008 17:10:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/08/19/2796971.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/2796971.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/08/19/2796971.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/2796971.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2796971</trackback:ping><description>&lt;h2&gt;标准VBS控制Word&lt;/h2&gt;
						
						
																											&lt;div id="postmessage_256345" class="t_msgfont"&gt;'感觉本论坛还没有关于用&lt;span href="http://bbs.vrbrothers.com/tag.php?name=VBS" onclick="tagshow(event)" class="t_tag"&gt;VBS&lt;/span&gt;操作Word的帖子其实&lt;span href="http://bbs.vrbrothers.com/tag.php?name=VBS" onclick="tagshow(event)" class="t_tag"&gt;VBS&lt;/span&gt;能很轻松的来操作WORD&lt;br&gt;
'注意需要安装微软的WORD才可以正常使用&lt;br&gt;
welText="本&lt;span href="http://bbs.vrbrothers.com/tag.php?name=%BD%C5%B1%BE" onclick="tagshow(event)" class="t_t&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/2796971.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>solaris_navi</dc:creator><title>char -- ascii</title><link>http://blog.csdn.net/solaris_navi/archive/2008/08/19/2796522.aspx</link><pubDate>Tue, 19 Aug 2008 16:08:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/08/19/2796522.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/2796522.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/08/19/2796522.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/2796522.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2796522</trackback:ping><description>键盘按键的ascii&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/2796522.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>solaris_navi</dc:creator><title>清除缓存</title><link>http://blog.csdn.net/solaris_navi/archive/2008/08/07/2781801.aspx</link><pubDate>Thu, 07 Aug 2008 13:10:00 GMT</pubDate><guid>http://blog.csdn.net/solaris_navi/archive/2008/08/07/2781801.aspx</guid><wfw:comment>http://blog.csdn.net/solaris_navi/comments/2781801.aspx</wfw:comment><comments>http://blog.csdn.net/solaris_navi/archive/2008/08/07/2781801.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/solaris_navi/comments/commentRss/2781801.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2781801</trackback:ping><description>&lt;div id="art" width="100%" style="margin: 15px;"&gt;
&lt;div&gt;HTM网页 &lt;br&gt;&amp;lt;META HTTP-EQUIV="pragma" CONTENT="no-cache"&amp;gt; &lt;br&gt;&amp;lt;META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate"&amp;gt; &lt;br&gt;&amp;lt;META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT"&amp;gt; &lt;br&gt;或者&amp;lt;META HTTP-EQUIV="expires" CONTENT="0"&amp;gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;ASP网页 &lt;br&gt;Response.Expires = -1 &lt;br&gt;Response.ExpiresAbsolute = Now() - 1 &lt;br&gt;Response.cachecontrol = "no-cache"&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;b style="color: black; back&lt;img src ="http://blog.csdn.net/solaris_navi/aggbug/2781801.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>