2016
May
08
公司 OS 要全面升級至 64 Bit 環境,其中包含了超過 20 個機器群組,一時間無法做完,只好先將部分機器升上 64 Bit ,其它舊的機器就保留為 32 Bit ,這代表有些...
公司 OS 要全面升級至 64 Bit 環境,其中包含了超過 20 個機器群組,一時間無法做完,只好先將部分機器升上 64 Bit ,其它舊的機器就保留為 32 Bit ,這代表有些...
有一天我們公司將 Red Hat 4 升到 Red Hat 6 之後,原本好好的程式,在 RHEL6 卻會出現 Segmentation fault 的錯誤 ,而且要在大流量的情形下,很低機率的發生程...
GDB 全名為 Global Project DeBug,它可以用來檢視系統執行檔所執行的語法,以及記憶體地址所存的資料,可以用來 Debug ,反組譯,Hack 執行檔等等,Linux 與 W...
In order to be compatible for any version of Node.js and io.js. We can use the Nan library: " https://github.com/nodejs/nan "If you have used the old ...
大部分的 C++ 用法,可以參考以下的網站。 http://www.cplusplus.com/reference/字串相關將字串轉成大寫Example#include <iostream>#include <string...
這篇文章將介紹如何在notepad++中編輯 c&c++語言,Notepad++有優秀的文字自動排版功能,非常適合純文字程式設計師使用