会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
nxf_rabbit75
纸上得来终觉浅,绝知此事要躬行。
管理
上一页
1
2
3
4
5
6
7
···
56
下一页
2022年9月1日
关于序列化和反序列化的问题汇总
摘要: 场景一: Gson和Jackson的转换
阅读全文
posted @ 2022-09-01 19:20 nxf_rabbit75
阅读(33)
评论(0)
推荐(0)
2022年8月9日
Lombok @Data导致的hashCode的问题
摘要: Lombok @Data导致的hashCode的问题 - 代码先锋网 https://codeleading.com/article/26803414648/
阅读全文
posted @ 2022-08-09 14:35 nxf_rabbit75
阅读(84)
评论(0)
推荐(0)
2022年7月10日
Zookeeper----ZAB协议
摘要: 一、ZAB协议 1、什么是ZAB协议 Zookeeper Atomic Broadcast,有效解决了 Zookeeper 集群崩溃恢复,以及主从同步数据的问题。 ZAB 协议定义的4种节点状态: Looking :选举状态。 Following :Follower 节点(从节点)所处的状态。 Le
阅读全文
posted @ 2022-07-10 23:08 nxf_rabbit75
阅读(99)
评论(0)
推荐(0)
2022年6月19日
MySQL---索引篇
摘要: xxx
阅读全文
posted @ 2022-06-19 12:12 nxf_rabbit75
阅读(17)
评论(0)
推荐(0)
2022年4月6日
SpringBoot2全套-大纲
摘要: 参考链接: 【1】https://blog.csdn.net/u011863024/article/details/113667634 【2】https://blog.csdn.net/u011863024/article/details/113667946 【3】https://www.yuque
阅读全文
posted @ 2022-04-06 23:58 nxf_rabbit75
阅读(69)
评论(0)
推荐(0)
2022年3月6日
SpringBoot---4.SpringBoot监控、项目部署
摘要: 一、SpringBoot监控 SpringBoot自带监控功能 Actuator ,可以帮助实现对程序内部运行情况监控,比如监控状况、 Bean 加载情况、配置属性、日志信息等。 SpringBoot监控 Spring Boot Admin Spring Boot Admin 是一个开源社区项目,用
阅读全文
posted @ 2022-03-06 22:53 nxf_rabbit75
阅读(160)
评论(0)
推荐(1)
2022年3月2日
SpringBoot2核心技术-基础入门——03.了解自动配置原理
摘要: 1、SpringBoot特点 1.1、依赖管理 父项目做依赖管理 依赖管理 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <versio
阅读全文
posted @ 2022-03-02 08:50 nxf_rabbit75
阅读(144)
评论(0)
推荐(0)
2022年2月27日
SpringBoot---2.SpringBoot整合其他框架
摘要: 一、SpringBoot整合Junit 点击查看代码 package com.huawei; import com.huawei.hello.SpringbootTestApplication; import com.huawei.hello.service.UserService; import
阅读全文
posted @ 2022-02-27 22:16 nxf_rabbit75
阅读(56)
评论(0)
推荐(0)
SpringBoot2核心技术-基础入门——02.SpringBoot2入门
摘要: 系统要求 ● Java 8 & 兼容java14 . ● Maven 3.3+ ● idea 2019.1.2 一、HelloWorld 需求:浏览发送/hello请求,响应 Hello,Spring Boot 2 1.创建maven工程 2.引入依赖 spring-boot-starter-par
阅读全文
posted @ 2022-02-27 15:08 nxf_rabbit75
阅读(70)
评论(0)
推荐(0)
SpringBoot2核心技术-基础入门——01.Spring与SpringBoot
摘要: 一、Spring能做什么? 1.Spring的能力 2.Spring的生态 https://spring.io/projects/spring-boot 覆盖了: web开发 数据访问 安全控制 分布式 消息服务 移动开发 批处理 ...... 3.Spring5重大升级 (1)响应式编程 (2)内
阅读全文
posted @ 2022-02-27 14:00 nxf_rabbit75
阅读(154)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
56
下一页