整理一下我个人觉得比较好的HOG博文 博文1:OpenCV HOGDescriptor: 参数与图解 http://blog.csdn.NET/raodotcong/article/details/6239431 博文2:opencv源码解析:各个参数讲解 http://www.cnblogs.co ...
分类:
其他好文 时间:
2016-12-16 14:16:42
阅读次数:
688
之前有安装和配置过,换了台电脑,再安装和配置,忽然发现差不多都忘记了,这里记录下已备之后查阅。 最后打开linux下的浏览器输入 http://127.0.0.1:8000/,就看到网了。 补充说明: pip :是一个安装python索引包的工具(pip is a tool for installi ...
分类:
系统相关 时间:
2016-12-16 01:07:50
阅读次数:
251
使用openpyxl写execl确实很方便。我先介绍用到的相关模块与函数 Workbook:工作簿模块,在内存创建一个工作簿。 ExcelWriter:使用它向exel中写数据。 get_column_letter:给一个数字得到一个列名,如A,B,C 数据写入到EXCEL表格 效果图: ...
分类:
编程语言 时间:
2016-12-15 11:47:58
阅读次数:
2857
原文网址:https://segmentfault.com/q/1010000004048449 比如一个数组$a=array("a"=>"1","b"=>"2","c"=>"3");现在想执行数据库插入语句insert into admin(a,b,c) values(1,2,3);该怎么实现? ...
分类:
数据库 时间:
2016-12-15 07:20:31
阅读次数:
366
https://my.oschina.net/gxs2012/blog/205875 http://blog.csdn.net/zhujiaxing666666/article/details/15029011 ******************************************** ...
分类:
系统相关 时间:
2016-12-14 09:45:48
阅读次数:
255
原文地址:http://www.maoyupeng.com/a-letter-for-programmer.html1、牢记基础,领悟原理无论各行各业,基础是最关键的。好比你是个大作家,结果老提笔忘字,提笔忘词,那么你又如何写出精美的文章呢。做程序开发也是如此,既要清楚基本技术,也要深刻领悟其原理,这样在以后的..
分类:
其他好文 时间:
2016-12-11 23:42:16
阅读次数:
215
原文地址:http://www.maoyupeng.com/a-letter-for-programmer.html1、牢记基础,领悟原理无论各行各业,基础是最关键的。好比你是个大作家,结果老提笔忘字,提笔忘词,那么你又如何写出精美的文章呢。做程序开发也是如此,既要清楚基本技术,也要深刻领悟其原理,这样在以后的..
分类:
其他好文 时间:
2016-12-11 23:40:38
阅读次数:
162
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon... ...
分类:
其他好文 时间:
2016-12-07 23:37:52
阅读次数:
242
An abbreviation of a word follows the form <first letter><number><last letter>. Below are some examples of word abbreviations: Assume you have a dicti ...
分类:
其他好文 时间:
2016-12-05 14:23:13
阅读次数:
148
参考资料: angularjs 获取服务端口数据的方法(三种) 学习-【前端】-angularjs基本框架以及向服务器发送请求的方法 ...
分类:
Web程序 时间:
2016-12-05 13:59:31
阅读次数:
167