07 2020 档案

摘要:参考文档:https://mp.weixin.qq.com/s/ofLnHPKEQGPqXVRJasV-ng 注解本身没有功能的,就和xml一样。注解和xml都是一种元数据,元数据即解释数据的数据,这就是所谓配置。 本文主要罗列 Spring | SpringMVC相关注解的简介。 Spring部分 阅读全文
posted @ 2020-07-27 20:37 FairyTaleTown 阅读(161) 评论(0) 推荐(0) 编辑
摘要:参考文档:https://blog.csdn.net/ThinkWon/article/details/102810748 一、Spring1. Spring简介、设计理念、优缺点、应用场景 : https://blog.csdn.net/ThinkWon/article/details/10281 阅读全文
posted @ 2020-07-16 17:04 FairyTaleTown 阅读(135) 评论(0) 推荐(0) 编辑
摘要:Spring MVC快速入门教程 今天给大家介绍一下Spring MVC,让我们学习一下如何利用Spring MVC快速的搭建一个简单的web应用。 更深入地学习Spring MVC,请大家参考Spring MVC实战入门训练。 参考代码请戳右上角,下载下来后可以在Eclipse或者IntelliJ 阅读全文
posted @ 2020-07-16 15:28 FairyTaleTown 阅读(468) 评论(0) 推荐(0) 编辑
摘要:https://www.zhihu.com/question/64671972 所以,用最简练的语言概括就是: Spring 是一个“引擎”; Spring MVC 是基于Spring的一个 MVC 框架 ; Spring Boot 是基于Spring4的条件注册的一套快速开发整合包。为了简化工作流 阅读全文
posted @ 2020-07-15 19:31 FairyTaleTown 阅读(173) 评论(0) 推荐(0) 编辑
摘要:参考文档: Java知识体系最强总结(2020版): https://blog.csdn.net/ThinkWon/article/details/103592572 JAVA 基础教程廖雪峰:https://www.liaoxuefeng.com/wiki/1252599548343744 Spr 阅读全文
posted @ 2020-07-15 19:25 FairyTaleTown 阅读(267) 评论(0) 推荐(0) 编辑
摘要:初次使用时的一些问题 [ERROR] Target process 116477 is not the process using port 3658, you will connect to an unexpected process. [ERROR] 1. Try to restart arth 阅读全文
posted @ 2020-07-10 19:41 FairyTaleTown 阅读(4330) 评论(0) 推荐(0) 编辑
摘要:一、用 jmap(Memory Map for Java)查看堆内存信息 1.查看堆内存信息 命令:jmap -histo pid 解析:可以打印出当前堆中所有每个类的实例数量和内存占用 结果: 如下,class name 是每个类的类名([B 是 byte 类型,[C是 char 类型,[I 是 阅读全文
posted @ 2020-07-09 11:47 FairyTaleTown 阅读(2066) 评论(0) 推荐(0) 编辑
摘要:参考文档:https://www.cnblogs.com/sxdcgaq8080/p/11089841.html 一.jstat命令简介 jstat命令可以查看堆内存各部分的使用量,以及加载类的数量。 【以下的统计空间单位,未标明的 都是KB】 注意!!!:使用的jdk版本是jdk8. 命令的格式如 阅读全文
posted @ 2020-07-02 11:03 FairyTaleTown 阅读(960) 评论(0) 推荐(0) 编辑

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