<?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/INmouse" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/INmouse" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 24 Feb 2009 23:56:00 GMT</lastBuildDate><title>INmouse -- Young decide by you self</title><link>http://blog.csdn.net/INmouse/</link><item><title>Java编译时间戳的生成</title><link>http://blog.csdn.net/INmouse/archive/2009/02/24/3934035.aspx</link><wfw:comment>http://blog.csdn.net/INmouse/comments/3934035.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/INmouse/comments/commentRss/3934035.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3934035</trackback:ping><description>&lt;br /&gt;接触Java的时间挺长, 真正用Java却不多, 之前一直不太明白如何生成编译时间戳. 在C/C++中直接用__TIME__,__DATE__,__TIMESTAMP__等宏, 就可以很容易生成, 但在Java中似乎没有类似的方法.&lt;br /&gt;&lt;br /&gt;今天终于有了答案,也不知道是否常规作法:&lt;br /&gt;&lt;br /&gt;1. 首先用Ant的可选任务propertyfile来生成一个含有当前时间的properties文件.&lt;br /&gt;2. 之后在代码中载入相应的propeties即可.&lt;br /&gt;&lt;br /&gt;关于property文件的载入也有一些要注意的地方, 可以参考下面这篇文章:&lt;br /&gt;&lt;br /&gt;Smartly load your properties&lt;img src =&quot;http://blog.csdn.net/INmouse/aggbug/3934035.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Feb 2009 07:56:00 +0800</pubDate><author>INmouse</author><comments>http://blog.csdn.net/INmouse/archive/2009/02/24/3934035.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/INmouse/archive/2009/02/24/3934035.aspx</guid><dc:creator>INmouse</dc:creator></item><item><title>ArchLinux升级内核到2.6.28触摸板失效的解决</title><link>http://blog.csdn.net/INmouse/archive/2009/02/22/3919415.aspx</link><wfw:comment>http://blog.csdn.net/INmouse/comments/3919415.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/INmouse/comments/commentRss/3919415.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3919415</trackback:ping><description>&lt;br /&gt;使用Arch升级到2.6.28内核之后，发现本本上自带的触摸板不能用了。在网上搜索后，发现新的内核将触摸板认成了&quot;ETPS/2 toucpads&quot;,而不是原来的&quot;logitech IMPS/2&quot;，所以必须要安装synaptics.&lt;br /&gt;&lt;br /&gt;使用以下命令查看设备：dmesg|grep input&lt;br /&gt;&lt;br /&gt;按照Arch Wiki所说的方法安装Synaptics后（两种方法都尝试了，使能硬件检测和不使能的），发现依然不能使用。&lt;br /&gt;&lt;br /&gt;后来注意到 dmesg 的输出有下面这样一行：&lt;br /&gt; psmouse.c: TouchPad at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away&lt;br /&gt;&lt;br /&gt;根据Wiki中Troubleshooting的描述，在文件 /etc/modprobe.conf中，加入以下行：&lt;br /&gt;options psmouse proto=imps&lt;br /&gt;重启，解决。&lt;img src =&quot;http://blog.csdn.net/INmouse/aggbug/3919415.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 22 Feb 2009 08:02:00 +0800</pubDate><author>INmouse</author><comments>http://blog.csdn.net/INmouse/archive/2009/02/22/3919415.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/INmouse/archive/2009/02/22/3919415.aspx</guid><dc:creator>INmouse</dc:creator></item><item><title>Lua源码分析(3) -- 虚拟机</title><link>http://blog.csdn.net/INmouse/archive/2007/03/28/1544610.aspx</link><wfw:comment>http://blog.csdn.net/INmouse/comments/1544610.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/INmouse/comments/commentRss/1544610.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1544610</trackback:ping><description>介绍了Lua虚拟机的实现i&lt;img src =&quot;http://blog.csdn.net/INmouse/aggbug/1544610.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 29 Mar 2007 07:43:00 +0800</pubDate><author>INmouse</author><comments>http://blog.csdn.net/INmouse/archive/2007/03/28/1544610.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/INmouse/archive/2007/03/28/1544610.aspx</guid><dc:creator>INmouse</dc:creator></item><item><title>Lua源码分析(2) -- 对象表示</title><link>http://blog.csdn.net/INmouse/archive/2007/03/25/1540424.aspx</link><wfw:comment>http://blog.csdn.net/INmouse/comments/1540424.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/INmouse/comments/commentRss/1540424.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1540424</trackback:ping><description>Lua对象表示分析.&lt;img src =&quot;http://blog.csdn.net/INmouse/aggbug/1540424.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 25 Mar 2007 19:58:00 +0800</pubDate><author>INmouse</author><comments>http://blog.csdn.net/INmouse/archive/2007/03/25/1540424.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/INmouse/archive/2007/03/25/1540424.aspx</guid><dc:creator>INmouse</dc:creator></item><item><title>Lua源码分析(1) -- 简介</title><link>http://blog.csdn.net/INmouse/archive/2007/03/25/1540418.aspx</link><wfw:comment>http://blog.csdn.net/INmouse/comments/1540418.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/INmouse/comments/commentRss/1540418.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1540418</trackback:ping><description>Lua源码分析&lt;img src =&quot;http://blog.csdn.net/INmouse/aggbug/1540418.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 25 Mar 2007 19:52:00 +0800</pubDate><author>INmouse</author><comments>http://blog.csdn.net/INmouse/archive/2007/03/25/1540418.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/INmouse/archive/2007/03/25/1540418.aspx</guid><dc:creator>INmouse</dc:creator></item><item><title>Ruby 在 VC Express 2005 下的编译</title><link>http://blog.csdn.net/INmouse/archive/2006/01/08/573691.aspx</link><wfw:comment>http://blog.csdn.net/INmouse/comments/573691.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/INmouse/comments/commentRss/573691.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=573691</trackback:ping><description>记录下了使用 VC Express 2005 编译 Ruby 的过程&lt;img src =&quot;http://blog.csdn.net/INmouse/aggbug/573691.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 09 Jan 2006 02:07:00 +0800</pubDate><author>INmouse</author><comments>http://blog.csdn.net/INmouse/archive/2006/01/08/573691.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/INmouse/archive/2006/01/08/573691.aspx</guid><dc:creator>INmouse</dc:creator></item></channel></rss>