/// /// 獲取本機mac位址(實體地址)
///
public static string getlocalmac()
}//輸出
mac = mac;
}catch ( exception ex )
return mac;
}
/// /// 獲取本機ip位址
///
///
static string getlocalip()
}return ip;
}
/// /// 開啟程式
///
}
/// /// 關閉程式
///
process myprogress;
myprogress = process.getprocesses(); //獲取當前啟動的所有程序
foreach ( process p in myprogress ) //關閉當前啟動的程序
}}
持續更新中。。。 python 常用功能錦集
環境 linux 程式語言 python 版本 python 2.6.6 r266 84292,apr 11 2011,15 52 27 1 如何獲取指定檔案的屬主 def getowner path2 import os import pwd return pwd.getpwuid os.stat...
C 程式設計技巧錦集(二)
1.萬能標頭檔案 include 2.字串輸入 cin s 以空格為分隔符 getline cin,s 以回車為分隔符,但注意使用前若有scanf 則必須使用getchar 3.取消同步 std ios sync with stdio false 有了這個就可以放心使用cin和cout啦,不過就不能...
C 程式設計技巧錦集(一)
1.map mapm mapm key value一一對應,乙個key只能有乙個value,且m按key自動排序 map iterator it for it m.begin it m.end it 2.vector vectorvec 尾部插入數字 vec.push back a 使用下標訪問元素...