这里记录汽车知识、驾驶技巧、选车买车的相关知识和笔记。 作为一个刚拿到驾照、还没有买车,对汽车的很多东西都不熟悉的人,记录这些是为了将来买车、安全驾车储备基本的知识和技能。
-
ABS 急刹的时候防止侧滑,跑偏,方向不受控制等等,个人觉得很重要,汽车必备
-
倒车影像、变道辅助 这个也很重要,不仅仅在倒车的时候,在行车、变道的时候都很有用
=========================
Get started by creating a new file or uploading an existing file. We recommend every repository include a README, LICENSE, and .gitignore.
create a new repository on the command line
echo "# driving" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:ncsb/driving.git
git push -u origin master
…or push an existing repository from the command line
git remote add origin [email protected]:ncsb/driving.git
git push -u origin master
…or import code from another repository
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.