上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页
摘要: erlang下载地址 (根据自己的版本来下载): https://github.com/rabbitmq/erlang-rpm/releases 阅读全文
posted @ 2023-07-28 17:16 译林 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 官网地址: https://www.rabbitmq.com/download.html 安装rabbitmq 需要依赖erlang语言,erlang安装包: https://github.com/rabbitmq/erlang-rpm/releases rabbitmq安装包: https://g 阅读全文
posted @ 2023-07-28 17:16 译林 阅读(468) 评论(0) 推荐(0) 编辑
摘要: 官网下载地址: https://multipass.run/install 免费试用的: https://github.com/canonical/multipass/releases windowns安装及使用: https://blog.csdn.net/zhourui2000/article/ 阅读全文
posted @ 2023-07-28 17:15 译林 阅读(39) 评论(0) 推荐(0) 编辑
摘要: https://boardmix.cn/app 阅读全文
posted @ 2023-07-28 17:15 译林 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://baijiahao.baidu.com/s?id=1715133904829386650&wfr=spider&for=pc 阅读全文
posted @ 2023-07-28 17:15 译林 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 停止所有启动的容器 docker stop $(docker ps -a -q) 启动所有停止的容器 docker start $(docker ps -a -q) 删除所有容器 docker rm $(docker ps -a -q) 阅读全文
posted @ 2023-07-28 17:15 译林 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://mirrors.tuna.tsinghua.edu.cn/apache/maven/mvnd/ 设置mvnd 编码 找到安装目录 D:\mvnd\conf\mvnd.properties mvnd.jvmArgs=-Dfile.encoding\=UTF-8 阅读全文
posted @ 2023-07-28 17:15 译林 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 命令: git log --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log --author="$name" --pretty=tformat: --numstat | grep "\(.java\)$ 阅读全文
posted @ 2023-07-28 17:15 译林 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 本文主要讲解:Java 8 Stream之Collectors.groupingBy()分组示例 Collectors.groupingBy() 分组之常见用法 功能代码: /** * 使用java8 stream groupingBy操作,按城市分组list */ public void grou 阅读全文
posted @ 2023-07-28 17:15 译林 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 1、Docker开启远程访问 #修改该Docker服务文件 vi /lib/systemd/system/docker.service #修改ExecStart这行 ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2375 -H unix:///var/run 阅读全文
posted @ 2023-07-28 17:14 译林 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页