摘要: 1 生成许可证 在可以上网的电脑上,登录Microsoft账号,更新许可证,并拷贝%LocalAppData%\Microsoft\VSCommon\OnlineLicensing 目录到离线电脑上。 2 查看本机VS代码 打开注册表,HKEY_CLASSES_ROOT\VisualStudio,查 阅读全文
posted @ 2021-03-16 12:56 sulerzh 阅读(6601) 评论(0) 推荐(0) 编辑
摘要: sudo groupadd docker #添加docker用户组 sudo gpasswd -a $USER docker #将当前用户添加至docker用户组 newgrp docker 阅读全文
posted @ 2020-09-14 16:54 sulerzh 阅读(2742) 评论(0) 推荐(0) 编辑
摘要: # 下载最新版本go,https://studygolang.com/dlsudo tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz export PATH=$PATH:/usr/local/go/bin export GOPROXY=https: 阅读全文
posted @ 2020-09-11 17:37 sulerzh 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 参考指南: 1 适用于 Linux 的 Windows 子系统安装指南 (Windows 10) https://docs.microsoft.com/zh-cn/windows/wsl/install-win10 2 WSL2的Ubuntu中使用CUDA入门教程 https://ubuntu.co 阅读全文
posted @ 2020-09-09 17:28 sulerzh 阅读(11707) 评论(1) 推荐(0) 编辑
摘要: https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/ 1 安装miniconda 地址: https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/ 下载最新版本安装。 2 配置pip源 wind 阅读全文
posted @ 2020-07-17 14:44 sulerzh 阅读(2825) 评论(0) 推荐(0) 编辑
摘要: 1 注册EF ProviderPM> Install-Package EntityFramework6.Npgsql ~3.1.0app.config或者web.config <?xml version="1.0" encoding="utf-8"?> <configuration> <config 阅读全文
posted @ 2020-04-20 15:26 sulerzh 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 该库基于.NET Core实现,已开源在GitHub上,地址如下: dadream/geosot​github.com 实现[GeoSOT][1]球面经纬度剖分Tile的编码/解码算法. 功能特性:1 支持从度分秒经纬度构建剖分块对象;2 支持从SOT一维编码构建剖分块对象;3 支持剖分块特征角点坐 阅读全文
posted @ 2020-01-14 13:49 sulerzh 阅读(1925) 评论(0) 推荐(0) 编辑
摘要: 1 通过查询currentOp函数,可以获取数据库当前的操作列表。 例如,msg:index build,progress:{done:1,total:20}. 2 构建长连接时,需对连接的可用状态进行检查,如不可用,需重建。 例如,并发数超过数据库设置的连接上限时,mongodb数据库服务器会主动 阅读全文
posted @ 2019-12-25 09:28 sulerzh 阅读(3911) 评论(0) 推荐(0) 编辑
摘要: 在powershell中执行 1 安装choco包管理工具 Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocola 阅读全文
posted @ 2019-11-28 10:54 sulerzh 阅读(781) 评论(0) 推荐(0) 编辑
摘要: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads 阅读全文
posted @ 2019-11-26 09:07 sulerzh 阅读(702) 评论(0) 推荐(0) 编辑