摘要:
我们项目不停的开发,就会产生很多本地分支,但实际上git服务器上早就合并了,没有这么多分支,但Visual Studio Git分支本地一大堆,手动一个个删除太费时间。 使用如下两条命令可以切换Visual Studio Git分支以git服务器上的分支为主,本地不做缓存。 cmd或者gitbash 阅读全文
摘要:
Windows 安装docker disktop 后出错 error during connect: This error may indicate that the docker daemon is not running.: Get http://%2F%2F.%2Fpipe%2Fdocker_ 阅读全文
摘要:
修改 1.单表修改 update 表 set 字段1='123',字段2='helloword' update 表 set 字段1='123',字段2='helloword' where id=1 update 表 set 字段1=字段2,字段2='helloword' where id=1 解析: 阅读全文