上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 36 下一页

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 阅读(160) 评论(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 阅读(10) 评论(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 阅读(9) 评论(0) 推荐(0)

redis相关内容

摘要: macos 安装redis 参考:https://cloud.tencent.com/developer/article/2169606 redis desktop manager for macos 阅读全文
posted @ 2023-01-23 18:41 朝朝暮Mu 阅读(9) 评论(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 阅读(36) 评论(0) 推荐(0)

SpringBoot 项目笔记

摘要: 使用lombok成员方法输出日志 @SpringBootApplication @Slf4j public class ReggieTakeOutApplication { public static void main(String[] args) { SpringApplication.run( 阅读全文
posted @ 2023-01-17 09:05 朝朝暮Mu 阅读(303) 评论(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 阅读(10) 评论(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 阅读(25) 评论(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 阅读(22) 评论(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 阅读(39) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 36 下一页