by ET posted on 2019年6月18日 17:16 under 技术分享
标签:
数据库
https://www.cnblogs.com/butterfly100/p/9034281.html......
by ET posted on 2019年6月26日 11:46 under 技术分享
标签:
数据库
mysql
在win7下安装了python后,想安装python-mysql,使用pip安装出现缺少vc9
按照报错提示安装了vc9之后 又报错 fatal error C1083: Cannot open include f......
by ET posted on 2019年6月28日 19:09 under 技术分享
标签:
运维
用python写了一个脚本来启动php的一个任务,放crontab里每五分钟运行一次,php任务里面执行了java的命令。
exec('java -ja......
by ET posted on 2019年8月5日 12:22 under 技术分享
标签:
python
环境:python3.7 django2.2 centos7
起因:之前我一直直接用django自带的调试服务来部署网站,但是毕竟不适合线上系统,而且我想要加https证书,必须要......
by ET posted on 2019年8月29日 18:26 under 技术分享
标签:
运维
php
https://www.jianshu.com/p/2d8898e25f1b
这个帖子是最全的,我踩的坑里面......
by ET posted on 2019年10月30日 14:31 under 技术分享
标签:
python
pyinstaller打包时报:AttributeError: 'str' object has no attribute 'items'
ps:我是通过第一步解决的
......
by ET posted on 2019年12月2日 11:52 under 技术分享
标签:
php
参考资料 https://www.cnblogs.com......
by Wardon posted on 2020年5月28日 14:18 under 技术分享
标签:
Go
package main
import (
"bufio"
"fmt"
"io"
"io/ioutil"
"os"
"regexp"
"strings"
)
var tar......