摘要:
win下使用go,在进行go run build.go时,提示 exec: "gcc": executable file not found in %PATH% 原因是sqlitle3是个cgo库,需要gcd编译c代码然后下载安装tdm-gcc即可(windosw版本)下载地址:http://tdm 阅读全文
摘要:
利用PHP的microtime实现 如何使用 阅读全文
摘要:
安装完成以后需要执行此命令 sudo ln -s /usr/bin/nodejs /usr/bin/node 阅读全文
摘要:
1.查看远程分支 git branch -a 2.查看本地分支 git branch 3.创建分支 git branch branch_name 4.切换分支 git checkout branch_name 5.删除本地分支 git branch -d branch_name 6.删除远程分支 g 阅读全文
摘要:
参考https://www.influxdata.com/downloads/#influxdb 官网 OS X Docker Image Ubuntu & Debian RedHat & CentOS Standalone Windows Binaries (64-bit) Standalone 阅读全文
摘要:
$ git rm --cached [path] 阅读全文
摘要:
http://windows.php.net/downloads/pecl/snaps/redis/20160319/ 阅读全文
摘要:
原来代码: 修改分段以后: 阅读全文
摘要:
1、生成私钥pem, 执行命令openssl genrsa -out rsa_private_key.pem 1024 2、生成公钥,执行命令openssl rsa -in rsa_private_key.pem -pubout -out rsa_public_key.pem 3、将RSA私钥转换成 阅读全文
摘要:
人生不在于做多少事,在于把重要的事要首先做、用心做、做到极致! 阅读全文