上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
摘要: 一 xshell 1 2 3 二 xftp 需要注意的是,这里的代理和xshell配置的相反。 即 代理是xshell里的跳板机。 阅读全文
posted @ 2022-06-15 18:39 过错 阅读(1943) 评论(0) 推荐(1) 编辑
摘要: 下载这个 https://files.cnblogs.com/files/wang2650/vstools.zip 命令行下执行 vs_buildtools.exe 或者 vs_Community.exe 阅读全文
posted @ 2022-05-26 10:00 过错 阅读(267) 评论(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 过错 阅读(301) 评论(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 过错 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 一 Docker Desktop(WSL2)修改镜像存储位置 原文 https://blog.csdn.net/fleaxin/article/details/109812090 问题 随着pull的镜像增多,C盘空间被很快耗尽。 原因 因为我使用的是WSL2的版本,所以docker desktop 阅读全文
posted @ 2021-11-04 15:13 过错 阅读(3069) 评论(0) 推荐(1) 编辑
摘要: codemaid 代码格式化 nugetrecommander nuget推荐 cissfora 彩色括号 VSHistory vs历史 ClaudiaIDE 背景图片 Visual Studio IntelliCode IntelliSense Extender OzCode GitKraken 阅读全文
posted @ 2021-11-03 10:31 过错 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 127.0.0.1 activate.navicat.com 122.188.0.118 download.visualstudio.microsoft.com 阅读全文
posted @ 2021-11-03 10:04 过错 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 2021年10月22日11:58:49 从github下载编译后的包。 https://files.cnblogs.com/files/wang2650/shell-chrome.7z https://files.cnblogs.com/files/wang2650/shell-dev-vue2.7 阅读全文
posted @ 2021-10-22 16:31 过错 阅读(63) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Management; using System.Runtime.CompilerSer 阅读全文
posted @ 2021-09-27 09:23 过错 阅读(203) 评论(0) 推荐(0) 编辑
摘要: public class GraphQlSql { /// <summary> /// 主表 /// </summary> public string MainTableName { get; set; } /// <summary> /// 主查询条件 /// </summary> public 阅读全文
posted @ 2021-08-02 17:22 过错 阅读(273) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页