<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>日思录 &#187; 软件</title>
	<atom:link href="http://tnki.info/archives/category/software/feed" rel="self" type="application/rss+xml" />
	<link>http://tnki.info</link>
	<description>工作，生活，小孩，流水账......</description>
	<lastBuildDate>Thu, 06 May 2010 05:45:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>[今日阅读]CintaNotes:替代EverNote的轻量级笔记软件</title>
		<link>http://tnki.info/archives/95.html</link>
		<comments>http://tnki.info/archives/95.html#comments</comments>
		<pubDate>Thu, 18 Jun 2009 09:58:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[存档]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://tankai.cn/archives/95</guid>
		<description><![CDATA[CintaNotes:替代EverNote的轻量级笔记软件]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://xbeta.info/cintanotes.htm">CintaNotes:替代EverNote的轻量级笔记软件</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tnki.info/archives/95.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[今日阅读]2009.06.14</title>
		<link>http://tnki.info/archives/87.html</link>
		<comments>http://tnki.info/archives/87.html#comments</comments>
		<pubDate>Sun, 14 Jun 2009 14:09:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://tankai.cn/archives/87</guid>
		<description><![CDATA[Everything:速度最快的文件搜索工具最佳免费备份软件十大高明的Google搜索技巧学会用GOOGLE做research]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://xbeta.info/everything-search-tool.htm#h34">Everything:速度最快的文件搜索工具</a><br /><a target="_blank" href="http://xbeta.info/backup-best-freeware.htm">最佳免费备份软件</a><br /><a href="http://www.xiaolai.net/index.php/archives/23.html">十大高明的Google搜索技巧</a><br /><a href="http://www.xiaolai.net/index.php/archives/992.html">学会用GOOGLE做research</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tnki.info/archives/87.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox插件：用Autopager结合Firebug插件实现完美自动翻页</title>
		<link>http://tnki.info/archives/71.html</link>
		<comments>http://tnki.info/archives/71.html#comments</comments>
		<pubDate>Thu, 11 Jun 2009 11:07:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://tankai.cn/archives/71</guid>
		<description><![CDATA[默认的Autopager插件已经带了一些常用的翻页规则，但是碰到某些站点，加载下一页时会将主体内容上部或下部的无关内容也一并显示，有碍观瞻:P，如51NB，Pcinlife等。碰到这种情况用Firebug结合Autopager“自动翻页设置工作室”，可以很容易的建立自定义规则，让其按自己的需要显示。 Autopager“自动翻页设置工作室”有三项需要设置：1.地址通配符，取消正则表达式，输入&#8221;http://we.pcinlife.com/*&#8221;；2.下一页Xpath路径，用第二个按钮“选择链接”，点一下页面中翻页的那个链接；3.内容Xpath路径，点第三个按钮“选择内容”，随便选择一个区域，因为后面还要修改它。4.这一步就该Firebug上场了，点autopager的设置，选择刚才创建的规则，重点是修改内容xpath项。开启Firebug，点查看，然后在页面中选择需要autopager加载的区块，Firebug会高亮显示对应的代码，在上面点右键，选择“复制Xpath”，替换掉刚才autopager规则中原来的xpath，如果有多个区块，则可以点“添加”。]]></description>
			<content:encoded><![CDATA[<p>默认的Autopager插件已经带了一些常用的翻页规则，但是碰到某些站点，加载下一页时会将主体内容上部或下部的无关内容也一并显示，有碍观瞻:P，如51NB，Pcinlife等。碰到这种情况用Firebug结合Autopager“自动翻页设置工作室”，可以很容易的建立自定义规则，让其按自己的需要显示。</p>
<p>Autopager“自动翻页设置工作室”有三项需要设置：<br />1.地址通配符，取消正则表达式，输入&#8221;http://we.pcinlife.com/*&#8221;；<br />2.下一页Xpath路径，用第二个按钮“选择链接”，点一下页面中翻页的那个链接；<br />3.内容Xpath路径，点第三个按钮“选择内容”，随便选择一个区域，因为后面还要修改它。<br />4.这一步就该Firebug上场了，点autopager的设置，选择刚才创建的规则，重点是修改内容xpath项。<br />开启Firebug，点查看，然后在页面中选择需要autopager加载的区块，Firebug会高亮显示对应的代码，在上面点右键，选择“复制Xpath”，替换掉刚才autopager规则中原来的xpath，如果有多个区块，则可以点“添加”。</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://tnki.info/archives/71.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[存档]2009.06.06</title>
		<link>http://tnki.info/archives/64.html</link>
		<comments>http://tnki.info/archives/64.html#comments</comments>
		<pubDate>Sun, 07 Jun 2009 03:17:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[存档]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://tankai.cn/archives/64</guid>
		<description><![CDATA[制作ISOLINUX引导的多合一XP光盘修改Windows XP SP3 OEM^VOL V2.0的OEM版本，轻松实现36in1express to eSATA转接卡测试 芯片:JMicron JMB360使用eSATA转接卡时基本能达到硬盘的最大传输速率，而转接卡已经不是传输的瓶颈。 惠普笔记本驱动下载安装详细说明]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://hi.baidu.com/zxkh/blog/item/5aff272d6d004f3c349bf7bd.html">制作ISOLINUX引导的多合一XP光盘</a><br /><a target="_blank" href="http://hi.baidu.com/zxkh/blog/item/2733087b9b322cfc0ad1878d.html">修改Windows XP SP3 OEM^VOL V2.0的OEM版本，轻松实现36in1</a><br /><a href="http://www.cnblogs.com/xyls1986/archive/2008/12/01/1345093.html">express to eSATA转接卡测试</a><br />
<blockquote>芯片:JMicron JMB360<br />使用eSATA转接卡时基本能达到硬盘的最大传输速率，而转接卡已经不是传输的瓶颈。</p></blockquote>
<p><a target="_blank" href="http://www.chinahp.net/driver/HPNB/2009-04-14/367.html">惠普笔记本驱动下载安装详细说明</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tnki.info/archives/64.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  tankai.cn/archives/category/software/feed ) in 0.48513 seconds, on Jul 26th, 2010 at 3:58 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Aug 2nd, 2010 at 3:58 am UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  tankai.cn/archives/category/software/feed ) in 0.02004 seconds, on Aug 1st, 2010 at 3:21 am UTC. -->