摘要: win 系统docker pull nacos/nacos-server 提示timeout 找到C:\Users\你的用户名\.docker\daemon.json文件 阿里云{ "registry-mirrors":["https://6kx4zyno.mirror.aliyuncs.com"] 阅读全文
posted @ 2021-07-23 16:04 ToDarcy 阅读(758) 评论(0) 推荐(0) 编辑
摘要: /** * 创建文件夹 * */ public static boolean mkDirectory(String path) { File file = null; try { file = new File(path); if (!file.exists()) { return file.mkd 阅读全文
posted @ 2021-07-23 11:48 ToDarcy 阅读(849) 评论(0) 推荐(0) 编辑