<?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:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/Opossum" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/Opossum" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 28 Apr 2007 16:00:00 GMT</lastBuildDate><title>Opossum的专栏</title><link>http://blog.csdn.net/opossum/</link><item><title>Myeclipse5.1显示行号</title><link>http://blog.csdn.net/Opossum/archive/2007/04/28/1588971.aspx</link><wfw:comment>http://blog.csdn.net/opossum/comments/1588971.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/opossum/comments/commentRss/1588971.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1588971</trackback:ping><description>Myeclipse5.1显示行号，很简单的，我用的是英文的，方法是：
Windows——》Preferences——》General——》Editors——》Text Editors这个时候，右面有一项Show lines numbers选项，选定就OK了。 
&lt;img src =&quot;http://blog.csdn.net/opossum/aggbug/1588971.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 29 Apr 2007 00:00:00 +0800</pubDate><author>Opossum</author><comments>http://blog.csdn.net/Opossum/archive/2007/04/28/1588971.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Opossum/archive/2007/04/28/1588971.aspx</guid><dc:creator>Opossum</dc:creator></item><item><title>JSF中web.xml中配置问题</title><link>http://blog.csdn.net/Opossum/archive/2007/03/30/1546317.aspx</link><wfw:comment>http://blog.csdn.net/opossum/comments/1546317.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/opossum/comments/commentRss/1546317.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1546317</trackback:ping><description>在web.xml文件中配置,可以被配置为后缀和前缀&lt;img src =&quot;http://blog.csdn.net/opossum/aggbug/1546317.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 30 Mar 2007 19:18:00 +0800</pubDate><author>Opossum</author><comments>http://blog.csdn.net/Opossum/archive/2007/03/30/1546317.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Opossum/archive/2007/03/30/1546317.aspx</guid><dc:creator>Opossum</dc:creator></item><item><title>编译java文件（含jar包）</title><link>http://blog.csdn.net/Opossum/archive/2007/03/06/1521690.aspx</link><wfw:comment>http://blog.csdn.net/opossum/comments/1521690.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/opossum/comments/commentRss/1521690.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1521690</trackback:ping><description>用最基本的jdk来实现编译java文件，也就是命令javac的使用。&lt;img src =&quot;http://blog.csdn.net/opossum/aggbug/1521690.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 06 Mar 2007 08:31:00 +0800</pubDate><author>Opossum</author><comments>http://blog.csdn.net/Opossum/archive/2007/03/06/1521690.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Opossum/archive/2007/03/06/1521690.aspx</guid><dc:creator>Opossum</dc:creator></item><item><title>java中static的作用</title><link>http://blog.csdn.net/Opossum/archive/2007/03/01/1518731.aspx</link><wfw:comment>http://blog.csdn.net/opossum/comments/1518731.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/opossum/comments/commentRss/1518731.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1518731</trackback:ping><description>如果一个成员被声明为static，它就能够在它的类的任何对象创建之前被访问，而不必引用任何对象。你可以将方法和变量都声明为static。static 成员的最常见的例子是main( ) 。因为在程序开始执行时必须调用main() ，所以它被声明为static。&lt;img src =&quot;http://blog.csdn.net/opossum/aggbug/1518731.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 02 Mar 2007 07:11:00 +0800</pubDate><author>Opossum</author><comments>http://blog.csdn.net/Opossum/archive/2007/03/01/1518731.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Opossum/archive/2007/03/01/1518731.aspx</guid><dc:creator>Opossum</dc:creator></item><item><title>Java的多进程运行模式分析</title><link>http://blog.csdn.net/Opossum/archive/2006/11/16/1387953.aspx</link><wfw:comment>http://blog.csdn.net/opossum/comments/1387953.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/opossum/comments/commentRss/1387953.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1387953</trackback:ping><description>一般我们在java中运行其它类中的方法时，无论是静态调用，还是动态调用，都是在当前的进程中执行的，也就是说，只有一个java虚拟机实例在运行。而有的时候，我们需要通过java代码启动多个java子进程。这样做虽然占用了一些系统资源，但会使程序更加稳定，因为新启动的程序是在不同的虚拟机进程中运行的，如果有一个进程发生异常，并不影响其它的子进程。
&lt;img src =&quot;http://blog.csdn.net/opossum/aggbug/1387953.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 16 Nov 2006 22:07:00 +0800</pubDate><author>Opossum</author><comments>http://blog.csdn.net/Opossum/archive/2006/11/16/1387953.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Opossum/archive/2006/11/16/1387953.aspx</guid><dc:creator>Opossum</dc:creator></item><item><title>Struts常见异常信息和解决方法</title><link>http://blog.csdn.net/Opossum/archive/2006/11/10/1377711.aspx</link><wfw:comment>http://blog.csdn.net/opossum/comments/1377711.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/opossum/comments/commentRss/1377711.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1377711</trackback:ping><description>Struts常见异常信息和解决方法 &lt;img src =&quot;http://blog.csdn.net/opossum/aggbug/1377711.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 10 Nov 2006 23:45:00 +0800</pubDate><author>Opossum</author><comments>http://blog.csdn.net/Opossum/archive/2006/11/10/1377711.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Opossum/archive/2006/11/10/1377711.aspx</guid><dc:creator>Opossum</dc:creator></item><item><title>LINUX入门常用命令之文件内容查看</title><link>http://blog.csdn.net/Opossum/archive/2006/11/09/1375882.aspx</link><wfw:comment>http://blog.csdn.net/opossum/comments/1375882.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/opossum/comments/commentRss/1375882.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1375882</trackback:ping><description>1、cat 显示文件连接文件内容的工具； 
1.0 cat 语法结构； 
1.1 cat 查看文件内容实例； 
1.2 cat 的创建、连接文件功能实例； 
2、more 文件内容或输出查看工具； 
2.1 more 的语法、参数和动作命令； 
2.2 more 的参数应用举例； 
2.3 more 的动作指令； 
2.4 其它命令通过管道和more结合的运用例子； 
3、less 查看文件内容 工具； 
3.1 less的语法格式； 
3.2 less的动作命令； 
4、head 工具，显示文件内容的前几行； 
5、tail 工具，显示文件内容的最后几行；
&lt;img src =&quot;http://blog.csdn.net/opossum/aggbug/1375882.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 10 Nov 2006 01:12:00 +0800</pubDate><author>Opossum</author><comments>http://blog.csdn.net/Opossum/archive/2006/11/09/1375882.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Opossum/archive/2006/11/09/1375882.aspx</guid><dc:creator>Opossum</dc:creator></item><item><title>JS的IE和Firefox兼容性汇编</title><link>http://blog.csdn.net/Opossum/archive/2006/10/24/1348958.aspx</link><wfw:comment>http://blog.csdn.net/opossum/comments/1348958.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/opossum/comments/commentRss/1348958.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1348958</trackback:ping><description>JS的IE和Firefox兼容性汇编:支持IE和火狐的脚本小汇总&lt;img src =&quot;http://blog.csdn.net/opossum/aggbug/1348958.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 24 Oct 2006 22:20:00 +0800</pubDate><author>Opossum</author><comments>http://blog.csdn.net/Opossum/archive/2006/10/24/1348958.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Opossum/archive/2006/10/24/1348958.aspx</guid><dc:creator>Opossum</dc:creator></item><item><title>javascript脚本语言描述：document 文挡对象详解</title><link>http://blog.csdn.net/Opossum/archive/2006/10/23/1346480.aspx</link><wfw:comment>http://blog.csdn.net/opossum/comments/1346480.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/opossum/comments/commentRss/1346480.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1346480</trackback:ping><description>javascript脚本语言描述：document 文挡对象详解 
---------------------------------------------------------------------
注:页面上元素name属性和JavaScript引用的名称必须一致包括大小写
   否则会提示你一个错误信息 &quot;引用的元素为空或者不是对象&quot;
---------------------------------------------------------------------&lt;img src =&quot;http://blog.csdn.net/opossum/aggbug/1346480.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 23 Oct 2006 21:47:00 +0800</pubDate><author>Opossum</author><comments>http://blog.csdn.net/Opossum/archive/2006/10/23/1346480.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Opossum/archive/2006/10/23/1346480.aspx</guid><dc:creator>Opossum</dc:creator></item><item><title>Oracle的sql*plus语句大全</title><link>http://blog.csdn.net/Opossum/archive/2006/10/23/1346461.aspx</link><wfw:comment>http://blog.csdn.net/opossum/comments/1346461.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/opossum/comments/commentRss/1346461.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1346461</trackback:ping><description>Oracle的sql*plus是与oracle进行交互的客户端工具。在sql*plus中，可以运行sql*plus命令与sql*plus语句。 &lt;img src =&quot;http://blog.csdn.net/opossum/aggbug/1346461.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 23 Oct 2006 21:33:00 +0800</pubDate><author>Opossum</author><comments>http://blog.csdn.net/Opossum/archive/2006/10/23/1346461.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Opossum/archive/2006/10/23/1346461.aspx</guid><dc:creator>Opossum</dc:creator></item></channel></rss>