Wesley13 Wesley13
3年前
java中常见的json解析方法、库以及性能对比
常见的json解析有原生的JSONObject和JSONArray方法,谷歌的GSON库,阿里的fastjson,还有jackson,jsonlib。Gson(项目地址:https://github.com/google/gson)。Gson是目前功能最全的Json解析神器,Gson当初是为因应Google公司内部需求而由Google自行研发
Wesley13 Wesley13
3年前
java Excel导入导出,基于XML的实现,easy
项目地址:http://git.oschina.net/lis1314/easyexcel(http://git.oschina.net/lis1314/easyexcel)springboot使用例子:https://gitee.com/lis1314/easyexceldemo(https://gitee.com/lis1314/e
Easter79 Easter79
3年前
spring整合hibernate配置文件
Spring对hibernate配置文件hibernate.cfg.xml的集成,来取代hibernate.cfg.xml的配置(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fkevinyuan%2Farchive%2F2012%2F09%2F18%
Stella981 Stella981
3年前
SpringBoot权限管理开发实战3
1.修改pom.xml,添加Druid依赖<dependency<groupIdcom.alibaba</groupId<artifactIddruidspringbootstarter</artifactId<v
Easter79 Easter79
3年前
SpringBoot权限管理开发实战3
1.修改pom.xml,添加Druid依赖<dependency<groupIdcom.alibaba</groupId<artifactIddruidspringbootstarter</artifactId<v
Stella981 Stella981
3年前
Maven使用 国内镜像配置
Maven使用国内镜像配置  Maven  setting.xml中配置<repositories<repository<idnexus</id<namelocalprivatenexus</name
Stella981 Stella981
3年前
SpringBoot 项目的 Maven 多环境打包配置
1\.在pom.xml文件中配置<profiles<profile<iddev</id<activation<activeByDefaulttrue</activeByDefault</activation<properties
Stella981 Stella981
3年前
Logback学习总结
使用前提Logbackclassic依赖slf4japi.jar和logbackcore.jarLogback选择配置:1.尝试在classpath下查找文件logbacktest.xml;2.如果文件不存在,则查找文件logback.xml;3.如果两个文件都不存在,logback用Basic
Linux中ARP学习和老化机制
ARP学习和老化机制在Linux网络通信中起着至关重要的作用。ARP(AddressResolutionProtocol)地址解析协议是将IP地址解析为MAC地址的一种机制。本文将详细介绍Linux中ARP学习和老化的概念、工作原理以及其重要性。