2015年11月29日 星期日

C# On/Off Counter 開關機 計數器

English
========================================================================
We try to create an On/Off counter. This tool needs below function.

1. Record how many times does the tool runs. We use the Log file exist or not to determine the application has been run or not.


2. The tool run like below pictures. The tool will create the log file when tool has been run.


3. The log file includes below information.


4. The log file will update the last test time and total count.




中文
========================================================================
撰寫簡單的開關機計數器,此程式可能需要下列的功能:

1. 紀錄程式執行的次數。


此部分用先判斷程式是否有先被執行過(如果有執行過,表示 Log.txt 檔案存在),接著就是更改檔案最後一筆執行的時間和總共執行的次數

2. 程式執行結果。


第一次執行程式會判斷是否有 Log.txt 檔案,如果沒有,就創立一個 Log.txt

3. Log 檔案的內容,紀錄程式第一次執行時間、最後一次執行時間和執行次數。


4. 當程式執行多次後,Log檔案的內容變更如下圖。


OS Operating System 作業系統 恐龍書 筆記分享

發現一個作業系統說明的網站, 對於 process vs thread, semaphore vs mutex, deadlock 說明很詳細, 有興趣的人可以去以下的網頁逛逛。 附上網址連結: link   link2