自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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 2257

原创 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 196

原创 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 1089

原创 读取当前目录下的所有配置文件,发送到远端。

# -*- 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 190

原创 利用python 校验文件完整性

方法如下 :# -*- coding: UTF-8 -*-######################################import sys,osimport hashlibimport binasciiimport time######################################Des_path = r'F:\flycony\Documen...

2018-11-15 20:25:43 4044

原创 路由器上的命令输出过滤中正则表达式的用法

路由器中常用的过滤命令有 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 1339

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除