摘要:
一 xshell 1 2 3 二 xftp 需要注意的是,这里的代理和xshell配置的相反。 即 代理是xshell里的跳板机。 阅读全文
摘要:
下载这个 https://files.cnblogs.com/files/wang2650/vstools.zip 命令行下执行 vs_buildtools.exe 或者 vs_Community.exe 阅读全文
摘要:
原文地址 https://baijiahao.baidu.com/s?id=1711473201375899625&wfr=spider&for=pc #docker#WSL2的docker不同于之前基于Hyper-V的方式,之前我们可以在docker desktop中直接修改镜像的存放位置。 现在 阅读全文
摘要:
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 阅读全文
摘要:
一 Docker Desktop(WSL2)修改镜像存储位置 原文 https://blog.csdn.net/fleaxin/article/details/109812090 问题 随着pull的镜像增多,C盘空间被很快耗尽。 原因 因为我使用的是WSL2的版本,所以docker desktop 阅读全文
摘要:
codemaid 代码格式化 nugetrecommander nuget推荐 cissfora 彩色括号 VSHistory vs历史 ClaudiaIDE 背景图片 Visual Studio IntelliCode IntelliSense Extender OzCode GitKraken 阅读全文
摘要:
127.0.0.1 activate.navicat.com 122.188.0.118 download.visualstudio.microsoft.com 阅读全文
摘要:
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 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Management; using System.Runtime.CompilerSer 阅读全文
摘要:
public class GraphQlSql { /// <summary> /// 主表 /// </summary> public string MainTableName { get; set; } /// <summary> /// 主查询条件 /// </summary> public 阅读全文