240 发简信
IP属地:上海
  • 2020-08-10

    准备工作 版本管理软件 作用 记录代码的版本 实现多人协作 分类 集中式,典型代表 SVN 分布式,典型代表 Git 注册远程仓库账号 远程仓库相当于中央服务器 我们需要在g...

  • 2020-08-10

    vscode json 配置 { "editor.formatOnType":true, "editor.formatOnSave":true, "window.zoomLe...