10 2021 档案
摘要:https://www.jenkins.io/doc/book/using/remote-access-api/ jenkins地址/api https://javadoc.jenkins.io/plugin/publish-over-ssh/ publish-over-ssh https://ww
阅读全文
摘要:下载openssl源码包( python3依赖openssl版本较高) 可参考python2源码安装 cd openssl-1.1.1l ./config --prefix=/usr/local/openssl ./config -t make&&make install ln -s /usr/lo
阅读全文
摘要:import requests import json # git_url = 'http://gitlab.test.com' # v4 # token = 'asdadadasd' url_users = '{url}/api/v4/users/?private_token={token}&pe
阅读全文
摘要:flask集成多个uwsgi pip install uwsgi,通过 uwsgi --python-version 可以查看该uwsgi使用的 python版本,源码安装python3 可以再安装目录bin下面找到uwsgi二进制文件 pip install -r requests.txt 指定文
阅读全文