码迷,mamicode.com
首页 >  
搜索关键字:lotus notes    ( 1201个结果
python 爬取简书评论
import json import requests from lxml import etree from time import sleep url = "https://www.jianshu.com/shakespeare/notes/60479187/comments?page=1&co ...
分类:编程语言   时间:2020-03-14 13:14:06    阅读次数:97
图片直方图均衡化
https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_008/opencv_008.cpp cv中 直方图均衡化相关 api: equalizeHist() 本段实例中将图片原始像素信息 以及 ...
分类:其他好文   时间:2020-03-13 13:09:42    阅读次数:53
图片的像素信息统计
https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_008/opencv_008.cpp 包括calcHist() normalize() 相关api, 以及将像素信息用折线图的方式展现 ...
分类:其他好文   时间:2020-03-13 13:08:36    阅读次数:61
直方相似性,协方差以及巴士距离
https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_012_hist_compare/opencv_012_hist_compare.cpp ...
分类:其他好文   时间:2020-03-13 13:04:27    阅读次数:62
颜色查找表
https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_012_hist_compare/opencv_012_hist_compare.cpp 包含 applyColorMap() LUT() ...
分类:其他好文   时间:2020-03-13 12:58:06    阅读次数:76
Base64 格式图片上传至服务器
恢复内容开始 /** * Notes: Base64 图片 上传 * Created byxxg@seabig.cn * Date: 2019-12-12 * Time: 13:40 */ public function fileUploads($image) { $this->_globals() ...
分类:Web程序   时间:2020-03-12 14:40:42    阅读次数:75
Kubenete study notes (Service)
Service:Waystocreateservice:KubectlexposecreatedaServiceresourcewiththesamepodselectorastheoneusedbytheReplicationControllerKubectlcreatewithservicespecsapiVersion:v1kind:Servicemetadata:name:kubiaspe
分类:Web程序   时间:2020-03-08 23:27:38    阅读次数:119
Kubenete study notes (Replication Controller)
Replicationcontroller:ReplicationControllerschedulespodtooneworknode,kubeletapplicationinnodepullsimageandcreatecontainers.Podstartedby“kubectlrun”isnotcreateddirectly.ReplicationControlleriscreatedby
分类:Web程序   时间:2020-03-08 23:25:43    阅读次数:87
Kubenete study notes (POD)
PodDefinition:Createpodbydefinition:kubectlcreate-f[filename]Displaypoddefinition:kubectlgetpo[podname]-oyaml/jsonGettinglog:kubectllogs[podname]-c[containername]Portforwarding:kubectlport-forward[pod
分类:Web程序   时间:2020-03-08 23:22:12    阅读次数:89
Stats 102A HW4
Stats 102A HW4 Due March 3, 2020General Notes? You will submit a minimum of three files, the core files must conform to the followingnaming convention ...
分类:其他好文   时间:2020-03-08 20:10:33    阅读次数:68
1201条   上一页 1 ... 6 7 8 9 10 ... 121 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!