摘要:
修改 go env环境变量,如下示例: 1、Windows下编译Mac, Linux平台的64位可执行程序: $ go env -w CGO_ENABLED=0 GOOS=darwin3 GOARCH=amd64$ go env -w CGO_ENABLED=0 GOOS=linux GOARCH= 阅读全文
摘要:
{ id:"123456", paths:["ddd","dddd"] } 阅读全文
摘要:
在克隆git仓库上的项目时出现The requested URL returned error: 403的错误时,可能是windows凭据李没有添加凭据,此时只要添加凭据即可。 1.打开:控制面板\用户帐户\凭据管理器 2.选择Windows凭据,添加凭据,输入git仓库的用户名和密码。 阅读全文
摘要:
1. 下载源:wget https://xxx。 例如:wget https://repo.mysql.com//mysql80-community-release-el8-3.noarch.rpm 2. 安装源:yum install xxx.rpm。 例如:yum install mysql80 阅读全文
摘要:
1.缺乏编译软件导致的,软件下载地址 https://sourceforge.net/projects/mingw-w64/files/ 2.下载之后,进行离线软件包安装 2.1 将下载文件解压在想要安装的地方即可 2.2 系统环境变量添加MinGW64 bin路径 2.3 测试在cmd命令里面输入 阅读全文
摘要:
0 下载git yum install git 1.下载go wget https://dl.google.com/go/go1.13.7.linux-amd64.tar.gz 2.解压go tar zxvf go1.13.7.linux-amd64.tar.gz 3 将/usr/local/go/ 阅读全文
摘要:
In recent times , there has been a heated discussion about whether to take a job in a company or to go to a graduate school upon graduations. The reas 阅读全文
摘要:
1.在阿里云里面设置 安全组规则 2.在宝塔 安全 里面设置 阅读全文
摘要:
Win10系统用户账户控制怎么取消?Windows10系统打开某些程序是会弹出一个用户账户控制的提示,这个用户账户控制避免系统被恶意软件侵扰。如果你运行正常的程序老是弹出提示窗口,也是很烦人的。那么用户账户控制怎么取消呢?下面小编就给大家带来win10取消用户账户控制的方法,一起来看看吧! 方法步骤 阅读全文
摘要:
安装地址 https://www.sourcetreeapp.com/ 阅读全文