[root@node3 ~]# yum -y install make gcc Loaded plugins: fastestmirror, langpacksLoading mirror speeds from cached hostfile * base: centos.ustc.edu.cn ...
分类:
其他好文 时间:
2019-08-06 18:32:38
阅读次数:
700
前提: 异常: docker 安装 mysql 8 外部连接会报一下异常: Authentication plugin 'caching_sha2_password' cannot be loaded 原因 出现这个原因是mysql8 之前的版本中加密规则是mysql_native_password ...
分类:
数据库 时间:
2019-08-06 00:26:01
阅读次数:
129
配置完成之后一定要重启服务,如果重启服务还是不生效。 就去看一下phpinfo(),找到Loaded Configuration File选项,这个才是真正读取的配置文件 ...
分类:
Web程序 时间:
2019-08-05 09:55:54
阅读次数:
157
LabelText = DataSet11.Tables("COMM.USERS").Rows[0]["User_Name"].tostring() LabelText = DataSet11.Tables("COMM.USERS").Rows(0).Item("user_name") Label. ...
分类:
其他好文 时间:
2019-08-05 09:15:08
阅读次数:
150
https://www.cnblogs.com/pyspark/p/8607801.html https://www.cnblogs.com/LYliangying/articles/9896548.html fieids.py主要定义了各种字段的序列化类。Field是基类。 class Field ...
分类:
其他好文 时间:
2019-08-03 12:55:12
阅读次数:
103
前几天做主从同步的时候没什么问题,今天做双机热备的时候出现了问题,问题如下:Slave failed to initialize relay log info structure from the repository(服务器未能从存储库初始化中继日志信息结构)可能是某些记录的存在导致的把,所以就尝 ...
分类:
其他好文 时间:
2019-08-03 12:39:41
阅读次数:
96
Point center(face_img.cols/2, face_img.rows/2); //cv::Mat rot_mat = cv::getRotationMatrix2D(center, -1 * arctan, 1.0); cv::Mat Rx(3, 3, CV_32FC1); dou ...
分类:
其他好文 时间:
2019-07-31 19:06:56
阅读次数:
224
void warp_perspect_3_angle(cv::Mat face, float roll, float yaw, float pitch) { cv::Mat face_img = face.clone(); int imgHeight = face_img.rows; int img ...
分类:
其他好文 时间:
2019-07-31 18:36:35
阅读次数:
295
Point center(face_img.cols/2, face_img.rows/2); //cv::Mat rot_mat = cv::getRotationMatrix2D(center, -1 * arctan, 1.0); cv::Mat Rx(2, 3, CV_32FC1); dou ...
分类:
其他好文 时间:
2019-07-31 18:15:48
阅读次数:
75