码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
Mysql:Changes in MySQL 5.6.34 (2016-10-12, General Availability):secure-file-priv
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
Mysql:Changes in MySQL 5.7.13 (2016-06-02, General Availability):maximum length of MySQL user names was increased from 16 to 32 characters
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
Mysql:Changes in MySQL 5.7.5 (2014-09-25, Milestone 15):innodb_buffer_pool_size parameter is 【dynamic】
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
反dft
实验效果: 代码地址: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
Git常用命令
copy from : http://gityuan.com/2015/06/27/git-notes/ 先用一幅图,从总体上描述主要git命令的工作流程 workspace: 本地的工作目录。(记作A) index:缓存区域,临时保存本地改动。(记作B) local repository: 本地仓 ...
分类:其他好文   时间:2020-03-23 09:30:28    阅读次数:67
RocketMQ在windows环境下的安装
一.预备环境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解压已下载 ...
分类:Windows程序   时间:2020-03-19 21:52:43    阅读次数:74
比较中值模糊和高斯模糊对高斯噪声处理效果
原图: 添加高斯噪声: 中值模糊处理: 利用高斯模糊处理: 代码地址: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
python 爬取简书评论
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
1141条   上一页 1 ... 5 6 7 8 9 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!