修復Windows XP可以不更動C磁碟的其他資料
只修復Windows XP軟體的部分
步驟一. 和一般重灌Windows XP時相同,設定Bios為CD ROM開機,放入Windows XP光碟後重開機
步驟二. 當畫面出現三個選項時,選擇第一項安裝Windows XP (按Enter)
不要選擇「如果您要使用復原主控台來修復Windows XP安裝,請按R」
步驟三. 按F8接受用戶合約
步驟四. 選擇要修復的Windows XP,按R
參考英文網頁: http://www.michaelstevenstech.com/XPrepairinstall.htm
目前分類:Computer (8)
- Nov 10 Mon 2008 17:12
【PC】修復Windows XP
- Jun 18 Wed 2008 17:07
【CS】Ethernet II 封包如何偵測封包結束
The encoding is such that there *must* be a low-to-high
or high-to-low transition in the middle of each bit period.
This is how the system differentiates between 0 and 1 bits.
The receiver clocks in a bit whenever a transition occurs.
After the transmitter has sent its last bit,
the line returns to its idle state, there are no more state transitions
and hence the receiver clocks no more bits into its input buffer.
When the interface sends a frame to the network device driver,
it supplies the length of the received frame.
- Jun 05 Thu 2008 13:10
【軟體】Visio圖形貼到Word虛線變實線的解決方式
執行 > regedit
加入 MetafileDashLineAsSolid 到以下位置,類型DWORD。
‧Visio 2007
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Visio\Application
‧Visio 2003
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Visio\Application
將數值設為0 (預設值為2)
‧ 0: Do not substitute solid lines for dashed or dotted lines.
‧ 1: Only substitute solid lines for dashed or dotted lines in extreme situations. For example, substitute solid lines for dashed or dotted lines when the increase in file size that may result is 100 times the size of the original file.
‧ 2: Substitute solid lines for dashed or dotted lines when reasonable. This is the default value.
‧ 3: Always substitute solid lines for dashed or dotted lines.
- Mar 27 Thu 2008 17:32
【軟體】Microsoft Office Visio使用技巧
使用Drawing Tool中的Line Tool,此種線條圖案不會被其他圖案影響
使用Connector Tool,此種線條圖案會被其他圖案影響
ex. 要畫出跨線的線條時,可以使用此方式
- Feb 25 Mon 2008 21:29
【軟體】Gnuplot使用技巧
設定X軸的單位,依序為最小值、間隔、最大值,以及字型
#set xtic 0,200,2000 font "Times-Roman,16"
設定Y軸的單位,依序為最小值、間隔、最大值,以及字型
#set ytic 0,10,100 font "Times-Roman,16"
設定X軸的標題、位置和字體
#set xlabel "X" 0,0 font "Times-Roman,14"
設定Y軸的標題、位置和字體
#set ylabel "X" 0,0 font "Times-Roman,14"
設定圖形長寬比例
#set size 0.5,1
修改線條名稱的顯示位置
#set key 220,150
設定輸出為Postscript,使用實線,字型與大小
#set terminal postscript solid "Times-Roman" 18
設定輸出的檔案名稱
#set output 'test.ps'
重繪圖形
#replot
- Feb 24 Sat 2007 15:16
【PC】NVIDIA顯示卡超頻
- Feb 15 Thu 2007 17:17
【PC】記憶體選購指南
現在記憶體分為兩種,DDR和DDR2
前者接腳為184pin,記憶體後面的數字如266/333/400等,
代表的是記憶體最高支援的頻率
DDR的頻率有266/333/400MHz等,現在賣的大都是400MHz
如果主機板比較老舊只支援333MHz,還是可以使用400MHz的記憶體,
只是頻率會自動降為333MHz
後者接腳為240pin,頻率有533和667MHz等
選購記憶體時,首先要查詢主機板是支援哪一種接腳
可以先打開主機外殼看主機板型號,
然後上網查詢該主機板的規格來得知其支援的是哪一種記憶體
避免買錯不能用的情形發生
- Jan 16 Tue 2007 16:51
【PHP】system函式使用注意事項
使用system函式時,如果是執行要有super user權限的指令時,需注意權限問題。 crontab -e是修改使用者的crontable 直接修改/etc/crontab是修改系統的crontable