Z.ZHANG 8 月 13, 2021 2 min read Mac 华硕路由器 梅林固件 科学上网 由于新的梅林固件软件中心屏蔽了科学上网插件,安装的时候会提示非法,自动退出安装,需要手动修改脚本,绕过检测。 … Read more...
Z.ZHANG 10 月 9, 2019 6 min read Computer Processor Concepts Clock Rate The clock rate typically refers to the frequ… Read more...
Z.ZHANG 4 月 26, 2018 1 min read Install PyGame on HiKey (Debian 9) 1. Install all the system-level dependencies: apt insta… Read more...
Z.ZHANG 10 月 31, 2017 3 min read Embedded Terms Mobile GPUs: Brand Organization State-of-art (Oct 2017)… Read more...
Z.ZHANG 6 月 11, 2016 1 min read Mac OSX访问树莓派-空手套白狼 本文介绍如何使用Mac OSX远程访问树莓派的命令行以及图形界面。 1.使用网线将树莓派连接到路由器,上电。 … 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 1 月 17, 2016 1 min read 《征服C指针》读书笔记 标量(Scalar) char、int、double和枚举类型等数值类型,以及指针。 聚合类型(Aggrega… Read more...