上一页 1 2 3 4 5 6 7 ··· 19 下一页

2020年6月20日

摘要: go 静态编译参数 -trimpath -ldflags='-extldflags=-static -w -s -X main.version=$tag' -tags osusergo,netgo,sqlite_omit_load_extension -ldflags '-linkmode "ext 阅读全文
posted @ 2020-06-20 22:24 王会喜 阅读(1461) 评论(0) 推荐(0) 编辑
 

2020年5月9日

摘要: 参考链接 https://blog.csdn.net/qq_37172182/article/details/84584885 我的虚拟机是 vmware 15安装了 ubuntu 18.04 系统的 偶尔关机无法正常上网,参考了网上的教程我一般操作就可以上网了。在此记录一下。 1. 虚拟机设置的配 阅读全文
posted @ 2020-05-09 10:36 王会喜 阅读(4295) 评论(1) 推荐(0) 编辑
 

2020年5月7日

摘要: 1. ldd --version 2. getconf GNU_LIBC_VERSION 阅读全文
posted @ 2020-05-07 09:55 王会喜 阅读(436) 评论(0) 推荐(0) 编辑
 

2020年4月24日

摘要: https://epubw.com 阅读全文
posted @ 2020-04-24 09:43 王会喜 阅读(292) 评论(0) 推荐(0) 编辑
 

2020年4月21日

摘要: 参考 https://www.runoob.com/docker/ubuntu-docker-install.html 1.卸载 sudo apt-get remove docker docker-engine docker.io containerd runc 2.安装Docker sudo ap 阅读全文
posted @ 2020-04-21 00:08 王会喜 阅读(2459) 评论(0) 推荐(0) 编辑
 

2020年4月20日

摘要: 1.下载安装包,根据自己需要下在需要的版本的安装包。 https://www.cnblogs.com/wanghuixi/p/11340832.html 2. 安装 执行运行 ./qt** .run 文件 选择安装的项目也可以全部安装但是会占用很多的空间 3.添加环境变量 gedit /etc/pr 阅读全文
posted @ 2020-04-20 23:12 王会喜 阅读(758) 评论(0) 推荐(0) 编辑
 
摘要: 1. 去这个网站去找个代理 http://tool.chinaz.com/dns/ 把 IP地址获取到 选个TTL 值小的 ip 2.两个网址的代理IP 都弄了 (ip和网址之间有空格的 ) 13.250.177.223 github.com75.126.164.178 github.global. 阅读全文
posted @ 2020-04-20 14:48 王会喜 阅读(1257) 评论(0) 推荐(0) 编辑
 
摘要: 1. sudo apt-get install build-essential 2. sudo apt-get install cmake qt5-default qtcreator 阅读全文
posted @ 2020-04-20 12:39 王会喜 阅读(3245) 评论(0) 推荐(0) 编辑
 
摘要: 1.备份原有的源文件 cd /etc/apt/ sudo cp -p sources.list sources.list.bak 2.修改源文件 sudo vim sources.list 删除sources.list 文件中所有内容添加一下内容 保存退出。 /****************** 阅读全文
posted @ 2020-04-20 12:14 王会喜 阅读(332) 评论(0) 推荐(0) 编辑
 

2020年4月17日

摘要: 现在ubuntu 19.04系统中安装golang 1. 下载 源码包 https://golang.google.cn/doc/install?download=go1.13.8.linux-amd64.tar.gz 2. 解压并执行下列操作 tar -C /usr/local -xzf go1. 阅读全文
posted @ 2020-04-17 19:15 王会喜 阅读(942) 评论(0) 推荐(0) 编辑
 
上一页 1 2 3 4 5 6 7 ··· 19 下一页