摘要:
参考文献: https://github.com/gomodule/redigo/wiki/FAQ https://godoc.org/github.com/gomodule/redigo/redis#pkg-examples https://studygolang.com/articles/302 阅读全文
摘要:
os.OpenFile(filename, os.O_APPEND|os.O_WRONLY, 0666) 参考文献: https://stackoverflow.com/questions/33851692/golang-bad-file-descriptor 阅读全文
摘要:
安装依赖 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-develyum install gcc perl-ExtUtils-MakeMakeryum update nss curl 升级的话卸载旧版本 yum 阅读全文
摘要:
安装golang rpm -ivh http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm cd /etc/yum.repos.d wget http://www.hop5.in/yum/el6/hop5.re 阅读全文