<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>敗家貓-Windows</title>
<link>http://blog.roodo.com/mywork/archives/cat_135468.html</link>
<description>紙上得來終覺淺，絕知此事要躬行</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/mywork/archives/cat_135468.xml" rel="self" type="application/rss+xml" />
<item>
	<title>perl執行外部指令</title>
	<description><![CDATA[
			#!C:\Perl\bin($sec,$min,$hour,$day,$mon,$year)=localtime(time);# 月比實際少一, 所以加 1$mon++;# 判斷是否為個位數, 若是則在前面補 0if (length ($mon) == 1) {$mon = '0'.$mon;}if (length ($day) == 1) {$day = '0'.$day;}if (length ($hour) == 1) {$hour = '0'.$hour;}if (length ($min) == 1) {$min = '0'.$min;}if (length ($sec) == 1) {$sec = '0'.$sec;}# 年比實際西元年少 1900, 所以加上 1900$year+=1900;# 組合成完整的時間$alltime=&quot;$year/$mon/$day,$hour:$min:$sec&quot;;print $alltime, &quot;\n\n&quot;;system(&quot;dir&quot;);&nbsp;
		]]>
	</description>
	<content:encoded><![CDATA[
			#!C:\Perl\bin<br /><br />($sec,$min,$hour,$day,$mon,$year)=localtime(time);<br /><br /># 月比實際少一, 所以加 1<br />$mon++;<br /><br /># 判斷是否為個位數, 若是則在前面補 0<br />if (length ($mon) == 1) {$mon = '0'.$mon;}<br />if (length ($day) == 1) {$day = '0'.$day;}<br />if (length ($hour) == 1) {$hour = '0'.$hour;}<br />if (length ($min) == 1) {$min = '0'.$min;}<br />if (length ($sec) == 1) {$sec = '0'.$sec;}<br /><br /># 年比實際西元年少 1900, 所以加上 1900<br />$year+=1900;<br /><br /># 組合成完整的時間<br />$alltime=&quot;$year/$mon/$day,$hour:$min:$sec&quot;;<br /><br />print $alltime, &quot;\n\n&quot;;<br /><br />system(&quot;dir&quot;);<br /><div style="text-align: left;">&nbsp;</div>
		<a class="acontinues" href="http://blog.roodo.com/mywork/archives/1358409.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/mywork/archives/1358409.html</link>
	<guid>http://blog.roodo.com/mywork/archives/1358409.html</guid>
	<category>Windows</category>
	<pubDate>Mon, 03 Apr 2006 10:57:42 +0800</pubDate>
</item>
<item>
	<title>遇到了ntldr is missing</title>
	<description><![CDATA[
			
今天一回到家，開起我的windows xp，結果給我出現ntldr is missing微軟你好樣的，昨天不是才好好的嗎，我這時又沒有備份~~orz只好上goolge找找答案了，好家在解決了，解決方法如下
		]]>
	</description>
	<content:encoded><![CDATA[
			<br />
<div style="text-align: left;">今天一回到家，開起我的windows xp，結果給我出現ntldr is missing<br />微軟你好樣的，昨天不是才好好的嗎，我這時又沒有備份~~orz<br />只好上goolge找找答案了，好家在解決了，解決方法如下<br /><br /></div>
		<a class="acontinues" href="http://blog.roodo.com/mywork/archives/1016206.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/mywork/archives/1016206.html</link>
	<guid>http://blog.roodo.com/mywork/archives/1016206.html</guid>
	<category>Windows</category>
	<pubDate>Wed, 18 Jan 2006 00:21:05 +0800</pubDate>
</item>
<item>
	<title>在安裝 Windows XP Service Pack 2 之後，1394 裝置的效能可能會降低</title>
	<description><![CDATA[
			網址:http://support.microsoft.com/?scid=kb;zh-tw;885222使用心得:灌了更新檔跟更改設定發現還是沒有跑到1394b的速度，如真的要跑到1394b的速度用linux 或 mac吧
		]]>
	</description>
	<content:encoded><![CDATA[
			<div style="text-align: left;">網址:http://support.microsoft.com/?scid=kb;zh-tw;885222<br />使用心得:<br />灌了更新檔跟更改設定發現還是沒有跑到1394b的速度，如真的要跑到1394b的速度用linux 或 mac吧</div>
		<a class="acontinues" href="http://blog.roodo.com/mywork/archives/1014335.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/mywork/archives/1014335.html</link>
	<guid>http://blog.roodo.com/mywork/archives/1014335.html</guid>
	<category>Windows</category>
	<pubDate>Tue, 17 Jan 2006 16:56:48 +0800</pubDate>
</item>
</channel>
</rss>