git clone -b 远程分支名 仓库地址 从远程指定分支克隆代码git branch 查看本地分支 git checkout -b cap 创建本地cap分支 并切换 git add * git commit -m"测试提交" git push origin cap:cap 将本地项目提交到远 ...
分类:
其他好文 时间:
2021-06-09 15:23:31
阅读次数:
0
git clone 项目链接产生如下提示信息: fatal: unable to access 'https://github.com/liuruoze/EasyPR.git/': OpenSSL SSL_connect: Connection was reset in connection to ...
分类:
其他好文 时间:
2021-06-09 15:22:39
阅读次数:
0
本窗口打开: 传参: this.$router.push({ name: 'info-detail', params: {id: id}}) 取参: this.$route.params.id 新窗口打开 传参: window.open(this.$router.resolve({ path: 'i ...
分类:
其他好文 时间:
2021-06-08 23:19:17
阅读次数:
0
volatile 作用 保证线程可见性 使用volatile,将会强制所有线程都去堆内存中读取变量的值 -MESI(CPU的缓存一致性协议) 详细可看 https://www.cnblogs.com/z00377750/p/9180644.html 禁止指令重排序(CPU级别的支持) cpu级别增加 ...
分类:
编程语言 时间:
2021-06-08 23:17:33
阅读次数:
0
WebDriver驱动下载与使用 1. Firefox(火狐)浏览器驱动 下载地址:https://github.com/mozilla/geckodriver/releases/ 2. Chrome浏览器驱动 下载地址:http://chromedriver.storage.googleapis. ...
分类:
Web程序 时间:
2021-06-08 23:11:55
阅读次数:
0
docker安装kafka 1、下载zookeeper镜像 docker pull wurstmeister/zookeeper 2、下载kafka镜像 docker pull wurstmeister/kafka 3、查看镜像 docker images 4、单机方式先启动zookeeper容器 ...
分类:
系统相关 时间:
2021-06-08 22:39:02
阅读次数:
0
百度搜索kong install,查找官网安装教程,点docker海豚图表,查看:https://docs.konghq.com/enterprise/2.4.x/deployment/installation/docker/ 安装kong,按照官网的教程:docker pull kong/kong ...
分类:
其他好文 时间:
2021-06-07 21:18:02
阅读次数:
0
最近发现一个能够任意生成各种数据的python库:faker,可以借助它来生成各种数据,例如姓名、地名、日期、电话号码等(各种有意义、无意义的假数据) git地址:https://github.com/joke2k/faker 文档:https://faker.readthedocs.io/en/s ...
分类:
其他好文 时间:
2021-06-07 20:58:38
阅读次数:
0
tesseract安装(CentOS) 1.安装图片相关依赖 yum install autoconf automake libtool libjpeg-devel libpng-devel libtiff-devel zlib-devel 2.下载 wget https://github.com/ ...
分类:
其他好文 时间:
2021-06-07 20:42:37
阅读次数:
0
环境:VS2015 Update3,g2o-20170730_git,suitesparse_metis_for_windows-1.4.0 suitesparse_metis_for_windows-1.4.0的CMake配置 g2o-20170730_git 的CMake配置 ...
分类:
其他好文 时间:
2021-06-07 20:41:59
阅读次数:
0