码迷,mamicode.com
首页 >  
搜索关键字:lob    ( 2923个结果
vs2015+opencv3.3.1+ c++实现 静态背景下多运动目标提取,检测
静止背景下运动物体的提取,跟踪出运动轨迹 下载地址 https://download.csdn.net/download/li_haoren/10761361 2.程序 3.处理后 4.提取出的物体tube ...
分类:编程语言   时间:2018-11-02 23:35:35    阅读次数:300
python虚拟环境 -- virtualenv , virtualenvwrapper
有人说:virtualenv、fabric 和 pip 是 pythoneer 的三大神器。 ...
分类:移动开发   时间:2018-11-02 21:35:28    阅读次数:162
RegExp
RegExp 对象 RegExp 对象表示正则表达式,它是对字符串执行模式匹配的强大工具。 直接量语法 创建 RegExp 对象的语法: 参数 参数 pattern 是一个字符串,指定了正则表达式的模式或其他正则表达式。 参数 attributes 是一个可选的字符串,包含属性 "g"、"i" 和 ...
分类:其他好文   时间:2018-11-01 21:05:59    阅读次数:161
函数练习
globallog127.0.0.1local2daemonmaxconn256log127.0.0.1local2infodefaultslogglobalmodehttptimeoutconnect5000mstimeoutclient50000mstimeoutserver50000msoptiondontlognulllistenstats:8888statsenablestatsuri/
分类:其他好文   时间:2018-11-01 19:48:54    阅读次数:133
spring boot 开启Druid监控功能
1.配置yml 2.java 代码 3。访问监控 http://localhost/druid/weburi.html 输入java代码里配置的用户名和密码 ...
分类:编程语言   时间:2018-11-01 16:06:18    阅读次数:201
python 函数(2)
函数进阶 一、函数参数--动态传参 动态参数必须在位置参数的后面 1、动态接收位置参数*args 接受的数据类型为元组( , ) 2、动态接受关键字参数**kwargs 动态传参顺序 位置参数 > 动态参数* > 默认值参数>**关键字动态传参 *,** 形参: 聚合(接受元组合) 实参:打散 二、 ...
分类:编程语言   时间:2018-10-31 21:20:34    阅读次数:163
PHP content-type为"application/json"的post过来的数据$_POST接受不到的问题
ajax默认是以application/x-www-form-urlencoded方式提交。也就是常见的表单提交方式。在PHP中使用$_POST方式可以轻松获取。 但如果将ajax的请求头强制指定为application/json,那么你的$_POST就接受不到了。必须使用$GLOBALS['HTT ...
分类:移动开发   时间:2018-10-31 20:00:37    阅读次数:238
mysqldump导出数据出现问题
利用mysqldump导出数据时提示warning,A partial dump from a server that has GTIDsubt@ubt-All-Series:~$ mysqldump -uroot -p sdxdb > sdxdb.sqlWarning: A partial dum ...
分类:数据库   时间:2018-10-31 15:41:47    阅读次数:198
"Generative Adversarial Nets" Notes
"Generative Adversarial Nets" Notes - Ian J.Goodfellow 中文翻译:https://blog.csdn.net/wspba/article/details/54577236 代码实现:https://github.com/devnag/pytorc ...
分类:Web程序   时间:2018-10-30 23:56:34    阅读次数:232
github常见操作和常见错误!错误提示:fatal: remote origin already exist
如果输入$ git remote add origin git@github.com:djqiang(github帐号名)/gitdemo(项目名).git 提示出错信息:fatal: remote origin already exists. 解决办法如下: 1、先输入$ git remote r ...
分类:其他好文   时间:2018-10-30 22:49:07    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!