07 2021 档案

git--切换远程仓库和切换远程分支
摘要:一、切换远程仓库 git remote -v # 查看当前远程仓库地址git remote set-url origin <new url> # 修改远程地址为新的地址 <new url> 改为新的地址 # git remote show origin # 再次查看当前仓库远程地址 确认是否发生改变 阅读全文

posted @ 2021-07-14 16:00 谦虚好学每一天 阅读(2244) 评论(0) 推荐(0)

mvn install 安装包到本机仓库
摘要:mvn install:install-file -DgroupId=com.mt_kingbase -DartifactId=kingbase8 -Dversion=8.6.0 -Dpackaging=jar -Dfile=/d/jar/kingbase8-8.6.0.jar mvn中心库中不存在 阅读全文

posted @ 2021-07-14 15:57 谦虚好学每一天 阅读(142) 评论(0) 推荐(0)

前后端分离项目dockerfile部署
摘要:https://gitee.com/linshaoqi/docker-vhr 阅读全文

posted @ 2021-07-10 12:29 谦虚好学每一天 阅读(86) 评论(0) 推荐(0)

webstorm 和 idea 启动用dockerfile部署出现:Failed to deploy 'vhr-front Dockerfile: Dockerfile': Not connected to docker
摘要:1. 关闭webstorm 或 idea 2. 右键单击快捷键,选择 " 管理员取得所有权" 3. 重新打开webstorm 或 idea 即可。 阅读全文

posted @ 2021-07-10 09:59 谦虚好学每一天 阅读(7269) 评论(0) 推荐(0)

Rxjs ForkJoin的使用
摘要:const type$ = this.dictionaryService.findByCode('PUNISHMENT_TYPE');const category$ = this.dictionaryService.findByCode('PUNISHED_CATEGORY');const all$ 阅读全文

posted @ 2021-07-03 13:59 谦虚好学每一天 阅读(545) 评论(0) 推荐(0)

导航