这个系列的博客是是从cmake 官方学来的,相当于是他的中文版吧,原版请看https://cmake.org/cmake-tutorial/ 官方教程有7步,我打算只讲(fanyi)前2步,后面的基本都类似,看官方教程即可。 Step 1:新建一个可执行程序 首先确保你已经安装了cmake 和 g+ ...
分类:
系统相关 时间:
2017-11-18 20:00:08
阅读次数:
215
很详细,原文链接:https://www.cnblogs.com/Wayou/p/jquery_plugin_tutorial.html#commentform 附例子: ...
分类:
其他好文 时间:
2017-11-17 16:16:55
阅读次数:
157
最近开始学习了Python,以便用于后面机器学习的应用。 首先适合入门的博客推荐两个网上教程,讲的简单明了,适合快速入门,(http://www.runoob.com/python/python-tutorial.html 和 https://www.liaoxuefeng.com/wiki/001 ...
分类:
编程语言 时间:
2017-11-15 23:34:46
阅读次数:
269
转自 http://blog.csdn.net/xiaoxian8023/article/details/48733249 翻译地址:http://www.rabbitmq.com/tutorials/tutorial-four-java.html 在前篇博文中,我们建立了一个简单的日志系统。可以广 ...
分类:
其他好文 时间:
2017-11-15 17:05:11
阅读次数:
275
翻译自 "java8 tutorial" 新特性 Default Methods for Interfaces(接口的默认方法) Java 8 使我们能够通过使用 关键字将非抽象方法实现添加到接口。这个功能也被称为虚拟扩展方法。 这是我们的第一个例子: 除了抽象方法 ,接口 还定义了默认方法 。具体 ...
分类:
其他好文 时间:
2017-11-14 18:30:12
阅读次数:
155
http://deerchao.net/tutorials/regex/regex.htm#lookaround http://www.runoob.com/regexp/regexp-operator.html ...
分类:
其他好文 时间:
2017-11-13 17:05:19
阅读次数:
171
分享一些有用的资料链接: OpenCV入门教程:http://blog.csdn.net/column/details/opencv-tutorial.html OpenCV入门教程(组件结构):http://blog.csdn.net/poem_qianmo/article/details/199 ...
分类:
其他好文 时间:
2017-11-13 11:32:22
阅读次数:
176
一次OpenCV相关作业,有一个助教小姐姐写的tutorial,很有用,链接如下: 链接:http://pan.baidu.com/s/1bZHsJk 密码:854s 1. 色彩空间: 将RGB图像转换成ycrcb和hsv图像并保存每种色彩空间每个通道的图像。 输入: 输出: Blue: Red: ...
分类:
其他好文 时间:
2017-11-13 11:10:17
阅读次数:
262
numpy 简介 numpy的存在使得python拥有强大的矩阵计算能力,不亚于matlab。 官方文档(https://docs.scipy.org/doc/numpy-dev/user/quickstart.html) Quickstart tutorial Prerequisites Befo ...
分类:
其他好文 时间:
2017-11-12 18:39:53
阅读次数:
267
There is lot of tutorial but I still meet some trouble, so I make a quick tutorial. There are 5 step to change it clearly: 1.open your Terminal and in ...
分类:
系统相关 时间:
2017-11-12 12:22:36
阅读次数:
162