﻿<?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-object-最新评论</title><link>http://www.blogjava.net/huangjie/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Mon, 08 Dec 2008 06:14:10 GMT</pubDate><lastBuildDate>Mon, 08 Dec 2008 06:14:10 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 各位大侠帮我解决一下代理问题[未登录]</title><link>http://www.blogjava.net/huangjie/archive/2008/12/04/244102.html#244276</link><dc:creator>object</dc:creator><author>object</author><pubDate>Thu, 04 Dec 2008 01:53:00 GMT</pubDate><guid>http://www.blogjava.net/huangjie/archive/2008/12/04/244102.html#244276</guid><description><![CDATA[@sorcerer<br>晕了,你这个就可以了,厉害,自己设置代理就不行.郁闷到头了<img src ="http://www.blogjava.net/huangjie/aggbug/244276.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/huangjie/" target="_blank">object</a> 2008-12-04 09:53 <a href="http://www.blogjava.net/huangjie/archive/2008/12/04/244102.html#244276#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 各位大侠帮我解决一下代理问题[未登录]</title><link>http://www.blogjava.net/huangjie/archive/2008/12/03/244102.html#244159</link><dc:creator>sorcerer</dc:creator><author>sorcerer</author><pubDate>Wed, 03 Dec 2008 08:55:00 GMT</pubDate><guid>http://www.blogjava.net/huangjie/archive/2008/12/03/244102.html#244159</guid><description><![CDATA[用httpclient试试,我用可以的.<img src ="http://www.blogjava.net/huangjie/aggbug/244159.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/huangjie/" target="_blank">sorcerer</a> 2008-12-03 16:55 <a href="http://www.blogjava.net/huangjie/archive/2008/12/03/244102.html#244159#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 各位大侠帮我解决一下代理问题[未登录]</title><link>http://www.blogjava.net/huangjie/archive/2008/12/03/244102.html#244143</link><dc:creator>object</dc:creator><author>object</author><pubDate>Wed, 03 Dec 2008 08:06:00 GMT</pubDate><guid>http://www.blogjava.net/huangjie/archive/2008/12/03/244102.html#244143</guid><description><![CDATA[@隔叶黄莺<br><br>不行啊,兄弟,行我就不郁闷了<img src ="http://www.blogjava.net/huangjie/aggbug/244143.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/huangjie/" target="_blank">object</a> 2008-12-03 16:06 <a href="http://www.blogjava.net/huangjie/archive/2008/12/03/244102.html#244143#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 各位大侠帮我解决一下代理问题</title><link>http://www.blogjava.net/huangjie/archive/2008/12/03/244102.html#244117</link><dc:creator>隔叶黄莺</dc:creator><author>隔叶黄莺</author><pubDate>Wed, 03 Dec 2008 06:13:00 GMT</pubDate><guid>http://www.blogjava.net/huangjie/archive/2008/12/03/244102.html#244117</guid><description><![CDATA[import java.net.*;<br><br>System.setProperty(&quot;proxySet&quot;, &quot;true&quot;);<br>        System.setProperty(&quot;proxyHost&quot;, &quot;10.80.38.33&quot;);<br>        System.setProperty(&quot;proxyPort&quot;, &quot;80&quot;);<br>URL u=new URL(&quot;<a href="http://www.sun.com&quot;" target="_new">http://www.sun.com&quot;</a>);<br>        URLConnection uc=u.openConnection();<br>        uc.connect();<br>        InputStream is=uc.getInputStream();<br>        if(is!=null)<br>            System.out.println(&quot;Proxy Success&quot;);<br>        <br>        InetAddress[] addr = InetAddress.getByName(&quot;www.sun.com&quot;);<br>        println addr[0].getHostAddress();<br><br>输出<br>Proxy Success<br>72.5.124.61<br><br>没问题。在你的代理服务器上访问一下www.sun.com看看<img src ="http://www.blogjava.net/huangjie/aggbug/244117.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/huangjie/" target="_blank">隔叶黄莺</a> 2008-12-03 14:13 <a href="http://www.blogjava.net/huangjie/archive/2008/12/03/244102.html#244117#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: java 与 c#的不同(2) </title><link>http://www.blogjava.net/huangjie/archive/2008/11/27/242597.html#243034</link><dc:creator>猪</dc:creator><author>猪</author><pubDate>Thu, 27 Nov 2008 09:02:00 GMT</pubDate><guid>http://www.blogjava.net/huangjie/archive/2008/11/27/242597.html#243034</guid><description><![CDATA[@java在继承、多态方面，比c#强多了,c#要求加上virtual和override,.....吃饱了撑着了的表现...<br>正如java中如果不允许继承要加final关键字，各有好处吧，况且随便继承也不是建议的。<img src ="http://www.blogjava.net/huangjie/aggbug/243034.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/huangjie/" target="_blank">猪</a> 2008-11-27 17:02 <a href="http://www.blogjava.net/huangjie/archive/2008/11/27/242597.html#243034#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: java 与 c#的不同(2) </title><link>http://www.blogjava.net/huangjie/archive/2008/11/26/242597.html#242769</link><dc:creator>jolinhigh</dc:creator><author>jolinhigh</author><pubDate>Wed, 26 Nov 2008 04:49:00 GMT</pubDate><guid>http://www.blogjava.net/huangjie/archive/2008/11/26/242597.html#242769</guid><description><![CDATA[这个同学一看就是稀烂班子 两者都不透彻 关键是还在那装精<img src ="http://www.blogjava.net/huangjie/aggbug/242769.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/huangjie/" target="_blank">jolinhigh</a> 2008-11-26 12:49 <a href="http://www.blogjava.net/huangjie/archive/2008/11/26/242597.html#242769#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: java 与 c#的不同(2) [未登录]</title><link>http://www.blogjava.net/huangjie/archive/2008/11/26/242597.html#242706</link><dc:creator>Matthew Chen</dc:creator><author>Matthew Chen</author><pubDate>Wed, 26 Nov 2008 00:26:00 GMT</pubDate><guid>http://www.blogjava.net/huangjie/archive/2008/11/26/242597.html#242706</guid><description><![CDATA[这位同学为什么都浮于表面，好好把oo学个透彻再说吧。<img src ="http://www.blogjava.net/huangjie/aggbug/242706.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/huangjie/" target="_blank">Matthew Chen</a> 2008-11-26 08:26 <a href="http://www.blogjava.net/huangjie/archive/2008/11/26/242597.html#242706#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: java 与 c#的不同(2) </title><link>http://www.blogjava.net/huangjie/archive/2008/11/25/242597.html#242642</link><dc:creator>pass</dc:creator><author>pass</author><pubDate>Tue, 25 Nov 2008 13:30:00 GMT</pubDate><guid>http://www.blogjava.net/huangjie/archive/2008/11/25/242597.html#242642</guid><description><![CDATA[但从语法上来讲java肯定是不如C#的 后来者必然要改进一些东西<br><br>另外在神侃之前好好翻翻文档先 省了让人笑话<br>C#的main可以返回void 或者int <img src ="http://www.blogjava.net/huangjie/aggbug/242642.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/huangjie/" target="_blank">pass</a> 2008-11-25 21:30 <a href="http://www.blogjava.net/huangjie/archive/2008/11/25/242597.html#242642#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: java 与 c#的不同(1)</title><link>http://www.blogjava.net/huangjie/archive/2008/11/25/242305.html#242610</link><dc:creator>Birdshover</dc:creator><author>Birdshover</author><pubDate>Tue, 25 Nov 2008 10:11:00 GMT</pubDate><guid>http://www.blogjava.net/huangjie/archive/2008/11/25/242305.html#242610</guid><description><![CDATA[struct型的变量ref传递就传引用了，class类型的连ref都不要。但是c#的string和java的string是一样的，string的操作是产生新的string对象，因此，ref传递过去也不可能变掉。把它包装成StringBuffer（C#里的StringBuilder）就好了。还可以省掉ref。out这个时候可有可无的。<img src ="http://www.blogjava.net/huangjie/aggbug/242610.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/huangjie/" target="_blank">Birdshover</a> 2008-11-25 18:11 <a href="http://www.blogjava.net/huangjie/archive/2008/11/25/242305.html#242610#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: java 与 c#的不同(2) </title><link>http://www.blogjava.net/huangjie/archive/2008/11/25/242597.html#242607</link><dc:creator>Birdshover</dc:creator><author>Birdshover</author><pubDate>Tue, 25 Nov 2008 10:06:00 GMT</pubDate><guid>http://www.blogjava.net/huangjie/archive/2008/11/25/242597.html#242607</guid><description><![CDATA[返回的int是给系统用的<img src ="http://www.blogjava.net/huangjie/aggbug/242607.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/huangjie/" target="_blank">Birdshover</a> 2008-11-25 18:06 <a href="http://www.blogjava.net/huangjie/archive/2008/11/25/242597.html#242607#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>