上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
摘要: qt python qttools 阅读全文
posted @ 2022-08-12 17:29 过错 阅读(2158) 评论(0) 推荐(0)
摘要: 1.如下图所示,找到VS安装路径,找到类和接口的模板文件Class.cs和Interface.cs文件,添加想要添加的注释后保存 https://img-blog.csdnimg.cn/20200727102247720.png 添加新类时自动生成的注释: https://img-blog.csdn 阅读全文
posted @ 2022-07-18 18:23 过错 阅读(441) 评论(0) 推荐(0)
摘要: _update sqlalchemy 一 UPDATE单表 二 insert delete 三 阅读全文
posted @ 2022-07-18 18:19 过错 阅读(181) 评论(0) 推荐(0)
摘要: 新建分支 git branch loginbranch 切换分支 git checkout loginbranch 提交 git add . git commit -m '注释' 查看分支状态 git status 切换分支 git checkout master 合并 git merge logi 阅读全文
posted @ 2022-06-28 09:05 过错 阅读(87) 评论(0) 推荐(0)
摘要: 一 xshell 1 2 3 二 xftp 需要注意的是,这里的代理和xshell配置的相反。 即 代理是xshell里的跳板机。 阅读全文
posted @ 2022-06-15 18:39 过错 阅读(2778) 评论(0) 推荐(1)
摘要: 下载这个 https://files.cnblogs.com/files/wang2650/vstools.zip 命令行下执行 vs_buildtools.exe 或者 vs_Community.exe 阅读全文
posted @ 2022-05-26 10:00 过错 阅读(305) 评论(0) 推荐(0)
摘要: 原文地址 https://baijiahao.baidu.com/s?id=1711473201375899625&wfr=spider&for=pc #docker#WSL2的docker不同于之前基于Hyper-V的方式,之前我们可以在docker desktop中直接修改镜像的存放位置。 现在 阅读全文
posted @ 2022-05-06 15:36 过错 阅读(394) 评论(0) 推荐(0)
摘要: 1 最普通的发布 dotnet publish -r win-x64 -c Release -o ./bin/output 2 打包,包含框架 dotnet publish -r win-x64 -c Release -o ./bin/single /p:PublishSingleFile=true 阅读全文
posted @ 2022-01-21 14:57 过错 阅读(340) 评论(0) 推荐(0)
摘要: 一 Docker Desktop(WSL2)修改镜像存储位置 原文 https://blog.csdn.net/fleaxin/article/details/109812090 问题 随着pull的镜像增多,C盘空间被很快耗尽。 原因 因为我使用的是WSL2的版本,所以docker desktop 阅读全文
posted @ 2021-11-04 15:13 过错 阅读(3377) 评论(0) 推荐(1)
摘要: codemaid 代码格式化 nugetrecommander nuget推荐 cissfora 彩色括号 VSHistory vs历史 ClaudiaIDE 背景图片 Visual Studio IntelliCode IntelliSense Extender OzCode GitKraken 阅读全文
posted @ 2021-11-03 10:31 过错 阅读(84) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页