上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 50 下一页
摘要: 1: 进入POM目录 2: 执行命令 跳过测试打包 出现如下情况,表示打包成功 3:进入kitty-generator目录, 执行docker打包 4:此时可看见打包成功的镜像 5: 单项目配置镜像启动, https://www.cnblogs.com/eason-d/p/11009248.html 阅读全文
posted @ 2019-06-18 12:33 1161588342 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 场景,一次接口开发,C#的加密方式为填充零, ECB模式 , DES, 本人是java开发,需要自己网上搞一个。如下 *** 重要 byte[] nul_bytes = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; String source = "1" + 阅读全文
posted @ 2019-06-17 17:44 1161588342 阅读(2527) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/shihaiming/p/8488939.html 阅读全文
posted @ 2019-06-13 10:38 1161588342 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 查看当前镜像仓库 阅读全文
posted @ 2019-06-12 18:19 1161588342 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 创建Dockerfile文件 此处的参数说明: FROM openjdk:8-jdk-alpine 基与jdk1.8 VOLUME /tmp 挂载容器的位置, 容易找到 ADD kitty-generator-1.0.0.jar app.jar 宿主机器的jar文件 移动到 容器的jar文件 ENT 阅读全文
posted @ 2019-06-12 14:00 1161588342 阅读(10580) 评论(0) 推荐(0) 编辑
摘要: 移除 images 所有 <none>镜像, docker ps -a | grep "Exited" | awk '{print $1 }' | xargs docker rm docker images | grep none | awk '{print $3 }' | xargs docker 阅读全文
posted @ 2019-06-12 10:48 1161588342 阅读(235) 评论(0) 推荐(0) 编辑
摘要: window 10 端口8001被占用干掉 活动连接 协议 本地地址 外部地址 状态 PID TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 560 TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4 TCP 0.0.0.0:3306 0.0.0.0: 阅读全文
posted @ 2019-05-28 16:56 1161588342 阅读(515) 评论(0) 推荐(0) 编辑
摘要: [root@izwz97j0sus9exlvpgweqpz ~]# git clone git@github.com:easonstudy/xxx.gitCloning into 'z-base'...Permission denied (publickey).fatal: Could not re 阅读全文
posted @ 2019-05-28 14:04 1161588342 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 执行如下命令 推荐:https://rorschachchan.github.io/2018/09/29/%E5%AE%B9%E5%99%A8%E6%8A%A5%E9%94%99%EF%BC%9Arpc-error-code-14-desc-grpc-the-connection-is-unavai 阅读全文
posted @ 2019-05-28 11:27 1161588342 阅读(1223) 评论(0) 推荐(0) 编辑
摘要: 参考地址: https://www.cnblogs.com/kerrycode/p/9680881.html Mysql5.6默认关闭的,5.7默认打开的 阅读全文
posted @ 2019-05-07 17:31 1161588342 阅读(194) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 50 下一页