Frequently used library
寫過 code 的人都知道, 每一種語言都會提供常用的函數來滿足常用的功能. 當函數一多變成了一個 library. 這個 project 也是, 在我平時工作中累積了一些常用的函數但是在 JDK 中又沒有提供時, 就只好透過這個 project 來記錄且提供日後參考, 以避免重複的 google 與 coding.
這個 project 之所以取作 flib, 是取 frequently used library 的簡稱. 底下會針對我最常用的類別做一個清單索引, 方便快速查詢:
- 命令列參數的讀取: ArguParser - https://code.google.com/p/frequent-used-functionality/wiki/ArguParser
- Hex string 與 byte 間的轉換: HexByteKit - https://code.google.com/p/frequent-used-functionality/wiki/HexByteKit
- 檔案讀取: QSReader - https://code.google.com/p/frequent-used-functionality/wiki/QSReader
- 檔案寫入: QSWriter - https://code.google.com/p/frequent-used-functionality/wiki/QSWriter
- 時間字串: TimeStr - https://code.google.com/p/frequent-used-functionality/wiki/TimeStr
- 系統狀態: MonitorServiceImpl - https://code.google.com/p/frequent-used-functionality/wiki/MonitorServiceImpl