php7版本openssl扩展升级安装,swoole openssl扩展安装高版本自定义编译安装 php升级openssl扩展,swoole升级openssl扩展 报错configure: error: Cannot find OpenSSL's libraries异常使用第三项 php升级open ...
分类:
Web程序 时间:
2020-07-02 16:12:30
阅读次数:
76
问题现象 部署的docker容器运行一端时间以后,由于需要修改配置,需要重启容器,但是重启的时候,报如下错误: Error response from daemon: Cannot restart container rsnmp_v4: OCI runtime create failed: cont ...
分类:
其他好文 时间:
2020-07-02 13:19:58
阅读次数:
66
1.保证虚拟机安装Redis 2.修改Redis配置文件 2.1 关闭Redis配置保护2.2 注释bind绑定IP2.3 设置Redis访问密码 3. 修改虚拟机设置 3.1 添加主机端口转发虚拟机 4. 关闭虚拟机防火墙 ...
分类:
其他好文 时间:
2020-07-02 10:43:07
阅读次数:
114
#!/bin/bash yum -y install epel-release yum -y update yum -y remove firewalld yum -y install iptables iptables-services yum -y install gcc vim wget ma ...
分类:
Web程序 时间:
2020-07-01 20:32:05
阅读次数:
238
hiredis 的应用程序出错。 ./example-libevent: error while loading shared libraries: libhiredis.so.0.14: cannot open shared object file: No such file or directo ...
分类:
其他好文 时间:
2020-07-01 13:03:53
阅读次数:
97
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RunJS</title> <script id="jquery_183" type="t ...
分类:
Web程序 时间:
2020-06-30 20:58:31
阅读次数:
251
在小程序中,e.target与e.currentTarget是非常重要的,尤其是涉及到页面传值时!本节只说两者的区别,关于传值下一节再详细讲解>https://blog.csdn.net/Syleapn/article/details/81290133#comments~ 下面开始正文啦!! 先来大 ...
分类:
微信 时间:
2020-06-30 19:05:38
阅读次数:
87
ArrayList in Java is used to store dynamically sized collection of elements. Contrary to Arrays that are fixed in size, an ArrayList grows its size au ...
分类:
编程语言 时间:
2020-06-30 14:52:12
阅读次数:
62
1、解压压缩包 我的放到:K:\Mysql5.7\mysql-5.7.15-winx64 2、配置环境变量 新建MYSQL_HOME: K:\Mysql5.7\mysql-5.7.15-winx64 path 添加 : %MYSQL_HOME%\bin 3、新建并修改配置文件my.ini [mysq ...
分类:
数据库 时间:
2020-06-30 10:32:08
阅读次数:
81
<input id="sjmc" class="easyui-combobox" data-bind="easyuiValue:SR_BUSINESS.SJMC" data-options="events:{blur: function(){ alert('提示') }}" /> <input id ...
分类:
其他好文 时间:
2020-06-30 10:31:05
阅读次数:
92