摘要:git config --global user.name mingjing git config --global user.email xxxx.xx.com cd e:/git/gittest git init 初始化 生成.git目录 git status 暂存区为空 查看暂存区 在目录中添
阅读全文
02 2018 档案
摘要:git config --global user.name mingjing git config --global user.email xxxx.xx.com cd e:/git/gittest git init 初始化 生成.git目录 git status 暂存区为空 查看暂存区 在目录中添
阅读全文
摘要:在项目sln目录下有一个隐藏文件夹.vs\config\applicationhost.config <bindings> <binding protocol="http" bindingInformation="*:51099:localhost" /> <binding protocol="ht
阅读全文
|