07 2016 档案
摘要:1.基本环境。 Window 8.1 64bit Python3.5.2-32bit.exe PyQt5 2.安装python。 去官网下载32位版本的python3.5.2(就是x86那个) 备注:因为之前用gcc编译代码,gcc是32位的,所以,python也对应,用了32位的。 开始安装,注意
阅读全文
摘要:1.查企业,查公司,查关系 http://www.tianyancha.com/
阅读全文
摘要:Reference:http://zetcode.com/gui/pyqt4/eventsandsignals/ Events and Signals in PyQt4 In this part of the PyQt4 programming tutorial, we will explore e
阅读全文
摘要:转载自:http://python.jobbole.com/81276/ 英文版出处:http://pythonforengineers.com/your-first-gui-app-with-python-and-pyqt/ 软件版本: python-2.7.12.amd64 qt-opensou
阅读全文
摘要:1.下载git windows 客户端 https://git-for-windows.github.io/ 2.配置github 安装windows客户端以后,在里面输入如下命令 首先在本地创建ssh key; 后面的your_email@youremail.com改为在github上注册的邮箱,
阅读全文