这个地址(https://goproxy.io/)的powershell的环境变量配置应该这样:$env:GO111MODULE="on"$env:GOPROXY="https://mirrors.aliyun.com/goproxy/"给等号右边的值加上双引号阿里云的goproxy:http://mirrors.aliyun.com/goproxy/
操作系统:es的安装:https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html要紧的就这2步:wgethttps://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.6.0.debsudodpkg-ielasticsearch-6.6.0
vi配置golang的开发环境,做到自动补全
Golang,MySQL,时区
https://i6448038.github.io/2017/07/28/GolangDetails/new(type)不为nilfmt.Println(new(int)==nil)#falsevari*intfmt.Println(i==nil)#true一个包里可以有多个init函数,多个init函数的调用顺序https://golang.org/ref/spec#Program_initi
tab自动转为空格 URL = ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) CASE_INSENSE = [] (): (urlcodereason
http://caixia.blog.51cto.com/2266345/1831179
以centos7为例:源码安装python,一般先安装一些devel的包:yum -y install xz wget gcc make gdbm-devel openssl-devel sqlite-devel zlib-devel bzip2-devel然后下载源码解压源码: tar -Jxf Python.x.tar.xzcd Pyhton.x.
root@ubuntu:/tmp/test# touch /tmp/test/{2,3}root@ubuntu:/tmp/test# ls2 3root@ubuntu:/tmp/test# rm /tmp/test/{2,3}root@ubuntu:/tmp/test# lsroot@ubuntu:/tmp/test# t={2,3}root@ubuntu:/tmp/test# tou
http://www.itdadao.com/articles/c15a92542p0.html
整个是一个docker环境docker版本: 1.12.1,镜像是我自己做的基于ubuntu:14.04.05.容器操作系统版本: Ubuntu 14.04.5 LTSgo版本: 1.6.3在gdb中执行run命令出错! 错误输出:warning:Error disabling address space randomization: Operation not permitted环境:
整个是一个docker环境: 1.12.1,镜像是我自己做的.操作系统版本: Ubuntu 14.04.5 LTSgo版本: 1.6.3在gdb中执行run命令出错! 错误输出:warning:Error disabling address space randomization: Operation not permitted环境:docker 解决办法: warning:E
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号