09 2021 档案

CICD
摘要:一. Centos71. 直接安装 git、maven、openjdk1.8、gitlab、gitlab-runner2. docker: sonaqube docker-registry nexus3 二. minikube minikube start --force --driver=dock 阅读全文

posted @ 2021-09-26 21:53 谦虚好学每一天 阅读(706) 评论(0) 推荐(0)

sonarqube
摘要:1. sonar-maven-plugin https://www.jianshu.com/p/72431fe45d9e <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project. 阅读全文

posted @ 2021-09-26 16:19 谦虚好学每一天 阅读(157) 评论(0) 推荐(0)

oracle 11g xe
摘要:1.windows版 服务中默认开机自启动的服务是: OracleServiceXE OracleXETNSListener 阅读全文

posted @ 2021-09-23 21:15 谦虚好学每一天 阅读(81) 评论(0) 推荐(0)

nexus
摘要:1. docker nexus https://www.jianshu.com/p/edf57ba6a159 (1) docker pull sonatype/nexus3 (2) mkdir -p /data/nexus/data chmod 777 -R /data/nexus/data (3) 阅读全文

posted @ 2021-09-23 06:03 谦虚好学每一天 阅读(73) 评论(0) 推荐(0)

gitlab和gitlab-runner
摘要:1. 删除无效runner 如果在gitlab中删除了runner,需要在gitlab-runner中继续删除: gitlab-runner verify --delete gitlab-runner verify --delete --name xxx 2. 将gitlab-runner 加入do 阅读全文

posted @ 2021-09-22 22:12 谦虚好学每一天 阅读(332) 评论(0) 推荐(0)

IDEA
摘要:1. cannot access configurableapplicationcontext 相关依赖已经导入,但是依旧报这个错误 我这个是spring boot项目中的启动类 然后呢,我找到.iml文件,删掉,就好了,记录一下 2.没有.iml文件 对于idea,当打开文件时发现没有iml文件时 阅读全文

posted @ 2021-09-18 05:18 谦虚好学每一天 阅读(252) 评论(0) 推荐(0)

RestTemplate
摘要:方式一: Map<String, Object> params = new HashMap<>();params.put("appId", "xxx");params.put("appSecret", "yyyyyyyyyy");String url = "http://test.com/sso/o 阅读全文

posted @ 2021-09-16 23:25 谦虚好学每一天 阅读(116) 评论(0) 推荐(0)

kingbase
摘要:1. sql语句 grant all on public.c_account to eia SELECT table_schema || '.' || table_nameFROM information_schema.TABLES WHERE table_schema ='public' sele 阅读全文

posted @ 2021-09-04 14:38 谦虚好学每一天 阅读(286) 评论(0) 推荐(0)

导航