01 2023 档案

dubbo学习
摘要:引入相关依赖 <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-spring-boot-starter</artifactId> <version>2.7.8</version> </dependency> <dep 阅读全文

posted @ 2023-01-31 13:32 朝朝暮Mu 阅读(14) 评论(0) 推荐(0) 编辑

jdk和idea 卸载和安装
摘要:卸载 卸载jdk 参考: https://www.cnblogs.com/jiajunling/p/16333800.html 卸载idea 参考:https://blog.csdn.net/m0_52861000/article/details/127931078 卸载maven 参考:https 阅读全文

posted @ 2023-01-31 09:44 朝朝暮Mu 阅读(125) 评论(0) 推荐(0) 编辑

Nginx相关
摘要:安装相关依赖 yum -y install gcc pcre-devel zlib-devel openssl openssl-devel 下载nginx wget https://nginx.org/download/nginx-1.16.1.tar.gz 解压 tar -zxvf nginx-1 阅读全文

posted @ 2023-01-25 18:41 朝朝暮Mu 阅读(6) 评论(0) 推荐(0) 编辑

mysql主从复制
摘要:macos 设置主从复制 参考:https://blog.csdn.net/weixin_68588547/article/details/125322887 参考:http://www.manongjc.com/detail/32-bmzlwbaecnelerl.html 参考:https://b 阅读全文

posted @ 2023-01-25 11:08 朝朝暮Mu 阅读(4) 评论(0) 推荐(0) 编辑

redis相关内容
摘要:macos 安装redis 参考:https://cloud.tencent.com/developer/article/2169606 redis desktop manager for macos 阅读全文

posted @ 2023-01-23 18:41 朝朝暮Mu 阅读(6) 评论(0) 推荐(0) 编辑

Linux笔记
摘要:Invalid message received with signature 18245 参考:https://blog.csdn.net/fh_luchenxi/article/details/103911419 查看端口使用情况 参考:https://www.cnblogs.com/qinxu 阅读全文

posted @ 2023-01-23 10:41 朝朝暮Mu 阅读(25) 评论(0) 推荐(0) 编辑

SpringBoot 项目笔记
摘要:使用lombok成员方法输出日志 @SpringBootApplication @Slf4j public class ReggieTakeOutApplication { public static void main(String[] args) { SpringApplication.run( 阅读全文

posted @ 2023-01-17 09:05 朝朝暮Mu 阅读(298) 评论(0) 推荐(0) 编辑

mybatis-plus基础
摘要:service配置 参考:https://blog.csdn.net/s17856147699/article/details/126354125 参考:https://kaven.blog.csdn.net/article/details/109054711 参考:https://kaven.bl 阅读全文

posted @ 2023-01-16 22:38 朝朝暮Mu 阅读(4) 评论(0) 推荐(0) 编辑

SSM整合依赖
摘要:<dependencies> <dependency> <!--servlet--> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> <version>5.0.0</version> <s 阅读全文

posted @ 2023-01-13 10:24 朝朝暮Mu 阅读(19) 评论(0) 推荐(0) 编辑

Spring 基础
摘要:1. bean实例化的几种方式 方式一:构造方法 <bean class="com.itheima.Dao.impl.BookDaoImpl" id="bookDao" /> 方式二:静态工厂方法 <bean id="bookDao" class="com.itheima.Dao.factory.B 阅读全文

posted @ 2023-01-10 12:20 朝朝暮Mu 阅读(19) 评论(0) 推荐(0) 编辑

Java笔记
摘要:快速定位当前文件相对路径 System.out.println(System.getProperty("user.dir")) macos 配置Maven 参考:https://blog.csdn.net/weixin_43805744/article/details/128023702 官网:ht 阅读全文

posted @ 2023-01-01 11:18 朝朝暮Mu 阅读(28) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示