Z.ZHANG 4 月 11, 2016 1 min read PyQt中QComboBox的信号与槽 1. 声明: select_combo = QComboBox() 2. 添加选择项 select_combo… Read more...
Z.ZHANG 4 月 9, 2016 2 min read 在树莓派3B上使用RFID模块RC522(Python实现) 1.开启SPI与I2C 在Terminal中输入raspi-config 在Advanced Options中… Read more...
Z.ZHANG 4 月 4, 2016 1 min read 树莓派3B上安装PyQt4教程 Install PyQt4 on Raspberry Pi 3B 1.安装Raspbian系统,网络上很多资料… Read more...
Z.ZHANG 4 月 1, 2016 2 min read Tech Stack 技术栈 Programming languages: Python (80%) More High-level Top… Read more...
Z.ZHANG 3 月 27, 2016 1 min read Python实战之(一)-照片人脸识别 本项目Github地址:https://github.com/dreamibor/Python-Face-Re… Read more...
Z.ZHANG 3 月 27, 2016 1 min read Python实战之(二)-“内涵段子”爬虫 项目设计目标:设计简单爬虫,爬取内涵段子网站页面,并将段子显示在终端里,每按一次回车输出一个段子。 本项目Gi… Read more...
Z.ZHANG 3 月 27, 2016 1 min read Ubuntu下Pycharm的安装与快捷方式 一、去IntelliJ官网下载Pycharm,最新版本2016.1 二、将压缩文件放到Ubuntu合适目录下解… Read more...
Z.ZHANG 1 月 17, 2016 1 min read 《征服C指针》读书笔记 标量(Scalar) char、int、double和枚举类型等数值类型,以及指针。 聚合类型(Aggrega… Read more...