- 博客(2)
- 资源 (2)
- 收藏
- 关注
原创 Python ConfigParser.read 报错 configparser.MissingSectionHeaderError: File contains no section headers
Traceback (most recent call last): File "common_config.py", line 27, in <module> env_config_parser.read(env_config_path,'utf-8') File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\configparser.py", line 696, in read ...
2021-07-22 11:08:53
2210
原创 php实现 git推送后服务端自动更新
实现思路 1.在仓库管理中,配置监听push 事件,写入推送地址 2.服务器端写服务脚本,验证身份后执行脚本推送端 gitea 服务器端 php php脚本如下 $req = json_decode(file_get_contents('php://input'),1); if($req['secret'] == '123456'){ //验证身份 $name = $req['repository']['name']; $branch = explode('/',.
2021-07-06 19:35:47
453
install_nginx-1.20.0.sh
2021-05-19
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅