JAVA代码public static byte[] encrypt(String content, String password) throws Exception{
KeyGenerator kgen = KeyGenerator.getIn...
阅读全文...
gitee 使用webhook PHP 做代码自动部署
1、设置相关1.1、仓库使用ssh模式clone到本地1.2、仓库添加部署公钥2、服务器配置2.1、切换到PHP-FPM运行账户,无法切换时修改 /etc/passwd2.2、使用PHP-FPM运行账户生成gitee指定的公钥ssh-keygen -t ...
阅读全文...
阅读全文...
JS生成A标签自动跳转
const a = document.createElement('a')const url = body.data['fileUrl']a.href = urla.click()window.URL.revokeObjectURL(url)
阅读全文...
阅读全文...
golang 设置和取消全局代理
设置代理#http代理
git config --global http.proxy 'socks5://127.0.0.1:1086'
#https代理
git config --global https.proxy 'socks5://127.0.0...
阅读全文...
阅读全文...