<?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>chisdy.A.Pro &#187; Misc</title>
	<atom:link href="http://chisdy.com/category/misc/feed" rel="self" type="application/rss+xml" />
	<link>http://chisdy.com</link>
	<description>Don&#039;t let a little fear stop you from getting what you want!</description>
	<lastBuildDate>Sat, 21 Apr 2012 09:35:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>30秒清除你电脑中的垃圾</title>
		<link>http://chisdy.com/38.chisdy</link>
		<comments>http://chisdy.com/38.chisdy#comments</comments>
		<pubDate>Fri, 07 Sep 2007 20:18:03 +0000</pubDate>
		<dc:creator>chisdy</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://chisdy.com/misc/38.html</guid>
		<description><![CDATA[要轻松流畅上网你是否注意到你的电脑系统磁盘的可用空间正在一天天在减少呢？是不是像老去的猴王一样动作一天比一天迟缓呢？没错，在Windows在安装和使用过程中都会产生相当多的垃圾文件，包括临时文件（如：*.tmp、*._mp）日志文件（*.log）、临时帮助文件（*.gid）、磁盘检查文件（*.chk）、临时备份文件（如：*.old、*.bak）以及其他临时文件。特别是如果一段时间不清理IE的临时文件夹“Temporary Internet Files”，其中的缓存文件有时会占用上百MB的磁盘空间。这些LJ文件不仅仅浪费了宝贵的磁盘空间，严重时还会使系统运行慢如蜗牛。这点相信你肯定忍受不了吧，所以应及时清理系统的LJ文件的淤塞，保持系统的“苗条”身材，轻松流畅上网，朋友来吧，现在就让我们一起来快速清除系统垃圾吧，下面是步骤很简单就两步： 在电脑屏幕的左下角按“开始→程序→附件→记事本”，把下面的文字复制进去，点“另存为”，路径选“桌面”，保存类型为“所有文件”，文件名为“清除系统LJ.bat”，就完成了。记住后缀名一定要是.bat，ok！你的垃圾清除器就这样制作成功了！双击它就能很快地清理垃圾文件，大约一分钟不到。 就是下面的文字： @echo off echo 正在清除系统垃圾文件，请稍等&#8230;&#8230; del /f /s /q %systemdrive%\*.tmp del /f /s /q %systemdrive%\*._mp del /f /s /q %systemdrive%\*.log del /f /s /q %systemdrive%\*.gid del /f /s /q %systemdrive%\*.chk del /f /s /q %systemdrive%\*.old del &#8230; <a href="http://chisdy.com/38.chisdy">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>要轻松流畅上网你是否注意到你的电脑系统磁盘的可用空间正在一天天在减少呢？是不是像老去的猴王一样动作一天比一天迟缓呢？没错，在Windows在安装和使用过程中都会产生相当多的垃圾文件，包括临时文件（如：*.tmp、*._mp）日志文件（*.log）、临时帮助文件（*.gid）、磁盘检查文件（*.chk）、临时备份文件（如：*.old、*.bak）以及其他临时文件。特别是如果一段时间不清理IE的临时文件夹“Temporary Internet Files”，其中的缓存文件有时会占用上百MB的磁盘空间。这些LJ文件不仅仅浪费了宝贵的磁盘空间，严重时还会使系统运行慢如蜗牛。这点相信你肯定忍受不了吧，所以应及时清理系统的LJ文件的淤塞，保持系统的“苗条”身材，轻松流畅上网，朋友来吧，现在就让我们一起来快速清除系统垃圾吧，下面是步骤很简单就两步：</p>
<p>在电脑屏幕的左下角按“开始→程序→附件→记事本”，把下面的文字复制进去，点“另存为”，路径选“桌面”，保存类型为“所有文件”，文件名为“清除系统LJ.bat”，就完成了。记住后缀名一定要是.bat，ok！你的垃圾清除器就这样制作成功了！双击它就能很快地清理垃圾文件，大约一分钟不到。<br />
<span id="more-38"></span></p>
<p>就是下面的文字：</p>
<blockquote><p>@echo off<br />
echo 正在清除系统垃圾文件，请稍等&#8230;&#8230;<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 &#038; md %windir%\temp<br />
del /f /q %userprofile%\cookies\*.*<br />
del /f /q %userprofile%\recent\*.*<br />
del /f /s /q &#8220;%userprofile%\Local Settings\Temporary Internet Files\*.*&#8221;<br />
del /f /s /q &#8220;%userprofile%\Local Settings\Temp\*.*&#8221;<br />
del /f /s /q &#8220;%userprofile%\recent\*.*&#8221;<br />
echo 清除系统LJ完成！<br />
echo. &#038; pause</p></blockquote>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://chisdy.com/30.chisdy" title="720天">720天</a></li><li><a href="http://chisdy.com/185.chisdy" title="阶变色史">阶变色史</a></li><li><a href="http://chisdy.com/56.chisdy" title="Wordpress themes &#8211; simple-black">Wordpress themes &#8211; simple-black</a></li><li><a href="http://chisdy.com/65.chisdy" title="CSS兼容方案的一些简便技巧">CSS兼容方案的一些简便技巧</a></li><li><a href="http://chisdy.com/28.chisdy" title="还是听下伍佰的歌">还是听下伍佰的歌</a></li><li><a href="http://chisdy.com/155.chisdy" title="原来学东西真的需要复习之css的position">原来学东西真的需要复习之css的position</a></li><li><a href="http://chisdy.com/149.chisdy" title="“到你了”匡威歌词大赛">“到你了”匡威歌词大赛</a></li><li><a href="http://chisdy.com/162.chisdy" title="奇怪的事情驱使我的回想">奇怪的事情驱使我的回想</a></li><li><a href="http://chisdy.com/84.chisdy" title="漂亮的文字图形设计">漂亮的文字图形设计</a></li><li><a href="http://chisdy.com/49.chisdy" title="VideoSpeedy&#8211;视频加速器">VideoSpeedy&#8211;视频加速器</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://chisdy.com/38.chisdy/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blogger Map</title>
		<link>http://chisdy.com/29.chisdy</link>
		<comments>http://chisdy.com/29.chisdy#comments</comments>
		<pubDate>Fri, 29 Jun 2007 17:11:59 +0000</pubDate>
		<dc:creator>chisdy</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Map]]></category>

		<guid isPermaLink="false">http://chisdy.com/misc/29.html</guid>
		<description><![CDATA[cosβ利用Google地图制作了好玩的博客地图。 你可以到这里登陆你的博客地理位置。现在BloggerMap完善了同城博客，小纸条，Widget等功能。 在博客地图上，你可以找到你喜欢的博客的地理位置。你可以看看你周围有多少邻居博客。你还可以像我这样将你的博客地图调用到你的博客上显示！ 呵呵，欢迎大家加入博客地图，共同完成我们的中国博客地图！~ 下面是我的博客链接： Random Posts体验下PS cs3,DW cs3奇怪的事情驱使我的回想到传说中的鼓浪屿逛了逛他是在炫技吗？最近爱上可乐机子决定效率之Photoshop革命另一种方式IE浏览器各版本的CSS条件判断惊吓之文件恢复后太多想法废话之学人家用Ubuntu的感觉是个宅男在学English]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.storyday.com/html/y2007/1031_widget-of-bloggermap.html">cosβ</a>利用<a href="http://map.google.com">Google地图</a>制作了好玩的<a href="http://bloggermap.org/">博客地图</a>。<br />
你可以<a href="http://bloggermap.org/add.php">到这里</a>登陆你的博客地理位置。现在BloggerMap完善了同城博客，小纸条，Widget等功能。</p>
<p><strong>在博客地图上，你可以找到你喜欢的博客的地理位置。你可以看看你周围有多少邻居博客。你还可以像我这样将你的博客地图调用到你的博客上显示！</strong></p>
<p>呵呵，欢迎大家加入博客地图，共同完成我们的中国博客地图！~<br />
下面是我的博客链接：</p>
<p><iframe src="http://bloggermap.org/pub/html/175.html" border="0" frameborder="0" height="220" width="460"></iframe></p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://chisdy.com/44.chisdy" title="就说回家和最近">就说回家和最近</a></li><li><a href="http://chisdy.com/188.chisdy" title="偶滴神家驹之少有的BS">偶滴神家驹之少有的BS</a></li><li><a href="http://chisdy.com/155.chisdy" title="原来学东西真的需要复习之css的position">原来学东西真的需要复习之css的position</a></li><li><a href="http://chisdy.com/43.chisdy" title="这个中秋">这个中秋</a></li><li><a href="http://chisdy.com/35.chisdy" title="IE与Firefox的CSS兼容–常见兼容问题">IE与Firefox的CSS兼容–常见兼容问题</a></li><li><a href="http://chisdy.com/20.chisdy" title="朋友的体会">朋友的体会</a></li><li><a href="http://chisdy.com/191.chisdy" title="如期而至">如期而至</a></li><li><a href="http://chisdy.com/240.chisdy" title="一半解决">一半解决</a></li><li><a href="http://chisdy.com/57.chisdy" title="来个回想">来个回想</a></li><li><a href="http://chisdy.com/16.chisdy" title="分享3个站点">分享3个站点</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://chisdy.com/29.chisdy/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>不知不觉又一个星期</title>
		<link>http://chisdy.com/14.chisdy</link>
		<comments>http://chisdy.com/14.chisdy#comments</comments>
		<pubDate>Fri, 20 Apr 2007 12:09:59 +0000</pubDate>
		<dc:creator>chisdy</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://chisdy.com/2007/04/20/14/</guid>
		<description><![CDATA[忙着，时间过得特别快，不知不觉又一个星期了。发个前几天弄的网上来。 Random Posts过犹不及难得的一次运动仅占一ID号莫名的疲惫渐行渐远来个回想IE与Firefox的CSS兼容–注意事项AutoSprites &#8211; jquery导航插件VideoSpeedy&#8211;视频加速器IE与Firefox的CSS兼容–常见兼容问题]]></description>
			<content:encoded><![CDATA[<p>忙着，时间过得特别快，不知不觉又一个星期了。发个前几天弄的网上来。</p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://chisdy.com/197.chisdy" title="另一种方式">另一种方式</a></li><li><a href="http://chisdy.com/159.chisdy" title="惊吓之文件恢复后太多想法">惊吓之文件恢复后太多想法</a></li><li><a href="http://chisdy.com/82.chisdy" title="对战地之王的兴趣">对战地之王的兴趣</a></li><li><a href="http://chisdy.com/240.chisdy" title="一半解决">一半解决</a></li><li><a href="http://chisdy.com/75.chisdy" title="IE浏览器各版本的CSS条件判断">IE浏览器各版本的CSS条件判断</a></li><li><a href="http://chisdy.com/24.chisdy" title="到传说中的鼓浪屿逛了逛">到传说中的鼓浪屿逛了逛</a></li><li><a href="http://chisdy.com/54.chisdy" title="这不就搞笑吗?">这不就搞笑吗?</a></li><li><a href="http://chisdy.com/8.chisdy" title="第一次用2003,晕">第一次用2003,晕</a></li><li><a href="http://chisdy.com/141.chisdy" title="空间转到Media Temple了">空间转到Media Temple了</a></li><li><a href="http://chisdy.com/176.chisdy" title="生命在于折腾之OMG">生命在于折腾之OMG</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://chisdy.com/14.chisdy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>不知道为什么，我必须把数据库删除</title>
		<link>http://chisdy.com/68.chisdy</link>
		<comments>http://chisdy.com/68.chisdy#comments</comments>
		<pubDate>Sun, 01 Apr 2007 12:12:52 +0000</pubDate>
		<dc:creator>chisdy</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://chisdy.com/3</guid>
		<description><![CDATA[忘记了是从哪一天开始，wp数据库出错了，一直弄不好，今天过节，就索性删了，反正我重建不了数据表，似乎有那么点无奈。 昨天厦门国际马拉松比赛，我们在加班，好在是加班，要不，我可能会晕倒在厦门的环岛公路上。因为之前老总就提出全公司员工要一起参加马拉松赛，好险，好险，我乐意加班，哈哈！说到赛事结果，一二名都是偶国人，第二名得主还是现在室友的同事，嘿嘿！难怪他昨晚没回，说是去庆祝，然后喝多了。 今天过节，我没有说假话，只是被关在门外没地方去，来回跑了几趟才有幸坐下来，休息的感觉真好。 之前备份了数据，导入的话，估计有不少错误，没办法就重新开始吧！ Random PostsBlogger Map欢迎光临“手绘POP集中营”,开始招生了最近真的是太忙了弄来弄去还是一个样之显示色体验下PS cs3,DW cs3第一次用2003,晕Design with life,life with design到传说中的鼓浪屿逛了逛没有原因被Apple给诱惑的]]></description>
			<content:encoded><![CDATA[<p>忘记了是从哪一天开始，wp数据库出错了，一直弄不好，今天过节，就索性删了，反正我重建不了数据表，似乎有那么点无奈。</p>
<p>昨天厦门国际马拉松比赛，我们在加班，好在是加班，要不，我可能会晕倒在厦门的环岛公路上。因为之前老总就提出全公司员工要一起参加马拉松赛，好险，好险，我乐意加班，哈哈！说到赛事结果，一二名都是偶国人，第二名得主还是现在室友的同事，嘿嘿！难怪他昨晚没回，说是去庆祝，然后喝多了。</p>
<p>今天过节，我没有说假话，只是被关在门外没地方去，来回跑了几趟才有幸坐下来，休息的感觉真好。</p>
<p>之前备份了数据，导入的话，估计有不少错误，没办法就重新开始吧！</p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://chisdy.com/218.chisdy" title="10个WEB设计戒律和10个设计师戒律">10个WEB设计戒律和10个设计师戒律</a></li><li><a href="http://chisdy.com/172.chisdy" title="弄来弄去还是一个样之显示色">弄来弄去还是一个样之显示色</a></li><li><a href="http://chisdy.com/171.chisdy" title="因素">因素</a></li><li><a href="http://chisdy.com/231.chisdy" title="也许我真的该多看点书">也许我真的该多看点书</a></li><li><a href="http://chisdy.com/51.chisdy" title="报名Feedsky拼搏到底博客挑战赛">报名Feedsky拼搏到底博客挑战赛</a></li><li><a href="http://chisdy.com/22.chisdy" title="欢迎光临“手绘POP集中营”,开始招生了">欢迎光临“手绘POP集中营”,开始招生了</a></li><li><a href="http://chisdy.com/3.chisdy" title="基于jquery的一个横向导航菜单">基于jquery的一个横向导航菜单</a></li><li><a href="http://chisdy.com/244.chisdy" title="低空飞过">低空飞过</a></li><li><a href="http://chisdy.com/157.chisdy" title="断网了还晚睡之教师节有生日过">断网了还晚睡之教师节有生日过</a></li><li><a href="http://chisdy.com/8.chisdy" title="第一次用2003,晕">第一次用2003,晕</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://chisdy.com/68.chisdy/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

