<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://feeds.qzone.qq.com/rss.xsl" version="1.0"?>
<rss version="2.0" xmlns:qz="http://qzone.qq.com">
<channel>
<title><![CDATA[Dennis.Yang]]></title>
<description><![CDATA[Dennis.Yang]]></description>
<link>http://124912340.qzone.qq.com</link>
<lastBuildDate>Fri, 27 Nov 2009 01:41:21 GMT</lastBuildDate>
<generator>Qzone</generator>
<language>zh-cn</language>
<copyright>Copyright (C), 2005-2008, Tencent Tech. Co., Ltd.</copyright>
<pubDate>Wed, 03 Jun 2009 18:34:43 GMT</pubDate>

<item>
<title><![CDATA[简单的系统垃圾清理.BAT工具的制作]]></title>
<link>http://124912340.qzone.qq.com/blog/1244054083</link>
<description><![CDATA[这个程序是自动清理电脑里的垃圾而不会破坏系统 比很多软件都好哦 <br>新建一个记事本并输入以下的内容： <br><br>@echo off <br>echo 正在清除系统垃圾文件，请稍等...... <br>del /f /s /q %systemdrive%\*.tmp <br>del /f /s /q %systemdrive%\*._mp <br>del /f /s /q %systemdrive%\*.log <br>del /f /s /q %systemdrive%\*.gid <br>del /f /s /q %systemdrive%\*.chk <br>del /f /s /q %systemdrive%\*.old <br>del /f /s /q %systemdrive%\recycled\*.* <br>del /f /s /q %windir%\*.bak <br>del /f /s /q %windir%\prefetch\*.* <br>rd /s /q %windir%\temp &amp; md %windir%\temp <br>del /f /q %userprofile%\小甜饼s\*.* <br>del /f /q %userprofile%\recent\*.* <br>del /f /s /q &quot;%userprofile%\Local Settings\Temporary Internet Files\*.*&quot; <br>del /f /s /q &quot;%userprofile%\Local Settings\Temp\*.*&quot; <br>del /f /s /q &quot;%userprofile%\recent\*.*&quot; <br>echo 清除系统LJ完成！ <br>echo. &amp; pause <br><br><br><br><span style="font-size:16px;line-height:1.8em;">另存为：<span style="color:#ff0000;line-height:1.8em;">所有文件</span><wbr />格式</span><wbr /> <br><span style="font-size:16px;line-height:1.8em;">取名为： XP系统垃圾清理.bat</span><wbr /> <br><span style="font-size:16px;line-height:1.8em;">单击<span style="line-height:1.8em;">XP系统垃圾清理.bat<span style="line-height:1.8em;">即可</span><wbr /></span><wbr /></span><wbr /> <br>以后只要双击运行该文件，当屏幕提示“清除系统LJ完成！就还你一个“苗条”的系统了！！到时候再看看你的电脑，是不是急速如飞呢？ <br><br><br><br><br><br><span style="color:#990000;line-height:1.8em;">2.超强XP垃圾清理.bat源码!!</span><wbr /> <br><br><br>把以下代码保存为bat文件格式双击使用。 <br>@echo off <br>color 3b <br>title   清除XP系统垃圾工具 <br>echo 正在清除系统垃圾文件，请稍等...... <br>rem 提示部份软件卸载需LOG 文件，清理掉后就无法卸载 <br>if exist &quot;%windir%\*.log&quot; del /f /s /q &quot;%windir%\*.log&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.log&quot; del /f /s /q &quot;%systemdrive%\*.log&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.tmp&quot; del /f /s /q &quot;%systemdrive%\*.tmp&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*._mp&quot; del /f /s /q &quot;%systemdrive%\*._mp&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.gid&quot; del /f /s /q &quot;%systemdrive%\*.gid&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.chk&quot; del /f /s /q &quot;%systemdrive%\*.chk&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.old&quot; del /f /s /q &quot;%systemdrive%\*.old&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.ftg&quot; del /f /s /q &quot;%systemdrive%\*.ftg&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.fts&quot; del /f /s /q &quot;%systemdrive%\*.fts&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*._mp&quot; del /f /s /q &quot;%systemdrive%\*._mp&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.syd&quot; del /f /s /q &quot;%systemdrive%\*.syd&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.ms&quot; del /f /s /q &quot;%systemdrive%\*.ms&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.diz&quot; del /f /s /q &quot;%systemdrive%\*.diz&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.??$&quot; del /f /s /q &quot;%systemdrive%\*.??$&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.??~&quot; del /f /s /q &quot;%systemdrive%\*.??~&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.$$$&quot; del /f /s /q &quot;%systemdrive%\*.$$$&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.~*&quot; del /f /s /q &quot;%systemdrive%\*.~*&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\*.@@@&quot; del /f /s /q &quot;%systemdrive%\*.@@@&quot; 2&gt;nul <br>if exist &quot;%systemdrive%\recycled\*.*&quot; del /f /s /q %systemdrive%\recycled\*.* 2&gt;nul <br>if exist &quot;%windir%\*.bak&quot; del /f /s /q %windir%\*.bak 2&gt;nul <br>if exist &quot;%windir%\*.tmp&quot; del /f /s /q %windir%\*.tmp 2&gt;nul <br>if exist &quot;%windir%\SoftwareDistribution\Download\*.*&quot; del /f /s /q %windir%\SoftwareDistribution\Download\*.* 2&gt;nul <br>if exist &quot;%systemroot%\temp\*.*&quot; del /a /f /s /q &quot;%systemroot%\temp\*.*&quot; 2&gt;nul <br>if exist &quot;%systemroot%\Prefetch\*.*&quot; del /a /f /s /q &quot;%systemroot%\Prefetch\*.*&quot; 2&gt;nul <br>if exist &quot;%systemroot%\minidump\*.*&quot; del /f /q /s /a &quot;%systemroot%\minidump\*.*&quot; 2&gt;nul <br>if exist &quot;%systemroot%\*.dmp&quot; del /a /f /s /q &quot;%systemroot%\*.dmp&quot; 2&gt;nul <br>if exist &quot;%systemroot%\*.tmp&quot; del /a /f /s /q &quot;%systemroot%\*.tmp&quot; 2&gt;nul <br>if exist &quot;%systemroot%\*._mp&quot; del /a /f /s /q &quot;%systemroot%\*._mp&quot; 2&gt;nul <br>if exist &quot;%systemroot%\*.gid&quot; del /a /f /s /q &quot;%systemroot%\*.gid&quot; 2&gt;nul <br>if exist &quot;%systemroot%\*.bak&quot; del /a /f /s /q &quot;%systemroot%\*.bak&quot; 2&gt;nul <br>if exist &quot;%systemroot%\*.old&quot; del /a /f /s /q &quot;%systemroot%\*.old&quot; 2&gt;nul <br>if exist &quot;%systemroot%\*.query&quot; del /a /f /s /q &quot;%systemroot%\*.query&quot; 2&gt;nul <br>rd /s /q %windir%\temp &amp; md %windir%\temp <br>if exist &quot;%userprofile%\Local Settings\Temp\*.*&quot; del /f /s /q &quot;%userprofile%\Local Settings\Temp\*.*&quot; 2&gt;nul <br>if exist &quot;%userprofile%\recent\*.*&quot; del /f /s /q &quot;%userprofile%\recent\*.*&quot; 2&gt;nul <br>if exist &quot;%ALLUSERSPROFILE%\Documents\DrWatson\*.*&quot; del /f /q &quot;%ALLUSERSPROFILE%\Documents\DrWatson\*.*&quot; 2&gt;nul <br>if exist &quot;%USERPROFILE%\Application Data\Microsoft\Office\Recent\*.lnk&quot; del /f /q &quot;%USERPROFILE%\Application Data\Microsoft\Office\Recent\*.lnk&quot; 2&gt;nul <br>rem echo 正在清理临时文件…… <br>for /d %%a in (&quot;%temp%\*.*&quot;) do rd /s /q &quot;%%a&quot; <br>del /a /f /s /q &quot;%temp%\*.*&quot; 2&gt;nul <br>for /d %%a in (&quot;%tmp%\*.*&quot;) do rd /s /q &quot;%%a&quot; <br>del /a /f /s /q &quot;%tmp%\*.*&quot; 2&gt;nul <br>echo 正在清理系统升级补丁留下来的反安装目录…… <br>for /f &quot;tokens=1&quot; %%i in ('dir %SystemRoot%\$*$ /s /b /ad') do rd /s /q %%i <br>echo 正在正在清理IE缓存、cookies、历史纪录等(当前用户)... <br>reg query &quot;HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders&quot; /v Cache&gt;vtemp.txt <br>reg query &quot;HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders&quot; /v Cookies&gt;&gt;vtemp.txt <br>reg query &quot;HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders&quot; /v History&gt;&gt;vtemp.txt <br>reg query &quot;HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders&quot; /v NetHood&gt;&gt;vtemp.txt <br>reg query &quot;HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders&quot; /v Recent&gt;&gt;vtemp.txt <br>for /f &quot;tokens=3*&quot; %%a in (vtemp.txt) do ( <br>for /d %%i in (&quot;%%a %%b\*.*&quot;) do rd /s /q &quot;%%i&quot; 2&gt;Nul <br>del /a /f /s /q &quot;%%a %%b\*.*&quot; del /q vtemp.txt 2&gt;Nul <br>) <br>echo 清除浏览器地址记录... <br>reg delete &quot;HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedUrls&quot; /f 2&gt;nul <br>REG ADD &quot;HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedUrls&quot; <br>echo 清除运行记录... <br>reg delete &quot;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU&quot; /f 2&gt;nul <br>REG ADD &quot;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU&quot; /v &quot;MRUList&quot; /t reg_sz /d &quot;a&quot; /f           <br>pause &gt;nul <br>goto exit <br><br><br><br><br><br><span style="filter: glow(color=#CC0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">3.Vista系统垃圾清理.bat</span><wbr /> <br><br><br>@echo off <br>mode con: cols=60 lines=30 <br>echo 开始清理垃圾文件，请稍等...... <br>echo. <br>COLOR 0a <br>@echo off <br>del /f /s /q %systemdrive%\*.tmp <br>del /f /s /q %systemdrive%\*._mp <br>del /f /s /q %systemdrive%\*.log <br>del /f /s /q %systemdrive%\*.gid <br>del /f /s /q %systemdrive%\*.chk <br>del /f /s /q %systemdrive%\*.old <br>del /f /s /q %windir%\*.bak <br>del /f /s /q %windir%\prefetch\*.* <br>rd /s /q %windir%\temp &amp; md %windir%\temp <br>del /f /s /q &quot;%appdata%\Microsoft\Windows\cookies\*.*&quot; <br>del /f /s /q &quot;%userprofile%\Local Settings\Temporary Internet Files\*.*&quot; <br>del /f /s /q &quot;%userprofile%\Local Settings\Temp\*.*&quot; <br>rd /s /q &quot;%userprofile%\Local Settings\Temp\&quot; &amp; md &quot;%userprofile%\Local Settings\Temp\&quot; <br>del /f /s /q &quot;%appdata%\Microsoft\Windows\Recent\*.*&quot; <br>@echo off <br>echo. <br>echo. <br>echo *********************** 谢谢使用 Dennis乱改版 *************************** <br>echo ***************************** 本人blog ******************************** <br>echo **************** http://blog.163.com/dennis_yang@yeah/ ******************** <br>echo. <br>echo. <br>echo. <br>echo. <br>ECHO 文件清理完毕！本程序将在7秒后退出！现在进入倒计时......... <br>echo. <br>echo. <br>COLOR 0c <br>@echo off <br>echo WScript.Sleep 300 &gt; %temp%.\tmp$$$.vbs <br>set /a i =7 <br>:Timeout <br>if %i% == 0 goto Next <br>setlocal <br>set /a i = %i% - 1 <br>echo 倒计时……%i% <br>cscript //nologo %temp%.\tmp$$$.vbs <br>goto Timeout <br>goto End <br>:Next <br>cls &amp; <br>echo. <br>for %%f in (%temp%.\tmp$$$.vbs*) do del %%f <br>echo. <br><br><br><br><br><br><br><span style="color:#cc0000;line-height:1.8em;">4.垃圾扫扫扫.bat</span><wbr /> <br><br><br>@color 2F <br>@echo. <br>@echo off <br>@echo. <br>@echo. <br>@echo     <br>@echo. <br>@echo     你的电脑都会留下大量的垃圾，还有你播放音乐的痕迹、文档痕迹。这些东西日子久了会长期驻扎在你 <br>的系统盘，导致空间被大量吞噬。所以你要勤快一些，经常清理。下面将要清理你系统盘存在的垃圾。 <br>@echo. <br>@echo     为了检验清理成果，请你看一下现在你的C盘的已用空间， <br>@echo. <br>@echo     数据记录后，现在敲键盘任意键比如空格键或者回车键，将进行垃圾清理。 <br>@echo. <br>DEL %windir%\XP系统优化\*.* /F /S /Q <br>RD %windir%\XP系统优化 /S /Q <br>del /f /s /q %windir%\*.log <br>del /f /s /q %windir%\*.tmp <br>del /f /s /q %windir%\*._mp <br>del /f /s /q %windir%\*.gid <br>del /f /s /q %windir%\*.old <br>del /f /s /q %windir%\*.bak <br>del /f /s /q &quot;C:\Documents and Settings\All Users\「开始」菜单\程序\启动\*.*&quot; <br>@IF EXIST %windir%\system32\dllcache\*.* ,del %windir%\system32\dllcache\*.* /f /s /q <br><br>del /f /s /q %windir%\TEMP\*.* <br>RD %windir%\TEMP /s /q <br>DEL /F /S /Q &quot;%windir%\Temporary Internet Files\*.*&quot; <br>RD &quot;%windir%\Temporary Internet Files&quot; /s /q <br>del /f /s /q %temp%\*.* <br>rd %temp% /s /q <br>MD %TEMP% <br>del /f /s /q C:\TEMP\*.* <br>RD C:\TEMP /S /Q <br>del /f /s /q %windir%\Prefetch\*.* <br>RD %windir%\Prefetch /S /Q <br>MD %windir%\Prefetch <br>@if exist %WINDIR%\ntbtlog.txt, del %windir%\ntbtlog.txt /f /s /q <br>@if exist %WINDIR%\setuplog.txt,del %windir%\setuplog.txt /f /s /q <br>@if exist %WINDIR%\OEWABLog.txt,del %windir%\OEWABLog.txt /f /s /q <br>@if exist %WINDIR%\system32\wbem\Logs\wbemess.log, del %windir%\system32\wbem\Logs\wbemess.log /f /s <br>/q <br>@if exist %WINDIR%\system32\wbem\Logs\wmiprov.log, del %windir%\system32\wbem\Logs\wmiprov.log /f /s <br>/q <br>@if exist %windir%\system32\wbem\Logs\wbemcore.log, del %windir%\system32\wbem\Logs\wbemcore.log /f <br>/s /q <br>@if exist %windir%\Debug\UserMode\userenv.log ,     del %windir%\Debug\UserMode\userenv.log /f /s /q <br><br>del /f /s /q &quot;%userprofile%\Local Settings\Temporary Internet Files\*.*&quot; <br>rd &quot;%userprofile%\Local Settings\Temporary Internet Files&quot; /s/q <br>del /f /s /q &quot;%userprofile%\Local Settings\History\*.*&quot; <br>rd &quot;%userprofile%\Local Settings\History&quot; /s/q <br>del /f /s /q &quot;%userprofile%\Cookies\*.*&quot; <br>del /f /s /q &quot;%userprofile%\recent\*.*&quot; <br>del /f /s /q &quot;%userprofile%\Application Data\Microsoft\Office\Recent\Desktop.ini&quot; <br><br>del /f /s /q &quot;%userprofile%\Application Data\Google\Local Search History\*.*&quot; <br>DEL /f /s /q &quot;C:\Documents and Settings\All Users\Documents\*.*&quot; <br>RD &quot;C:\Documents and Settings\All Users\Documents&quot; /s /q <br><br><br>@IF EXIST &quot;%systemdrive%\FOUND.000&quot;,RD &quot;%systemdrive%\FOUND.000&quot; <br>@IF EXIST &quot;%systemdrive%\FOUND.001&quot;,RD &quot;%systemdrive%\FOUND.001&quot; <br>@IF EXIST &quot;%systemdrive%\FOUND.002&quot;,RD &quot;%systemdrive%\FOUND.002&quot; <br>@IF EXIST &quot;%systemdrive%\FOUND.003&quot;,RD &quot;%systemdrive%\FOUND.003&quot; <br>@IF EXIST &quot;%systemdrive%\FOUND.004&quot;,RD &quot;%systemdrive%\FOUND.004&quot; <br>@IF EXIST &quot;%systemdrive%\FOUND.005&quot;,RD &quot;%systemdrive%\FOUND.005&quot; <br>@IF EXIST %systemdrive%\DOWNLOADS\*.* ,DEL /F /S /Q %systemdrive%\DOWNLOADS\*.* <br>@IF EXIST %systemdrive%\DOWNLOADS\*.* ,RD %systemdrive%\DOWNLOADS <br>@IF EXIST &quot;%windir%\Config.Msi&quot; ,RD &quot;%windir%\Config.Msi&quot; <br>@IF EXIST %systemdrive%\recycled\*.* ,del /f /s /q %systemdrive%\recycled\*.* <br>del /f /s /q &quot;%userprofile%\Application Data\Real\RealPlayer\*.ste&quot; <br>del /f /s /q &quot;%userprofile%\Application Data\Real\RealPlayer\History\*.lnk&quot; <br>del /f /s /q &quot;%userprofile%\Application Data\Macromedia\Flash <br>Player\macromedia.com\support\flashplayer\sys\*.sol&quot; <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v TKBELLEXE /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v CTStartup /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v &quot;Disc Detector&quot; /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v &quot;Jet Detection&quot; /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v UpdReg /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v WINDVDPatch /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v LBConfig /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v TaskBar /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v TaskTray /f &gt;nul <br>reg delete HKEY_USERS\S-1-5-21-606747145-1604221776-725345543-500 <br>\Software\Microsoft\Windows\CurrentVersion\Run /v TaskTray /f &gt;nul <br>reg delete HKEY_USERS\S-1-5-21-606747145-1604221776-725345543-500 <br>\Software\Microsoft\Windows\CurrentVersion\Run /v TaskBar /f &gt;nul <br>reg delete HKEY_USERS\S-1-5-21-606747145-1604221776-725345543-500 <br>\Software\Microsoft\Windows\CurrentVersion\Run /v LBConfig /f &gt;nul <br>@IF EXIST &quot;C:\Documents and Settings\All Users\桌面\SB Audigy Quick Start.lnk&quot;, del /f /s /q <br>&quot;C:\Documents and Settings\All Users\桌面\SB Audigy Quick Start.lnk&quot; <br>@IF EXIST &quot;C:\Documents and Settings\All Users\桌面\Creative Demos.lnk&quot;, del /f /s /q &quot;C:\Documents <br>and Settings\All Users\桌面\Creative Demos.lnk&quot; <br>@IF EXIST &quot;C:\Documents and Settings\All Users\桌面\注册Sound Blaster Audigy.lnk&quot;, del /f /s /q <br>&quot;C:\Documents and Settings\All Users\桌面\注册Sound Blaster Audigy.lnk&quot; <br>@IF EXIST &quot;C:\Documents and Settings\All Users\桌面\Creative PlayCenter.lnk&quot;, del /f /s /q <br>&quot;C:\Documents and Settings\All Users\桌面\Creative PlayCenter.lnk&quot; <br>copy &quot;C:\Documents and Settings\All Users\「开始」菜单\程序\Creative\Sound Blaster Audigy\Creative <br>Surround Mixer.lnk&quot; &quot;C:\Documents and Settings\All Users\「开始」菜单\Creative Surround Mixer.lnk&quot; <br><br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v AsioReg /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v CTDVDDET /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v CTHelper /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v CTSysVol /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v SBDrvDet /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v UpdReg /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v AsioReg /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v DevconDefaultDB /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v &quot;Creative MediaSource Go&quot; /f &gt;nul <br>reg delete HKEY_USERS\S-1-5-21-606747145-1604221776-725345543-500 <br>\Software\Microsoft\Windows\CurrentVersion\Run /v &quot;Creative MediaSource Go&quot; /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v ChkColor /f &gt;nul <br>reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v &quot;SB Audigy 2 Startup <br>Menu&quot; /f &gt;nul <br>reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce /v Inetreg /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v RemoteCenter /f &gt;nul <br>reg delete HKEY_USERS\S-1-5-21-606747145-1604221776-725345543-500 <br>\Software\Microsoft\Windows\CurrentVersion\Run /v RemoteCenter /f &gt;nul <br>@IF EXIST &quot;C:\Documents and Settings\All Users\桌面\使用入门演示.lnk&quot;,del /f /s /q &quot;C:\Documents and <br>Settings\All Users\桌面\使用入门演示.lnk&quot; <br>@IF EXIST &quot;C:\Documents and Settings\All Users\桌面\Creative 产品注册.lnk&quot;,del /f /s /q &quot;C:\Documents <br>and Settings\All Users\桌面\Creative 产品注册.lnk&quot; <br>copy &quot;C:\Program Files\Creative\SBAudigy2ZS\EAX\EAX 控制台.lnk&quot; &quot;C:\Documents and Settings\All Users\ <br>「开始」菜单\EAX 控制台.lnk&quot; <br><br>reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v IMJPMIG8.1 /f &gt;nul <br>reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v PHIME2002A /f &gt;nul <br>reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v PHIME2002ASync /f &gt;nul <br>reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v Lava-Lava /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v ALCMTR /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v AlcWzrd /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v RTHDCPL /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v skytel /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v SoundMan /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v NvCplDaemon /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v NvMediaCenter /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v nwiz /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v &quot;HDCSP RegCertTool&quot; /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v WebcamMaxMoniter /f &gt;nul <br>reg delete &quot;HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%%\Basic&quot; /v &quot;Image File Path&quot; /f <br>reg delete &quot;HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%%\MountedMRU&quot; /f <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v &quot;NMGameX_AutoRun&quot; /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v &quot;VMware Tools&quot; /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v &quot;VMware User Process&quot; /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v &quot;VMware User Process&quot; /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v &quot;HDCSP RegCertTool&quot; /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v &quot;ISUSPM Startup&quot; /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v ISUSScheduler /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v NeroFilterCheck /f &gt;nul <br>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v &quot;Grid Service&quot; /f &gt;nul <br>reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v BigDog303 /f &gt;nul <br>@IF EXIST &quot;C:\Documents and Settings\All Users\「开始」菜单\程序\启动\新浪UC.lnk&quot;, del /f /s /q <br>&quot;C:\Documents and Settings\All Users\「开始」菜单\程序\启动\新浪UC.lnk&quot; <br><br><br>@color 17 <br>@echo. <br>@echo. <br>@sc config amdshpcSrv start= disabled <br>@sc config 3wareSrv start= disabled <br>@sc config &quot;Ati HotKey Poller&quot; start= disabled <br>@sc config NVSvc start= disabled <br>@sc config ccosm start= disabled <br>@sc config &quot;Creative Service for CDROM Access&quot; start= disabled <br>@sc config vmount2 start= disabled <br>@sc config VMAuthdService start= disabled <br>@sc config VMTools start= disabled <br>@sc config msSQLSERVER start= disabled <br>@sc config HD_CertService start= disabled <br>@sc config &quot;WMDM PMSP Service&quot; start= disabled <br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>taskkill /f /im CONIME.EXE <br>taskkill /f /im wmiprvse.exe <br><br><br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>@echo. <br>@echo      好了!   垃圾清理完毕! <br>@echo. <br>@echo. <br>@echo. <br>@echo       <br>@echo. <br>@echo. <br><br>@echo      制作：Dennis <br>@echo. <br>@echo. <br>@echo. <br>@echo      现在敲键盘任意键比如空格键或者回车键，即可关闭这个窗口了。祝你开心快乐每一天! <br>@echo. <br>@echo. <br>@echo. <br> <br> <br> <br> <br> <br><br><span style="filter: glow(color=#CC0000,strength=3);color:#FFFFFF;display:inline-block;line-height:1.8em;">下载地址： </span><wbr /><br> <br><span style="color:#cc0000;line-height:1.8em;">XP垃圾清理.bat：</span><wbr /><a href="http://www.namipan.com/d/084bc5b5694c429cacf080b26a09ff522f711a64ae020000" target="_blank"><span style="color:#cc0000;line-height:1.8em;">http://www.namipan.com/d/084bc5b5694c429cacf080b26a09ff522f711a64ae020000</span><wbr /></a><wbr /><br><span style="color:#cc0000;line-height:1.8em;">Vista系统垃圾清理.bat：</span><wbr /><a href="http://www.namipan.com/d/e040d06070ac6440d74327c7882990dc2277ebd591050000" target="_blank"><span style="color:#cc0000;line-height:1.8em;">http://www.namipan.com/d/e040d06070ac6440d74327c7882990dc2277ebd591050000</span><wbr /></a><wbr /><br><span style="color:#cc0000;line-height:1.8em;">超强XP垃圾清理源码.bat：</span><wbr /><a href="http://www.namipan.com/d/67071c313b48388178b03eae716683b67d206eb9dc110000" target="_blank"><span style="color:#cc0000;line-height:1.8em;">http://www.namipan.com/d/67071c313b48388178b03eae716683b67d206eb9dc110000</span><wbr /></a><wbr /><br><span style="color:#cc0000;line-height:1.8em;">垃圾扫扫扫.bat：</span><wbr /><a href="http://www.namipan.com/d/84efd3dcef986390709c6b978a1ba475cefe50dec72a0000" target="_blank"><span style="color:#cc0000;line-height:1.8em;">http://www.namipan.com/d/84efd3dcef986390709c6b978a1ba475cefe50dec72a0000</span><wbr /></a><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[124912340@qq.com(Dennis.Yang)]]></author>
<comments>http://124912340.qzone.qq.com/blog/1244054083#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Wed, 03 Jun 2009 18:34:43 GMT</pubDate>
<guid>http://124912340.qzone.qq.com/blog/1244054083</guid>
</item>

<item>
<title><![CDATA[尽其在我 简单是美]]></title>
<link>http://124912340.qzone.qq.com/blog/1242926701</link>
<description><![CDATA[古来圣贤不为琐事而所计较 然而瓜田李下的事情 世人总忍不住沉默 为自己争辩不休 凡事包容 凡事忍耐 其实让人误解的时候 才显得你的伟大 常想 是不是每个圣人都喜欢留居深山 与寂寞相伍 对影成三人的时候 是乎真的厌倦了身平的世俗礼节 狂歌畅饮 饮进多少烦恼多么愁 是逃避 还是看破 云云众生 浮浮沉沉 贪心太大 私欲无边 整天让你魂不守舍、迷迷糊糊 从此烦恼、忧虑绵绵不休 风花雪月迷乱了多少人的理智 不知道什么是真 哪个是假 唯有“尽其在我 简单是美” 概括了许多人的心声 。 <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[124912340@qq.com(Dennis.Yang)]]></author>
<comments>http://124912340.qzone.qq.com/blog/1242926701#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Thu, 21 May 2009 17:25:01 GMT</pubDate>
<guid>http://124912340.qzone.qq.com/blog/1242926701</guid>
</item>

<item>
<title><![CDATA[2个月]]></title>
<link>http://124912340.qzone.qq.com/blog/1242926618</link>
<description><![CDATA[时间过的很快，不知不觉，回舟山已经两个月了，从刚来时候到处串门，四处求职面试，到现在坦然的笑看一切，发自内心的为自己欣喜，那个自信坚毅的我又回来了。听着一些BOSS人生感悟，好朋友的建议，回味过往的事，的确还有很多东西自己不懂，还有很多事等着自己去做。且就当这一次次都是在考验自己提炼自己吧。 <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[124912340@qq.com(Dennis.Yang)]]></author>
<comments>http://124912340.qzone.qq.com/blog/1242926618#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Thu, 21 May 2009 17:23:38 GMT</pubDate>
<guid>http://124912340.qzone.qq.com/blog/1242926618</guid>
</item>

<item>
<title><![CDATA[等待]]></title>
<link>http://124912340.qzone.qq.com/blog/1242698972</link>
<description><![CDATA[等待是寂寞的，因为这份寂寞，必须去适应，试着去忍受因为你带来的一切... <br><br>骨子里的一份倔强，让我从不肯轻易屈服，或许些许年后，我们回头会看见狂风暴雨后的绚丽人生。 <br><br>纵使有鸿鹄之志，有时在严酷的现实面前也会被剥落的支离破碎，放平自己，耐下性质，磨刀去了... <br><br>朋友说我太浮躁，仔细回想也是；朋友劝我汇聚力量于一点集中目标，话在理，这也对了。 <br><br>去其糟粕取其精华，这话同样适用在朋友圈子。 <br><br>今天很残酷，明天更残酷，后天很美好，但是绝大部分人是死在明天晚上，只有那些真正的英雄才能见到后天的太阳。<br><br>趁着有股年轻的冲劲，Sprint！！！ <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[124912340@qq.com(Dennis.Yang)]]></author>
<comments>http://124912340.qzone.qq.com/blog/1242698972#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Tue, 19 May 2009 02:09:32 GMT</pubDate>
<guid>http://124912340.qzone.qq.com/blog/1242698972</guid>
</item>

<item>
<title><![CDATA[转载：这就是哈佛大学凌晨四点的景象，差距……]]></title>
<link>http://124912340.qzone.qq.com/blog/1242629266</link>
<description><![CDATA[<span style="color:#ff0000;line-height:1.8em;">[转]</span><wbr /> 转载：这就是哈佛大学凌晨四点的景象。<br> <br>转载自 <a href="http://user.qzone.qq.com/510226169" class="q_namecard" link="nameCard_510226169" target="_blank" >杨桃树</a>    转载于2009年05月18日 12:46 <br>这就是哈佛大学凌晨四点的景象。<br><br><a href="http://sz.photo.store.qq.com/rurl2=ea04b86941ffc10e24d769d1e79f5388c119c59f2cb78213d63ef5e4138b0543a129a39131d80e75b9f05d96d4fd7c7f353fd5e1e7cf830daf23aef416f529b3877e69d599e76eb933efdad187de01da27ae0bb4" target="_blank"><wbr /><a href="http://sz.photo.store.qq.com/rurl2=ea04b86941ffc10e24d769d1e79f5388c119c59f2cb78213d63ef5e4138b0543a129a39131d80e75b9f05d96d4fd7c7f353fd5e1e7cf830daf23aef416f529b3877e69d599e76eb933efdad187de01da27ae0bb4" target="_blank"><img style="width:0px;height:301px;border:0;" src="http://sz.photo.store.qq.com/rurl2=ea04b86941ffc10e24d769d1e79f5388c119c59f2cb78213d63ef5e4138b0543a129a39131d80e75b9f05d96d4fd7c7f353fd5e1e7cf830daf23aef416f529b3877e69d599e76eb933efdad187de01da27ae0bb4" /></a><wbr /></a><wbr /> <a href="http://b20.photo.store.qq.com/http_imgload.cgi?/rurl4_b=d0bee012f29ee7b53af8cd8ca1a4ba253f053bb9af5b5fcc5d00dbf8cc03d1b20f6ece908f8de074c64128d49e2d5dc5c4b0786c3ca9c0a01a824020b6d392a86c877e375715a52b3d9d5641584cd51c4a347bd1" target="_blank"><wbr /><a href="http://b20.photo.store.qq.com/http_imgload.cgi?/rurl4_b=d0bee012f29ee7b53af8cd8ca1a4ba253f053bb9af5b5fcc5d00dbf8cc03d1b20f6ece908f8de074c64128d49e2d5dc5c4b0786c3ca9c0a01a824020b6d392a86c877e375715a52b3d9d5641584cd51c4a347bd1" target="_blank"><img style="border:0;" src="http://b20.photo.store.qq.com/http_imgload.cgi?/rurl4_b=d0bee012f29ee7b53af8cd8ca1a4ba253f053bb9af5b5fcc5d00dbf8cc03d1b20f6ece908f8de074c64128d49e2d5dc5c4b0786c3ca9c0a01a824020b6d392a86c877e375715a52b3d9d5641584cd51c4a347bd1" /></a><wbr /></a><wbr /> <br><br><br><br>馆训: <br><br>1．现在睡觉的话会做梦而现在学习的话会让梦实现 <br>This moment will nap, you will have a dream; But this moment study,you will interpret a dream. <br><br>2．我无所事事地度过的今天是昨天死去的人们所奢望的明天 <br>I leave uncultivated today, was precisely yesterday <br>perishes tomorrow which person of the body implored. <br><br>3．感到晚了的时候其实是最早的时候 <br>Thought is already is late, exactly is the earliest time. <br><br>4．不要把今天的事拖到明天 <br>Not matter of the today will drag tomorrow. <br><br>5．学习的痛苦是一时的而没有学习的痛苦是一辈子的 <br>Time the study pain is temporary, has not learned the pain is life-long. <br><br>6．学习不是人生的全部但连学习都征服不了你还能做什么？ <br>The study certainly is not the life complete. But, sincecontinually life part of - studies also is unable to conquer, what butalso can make? <br><br>7．学习不是因为缺少时间而是缺少努力 <br>Studies this matter, lacks the time, but is lacks diligently. <br><br>8．所有人的成功都不是偶然的 <br>Nobody can casually succeed, it comes from the thoroughself-control and the will. <br><br>9.无法避免的痛苦就去享受吧！ <br>Please enjoy the pain which is unable to avoid. <br><br>10．早起的鸟儿有虫吃 <br>Only has compared to the others early, diligently diligently, canfeel the successful taste. <br><br>11．成功并不属于每个人 <br>Nobody can casually succeed. <br><br>12.时间在流逝 <br>How time flies. <br><br>13.今天流下的口水将变成明天流下的泪水 <br>Now drips the saliva, will become tomorrow the tear. <br><br>谨以此文，警醒所有把大学当幼儿园过的我们。 <br><br>谨以此文，勉励积极奋斗的我们！ <br>------------------------------------------ <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[124912340@qq.com(Dennis.Yang)]]></author>
<comments>http://124912340.qzone.qq.com/blog/1242629266#comment</comments>
<qz:effect>134218241</qz:effect>
<pubDate>Mon, 18 May 2009 06:47:46 GMT</pubDate>
<guid>http://124912340.qzone.qq.com/blog/1242629266</guid>
</item>

<item>
<title><![CDATA[求职]]></title>
<link>http://124912340.qzone.qq.com/blog/1242354870</link>
<description><![CDATA[  Sunshine  so beatful day. <br>也开始写心情了，想想没什么意思，就当个备忘录吧。 <br>流水账开始... <br>地点：普陀区劳动人力资源中心   事件：人才劳动力招聘会   应聘 <br><br>NO1：联通公司  业务员 （个人要求做间接） 保底工资800，提成目前还不清楚（其实这才是本人关心的~—~） <br>NO2：中天特产城  公司地点  东港（消防对面） 业务员（间接） 其他不详 <br><br>NO3：海天菲尼柯酒店  Hotel manager  （酒店业务，主要是对外） <br>NO4：舟山市永跃金朝旅行社  副总经理   <br><br>ALL RIGHT! OVER. <br><br>                                                             <br>                                                                                        May.15.09 <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[124912340@qq.com(Dennis.Yang)]]></author>
<comments>http://124912340.qzone.qq.com/blog/1242354870#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Fri, 15 May 2009 02:34:30 GMT</pubDate>
<guid>http://124912340.qzone.qq.com/blog/1242354870</guid>
</item>

<item>
<title><![CDATA[人生的诀窍就是经营自己的长处]]></title>
<link>http://124912340.qzone.qq.com/blog/1242341769</link>
<description><![CDATA[人生的诀窍就是经营自己的长处。在人生的坐标系里，一个人如果站错了位置——用他的短处而不是长处来谋生的话，那是非常可怕的，他可能会在永远的卑微和失意中沉沦。成才的道路有千万条，每个人都可以选择一条适合自己的路来走，最关键的不是向别人看齐，而是能够对自己做出正确的估价，俗话说：“尺有所长，寸有所短。”每个人都有自己的长处和短处，如果只看见自己的短处而看不见自己的长处，或者夸大短处而缩小长处，都是自卑的表现。拿自己的短处去跟别人的长处相比的话，那么任何人都无法自信起来。 <br>　　每个人身上都蕴藏着一份特殊的才能，那份才能犹如一位熟睡的巨人，等着我们去唤醒它，而这个巨人就是潜能。上天决不会亏待任何一个人，会给我们每个人无穷无尽的机会去充分发挥特长，只要我们能将潜能发挥得当，我们也能成为爱因斯坦，也能成为爱迪生。无论别人如何评价我们，无论我们年纪有多大，无论我们面前有多大阻力，只要相信自己，相信自己的潜能，就会有所成就。事实上，世界本来属于我们，只要抹去身上的浮灰，无限的潜能就会像原子反应堆里的原子那样充分发挥出来，我们就一定会有所作为，创造奇迹！ <br>　　多少年来，哈佛、耶鲁这样的名校在世人的心目中有着举足轻重的地位，人们毫不怀疑，进了这样的学校，等于打开了成功之门，可是，令人意想不到的是，全球第二大软件公司“甲骨文”的行政总裁、世界第四富豪艾里森竟把所有哈佛大学、耶鲁大学等名校的师生都称为失败者。 <br>　　在美国耶鲁大学300周年校庆时，艾里森应邀参加典礼。他当着全体与会者的面说：“所有哈佛大学、耶鲁大学等名校的师生都自以为是成功者，其实你们全都是失败者，因为众多最优秀的人才非但不以哈佛、耶鲁为荣，而且常常坚决地舍弃那种荣耀。世界首富比尔?盖茨，中途从哈佛退学；世界第二富豪保尔?艾伦，根本就没上过大学；世界第四富豪，就是我艾里森，被耶鲁大学开除；世界第八富豪戴尔，只读过一年大学；微软总裁斯蒂夫?鲍尔默在财富榜上大概排在十名开外，他与比尔?盖茨是同学，为什么成就差一些呢？因为他是读了一年研究生后才恋恋不舍地退学的……” <br>　　不过艾里森接着又把话锋一转：“不过在座的各位也不要太难过，你们还是很有希望的，你们的希望就是，经过这么多年的努力学习，终于赢得了为我们这些退学者、未读大学者、被开除者打工的机会。” <br>　　艾里森这番惊世骇俗的言论，的确有些过于狂妄了，但是不可否认的是，他所列举的这些人确实都是没有大学毕业证，但是却获得了巨大成功的人，这是因为他们都是及早地发现了自己的长处，并果断地去经营自己长处的人，所以他们的成功就不足为奇了。 <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[124912340@qq.com(Dennis.Yang)]]></author>
<comments>http://124912340.qzone.qq.com/blog/1242341769#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Thu, 14 May 2009 22:56:09 GMT</pubDate>
<guid>http://124912340.qzone.qq.com/blog/1242341769</guid>
</item>

<item>
<title><![CDATA[被人嘲笑是成功的关键]]></title>
<link>http://124912340.qzone.qq.com/blog/1223879997</link>
<description><![CDATA[听从自己内心的决定<br><br>    假如周遭的人都劝你不要做某件事，甚至嘲笑你根本不该去做，就可以把这件事当作可能成功的指标。与众人反向而行是很需要勇气的。事实是，这世界上从不曾有哪个人是只靠“从众”而成功的。<br> <br>　　在生命中总有某个时刻需要你下非常重要的决定———关于你的工作、家庭、生活，住在哪里，怎么投资你的金钱。这时会有很多人愿意提供忠告，但记住：你的生活是你自己的，不是别人的。忠告当然有对的时候，但事后证明无用的次数更多。你们必须靠自己研究，尽可能学习面对挑战的本事，自行判断讯息的真伪并自己做决定。<br> <br>　　你们天生就有能力为自己的最大利益下最好的决定，在大多数情况下，自己思索比违背自己的意愿而听从他人的决定，更能做出正确决策并采取正确行动。<br> <br>　　我曾在几个重要投资决策上听从别人劝告而忽略自己内心决定。奇怪的是每次这些投资都损失惨重。于是我不再让别人影响我，并根据自己所下的决定采取行动。直到年过三十，我终于了解这才是最佳的投资之道；同时也知道，我之所以成功是因为自己遵照这个原则，而不去想会不会太迟了。<br> <br>　　<br>做你热爱的事才能做好<br>　　假如你喜欢烧菜，就去开一间餐馆；假如你擅长跳舞，就去学跳舞。想成功最快的方法，是做你喜欢做的事，然后全力以赴。当你发现有一件事是感兴趣的，别让年龄牵绊你，做就是了。怎么做才会成功呢？答案非常简单：做你热爱的事。做自己喜欢做的事的人不是在“上班”，而是每天迫不及待睁开眼睛去享受工作的乐趣。<br>    假如选择你们不关心的领域，就不可能有希望获得成功。<br>　　假如你喜欢且关心自己所做的事，自然会想做得最好。投资和生活一样，细节往是成功或失败的关键。所以不能忽略任何细节，必须搜寻、验证每个讯息，只要与你的投资决策有关都不能掉以轻心。任何让你觉得不安的问题或感觉，都要找出答案来。大部分人之所以不成功，原因往往出在研究不够彻底，只看他们随手可拿到的资讯。<br>　　<br>    我所做的成功投资，都是因为事先花时间尽可能地搜集资讯，详细研读每个细节。假如你涉入自己不懂的事物，那你永投资大师罗杰斯是个乡下孩子，一心想着如何赚到足够的钱使自己自由自在、毋须听人使唤。五岁就在棒球场捡空可乐瓶换钱，六岁就在球场中有自己的摊子。这位37岁就实现退休梦想的成功投资人，如今以家庭为最大快乐的来源，而为了自己的两个女儿，他分享从自己的经验中所学到的东西，关于投资，更关于做人。<br>    　<br>自愿成为世界公民<br>　　<br>    不要只是做个观光客，要去到不同的人居住的环境，亲眼见识他们怎么生活，跟他们一样过日子。从地平线开始，往上看这个世界。<br>　　<br>    尽可能地旅行并观看这个世界，会让你们的视野扩大好几倍。假如你真想认识你自己和你的国家，出去看看这个世界。藉由与别的国家和人比较，你将会学到如何从完全不同的角度看待你的国家和你自己。你会发现你从来不曾注意的兴趣，从而知道你的长处和短处；你也会发现你过去认为很重要的事，其实并没有那么了不起。<br> <br>    <br>要再一次叮咛好好研究历史，这会帮助了解在世界各个角落什么事将发生。<br>　　<br>    研读历史，从宏观角度看世界发生什么事。你们会发现今日为真的事，十年二十年以后并非如此，每一件都改变了。<br>　　我特别希望你记住：历史通常会自我重复，至少马克?吐温是这么说的。杂志或报纸上不时看到某些偶发事件或主题，被形容为创新的、突破的或空前的。但此时你要回头看看历史事例，你一定会找到前例，但是要记住历史脉络各有不同，不要期待事情会完全相同。<br> <br>　　通则是：以前发生过的事，以后也还会再发生。例如“网际网络革命”，其实只是历史上一再重复出现的许多科技革新中的一个。那些有历史观的人可以指出许多这类“革命”：铁路、高速帆船、飞机、电力、收音机、电话、电视和计算机。投资在任何这些“新世纪”的东西上，有时候会让你亏得很惨。<br> <br>　　当某人宣称某样东西是“前所未有的创新”时，我会留意市场是否过热，然后通常当机立断抽出资金。当你听到人们宣称“这次不一样”时要深表怀疑，历史上从来没有哪件事是与别的事完全不同的，这种断言指出一种群众歇斯底里的情况，也正是为什么我会在1999年到2000年间卖空手上高科技股票。<br> <br>　　<br>研读心理学控制惊慌<br>　　假如你想了解自己以及什么对你是重要的，就必须学习如何好好思考；在能够成就任何事之前，也必须更了解自己。研读哲学就帮助我做到了这件事。现在很多人都是人云亦云，智识进程受限于国家文化或宗教。要跳脱这些框架来思考，要独立检验事情的真伪，训练你去检验每一种概念、每一项“事实”。<br> <br>　　要在投资上成功还需要学习心理学。情绪会驱使股票市场走向某一个方向。当大众对某则新闻过度反应时，要不高价买入，要不就是在不对的时机卖空。很多时候，投资者的心理会加速市场的走向。<br> <br>　　每个人都会惊慌，我自己也因此在股市赔了很多钱。如果在市场惊慌的迷雾中丧失自己的看法，那就等于在市场上失去金钱。当你们了解心理学后，会有更深的认识。<br> <br>学会终生储蓄<br>　　你会碰到有些人鼓励你随心所欲地花钱，告诉你钱财是生不带来、死不带去。等你渐渐长大，就会开始有每天上昂贵馆子吃饭、买最新型手机、穿最流行时装、去有名的地方度假的朋友。<br> <br>　　一定要避免只因为你花得起就拼命花钱这样的陷阱，这不仅是通往破产之路，也是使你忘却什么是生命的目的之路。我不是说永远不要到外面吃饭度假或买东西，只是说你应该有智慧地花自己的钱，买真正值得买的东西，把钱花在刀口上，得到最大、最值得的获益。<br><br>  　你已经有五个小扑满，也总是很高兴地把钱投入其中，请继续存钱。那些懂得储蓄、明智投资的人，就是生活最无忧的人。<br>　　<br>    罗杰斯12箴言<br>　　●不要让别人影响你———假如每个人都嘲笑你的想法，这就是可能成功的指标！<br>　　●专注你所爱──在真正热爱的工作上努力，就会找到梦想<br>　　●普通常识并不那么普通──大众社会相信的常是错的<br>　　●将世界纳入你的眼界──保持开放的心，做个世界公民！<br>　　●研读哲学，学会思考──训练自己检验每种概念和事实<br>　　●学习历史──因为以前发生过的事，以后也还会再发生<br>　　●这是中国的世纪，去学中文──购买这个国家的未来！<br>　　●真正认识自己──了解弱点、觉察错误才能找到对的路<br>　　●认出改变，拥抱改变──改变的功能就像催化剂，保持觉知是重要的功课<br>　　●面对未来──看得见未来的人可以累积财富<br>　　●反众道而行──检视事实和机会，不随乌合之众心理起舞<br>　　●幸运女神只眷顾持续努力的人──用功读书 <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[124912340@qq.com(Dennis.Yang)]]></author>
<comments>http://124912340.qzone.qq.com/blog/1223879997#comment</comments>
<qz:effect>576</qz:effect>
<pubDate>Mon, 13 Oct 2008 06:39:57 GMT</pubDate>
<guid>http://124912340.qzone.qq.com/blog/1223879997</guid>
</item>

<item>
<title><![CDATA[苦难是激发有志者的一剂强心剂，坚定信念没有什么不可能]]></title>
<link>http://124912340.qzone.qq.com/blog/1223581268</link>
<description><![CDATA[<br><wbr /><img transImg="1" style="width:473px; height:314px;border:0;" src="http://xa.photo.store.qq.com/http_imgload.cgi?/rurl2=c1a2dceaa92fb389c4c24d152dfce146131cca2ba73b49298c5ce6ba34d8283e4c9bb2e514d2a0a68c67fd8753f7d6d937dc2f968e2ef5f866eea36358c88dd214f858ea551bc184bc3f8d8f9a0f38ac26bffaec" /><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[124912340@qq.com(Dennis.Yang)]]></author>
<comments>http://124912340.qzone.qq.com/blog/1223581268#comment</comments>
<qz:effect>67109376</qz:effect>
<pubDate>Thu, 09 Oct 2008 19:41:08 GMT</pubDate>
<guid>http://124912340.qzone.qq.com/blog/1223581268</guid>
</item>

</channel>
</rss>

