摘要:
ERROR 13 (HY000): Can't get stat of '/root/home/mysql.txt' (Errcode: 13 - Permission denied)load data infile '/home/sam/people.txt' into table person; 阅读全文
摘要:
golang打包windows很简单直接go bulid xx.go 会有一个.exe文件 直接运行这个文件就行 golang打包linux服务器 SET CGO_ENABLED=0 SET GOOS=linux SET GOARCH=amd64 go build xx.go 有时会出现 githu 阅读全文
摘要:
siege压测工具 安装: wget http://download.joedog.org/siege/siege-3.0.8.tar.gz cd siege-3.0.8 ./configure make make install 验证安装结果:输入siege -V 如果输出了版本号就代表安装没问题 阅读全文
摘要:
首先部署Vue,后端项目django开5000端口,所以vue里的路由是ip:5000,然后打包npm run build 生成dist文件 把dist文件里的index.html和static放在/var/www/html下,然后配置httpd的conf vim /etc/httpd/conf/h 阅读全文