What is CruiseControl.NET?Daily Build or Auto Build Tool Continuous Integration S.C.M (Software Configuration Management) a part of CM Integration with a variety of Source Control systems (vss, cvs…) Integration with other external tools (NAnt, Visual Studio)
NetSh 的應用 匯出設定netsh –c interface dump > config.txt 匯入設定 netsh –f config.txt 自訂設定 netsh interface ip set address “ 區域連線” static 10.168.0.88 255.255.255.0 10.168.0.1 netsh interface ip set dns “ 區域連線” 10.168.0.1 netsh interface ip set address “ 區域連線” dhcp netsh interface ip set dns “ 區域連線” dhcp