摘要: ①cmd下输入python某些时候需要指向python2,某些时候需要指向python3(比如我,用sqlmap的时候需要python2,自己会用的是python3),这时候只需要改变一下Path下python2和python3路径的位置即可,如上我的路径填的是"E:\Python34\;E:\Py 阅读全文
posted @ 2017-02-04 09:12 idlewith 阅读(370) 评论(0) 推荐(0) 编辑
摘要: git reset hard (版本回退) git checkout b dev(新建分支并切换到dev分支) git merge dev(在master上面合并dev) git tag v1.0(和commit绑定,识别性更好) git stash(临时保存工作区的改动) git stash ap 阅读全文
posted @ 2017-02-03 14:47 idlewith 阅读(114) 评论(0) 推荐(0) 编辑
摘要: $ rm rf .git $ git config gobal core.autocrlf false 阅读全文
posted @ 2017-02-03 14:41 idlewith 阅读(94) 评论(0) 推荐(0) 编辑
摘要: import threading import time import subprocess import Tkinter as tk def call_phone(name): phone = Espace_info(name) time.sleep(2) subprocess.Popen('ca 阅读全文
posted @ 2017-01-22 03:29 idlewith 阅读(149) 评论(0) 推荐(0) 编辑
摘要: tkinter 支持的图片格式:GIF PPM PGM 当图片是这3种格式的时候, 在c:\python27\scripts目录下的name.spec 加上下面这一行就能成功加入图片 a.datas += [('t1.gif','C:\\Users\\ \\PycharmProjects\\unti 阅读全文
posted @ 2017-01-21 15:55 idlewith 阅读(361) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-01-17 23:53 idlewith 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-01-15 22:07 idlewith 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-01-15 21:21 idlewith 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-01-13 02:07 idlewith 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-01-08 23:46 idlewith 阅读(1) 评论(0) 推荐(0) 编辑