码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
maven 使用
maven 生命周期介绍: validate - validate the project is correct and all necessary information is available compile - compile the source code of the project t ...
分类:其他好文   时间:2018-08-22 21:47:18    阅读次数:215
How to Build MySQL from Source Code on Windows & compile MySQL on win7+vs2010
Not counting obtaining the source code, and once you have the prerequisites satisfied, [Windows] users can build from source code in 5 easy steps.Prer... ...
分类:数据库   时间:2018-08-21 20:17:45    阅读次数:293
master_ip_failover_script问题终极解决方案
这个路径是存在的。那么这里出问题的就是这个脚本的问题。 从官网上下载mha0.58的源码 Source code (zip) Source code (tar.gz) Source code (zip) Source code (tar.gz) 用samples 里面的master_ip_failo ...
分类:其他好文   时间:2018-08-15 15:33:05    阅读次数:878
3.2直方图处理
3.2.1灰度直方图 1 //////3.2.1灰度直方图方法2: 2 ////Source Code:https://blog.csdn.net/gone_huilin/article/details/53222806 3 #include <opencv2\opencv.hpp> 4 int m ...
分类:其他好文   时间:2018-08-13 23:49:09    阅读次数:283
3.1.3自适应阈值化
////Source Code:https://blog.csdn.net/gone_huilin/article/details/53222764 #include "opencv2/imgproc/imgproc.hpp" #include "opencv2/highgui/highgui.hp... ...
分类:其他好文   时间:2018-08-13 14:12:12    阅读次数:207
3.1.2固定阈值化
1 ////Source Code:https://blog.csdn.net/gone_huilin/article/details/53222752 2 #include "opencv2/imgproc/imgproc.hpp" 3 #include "opencv2/highgui/high... ...
分类:其他好文   时间:2018-08-13 12:10:35    阅读次数:147
redux sample with redux source code
code sample没有package.json文件,也就没有任何外部依赖,直接使用redux source code。 nodejs对es6的import export还不支持,这里使用了stackoverflow上一位网友的办法,js文件后缀改成mjs, 用 node --experiment ...
分类:其他好文   时间:2018-08-10 14:31:11    阅读次数:156
编译器把源码编译成通用中间语言
简单讲,编译器 就是将“一种语言(通常为高级语言)”翻译为“另一种语言(通常为低级语言)”的程序。一个现代编译器的主要工作流程: 源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 ( ...
分类:编程语言   时间:2018-07-29 00:06:22    阅读次数:139
StreamSets学习系列之StreamSets的集群安装(图文详解)
不多说,直接上干货! 若是集群安装 需要在对应节点执行相同的操作。 见 StreamSets学习系列之StreamSets支持多种安装方式【Core Tarball、Cloudera Parcel 、Full Tarball 、Full RPM 、Docker Image和Source Code 】 ...
分类:其他好文   时间:2018-07-27 01:25:37    阅读次数:1225
StreamSets学习系列之StreamSets的Core Tarball方式安装(图文详解)
不多说,直接上干货! 前期博客 StreamSets学习系列之StreamSets支持多种安装方式【Core Tarball、Cloudera Parcel 、Full Tarball 、Full RPM 、Docker Image和Source Code 】(图文详解) 核心安装包(Core Ta ...
分类:其他好文   时间:2018-07-27 01:20:56    阅读次数:849
706条   上一页 1 ... 12 13 14 15 16 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!