会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
idlewith
个人博客:https://idlewith.com/,欢迎访问
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
15
16
17
18
19
20
21
下一页
2017年2月4日
install python2 python3 in same computer
摘要: ①cmd下输入python某些时候需要指向python2,某些时候需要指向python3(比如我,用sqlmap的时候需要python2,自己会用的是python3),这时候只需要改变一下Path下python2和python3路径的位置即可,如上我的路径填的是"E:\Python34\;E:\Py
阅读全文
posted @ 2017-02-04 09:12 idlewith
阅读(373)
评论(0)
推荐(0)
2017年2月3日
git basic
摘要: 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
阅读(115)
评论(0)
推荐(0)
git LF CRLF
摘要: $ rm rf .git $ git config gobal core.autocrlf false
阅读全文
posted @ 2017-02-03 14:41 idlewith
阅读(101)
评论(0)
推荐(0)
2017年1月22日
2 thread, first to open chat window, second to make the phone
摘要: 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
阅读(156)
评论(0)
推荐(0)
2017年1月21日
pyinstall tkinter image
摘要: 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
阅读(376)
评论(0)
推荐(0)
2017年1月17日
send message background
该文被密码保护。
阅读全文
posted @ 2017-01-17 23:53 idlewith
阅读(4)
评论(0)
推荐(0)
2017年1月15日
return yes and no by tkinter prompt poped window and get return value
该文被密码保护。
阅读全文
posted @ 2017-01-15 22:07 idlewith
阅读(2)
评论(0)
推荐(0)
tkinter threading unblock ui
该文被密码保护。
阅读全文
posted @ 2017-01-15 21:21 idlewith
阅读(3)
评论(0)
推荐(0)
2017年1月13日
make phone which for concrete incident, then double click to call in ListBox
该文被密码保护。
阅读全文
posted @ 2017-01-13 02:07 idlewith
阅读(2)
评论(0)
推荐(0)
2017年1月8日
wxpython-TextCtrl
该文被密码保护。
阅读全文
posted @ 2017-01-08 23:46 idlewith
阅读(1)
评论(0)
推荐(0)
上一页
1
···
15
16
17
18
19
20
21
下一页
公告