2021年8月19日

VS2013: 设置项目工程默认路径

摘要: “工具”菜单栏 --> “选项”菜单项: 阅读全文

posted @ 2021-08-19 11:47 hime618 阅读(175) 评论(0) 推荐(0)

VS2013: 代码显示行号

摘要: “工具”菜单栏 --> “选项”菜单项: 阅读全文

posted @ 2021-08-19 11:46 hime618 阅读(75) 评论(0) 推荐(0)

2021年3月12日

git配置

摘要: 创建git仓库 cd workspace # 进入工作目录 git init # 初始化git仓库 配置用户名与邮箱 git config --global user.name xxx git config --global user.email xxx@email.com 配置commit提交模板 阅读全文

posted @ 2021-03-12 23:21 hime618 阅读(41) 评论(0) 推荐(0)

导航