摘要: ##### 查看本机npm镜像 npm config get registry 默认镜像: https://registry.npmjs.org 淘宝镜像: http://registry.npm.taobao.org/ ##### 设置淘宝镜像 npm config set registry ht 阅读全文
posted @ 2022-08-25 22:53 道之缘 阅读(35) 评论(0) 推荐(0) 编辑
摘要: ###1.卸载 yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker 阅读全文
posted @ 2022-08-16 19:13 道之缘 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 一、报错 FAILURE: Build failed with an exception. Where: Build file 'D:\Codes\spring-framework\build.gradle' line: 9 What went wrong: An exception occurre 阅读全文
posted @ 2022-06-17 12:56 道之缘 阅读(1058) 评论(0) 推荐(0) 编辑
摘要: rabbitmq安装 docker pull rabbitmq 需要注意的是-p 5673:5672 解释:-p 外网端口:docker的内部端口 ,你们可以改成自己的外网端口号,我这里映射的外网端口是5673那么程序连接端口就是用5673 docker run -d --hostname my-r 阅读全文
posted @ 2022-05-11 10:34 道之缘 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 一、引入依赖 <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> <version>2.10.4</version> </dependency> 二、配置 @Configuration pub 阅读全文
posted @ 2022-03-02 21:25 道之缘 阅读(101) 评论(0) 推荐(0) 编辑
摘要: yum安装maven 1.wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo 2.sed -i s/ 阅读全文
posted @ 2022-02-23 20:18 道之缘 阅读(185) 评论(0) 推荐(0) 编辑
摘要: #### 数据传输类 ``` import java.util.function.Function; import lombok.NonNull; public class Opt implements Serializable { private static final long serialV 阅读全文
posted @ 2022-01-23 18:41 道之缘 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://plugins.jetbrains.com/idea/plugin/7495–ignore .ignore .gitignore只能忽略那些原来没有被track的文件,如果某些文件已经被纳入了版本管理中,则修改.gitignore是无效的。那么解决方法就是先把本地缓存删除(改变成未t 阅读全文
posted @ 2021-12-19 15:46 道之缘 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 一、准备工作 1.准备 在CentOS系统上安装所需的依赖:ssh,防火墙,postfix(用于邮件通知) ,wget,以下这些命令也会打开系统防火墙中的HTTP和SSH端口访问。需要root权限下,可使用su root进入root权限 2.安装ssh sudo yum install -y cur 阅读全文
posted @ 2021-12-14 21:52 道之缘 阅读(1005) 评论(0) 推荐(0) 编辑
摘要: https://github.com/halo-dev/halo https://github.com/dromara/hutool https://github.com/sqshq/piggymetrics https://github.com/hankcs/HanLP https://githu 阅读全文
posted @ 2021-12-12 22:49 道之缘 阅读(36) 评论(0) 推荐(0) 编辑