| 微软MCSE2003:Security | 微软MCSE2003+MCDBA |
| 国家软考-网络工程师 | 华为认证网络工程师(HCNE) |
| Adobe平面设计师(ACCD) | Adobe网络设计师(ACCD) |
| 国家信息化网络安全工程师 | CEAC网络应用工程师 |
| CEAC微机装配与维护工程师 | 信息产业部数据恢复职业技术培训 |
| 黑客系列:黑客攻防实战 | 瑞星病毒防范技能工程师 |
2种语法:
1.建一个BAT文件
输入如下内容
netsh interface ip set address 本地连接 static 192.168.1.200 255.255.255.0 192.168.1.1 1
netsh interface ip set dns 本地连接 static 60.191.3.140 primary
netsh interface ip add dns 本地连接 218.75.110.174
2.建一个BAT文件
输入如下内容
netsh interface ip set address name="本地连接" source=static addr=192.168.1.200 mask=255.255.255.0 gateway=192.168.1.1 gwmetric=1
set interface ip set dns name="本地连接" source=static 218.75.110.174 primary
netsh interface ip add dns name="本地连接" 222.46.17.5
站内检索: |
|