摘要: export GO111MODULE=off export CGO_ENABLED=0 export GOOS=linux export GOARCH=amd64 go build main.go 阅读全文
posted @ 2021-06-22 20:31 huim 阅读(330) 评论(0) 推荐(0) 编辑
摘要: FROM_UNIXTIME(TIME / 1000000, 'yyyy-MM-dd''T''HH:mm:ss'), 阅读全文
posted @ 2021-06-22 20:27 huim 阅读(2403) 评论(0) 推荐(0) 编辑
摘要: # apache yum install -y httpd # php yum -y install php yum -y install php-gd php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring php-snmp php-s 阅读全文
posted @ 2021-06-22 20:16 huim 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 一直用windows的git-gui比较习惯,用来提交前看修改了哪些代码,作检查。 mac上git没有找到自带的git。 # 创建个目录放文件 cd /opt sudo mkdir tools sudo chown -R $(whoami) tools cd tools # 下载安装 git clo 阅读全文
posted @ 2021-06-22 20:10 huim 阅读(2263) 评论(0) 推荐(1) 编辑