项目中碰到curl https偶尔出现false,错误码77,可以尝试下面两种解决方法:1、确认安装机器ca-certificates,重启PHP。设置curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0):阻止对证书的合法性的检查 2、centos默认安装curl ...
分类:
Web程序 时间:
2019-02-28 14:44:04
阅读次数:
206
mysqli_fetch_assoc() 函数 从结果集中取得一行作为关联数组: 定义和用法 mysqli_fetch_assoc() 函数从结果集中取得一行作为关联数组。 注释:该函数返回的字段名是区分大小写的。 mysqli_fetch_row() 函数 从结果集中取得行 定义和用法 mysql ...
分类:
数据库 时间:
2019-02-28 01:16:37
阅读次数:
349
Centos7.5 执行ansible命令报错 问题: [root@m01 ~] ansible servers a "hostname|grep web" i ./hosts 172.16.1.7 | FAILED | rc=2 [Errno 2] No such file or director ...
分类:
其他好文 时间:
2019-02-26 19:08:15
阅读次数:
258
分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow pthread多线程编程整理 1 Introduction 不用介绍了吧… 2 Thread Concepts 1. ...
分类:
编程语言 时间:
2019-02-16 18:18:57
阅读次数:
164
Ubuntu在使用一些pip的时候会遇到:“Could not install packages due to an EnvironmentError: [Errno 13] 权限不够:”的问题。 在正常的命令后面加一个 --user即可: 在使用pip的相关命令时,使用国内源的速度更快:如下是使用 ...
分类:
系统相关 时间:
2019-02-15 22:26:51
阅读次数:
7523
python爬虫之趟雷整理 雷一:URLError 问题具体描述:urllib.error.URLError: <urlopen error [Errno 11004] getaddrinfo failed 1 import urllib.request 2 3 4 def load_message ...
分类:
编程语言 时间:
2019-02-11 15:42:50
阅读次数:
204
1.编译安装http1.准备好文件apr-1.6.5.tar.bz2httpd-2.4.38.tar.bz2apr-util-1.6.1.tar.bz2并安装如下包[root@centos7install]#yumgroupinstall"developmenttools"[root@centos7install]#yuminstallopenssl-develpcre-develexpat-de
分类:
Web程序 时间:
2019-02-09 00:55:22
阅读次数:
173
mysql以`systemctl start mysqld.service`的方式启动一段时间后发现突然无法启动,尝试重新启动也不能解决问题,排查问题时,先后通过`systemctl status mysqld.service`和`journalctl -xe` 命令查看问题,无所得.然后查看`/v ...
分类:
数据库 时间:
2019-02-07 16:32:22
阅读次数:
316
故障现象 主从gtid报错,复制错误1837,这个复制故障可以说是第一次遇到。 Last_Errno: 1837 Last_Error: Error 'When @@SESSION.GTID_NEXT is set to a GTID, you must explicitly set it to a ...
分类:
数据库 时间:
2019-02-01 23:50:27
阅读次数:
448
使用GO将show slave status查询返回的json串转为Map类型 show slave status其实只用到了string,float64两种类型,有其他类型的可以再对方法进行完善 ...
分类:
Web程序 时间:
2019-01-28 20:17:28
阅读次数:
219