﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><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>BlogJava-ゞ沉默是金ゞ-最新评论</title><link>http://www.blogjava.net/dashi99/CommentsRSS.aspx</link><description>&lt;div align="center"&gt;
&lt;img height="50" width="200" name="welcome" src="http://www.blogjava.net/images/blogjava_net/majianan/14891/r_5858488902000cu2.gif"/&gt;
&lt;/div&gt;
&lt;br/&gt;
&lt;center&gt;&lt;font size=4 &gt;鱼离不开水,但是没有说不离开哪滴水.&lt;/font&gt;&lt;/center&gt;</description><language>zh-cn</language><pubDate>Mon, 27 Dec 2021 21:02:40 GMT</pubDate><lastBuildDate>Mon, 27 Dec 2021 21:02:40 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: How to Create Client/Server Keystores using Java Keytool</title><link>http://www.blogjava.net/dashi99/archive/2015/01/14/381538.html#422229</link><dc:creator>Freud</dc:creator><author>Freud</author><pubDate>Wed, 14 Jan 2015 09:02:00 GMT</pubDate><guid>http://www.blogjava.net/dashi99/archive/2015/01/14/381538.html#422229</guid><description><![CDATA[Shawn?<img src ="http://www.blogjava.net/dashi99/aggbug/422229.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/dashi99/" target="_blank">Freud</a> 2015-01-14 17:02 <a href="http://www.blogjava.net/dashi99/archive/2015/01/14/381538.html#422229#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: HTTP/1.1 Cache-Control的理解</title><link>http://www.blogjava.net/dashi99/archive/2013/09/20/249207.html#404253</link><dc:creator>marmoglass</dc:creator><author>marmoglass</author><pubDate>Fri, 20 Sep 2013 13:40:00 GMT</pubDate><guid>http://www.blogjava.net/dashi99/archive/2013/09/20/249207.html#404253</guid><description><![CDATA[这是网页代码，还是IIS 代码<img src ="http://www.blogjava.net/dashi99/aggbug/404253.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/dashi99/" target="_blank">marmoglass</a> 2013-09-20 21:40 <a href="http://www.blogjava.net/dashi99/archive/2013/09/20/249207.html#404253#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: How To Avoid javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated Problem Using Apache HttpClient</title><link>http://www.blogjava.net/dashi99/archive/2012/11/29/385484.html#392173</link><dc:creator>dashi99</dc:creator><author>dashi99</author><pubDate>Thu, 29 Nov 2012 02:22:00 GMT</pubDate><guid>http://www.blogjava.net/dashi99/archive/2012/11/29/385484.html#392173</guid><description><![CDATA[@shigangxing<br>There are two types of SSL connection:<br>a. Server auth: The client needs to trust the server. The server presents a key to the client which the client must trust. This is known as 1 way or asymetric auth.<br>b. Client auth: Both client and server need to trust each other. In addition to the server presenting its key to the client, here the client also presents a key to the server which the server must trust. This is also known as two way or symmetric auth.<br><br><img src ="http://www.blogjava.net/dashi99/aggbug/392173.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/dashi99/" target="_blank">dashi99</a> 2012-11-29 10:22 <a href="http://www.blogjava.net/dashi99/archive/2012/11/29/385484.html#392173#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: How To Avoid javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated Problem Using Apache HttpClient</title><link>http://www.blogjava.net/dashi99/archive/2012/10/03/385484.html#388999</link><dc:creator>shigangxing</dc:creator><author>shigangxing</author><pubDate>Wed, 03 Oct 2012 15:53:00 GMT</pubDate><guid>http://www.blogjava.net/dashi99/archive/2012/10/03/385484.html#388999</guid><description><![CDATA[Another way is to recreate the keystore...<br>有两个问题不清楚，呵呵：<br>1,为什么要分开创建两个keystore<br>2,两个cn的值貌似不同，都是网站的域名么<img src ="http://www.blogjava.net/dashi99/aggbug/388999.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/dashi99/" target="_blank">shigangxing</a> 2012-10-03 23:53 <a href="http://www.blogjava.net/dashi99/archive/2012/10/03/385484.html#388999#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Part 12: java.util.concurrent : SingleThreadPool Example </title><link>http://www.blogjava.net/dashi99/archive/2012/08/06/384886.html#384925</link><dc:creator>NotNolyJava</dc:creator><author>NotNolyJava</author><pubDate>Mon, 06 Aug 2012 08:25:00 GMT</pubDate><guid>http://www.blogjava.net/dashi99/archive/2012/08/06/384886.html#384925</guid><description><![CDATA[觉得这个例子用singleThreadExecutor有点牵强，singleThreadExecutor应该是用来人为的将并行的任务窜行化：一个文件100个任务想读写，这个时候将这些任务用singleThreadExecutor窜行话避免读写错乱，但是每个任务的提交不受其他任务的影响,不过楼主用英语写博客不错啊，好想把英语学好！<img src ="http://www.blogjava.net/dashi99/aggbug/384925.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/dashi99/" target="_blank">NotNolyJava</a> 2012-08-06 16:25 <a href="http://www.blogjava.net/dashi99/archive/2012/08/06/384886.html#384925#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JAVA6开发WebService （二）——JAX-WS[未登录]</title><link>http://www.blogjava.net/dashi99/archive/2012/06/27/381597.html#381638</link><dc:creator>ゞ沉默是金ゞ </dc:creator><author>ゞ沉默是金ゞ </author><pubDate>Wed, 27 Jun 2012 09:41:00 GMT</pubDate><guid>http://www.blogjava.net/dashi99/archive/2012/06/27/381597.html#381638</guid><description><![CDATA[@路人甲<br>什么问题呀<img src ="http://www.blogjava.net/dashi99/aggbug/381638.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/dashi99/" target="_blank">ゞ沉默是金ゞ </a> 2012-06-27 17:41 <a href="http://www.blogjava.net/dashi99/archive/2012/06/27/381597.html#381638#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JAVA6开发WebService （二）——JAX-WS</title><link>http://www.blogjava.net/dashi99/archive/2012/06/27/381597.html#381610</link><dc:creator>路人甲</dc:creator><author>路人甲</author><pubDate>Wed, 27 Jun 2012 07:41:00 GMT</pubDate><guid>http://www.blogjava.net/dashi99/archive/2012/06/27/381597.html#381610</guid><description><![CDATA[setBirthday()这边好像有问题哦。<img src ="http://www.blogjava.net/dashi99/aggbug/381610.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/dashi99/" target="_blank">路人甲</a> 2012-06-27 15:41 <a href="http://www.blogjava.net/dashi99/archive/2012/06/27/381597.html#381610#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Java SE security tutorial - Step 1</title><link>http://www.blogjava.net/dashi99/archive/2012/06/26/381542.html#381546</link><dc:creator>复制的</dc:creator><author>复制的</author><pubDate>Tue, 26 Jun 2012 11:55:00 GMT</pubDate><guid>http://www.blogjava.net/dashi99/archive/2012/06/26/381542.html#381546</guid><description><![CDATA[复制的<img src ="http://www.blogjava.net/dashi99/aggbug/381546.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/dashi99/" target="_blank">复制的</a> 2012-06-26 19:55 <a href="http://www.blogjava.net/dashi99/archive/2012/06/26/381542.html#381546#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Junit + Ant</title><link>http://www.blogjava.net/dashi99/archive/2012/02/03/368423.html#369338</link><dc:creator>喜多多</dc:creator><author>喜多多</author><pubDate>Fri, 03 Feb 2012 12:28:00 GMT</pubDate><guid>http://www.blogjava.net/dashi99/archive/2012/02/03/368423.html#369338</guid><description><![CDATA[新年新气象，天天喜多多！<img src ="http://www.blogjava.net/dashi99/aggbug/369338.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/dashi99/" target="_blank">喜多多</a> 2012-02-03 20:28 <a href="http://www.blogjava.net/dashi99/archive/2012/02/03/368423.html#369338#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 踏实与成功[未登录]</title><link>http://www.blogjava.net/dashi99/archive/2011/04/26/339309.html#349035</link><dc:creator>yuyu</dc:creator><author>yuyu</author><pubDate>Tue, 26 Apr 2011 06:20:00 GMT</pubDate><guid>http://www.blogjava.net/dashi99/archive/2011/04/26/339309.html#349035</guid><description><![CDATA[很真实<img src ="http://www.blogjava.net/dashi99/aggbug/349035.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/dashi99/" target="_blank">yuyu</a> 2011-04-26 14:20 <a href="http://www.blogjava.net/dashi99/archive/2011/04/26/339309.html#349035#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>