摘要: range()函数用法: 1.range(5) #代表(0,1,2,3,4) 2.range(1,5) #代表(1,2,3,4) 3.range(1,5,2) #代表(1,3) list()函数用法: list=[1,2,3,4,5,6] 排序(正):0,1,2,3,4,5 (反):-6,-5,-4 阅读全文
posted @ 2018-06-06 14:17 pei-金秋十月 阅读(7414) 评论(0) 推荐(0) 编辑
摘要: 1,windows查看端口命令: ipconfig命令 //查看IP地址,子网掩码,网关信息 ipconfig/all //查看IP地址,子网掩码,网关信息,MAC地址 netstat -ano //查看所有端口占用情况 netstat -ano|findstr ''8001'' //查看指定端口的 阅读全文
posted @ 2018-05-21 20:54 pei-金秋十月 阅读(410) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-05-16 21:08 pei-金秋十月 阅读(5) 评论(0) 推荐(0) 编辑