﻿<?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-yeshucheng-最新评论</title><link>http://www.blogjava.net/yeshucheng/CommentsRSS.aspx</link><description>追逐自己，追逐方向，心随悟所动</description><language>zh-cn</language><pubDate>Thu, 06 Aug 2020 14:09:34 GMT</pubDate><lastBuildDate>Thu, 06 Aug 2020 14:09:34 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: RMI的原理和实现</title><link>http://www.blogjava.net/yeshucheng/archive/2010/04/27/252932.html#319480</link><dc:creator>herrylh@163.com</dc:creator><author>herrylh@163.com</author><pubDate>Tue, 27 Apr 2010 06:26:00 GMT</pubDate><guid>http://www.blogjava.net/yeshucheng/archive/2010/04/27/252932.html#319480</guid><description><![CDATA[您好！向您请教一个rmi问题，在一个系统软件里面，嵌入了一个基于rmi的远程协助模块，当系统软件安装在有空格的路径里面时，rmi server端 start后，客户端（另一台机子上）无法连接上。报出remote exception ；server端路径没有空格的话，另一台机子上的客户端可以连接。<br><br>另外，程序是java写的 eclipse中运行 没有任何错误，只是打包后出现上一段内容的错误，感觉是路径空格问题，但是没找到好的解决办法，<br><br>如果您有时间 指教一下 不胜感激！<img src ="http://www.blogjava.net/yeshucheng/aggbug/319480.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yeshucheng/" target="_blank">herrylh@163.com</a> 2010-04-27 14:26 <a href="http://www.blogjava.net/yeshucheng/archive/2010/04/27/252932.html#319480#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 从套接字衍生到RMI代码思路</title><link>http://www.blogjava.net/yeshucheng/archive/2009/09/04/253144.html#293817</link><dc:creator>xzk</dc:creator><author>xzk</author><pubDate>Fri, 04 Sep 2009 01:57:00 GMT</pubDate><guid>http://www.blogjava.net/yeshucheng/archive/2009/09/04/253144.html#293817</guid><description><![CDATA[public UserInfoOut getValidate(UserInfoIn in) throws IOException,ClassNotFoundException {<br><br>       ObjectOutputStream os = new ObjectOutputStream(socket.getOutputStream());<br><br>       os.writeObject(in);<br><br>       os.flush();<br><br>       ObjectInputStream is = new ObjectInputStream(socket.getInputStream());<br><br>       <br><br>       UserInfoOut userInfo = (UserInfoOut) is.readObject();<br><br>       return userInfo;<br><br>    }<br><br>这一方法中，怎么又是序列化又是反序列化，对象传出去怎么又传进来了，看了很久没看明白，理解的人跟我解释下，谢谢！！！<img src ="http://www.blogjava.net/yeshucheng/aggbug/293817.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yeshucheng/" target="_blank">xzk</a> 2009-09-04 09:57 <a href="http://www.blogjava.net/yeshucheng/archive/2009/09/04/253144.html#293817#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: RMI问世由来</title><link>http://www.blogjava.net/yeshucheng/archive/2009/09/04/252931.html#293807</link><dc:creator>xzk</dc:creator><author>xzk</author><pubDate>Fri, 04 Sep 2009 00:50:00 GMT</pubDate><guid>http://www.blogjava.net/yeshucheng/archive/2009/09/04/252931.html#293807</guid><description><![CDATA[说的挺好的<img src ="http://www.blogjava.net/yeshucheng/aggbug/293807.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yeshucheng/" target="_blank">xzk</a> 2009-09-04 08:50 <a href="http://www.blogjava.net/yeshucheng/archive/2009/09/04/252931.html#293807#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 08年总结评述（四） </title><link>http://www.blogjava.net/yeshucheng/archive/2009/05/05/244928.html#269046</link><dc:creator>coffee</dc:creator><author>coffee</author><pubDate>Tue, 05 May 2009 11:31:00 GMT</pubDate><guid>http://www.blogjava.net/yeshucheng/archive/2009/05/05/244928.html#269046</guid><description><![CDATA[哈，最后一段有xiaocui风格<img src ="http://www.blogjava.net/yeshucheng/aggbug/269046.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yeshucheng/" target="_blank">coffee</a> 2009-05-05 19:31 <a href="http://www.blogjava.net/yeshucheng/archive/2009/05/05/244928.html#269046#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 从套接字衍生到RMI代码思路</title><link>http://www.blogjava.net/yeshucheng/archive/2009/04/28/253144.html#267974</link><dc:creator>InMin</dc:creator><author>InMin</author><pubDate>Tue, 28 Apr 2009 12:24:00 GMT</pubDate><guid>http://www.blogjava.net/yeshucheng/archive/2009/04/28/253144.html#267974</guid><description><![CDATA[写的很口语化、很容易理解，顺着作者的思路去理解不但了解了本身要讲解的，还有学到一个思考的过程。作者的的讲解能力很强啊！如果做老师的话，那些学生一定很容易接受你所讲解的内容。非常感谢你！<img src ="http://www.blogjava.net/yeshucheng/aggbug/267974.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yeshucheng/" target="_blank">InMin</a> 2009-04-28 20:24 <a href="http://www.blogjava.net/yeshucheng/archive/2009/04/28/253144.html#267974#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: HashMap原理及冲突之简谈</title><link>http://www.blogjava.net/yeshucheng/archive/2009/03/22/229053.html#261356</link><dc:creator>lihao</dc:creator><author>lihao</author><pubDate>Sun, 22 Mar 2009 13:19:00 GMT</pubDate><guid>http://www.blogjava.net/yeshucheng/archive/2009/03/22/229053.html#261356</guid><description><![CDATA[好东西，值得收藏啊！<img src ="http://www.blogjava.net/yeshucheng/aggbug/261356.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yeshucheng/" target="_blank">lihao</a> 2009-03-22 21:19 <a href="http://www.blogjava.net/yeshucheng/archive/2009/03/22/229053.html#261356#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 从套接字衍生到RMI代码思路</title><link>http://www.blogjava.net/yeshucheng/archive/2009/03/13/253144.html#259522</link><dc:creator>JeckyWang</dc:creator><author>JeckyWang</author><pubDate>Fri, 13 Mar 2009 05:32:00 GMT</pubDate><guid>http://www.blogjava.net/yeshucheng/archive/2009/03/13/253144.html#259522</guid><description><![CDATA[谢谢分享！！！<img src ="http://www.blogjava.net/yeshucheng/aggbug/259522.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yeshucheng/" target="_blank">JeckyWang</a> 2009-03-13 13:32 <a href="http://www.blogjava.net/yeshucheng/archive/2009/03/13/253144.html#259522#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: RMI的原理和实现</title><link>http://www.blogjava.net/yeshucheng/archive/2009/02/02/252932.html#253003</link><dc:creator>asdfasdf</dc:creator><author>asdfasdf</author><pubDate>Mon, 02 Feb 2009 14:41:00 GMT</pubDate><guid>http://www.blogjava.net/yeshucheng/archive/2009/02/02/252932.html#253003</guid><description><![CDATA[楼主.新年快乐<img src ="http://www.blogjava.net/yeshucheng/aggbug/253003.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yeshucheng/" target="_blank">asdfasdf</a> 2009-02-02 22:41 <a href="http://www.blogjava.net/yeshucheng/archive/2009/02/02/252932.html#253003#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: RMI的原理和实现</title><link>http://www.blogjava.net/yeshucheng/archive/2009/02/02/252932.html#252954</link><dc:creator>ci</dc:creator><author>ci</author><pubDate>Mon, 02 Feb 2009 06:59:00 GMT</pubDate><guid>http://www.blogjava.net/yeshucheng/archive/2009/02/02/252932.html#252954</guid><description><![CDATA[good....<img src ="http://www.blogjava.net/yeshucheng/aggbug/252954.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yeshucheng/" target="_blank">ci</a> 2009-02-02 14:59 <a href="http://www.blogjava.net/yeshucheng/archive/2009/02/02/252932.html#252954#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: HashMap原理及冲突之简谈</title><link>http://www.blogjava.net/yeshucheng/archive/2008/12/24/229053.html#248108</link><dc:creator>Yvon</dc:creator><author>Yvon</author><pubDate>Wed, 24 Dec 2008 08:03:00 GMT</pubDate><guid>http://www.blogjava.net/yeshucheng/archive/2008/12/24/229053.html#248108</guid><description><![CDATA[学习中,谢谢<img src ="http://www.blogjava.net/yeshucheng/aggbug/248108.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yeshucheng/" target="_blank">Yvon</a> 2008-12-24 16:03 <a href="http://www.blogjava.net/yeshucheng/archive/2008/12/24/229053.html#248108#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>