<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/WOSHISUNXIANGFU" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/WOSHISUNXIANGFU" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 03 Apr 2011 15:55:00 GMT</lastBuildDate><title>WOSHISUNXIANGFU的专栏</title><description>CSDN博客聚合服务</description><link>http://blog.csdn.net/blogrss.aspx?username=WOSHISUNXIANGFU</link><item><title>UI设计工具</title><link>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/04/03/6300799.aspx</link><description>&lt;br /&gt;1）Balsamiq Mockups 绘制草图用的，相当于在本上用笔写。&lt;img src=&quot;http://www1.feedsky.com/t1/493249301/WOSHISUNXIANGFU/csdn.net/s.gif?r=http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/04/03/6300799.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/WOSHISUNXIANGFU/493249301/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/WOSHISUNXIANGFU/493249301/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 03 Apr 2011 23:55:00 +0800</pubDate><author>F</author><guid isPermaLink="false">http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/04/03/6300799.aspx</guid><dc:creator>F</dc:creator><fs:srclink>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/04/03/6300799.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/WOSHISUNXIANGFU/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/WOSHISUNXIANGFU/~7401255/493249301/5510775</fs:itemid></item><item><title>RMI小例子 调试通过</title><link>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/27/6280871.aspx</link><description>&lt;br /&gt;RMI例子分以下几步:&lt;br /&gt;1)定义一个接口.&lt;br /&gt;package rmi;&lt;br /&gt;import java.rmi.Remote;&lt;br /&gt;import java.rmi.RemoteException;&lt;br /&gt;/**&lt;br /&gt; * 定义一个远程接口，这个接口应该继承Remote&lt;br /&gt; * @author Dirac&lt;br /&gt; */&lt;br /&gt;public interface PerfectTime extends Remote{&lt;br /&gt;    /**&lt;br /&gt;     * 因为这个方法是远程调用的，所以它应该抛出RemoteException&lt;br /&gt;     * @param param&lt;br /&gt;     * @return&lt;br /&gt;     * @throws RemoteException&lt;br /&gt;     */&lt;br /&gt;    String getPerfectTime(String param) throws RemoteException;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;2)接口的具体实现：&lt;br /&gt;p&lt;img src=&quot;http://www1.feedsky.com/t1/490268583/WOSHISUNXIANGFU/csdn.net/s.gif?r=http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/27/6280871.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/WOSHISUNXIANGFU/490268583/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/WOSHISUNXIANGFU/490268583/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 27 Mar 2011 00:44:00 +0800</pubDate><author>F</author><guid isPermaLink="false">http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/27/6280871.aspx</guid><dc:creator>F</dc:creator><fs:srclink>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/27/6280871.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/WOSHISUNXIANGFU/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/WOSHISUNXIANGFU/~7401255/490268583/5510775</fs:itemid></item><item><title>vmware 配置</title><link>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/21/6266076.aspx</link><description>&lt;br /&gt;nnd   一直上不去网 ，我就用nat方式重新配置。&lt;br /&gt;&lt;br /&gt;宽带连接 -&gt;属性-&gt;高级—》允许其他网络用户选择vaware vmnet1&lt;br /&gt;&lt;br /&gt;虚拟机 配置里面 也是 将vmware 的设置为 vmnet1 通过nat方式进行通讯&lt;img src=&quot;http://www1.feedsky.com/t1/490268584/WOSHISUNXIANGFU/csdn.net/s.gif?r=http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/21/6266076.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/WOSHISUNXIANGFU/490268584/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/WOSHISUNXIANGFU/490268584/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 21 Mar 2011 20:56:00 +0800</pubDate><author>F</author><guid isPermaLink="false">http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/21/6266076.aspx</guid><dc:creator>F</dc:creator><fs:srclink>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/21/6266076.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/WOSHISUNXIANGFU/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/WOSHISUNXIANGFU/~7401255/490268584/5510775</fs:itemid></item><item><title>android 环境配置</title><link>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/13/6245308.aspx</link><description>&lt;br /&gt;1、jdk 不用说了&lt;br /&gt;2、myeclipse 不用说了&lt;br /&gt;3、sdk 很重要，版本问题导致头大了，2 和3 版本 没有adb.exe 这个东西，那就全部更新，打开SDK MANAGER.EXE 更新，我更新了2.2  3  和google api。&lt;br /&gt;4、AVD 模拟器  安装。我是通过在线更新的，然后新建一个模拟器。&lt;br /&gt;5、helloworld：&lt;br /&gt;     一步一步 配置就行了，没难的。&lt;br /&gt;6、运行 等待启动，第一次很慢，以后就不要关闭模拟器啦，输出helloworld 。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;初次搭建肯定会遇到问题，烦死了：&lt;br /&gt;我遇到的主要是 运行helloworld 出现启动失败的问题。找不错，把项目删掉，重新建立一个helloworld ，clean一下，重启，ok。&lt;br /&gt;莫名奇妙&lt;img src=&quot;http://www1.feedsky.com/t1/490268585/WOSHISUNXIANGFU/csdn.net/s.gif?r=http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/13/6245308.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/WOSHISUNXIANGFU/490268585/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/WOSHISUNXIANGFU/490268585/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 13 Mar 2011 00:18:00 +0800</pubDate><author>F</author><guid isPermaLink="false">http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/13/6245308.aspx</guid><dc:creator>F</dc:creator><fs:srclink>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/13/6245308.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/WOSHISUNXIANGFU/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/WOSHISUNXIANGFU/~7401255/490268585/5510775</fs:itemid></item><item><title>学习PHP</title><link>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/06/6227858.aspx</link><description>听说php抢java的web，我就看了一下，学习的网址是：http://www.w3school.com.cn/php/php_install.asp就按这个教程写了一遍例子。1、基本语法2、数据库连接3、基本函数  如 发送邮件  遍历xml4、集成 ajax5、其他扩展函数。算是基本了解其应用，如果工作中用到的话，需进一步学习掌握了。 &lt;img src=&quot;http://www1.feedsky.com/t1/490268586/WOSHISUNXIANGFU/csdn.net/s.gif?r=http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/06/6227858.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/WOSHISUNXIANGFU/490268586/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/WOSHISUNXIANGFU/490268586/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 06 Mar 2011 23:16:00 +0800</pubDate><author>F</author><guid isPermaLink="false">http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/06/6227858.aspx</guid><dc:creator>F</dc:creator><fs:srclink>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2011/03/06/6227858.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/WOSHISUNXIANGFU/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/WOSHISUNXIANGFU/~7401255/490268586/5510775</fs:itemid></item><item><title>jdk环境变量 每次都找 真烦人</title><link>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/10/15/5944237.aspx</link><description>把中文去了改成英文的路径                                               环境变量配置如下:
JDK环境变量配置： 
如果你的JDK安装在C盘里，如：C:\Program Files\Java\jdk1.6.0_10，
那么就在系统变量里（当然也可以在用户变量里）点新建： 
变量名：JAVA_HOME 
变量值：C:\Program Files\Java\jdk1.6.0_10 
再次点新建： 
变量名：classpath 
变量值： .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar 
并在path里(不要删除原来的那些)加入 ;C:\Program Files\Java\jdk1.6.0_10\bin 
然后在命令提示符下执行javac命令，，看能不能运行就ok了 
这是我参考网上众多配置方法加上实践得出的，，希望对你有帮助。 
记得不要漏掉那些分号啊，点号的，要不然就不行了&lt;img src=&quot;http://www1.feedsky.com/t1/490268587/WOSHISUNXIANGFU/csdn.net/s.gif?r=http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/10/15/5944237.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/WOSHISUNXIANGFU/490268587/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/WOSHISUNXIANGFU/490268587/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 15 Oct 2010 21:58:00 +0800</pubDate><author>F</author><guid isPermaLink="false">http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/10/15/5944237.aspx</guid><dc:creator>F</dc:creator><fs:srclink>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/10/15/5944237.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/WOSHISUNXIANGFU/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/WOSHISUNXIANGFU/~7401255/490268587/5510775</fs:itemid></item><item><title>回调函数（从别的地方偷的）</title><link>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/08/24/5835685.aspx</link><description>&lt;br /&gt; 今天看了一个回调函数的例子 觉得解释的不错，拿来保留着：&lt;br /&gt;他说 回调函数 就是 你找同学办事，但不知 他什么时候有空，就打电话 给他告诉他，当他做完事情，再打电话给你。&lt;br /&gt;1、ajax 回调函数解释：&lt;br /&gt;&lt;br /&gt;function test{&lt;br /&gt;   if(window.ActiveXObject){&lt;br /&gt;      xmlHttp = new ActiveXObject(&quot;Microsoft.XMLHTTP&quot;);&lt;br /&gt;   }else if(window.XMLHttpRequest){&lt;br /&gt;      xmlHttp = new XMLHttpRequest();&lt;br /&gt;   }&lt;br /&gt;   xmlHttp.onreadystatechange = callback;&lt;br /&gt;   xmlHttp.open(…);&lt;br /&gt;   xmlHttp.send(null);&lt;br /&gt;}  &lt;br /&gt;function callback{ }   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;xmlHttp 发出&lt;img src=&quot;http://www1.feedsky.com/t1/490268588/WOSHISUNXIANGFU/csdn.net/s.gif?r=http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/08/24/5835685.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/WOSHISUNXIANGFU/490268588/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/WOSHISUNXIANGFU/490268588/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 24 Aug 2010 20:22:00 +0800</pubDate><author>F</author><guid isPermaLink="false">http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/08/24/5835685.aspx</guid><dc:creator>F</dc:creator><fs:srclink>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/08/24/5835685.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/WOSHISUNXIANGFU/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/WOSHISUNXIANGFU/~7401255/490268588/5510775</fs:itemid></item><item><title>ext 应用记录</title><link>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/08/17/5818854.aspx</link><description>&lt;br /&gt;load  和reload：&lt;br /&gt;reload 真烦人 ，翻页时 再查询 还是采用以前的值，使我在翻页时出现故障；&lt;br /&gt;load   是重新采用参数 ，不采用上一次的，我将reload改为了 load 解决的那个可恶的翻页问题。&lt;img src=&quot;http://www1.feedsky.com/t1/490268589/WOSHISUNXIANGFU/csdn.net/s.gif?r=http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/08/17/5818854.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/WOSHISUNXIANGFU/490268589/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/WOSHISUNXIANGFU/490268589/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 17 Aug 2010 17:27:00 +0800</pubDate><author>F</author><guid isPermaLink="false">http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/08/17/5818854.aspx</guid><dc:creator>F</dc:creator><fs:srclink>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/08/17/5818854.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/WOSHISUNXIANGFU/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/WOSHISUNXIANGFU/~7401255/490268589/5510775</fs:itemid></item><item><title>重新回归csdn</title><link>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/08/15/5813418.aspx</link><description>   好久没有写博客了，下面制定个学习计划，希望技术再提高一些，感觉java的面太广，只会简单的java基本知识，提升已经很慢了，希望能提高知识面，现在就从脚本 python 入手。   下个周自学内容为python 达到 基本的工作层次。&lt;img src=&quot;http://www1.feedsky.com/t1/490268590/WOSHISUNXIANGFU/csdn.net/s.gif?r=http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/08/15/5813418.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/WOSHISUNXIANGFU/490268590/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/WOSHISUNXIANGFU/490268590/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 15 Aug 2010 12:15:00 +0800</pubDate><author>F</author><guid isPermaLink="false">http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/08/15/5813418.aspx</guid><dc:creator>F</dc:creator><fs:srclink>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2010/08/15/5813418.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/WOSHISUNXIANGFU/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/WOSHISUNXIANGFU/~7401255/490268590/5510775</fs:itemid></item><item><title>extjs登陆系统页面</title><link>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2009/07/07/4327286.aspx</link><description>1.在index.jsp中添加如下js：2.go.js代码如下：      Ext.QuickTips.init();    function reloadcode(i)   {    document.getElementById(&quot;randomming&quot;).src=&quot;\image?rand=&quot;+i;   } var LoginForm;LoginWindow=Ext.extend(Ext.Window,{   title : '登陆系统',          width : 265,              height : 170,          collapsible : true,   defaults : {             &lt;img src=&quot;http://www1.feedsky.com/t1/490268591/WOSHISUNXIANGFU/csdn.net/s.gif?r=http://blog.csdn.net/WOSHISUNXIANGFU/archive/2009/07/07/4327286.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/WOSHISUNXIANGFU/490268591/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/WOSHISUNXIANGFU/490268591/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 07 Jul 2009 10:41:00 +0800</pubDate><author>F</author><guid isPermaLink="false">http://blog.csdn.net/WOSHISUNXIANGFU/archive/2009/07/07/4327286.aspx</guid><dc:creator>F</dc:creator><fs:srclink>http://blog.csdn.net/WOSHISUNXIANGFU/archive/2009/07/07/4327286.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/WOSHISUNXIANGFU/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/WOSHISUNXIANGFU/~7401255/490268591/5510775</fs:itemid></item></channel></rss>
