For example, we have the source code: getVersison('3.4.5') function getVersion(versionString) { const versionRegex = /(\d)\.(\d)\.(\d+)/ const [, majo ...
分类:
其他好文 时间:
2020-02-19 21:14:01
阅读次数:
75
您想知道现在的博客是第几代的吗?您想知道CodingPlus博客的发展历程吗?来,让我们一起看看! ...
分类:
其他好文 时间:
2020-02-19 20:46:53
阅读次数:
43
is-url-external 1.0.3 ? Public ? Published 3 years ago Readme ExploreBETA 0Dependencies 8Dependents 4Versions Is URL External? A simple function that ...
分类:
其他好文 时间:
2020-02-18 18:24:30
阅读次数:
77
Python <= 2.3python -c "import SimpleHTTPServer as s; s.test();" 8000 Python >= 2.4python -m SimpleHTTPServer 8000 Python 3.xpython -m http.server 800 ...
分类:
编程语言 时间:
2020-02-18 14:50:38
阅读次数:
81
pip 安装源 介绍 1、采用国内源,加速下载模块的速度 2、常用pip源: 豆瓣:https://pypi.douban.com/simple 阿里:https://mirrors.aliyun.com/pypi/simple 3、加速安装的命令: : pip install i https:// ...
分类:
其他好文 时间:
2020-02-17 22:32:09
阅读次数:
105
【SVN】如果windows用户忘记了svn的用户名和密码怎么办? 如果windows用户忘记了svn的用户名和密码怎么办? 1》你得进入默认地址 C:\Users\Administrator\AppData\Roaming\Subversion\auth\svn.simple 如果没有,将Admi ...
分类:
其他好文 时间:
2020-02-17 12:24:40
阅读次数:
77
Simple step for EMC NW & NMM (1) disable WINDOWS UAC (reboot)(2) SET windows domain user AS sysadmin(3) modify hosts(4) install software (NW , NMM) (r ...
分类:
数据库 时间:
2020-02-16 20:54:09
阅读次数:
86
配置信息: server: port: 56081 servlet: context-path: /sharding-jdbc-simple-demo spring: application: name: sharding-jdbc-simple-demo http: encoding: enabl ...
分类:
数据库 时间:
2020-02-15 21:52:20
阅读次数:
102
1. https://github.com/chenyuntc/simple-faster-rcnn-pytorch (代码下载) 2. https://zhuanlan.zhihu.com/p/32404424 (作者知乎) 3. https://blog.csdn.net/qq_42052229 ...
分类:
其他好文 时间:
2020-02-15 19:06:45
阅读次数:
91
FasterRCNN网络是一种二阶段的目标检测方法,目标检测方法旨在给定的图片中找出目标物体的坐标位置和所属类别。我们在这里来梳理一下训练的大致流程谨供参考,我参考的算法实现为:https://github.com/chenyuntc/simple faster rcnn pytorch 1.特征提 ...
分类:
其他好文 时间:
2020-02-15 18:22:54
阅读次数:
129