语法
1 | zip [-aABcdDeEfFghjklLmoqrRSTuvVwXyz!@$] [--longoption ...] [-b path] [-n suffixes] [-t date] [-tt date] [zip‐file [file ...]] [-xi list] |
1 | zip [-aABcdDeEfFghjklLmoqrRSTuvVwXyz!@$] [--longoption ...] [-b path] [-n suffixes] [-t date] [-tt date] [zip‐file [file ...]] [-xi list] |
设置ssh,方便远程,默认账户pi ssh pi@<ip> 默认密码raspberry,或者在桌面UI设置
设置默认用户pi自动登录到桌面 检查 sudo raspi-config Boot Options,或者在桌面UI设置
设置screen blanking 为 false,防止息屏,检查 sudo raspi-config,或者在桌面UI设置
设置鼠标1秒静止就隐藏,重启生效
构建自己镜像步骤
JSON-Server 一个在开发过程中使用的工具,称为[JSON 服务器](https://github.com/typicode/JSON-Server 服务器) ,作为我们的服务器
1 | int(round(time.time() * 1000)) |
输入一个时间戳 中国标准时间2019年9月1日上午8时 1567296000000 输出 ISO Date
1 | from subprocess import check_output, STDOUT |
How to catch exception output from Python subprocess.check_output()?