02 2023 档案

摘要:一、什么是fastjsonfastjson是阿里巴巴的开源JSON解析库,它可以解析JSON格式的字符串,支持将Java Bean序列化为JSON字符串,也可以从JSON字符串反序列化到JavaBean。 二、fastjson的优点 2.1 速度快fastjson相对其他JSON库的特点是快,从20 阅读全文
posted @ 2023-02-28 16:34 kelelipeng 阅读(2390) 评论(0) 推荐(0) 编辑
摘要:c#如何使用MemoryStream和BinaryFormatter进行对象的序列化和返序列化 1 下面是我写的一个序列化的类 public static class ObjSerialize{/// <summary>/// 将对象数组obj序列化,内存中的缓冲区的数据序列化/// </summa 阅读全文
posted @ 2023-02-23 15:20 kelelipeng 阅读(131) 评论(0) 推荐(0) 编辑
摘要:原文链接: https://blog.csdn.net/lcarus008/article/details/127388571 阅读全文
posted @ 2023-02-22 18:17 kelelipeng 编辑
摘要:SpringBoot集成Logback遇到的问题 https://zhuanlan.zhihu.com/p/540737614 解决log4j和self4j日志报错Could NOT find resource [logback.groovy]及Could NOT find resource [lo 阅读全文
posted @ 2023-02-17 21:04 kelelipeng 阅读(1229) 评论(0) 推荐(0) 编辑
摘要:curl post请求发送json数据两种方式(Window/Linux) 设置请求头Content-Type curl发送post请求,默认的content-type是:application/x-www-form-urlencoded。要发送json格式,则需要设置请求头的content-typ 阅读全文
posted @ 2023-02-17 14:06 kelelipeng 阅读(22295) 评论(1) 推荐(0) 编辑
摘要:使用AES的256位密钥加解密报错java.security.InvalidKeyException: Illegal key size。 编写微信小程序在获取用户时,需要根据小程序传来的iv,encryptedData,和sessionkey来解密,在本地使用postman测试没有问题,但是部署到 阅读全文
posted @ 2023-02-09 15:25 kelelipeng 阅读(441) 评论(0) 推荐(0) 编辑
摘要:https://6tail.cn/calendar/api.html#start.html// maven <dependency> <groupId>cn.6tail</groupId> <artifactId>lunar</artifactId> <version>1.2.28</version 阅读全文
posted @ 2023-02-01 17:28 kelelipeng 编辑

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