会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
idlewith
个人博客:https://idlewith.com/,欢迎访问
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
下一页
2017年2月21日
cmd2py
该文被密码保护。
阅读全文
posted @ 2017-02-21 19:23 idlewith
阅读(0)
评论(0)
推荐(0)
2017年2月20日
python minus 3 days or n days
摘要: python内置的方法,太简单了。。。 from datetime import datetime,timedelta d = datetime.now() z = d + timedelta(days= 7) print str(z).split(' ')[0].split(' ')[1] imp
阅读全文
posted @ 2017-02-20 18:11 idlewith
阅读(300)
评论(0)
推荐(0)
2017年2月18日
movie
摘要: 前目的地 遗忘清单
阅读全文
posted @ 2017-02-18 19:00 idlewith
阅读(125)
评论(0)
推荐(0)
2017年2月10日
pyqt convert ui file to py file
摘要: 把 转换成 C:\Python27\Lib\site packages\PyQt4\uic\pyuic.py o t.py t.ui 使用ui布局
阅读全文
posted @ 2017-02-10 10:11 idlewith
阅读(302)
评论(0)
推荐(0)
pyqt4 borderless window
摘要: coding:utf 8 import sys from PyQt4.QtGui import (QApplication, QWidget, QPushButton, QLineEdit, QHBoxLayout, QVBoxLayout, QColorDialog, QInputDialog,
阅读全文
posted @ 2017-02-10 00:42 idlewith
阅读(325)
评论(0)
推荐(0)
pyinstall pyqt image
摘要: 首先新建一个 .qrc 文件,内容格式如下: in the Terminal: inner_image.py
阅读全文
posted @ 2017-02-10 00:09 idlewith
阅读(229)
评论(0)
推荐(0)
2017年2月9日
python qt build environment
摘要: qt安装包地址 http://download.qt.io/archive/qt/5.8/5.8.0/ pyqt4 64 http://www.cnblogs.com/zouzf/p/4308912.html pyqt tutorial http://zetcode.com/gui/pyqt4/me
阅读全文
posted @ 2017-02-09 19:11 idlewith
阅读(193)
评论(0)
推荐(0)
2017年2月8日
data style for python
摘要: ''' integer 1,100, 8080,0 0xff00,0xa5b4c3a2 float 1.23,3.14, 9.01 1.23x109 = 1.23e9 string 'abc' "xyz" 'I\'m \"OK\"!' = I\'m "OK"! ''' '''I'm "OK"!'''
阅读全文
posted @ 2017-02-08 00:46 idlewith
阅读(161)
评论(0)
推荐(0)
2017年2月4日
python singleton
摘要: coding:utf 8 class _SingletonWrapper: """ A singleton wrapper class. Its instances would be created for each decorated class. """ def __init__(self, c
阅读全文
posted @ 2017-02-04 14:18 idlewith
阅读(136)
评论(0)
推荐(0)
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
阅读(374)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
下一页
公告