1、easypr下载运行 第一步可以去下载easypr的zip的包,然后解压,我用的是码云新建项目,从git导入,这样子下载比较快一点 git:https://github.com/liuruoze/EasyPR # cd EasyPR 进入工程文件 我们可以看到很多的文件,现在应该注意 build ...
分类:
其他好文 时间:
2019-08-17 15:14:16
阅读次数:
145
gitHub https://github.com/jpetazzo/dind/blob/master/Dockerfile https://github.com/jpetazzo/dind/blob/master/Dockerfile https://hub.docker.com/_/docker ...
分类:
其他好文 时间:
2019-08-17 14:28:59
阅读次数:
218
注意点: 上传本地文件到GitHub步骤如下: ...
分类:
其他好文 时间:
2019-08-17 12:46:03
阅读次数:
69
git指令 添加远程仓库 1. 首先在GitHub上创建属于你自己的远程仓库:例如我创建的远程仓库 用于我最近保存的mybatis代码 目前,在GitHub上的这个learngit仓库还是空的,GitHub告诉我们,可以从这个仓库克隆出新的仓库,也可以把一个已有的本地仓库与之关联,然后,把本地仓库的 ...
分类:
其他好文 时间:
2019-08-17 00:51:27
阅读次数:
68
appium框架使用的过程记录,开始使用markdown来语法来编写,不知道博客园是否会支持markdown语法 ***1. appium原理* appium启动时,创建一个http://127.0.0.1:4723/wd/hub服务端服务端和设备默认使用4724端口进行通信* 底层调用UIauto ...
分类:
移动开发 时间:
2019-08-16 20:41:56
阅读次数:
137
Given an array of integers, for each integer we need to choose?either or , and add to . After this process, we have some array . Return the smallest p ...
分类:
其他好文 时间:
2019-08-16 01:04:06
阅读次数:
106
在linux安装 vsts-agent-linux 在vsts-agent-linux的解压目录运行./config.sh, 提示"Must not run with sudo", 需要在./config.sh中 if [ $user_id -eq 0 -a -z "$AGENT_ALLOW_RUN ...
分类:
系统相关 时间:
2019-08-16 00:44:37
阅读次数:
154
服务安装:安装依赖:yuminstallphp70-ldap.x86_64-y(版本尽量大于5.3,否则会提示更新php程序)yuminstallhttpd-y安装SelfServicePassword:yuminstallhttps://ltb-project.org/rpm/6Server/noarch/self-service-password-1.1-1.el6.noarch.rpm配置a
分类:
其他好文 时间:
2019-08-15 23:09:12
阅读次数:
330
Understanding LSTM Networks 原作者:Christopher Olah 原址:http://colah.github.io/posts/2015 08 Understanding LSTMs/ Step by Step LSTM Walk Through LSTM的第一步是 ...
分类:
Web程序 时间:
2019-08-15 19:21:45
阅读次数:
157
Matplotlib https://github.com/rougier/matplotlib-tutorial Numpy: https://www.labri.fr/perso/nrougier/from-python-to-numpy/ https://github.com/rougier/ ...
分类:
Web程序 时间:
2019-08-15 13:17:57
阅读次数:
112