摘要: #-*- coding:utf-8 -*- __authour__='CC' from Tkinter import *import osimport telnetlibimport timeimport shutilimport socketimport paramikoimport globim 阅读全文
posted @ 2016-11-08 13:14 yushangcc 阅读(171) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-#from ftplib import FTP __authour__='CC' import osimport telnetlibimport timeimport shutilimport socket#import pdbimport parami 阅读全文
posted @ 2016-11-07 17:31 yushangcc 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 有人提到可以用easygui 稍后尝试一下 阅读全文
posted @ 2016-11-07 14:10 yushangcc 阅读(5682) 评论(1) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-#from ftplib import FTPimport osdef sort_reverse(x,y): if x>y: return -1 if x<y: return 1 else: return 0 def play6174(num): a=n 阅读全文
posted @ 2016-11-03 15:20 yushangcc 阅读(159) 评论(0) 推荐(0) 编辑
摘要: #! /usr/bin/env python # -*- coding: UTF-8 -*- """The script is to check whether NE is in syncfail, if it is syncfail, login into CIPS to get login. " 阅读全文
posted @ 2016-10-31 17:02 yushangcc 阅读(236) 评论(0) 推荐(0) 编辑
摘要: #-*-coding: utf-8 -*- '''使用Python去发送邮件但是不成功,运行后,等待一段时间, 返回[Errno 10060] A connection attempt failed because the connected party did not properly respo 阅读全文
posted @ 2016-10-29 09:53 yushangcc 阅读(242) 评论(0) 推荐(0) 编辑
摘要: I write it yesterday to watch the NE process(rcpfd,cfgd) automatically, then i will write a window to implement it: #! /usr/bin/env python # -*- codin 阅读全文
posted @ 2016-10-29 09:52 yushangcc 阅读(187) 评论(1) 推荐(0) 编辑
摘要: Learning, record and shareing. Being stronger. 阅读全文
posted @ 2016-10-28 09:34 yushangcc 阅读(119) 评论(0) 推荐(0) 编辑