https://toolguide.readthedocs.io/zh_CN/latest/jetbrains/%E5%AE%89%E8%A3%85/
https://tools-platform-guide.readthedocs.io/zh_CN/latest/jetbrains/%E5%AE%89%E8%A3%85/
ppt.cc/fKlBax ppt.cc/fwlgFx ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net ppt.cc/fwpCex ppt.cc/fxcLIx ppt.cc/foX6Ux linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com ppt.cc/ffAGfx ppt.cc/fJbezx ppt.cc/fNIQDx ppt.cc/fCSllx ppt.cc/fybDVx ppt.cc/fIMQxx
https://toolguide.readthedocs.io/zh_CN/latest/jetbrains/%E5%AE%89%E8%A3%85/
https://tools-platform-guide.readthedocs.io/zh_CN/latest/jetbrains/%E5%AE%89%E8%A3%85/
工具和平台配置
小结开发工具以及平台的配置和使用
仓库中还包含了VSCode的代码实例和代码片段(C++/Python,位于vscode目录下)
之前在不同平台(Windows/Ubuntu)上尝试过各种不同的编辑工具,比如Sublime、Atom、gedit、Markdown Pad,都有各自的缺陷:不跨平台,编辑繁琐,功能过少等等
VSCode确实极大的提高了文档编辑体验,不过要自定义编辑环境、配置不同语言集成还需要好好学习一番
本仓库最开始用于管理VSCode文档和代码,之后逐渐扩充到多个工具和开发平台的配置
编译文档需要预先安装以下工具:
$ pip install mkdocs
文档有两种使用方式
在线浏览文档:Tools&Platform Guide
本地浏览文档,实现如下:
$ git clone https://github.com/zjZSTU/tools-platform-guide.git
$ cd tools-platform-guide
$ mkdocs serve
启动本地服务器后即可登录浏览器localhost:8000