您可以在线阅读这本手册: https://yaii-project.github.io/yaii-manual/zh
或者下载离线PDF文件: https://github.com/yaii-project/yaii-manual/releases/latest/download/yaii-manual.zh.pdf
这是什么?
您可能此前被手机、电脑、平板所困扰,有关它们的操作方法、背后原理等诸如此类疑问,本书为您一一解开。
若您想要为此手册做出贡献,请先确保您拥有一个Github账户.
我们使用LaTeX编写文档,您可能需要先学习如何使用LaTeX: http://mirrors.ctan.org/info/lshort/chinese/lshort-zh-cn.pdf
- Chapter 0: Enter the Internet
- Chapter 1: Internet Connection
- Chapter 2: History of the Internet and Computer
- Chapter 3: Computer Software
- Chapter 4: Social Network
- Chapter 5: Computer Programming
- Translation: English Version
- Replace TeX4HT engine with LaTeXML
- CI: Github Action Build Script
Only for Chinese Conributor 仅对于中国贡献者来说:
https://docs.docker.com/docker-hub/mirror/#configure-the-docker-daemon
Edit your /etc/docker/daemon.json
then reload Docker daemon:
{
"registry-mirrors": ["https://docker.mirrors.sjtug.sjtu.edu.cn","https://docker.nju.edu.cn/"]
}