CA机构:Letsencrypt.org CA(default) 基于ACME协议的客户端:https://github.com/acmesh-official/acme.sh 简单易用,好上手,证书自动更新,还可自动识别Apache,nginx等web服务器。。。 ...
分类:
其他好文 时间:
2020-06-17 18:21:00
阅读次数:
53
1、问题描述: 用 git 提交代码至Github,结果报错,报错: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 解决方法: 打开 Git Bash ,进入到项目的根目录下,输入命令行: git con ...
分类:
其他好文 时间:
2020-06-17 12:37:13
阅读次数:
105
php中rsa生成公私钥和加解密 注意:php使用RSA时需要开启openssl扩展 生成公私钥 //创建公私钥 $res = openssl_pkey_new(); //获取私钥 openssl_pkey_export($res, $private_key); //获取公钥 $public_key ...
分类:
Web程序 时间:
2020-06-17 01:14:50
阅读次数:
72
1.同理设置appium配置,要启动多少台机器就启动多少个appium,注意端口号不能重复 2. public DesiredCapabilities getCapabilities(int i,String appName){ //配置appuim信息 DesiredCapabilities ca ...
分类:
微信 时间:
2020-06-16 18:32:20
阅读次数:
161
安装openresty 编译安装 yum install pcre-devel openssl-devel gcc curl wget wget https://openresty.org/download/openresty-1.15.8.3.tar.gz tar -xzvf openresty- ...
分类:
其他好文 时间:
2020-06-16 14:49:56
阅读次数:
52
1,安装wget命令 yum install wget 2,在/usr/local/src目录下载源码包 wget http://cn2.php.net/distributions/php-7.2.4.tar.gz 解压源码包 tar zxvf php-7.2.4.tar.gz 3,安装编译php需 ...
分类:
Web程序 时间:
2020-06-16 11:37:36
阅读次数:
72
百度百科解释: keepalived 是一个类似于 layer3, 4 & 7 交换机制的软件,也就是我们平时说的第 3 层、第 4 层和第 7 层交换。Keepalived 的作用是检测 web 服务器的状态,如果有一台 web服务器死机,或工作出现故障,keepalived 将检测到,并将有故障 ...
分类:
系统相关 时间:
2020-06-15 23:21:44
阅读次数:
310
首先:下载https://github.com/alanxz/rabbitmq-c 注意路径\需要改为/ //Path to a library.LIB_EAY:FILEPATH=E:/sdk/OpenSSL-Win32/lib/libcrypto_static.lib //Path to a fi ...
分类:
其他好文 时间:
2020-06-15 20:45:14
阅读次数:
48
方法一:淘宝库查询 接口地址:http://ip.taobao.com/service/getIpInfo.php?ip=127.0.0.1 此方法查询速度慢,而且有查询次数限制,不推荐 方法二:ip-api查询 接口地址:http://ip-api.com/json/123.12.12.12?ca ...
分类:
其他好文 时间:
2020-06-15 18:10:52
阅读次数:
252
MultiDex原理 分包机制对于 Android 5 以下的手机耗时更长 public static void install(Context context) { Log.i("MultiDex", "Installing application"); if (IS_VM_MULTIDEX_CA ...
分类:
其他好文 时间:
2020-06-15 17:52:56
阅读次数:
65