摘要:
// // ViewController.swift // plist读写 // // Created by mac on 15/7/13. // Copyright (c) 2015年 fangyuhao. All rights reserved. // import UIKit class Vi 阅读全文
摘要:
// // ViewController.swift // xml读写 // // Created by mac on 15/7/14. // Copyright (c) 2015年 fangyuhao. All rights reserved. // import UIKit class View 阅读全文
摘要:
// // ViewController.swift // json读写 // // Created by mac on 15/7/14. // Copyright (c) 2015年 fangyuhao. All rights reserved. // import UIKit class Vie 阅读全文
摘要:
打印路由信息: route print 如何临时添加电脑内部路由【 route add 网段 mask 子网掩码 网关】 例如:route add 172.18.0.0 mask 255.255.0.0 172.16.0.1 电脑重启后,该路由自动消失。 如果要永久添加电脑内部路由,还需跟上参数【 阅读全文
摘要:
1、打开运行 2、输入CMD 3、在命令提示符下输入: netsh c interface ip dump C:\我的网络配置.txt 4、打开您在C:\ 下的“我的网络配置 .txt” 5、分析一下后,将类似于这部分复制出来(以下是我的,你复制你的) set address name="本地连接" 阅读全文