<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[七颜 花不落's blog]]></title> 
<link>http://www.7yan.org/index.php</link> 
<description><![CDATA[很多年前，我就是这样过的。很多年后的今天，我又这么过了。]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[七颜 花不落's blog]]></copyright>
<item>
<link>http://www.7yan.org/post/93/</link>
<title><![CDATA[Thinkpad - 让小红点支持QQ列表滚动]]></title> 
<author>花不落 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[代码┊Code]]></category>
<pubDate>Sun, 10 Jan 2010 14:24:28 +0000</pubDate> 
<guid>http://www.7yan.org/post/93/</guid> 
<description>
<![CDATA[ 
	普通的鼠标在qq好友列表的位置是可以滚动的，这样要找某个好友会比较快一些<br/><br/>但是小红帽鼠标 是不是不行呢?<br/><br/>来看一下吧 <br/><br/>1.搜索这个文件： tp4table.dat (windows&#92;system32 下的噢)<br/>2.用写字板编辑<br/><br/>在 "Pass 0 rules" section 中加一行： <br/>*,*,QQ.exe,*,*,*,WheelStd,0,9<br/>保存，重新启动<br/>大功告成！ <br/><br/>最后 附件是改过的 可以放在windows&#92;system32 一样的效果噢!<br/><a href="attachment.php?fid=14">点击这里下载文件</a><br/><br/><br/>Tags - <a href="http://www.7yan.org/tags/thinkpad%25E5%25B0%258F%25E7%25BA%25A2%25E7%2582%25B9/" rel="tag">thinkpad小红点</a>
]]>
</description>
</item><item>
<link>http://www.7yan.org/post/91/</link>
<title><![CDATA[Thinkpad 废物利用一下蓝色 ThinkVantage 键]]></title> 
<author>花不落 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[代码┊Code]]></category>
<pubDate>Mon, 21 Dec 2009 04:41:00 +0000</pubDate> 
<guid>http://www.7yan.org/post/91/</guid> 
<description>
<![CDATA[ 
	Windows 环境下蓝色 ThinkVantage 键几乎荒废了。<br/>一个批处理 重新利用ThinkVantage键 <br/><a href="http://www.7yan.org/attachment.php?fid=13" target="_blank"><img src="http://www.7yan.org/attachment.php?fid=13" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><div class="code">@echo off<br/>cls<br/>color 0a<br/>:menu<br/>cls<br/>echo.<br/>echo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br/>echo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 请选择要进行的操作，然后按回车<br/>echo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br/>echo.<br/>echo.<br/>echo.<br/>echo.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (T) 将控制台关联到蓝色 ThinkVantage 键<br/>echo.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (1) 用　Acronis 备份 Win7&nbsp;&nbsp;&nbsp;&nbsp;到 F 盘<br/>echo.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (2) 用　Acronis 备份 Win2003 到 F 盘<br/>echo.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (3) 用　Ghost&nbsp;&nbsp; 备份 Win7&nbsp;&nbsp;&nbsp;&nbsp;到 F 盘<br/>echo.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (4) 用　Ghost&nbsp;&nbsp; 备份 Win2003 到 F 盘<br/><br/><br/>echo.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (5) 删除《英雄连》存档<br/><br/>echo.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (C) 用　Acronis 自定义备份<br/>echo.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (G) 用　Ghost 自定义备份<br/>echo.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (X) 退出：<br/>echo.<br/>echo ---------------------------------------------------------------------------<br/>echo.<br/>set /p choice=&nbsp;&nbsp;请选择:<br/>IF NOT &quot;%choice%&quot;==&quot;&quot; SET choice=%choice:~0,1%<br/>if /I &quot;%choice%&quot;==&quot;1&quot; goto Task1<br/>if /I &quot;%choice%&quot;==&quot;2&quot; goto Task2<br/>if /I &quot;%choice%&quot;==&quot;3&quot; goto Task3<br/>if /I &quot;%choice%&quot;==&quot;4&quot; goto Task4<br/>if /I &quot;%choice%&quot;==&quot;5&quot; goto Task5<br/><br/>if /I &quot;%choice%&quot;==&quot;T&quot; goto ThinkVantage<br/>if /I &quot;%choice%&quot;==&quot;C&quot; goto Custom<br/>if /I &quot;%choice%&quot;==&quot;G&quot; goto Ghost<br/>if /I &quot;%choice%&quot;==&quot;X&quot; exit<br/>echo 选择无效，请重新输入<br/>echo.<br/>goto cho<br/>@echo off<br/><br/>:Task1<br/>C:&#92;TrueImageCmd.exe /create /partition:1-1 /compression:3 /filename:F:&#92;Win7.tib<br/>echo 完成！ <br/>echo. &amp; pause<br/>goto :menu<br/><br/>:Task2<br/>C:&#92;TrueImageCmd.exe /create /partition:1-2 /compression:3 /filename:F:&#92;Win2003.tib<br/>echo 完成！ <br/>echo. &amp; pause<br/>goto :menu<br/><br/>:Task3<br/>E:&#92;Ghost&#92;ghost32.exe -clone,mode=pdump,src=1:1,dst=F:&#92;Win7.gho -sure -z<br/>echo 完成！ <br/>echo. &amp; pause<br/>goto :menu<br/><br/><br/>:Task4<br/>E:&#92;Ghost&#92;ghost32.exe -clone,mode=pdump,src=1:2,dst=F:&#92;Win2003.gho -sure -z2<br/>echo 完成！ <br/>echo. &amp; pause<br/>goto :menu<br/><br/><br/>:Task5<br/>del &quot;E:&#92;我的文档&#92;My Games&#92;Company of Heroes&#92;Savegames&#92;RelicCoH&#92;Skirmish&#92;*.cohsav&quot;<br/>echo 完成！ <br/>echo. &amp; pause<br/>goto :menu<br/><br/>:Custom<br/>set /p partition=&nbsp;&nbsp;请输入要备份第几分区:<br/>set /p&nbsp;&nbsp;filename=&nbsp;&nbsp;请输入备份文件的路径:<br/>&nbsp;&nbsp;<br/>C:&#92;TrueImageCmd.exe /create /partition:1-%partition% /compression:3 /filename:%filename%<br/><br/>echo 完成！ <br/>echo. &amp; pause<br/>goto :menu<br/><br/><br/>:Ghost<br/>set /p partition=&nbsp;&nbsp;请输入要备份第几分区:<br/>set /p&nbsp;&nbsp;filename=&nbsp;&nbsp;请输入备份文件的路径:<br/><br/>E:&#92;Ghost&#92;ghost32.exe -clone,mode=pdump,src=1:%partition%,dst=F%filename% -sure -z2<br/><br/><br/>echo 完成！ <br/>echo. &amp; pause<br/>goto :menu<br/><br/>:ThinkVantage<br/>reg add &quot;HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;IBM&#92;TPHOTKEY&#92;8001&quot; /v &quot;DispName&quot; /t REG_EXPAND_SZ /d &quot;控制台&quot; /f<br/><br/>set regadd= %CD%&#92;ThinkVantage.bat<br/><br/>reg add &quot;HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;IBM&#92;TPHOTKEY&#92;8001&quot; /v &quot;File&quot; /t REG_EXPAND_SZ /d&nbsp;&nbsp;%regadd% /f<br/>echo 完成！ <br/>echo. &amp; pause<br/>goto :menu<br/><br/><br/><br/><br/>＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝</div><br/><br/><br/>把以上代码复制进记事本里面，改名为ThinkVantage.bat<br/>复制进入没有空格的文件夹里面，运行ThinkVantage.bat，执行关联蓝色键的命令，以后就可以直接按蓝色键调出控制台。<br/><br/><br/><br/>Tags - <a href="http://www.7yan.org/tags/thinkvantage/" rel="tag">thinkvantage</a> , <a href="http://www.7yan.org/tags/thinkpad/" rel="tag">thinkpad</a> , <a href="http://www.7yan.org/tags/axxess/" rel="tag">axxess</a> , <a href="http://www.7yan.org/tags/ibm/" rel="tag">ibm</a>
]]>
</description>
</item><item>
<link>http://www.7yan.org/post/66/</link>
<title><![CDATA[不错的签名代码]]></title> 
<author>花不落 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[代码┊Code]]></category>
<pubDate>Wed, 05 Aug 2009 01:05:05 +0000</pubDate> 
<guid>http://www.7yan.org/post/66/</guid> 
<description>
<![CDATA[ 
	<div class="quote"><div class="quote-title">引用</div><div class="quote-content"><span style="font-size: 10px;"><u><span style="color: blue;">百度,全球最大中文性息搜索引擎</span></u></span><br/>百度一下，你就知道！还不知道百度？Google一下你就知道！<br/><span style="color: green;"><span style="font-size: 8px;">www.baidu.com</span></span><br/>Google 提供的广告</div></div><br/><br/><div class="code">&#91;size=2&#93;&#91;u&#93;&#91;color=blue&#93;百度,全球最大中文性息搜索引擎&#91;/color&#93;&#91;/u&#93;&#91;/size&#93;<br/>百度一下，你就知道！还不知道百度？Google一下你就知道！<br/>&#91;color=green&#93;&#91;size=1&#93;www.baidu.com&#91;/size&#93;&#91;/color&#93;<br/>Google 提供的广告</div><br/>Tags - <a href="http://www.7yan.org/tags/%25E7%25AD%25BE%25E5%2590%258D/" rel="tag">签名</a> , <a href="http://www.7yan.org/tags/%25E4%25BB%25A3%25E7%25A0%2581/" rel="tag">代码</a>
]]>
</description>
</item>
</channel>
</rss>