- 博客(6)
- 资源 (1)
- 收藏
- 关注
原创 python 写的简易小ntp 服务器
ntp.py# -*- coding: UTF-8 -*-import wximport datetimeimport socketimport structimport timeimport Queueimport muteximport threadingimport selectimport win32api#全局变量ntpserverversion = '...
2018-11-15 20:35:23
2413
原创 python 打造绿色wing ide
wing.py# -*- coding: UTF-8 -*-import os, subprocess ,syscurrent_dir = os.path.split(os.path.realpath(sys.argv[0]))[0]app_dir = current_dir + '\App\WingIDE6'config_dir = current_dir + '\Data\...
2018-11-15 20:33:01
235
原创 python 打造绿色 putty
PuTTY.py# -*- coding: UTF-8 -*-import os, subprocess ,syscurrent_dir = os.path.split(os.path.realpath(sys.argv[0]))[0]app_dir = current_dir + '\App\PuTTY'config_dir = current_dir + '\Data\Se...
2018-11-15 20:31:30
1167
原创 读取当前目录下的所有配置文件,发送到远端。
# -*- coding: UTF-8 -*-import sys,os,recurrent_dir = os.path.dirname(os.path.realpath(__file__))os.chdir(current_dir)if current_dir not in sys.path : sys.path.append(current_dir)import Secure...
2018-11-15 20:28:18
221
原创 利用python 校验文件完整性
方法如下 :# -*- coding: UTF-8 -*-######################################import sys,osimport hashlibimport binasciiimport time######################################Des_path = r'F:\flycony\Documen...
2018-11-15 20:25:43
4207
原创 路由器上的命令输出过滤中正则表达式的用法
路由器中常用的过滤命令有 begin exclude include其后跟着的正则表达式,我只想说其中的一个符号的用法,就是下划线的作用,引用下思科的原文:原文地址:http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/fundamentals/configuration/15_sy/fundamentals-15-sy-book/cf-cl
2015-12-08 16:20:50
1422
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人