Changes in MySQL 5.6.34 (2016-10-12, General Availability) Security Notes Incompatible Change: The secure_file_priv system variable is used to limit t ...
分类:
数据库 时间:
2020-03-29 10:40:28
阅读次数:
90
Changes in MySQL 5.7.13 (2016-06-02, General Availability) Account Management Notes In MySQL 5.7.8, the maximum length of MySQL user names was increas ...
分类:
数据库 时间:
2020-03-27 21:40:56
阅读次数:
93
InnoDB Notes Incompatible Change: The InnoDB storage engine can no longer be disabled. The --skip-innodb option is deprecated and has no effect, and i ...
分类:
数据库 时间:
2020-03-27 21:26:41
阅读次数:
97
实验效果: 代码地址:https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_030/main.cpp include include using namespace std; using na ...
分类:
其他好文 时间:
2020-03-24 15:50:53
阅读次数:
65
copy from : http://gityuan.com/2015/06/27/git-notes/ 先用一幅图,从总体上描述主要git命令的工作流程 workspace: 本地的工作目录。(记作A) index:缓存区域,临时保存本地改动。(记作B) local repository: 本地仓 ...
分类:
其他好文 时间:
2020-03-23 09:30:28
阅读次数:
67
一.预备环境1.系统 Windows2. 环境 JDK1.8、Maven、Git 二. RocketMQ部署1.下载1.1地址:http://rocketmq.apache.org/release_notes/release-notes-4.2.0/1.2选择‘Binary’进行下载1.3解压已下载 ...
原图: 添加高斯噪声: 中值模糊处理: 利用高斯模糊处理: 代码地址:https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_020/opencv_020.cpp include include ...
分类:
其他好文 时间:
2020-03-15 15:13:11
阅读次数:
121
import json import requests from lxml import etree from time import sleep url = "https://www.jianshu.com/shakespeare/notes/60479187/comments?page=1&co ...
分类:
编程语言 时间:
2020-03-14 13:14:06
阅读次数:
97
https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_008/opencv_008.cpp cv中 直方图均衡化相关 api: equalizeHist() 本段实例中将图片原始像素信息 以及 ...
分类:
其他好文 时间:
2020-03-13 13:09:42
阅读次数:
53
https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_008/opencv_008.cpp 包括calcHist() normalize() 相关api, 以及将像素信息用折线图的方式展现 ...
分类:
其他好文 时间:
2020-03-13 13:08:36
阅读次数:
61