其实,我们使用的opencv中要用的contrib/modules 是需要额外下载并在cmakelists.txt中指定的 git clone https://github.com/opencv/opencv_contrib.git 然后,就有opencv_contrib 的path啦 ...
分类:
其他好文 时间:
2017-07-18 11:56:16
阅读次数:
931
参考:https://github.com/shengulong/flask-compress 1、Content-Encoding是HTTP协议的响应报文头,一般形式如:Content-Encoding:gzip,deflate,compress deflate(RFC1951):一种压缩算法,使 ...
分类:
其他好文 时间:
2017-07-18 11:48:53
阅读次数:
354
功能强大的图片截取修剪神器:Android SimpleCropView及其实例代码重用简析 SimpleCropView是github上第一个第三方开源的图片修剪截取利器,功能强大,设计良好。我个人认为SimpleCropView比附录文章1介绍的cropper更为强大和完备,但也更为复杂,如果是 ...
分类:
移动开发 时间:
2017-07-18 11:45:21
阅读次数:
340
import ( "fmt" "time" "github.com/astaxie/beego" "github.com/bitly/go-simplejson" ) type Datas struct { data struct { Id int64 `json:"id"` Userid stri ...
分类:
Web程序 时间:
2017-07-18 10:16:26
阅读次数:
141
下载wget https://github.com/Qihoo360/QConf/archive/1.2.1.tar.gz 解压tar -zxf 1.2.1.tar.gz进入目录cd QConf-1.2.1/mkdir build && cd buildcmake ..makemake instal ...
分类:
其他好文 时间:
2017-07-18 09:59:33
阅读次数:
206
GIT操作方法 http://git.oschina.net/ g进入https://git-for-windows.github.io/下载安装 g启动命令窗口输入以下内容 git config --global user.name name //创建用户名 git config --global ...
分类:
其他好文 时间:
2017-07-18 01:50:50
阅读次数:
179
1、tcc-transaction源码地址 tcc-transaction https://github.com/changmingxie/tcc-transaction 2、TCC事务机制简介 http://www.bytesoft.org/2017/03/29/tcc/ 3、<!-- -->By ...
分类:
其他好文 时间:
2017-07-18 01:50:15
阅读次数:
189
http://blog.sina.com.cn/s/blog_654c6ec70101044p.html selneium库: https://github.com/robotframework/Selenium2Library RF: https://my.oschina.net/xxjbs001 ...
分类:
其他好文 时间:
2017-07-18 01:44:18
阅读次数:
139
这个项目https://github.com/wechaty/we...以前都是用人家弄好的手脚架搞得es6,搞了2天搞起了es6还报错,错误信息在下面,然后我想请教大神:1我到底应该怎么弄才能在windows上跑起来,2还有如果要学Docker,有没有什么好的学习docker的... ...
如果顺利的话,步骤如下: 1.下载DockerToolbox 2.安装DockerToolbox,默认配置,一路下一步即可完成安装 3.安装成功后,桌面会新增三个快捷方式,如下图 4.点击运行Docker Quickstart Terminal,会从github加载boot2docker.iso,加 ...