1 靜態資料成員的模板定義必須出現在類模板定義之外.
#include
using namespace std;
template
class yang
;~yang(void){};
void print(void)
2使用指向成員函式的指標
#include
using namespace std;
class yang
;yang::yang(void)
void yang::add(void)
void yang::print(void)
int main(void)
3 g++ 4.0.0居然不支援export.有那個compile支援export這個關鍵字呀
4類中的靜態變數和靜態函式的使用方法.
靜態變數在所由的類物件中只有唯一的乙個值,靜態變數在類物件中是共享的.在靜態函式中不能使用非靜態變數
#include
using namespace std;
class yang
void print(void)
Debian技術筆記 不斷完善中
debian技術筆記 不斷完善中.ssh部分 1.關閉dns掃瞄,加速遠端使用者登入 修改 etc ssh sshd config 在檔案最後新增usedns no然後重啟,etc init.d ssh restart 2.通過ssh傳輸檔案 傳送本地檔案到遠端主機上 scp var temp te...
常用Linux 命令 不斷完善中
1 kill 所以名字匹配 的程序 ps aco pid,cmd awk xargs kill netstat n awk tcp end 使用 uniq,輸出結果同上,在寫法上更簡潔 效能更好 netstat an awk tcp uniq c 3 當使用vi 編輯某個檔案後發現沒有許可權儲存的時...
不斷完善,要有個較完善的專案
都知道的話不一定能夠理解,更不一定能夠做到。做事情要有始有終,做軟體要全心全意為人民服務。想真正的做到,首先就得對它有及深刻的理解。現在我的狀態做不到,但努力尋找做不到的原因。很多情況下是無意識去這樣做的。但接受過兩年非普通大學生的教育後,這種無意識得到了很大的改善。就拿機房現在的做水流程,我看了一...