随笔分类 -  java

摘要:1、MD5 加密安全吗?-android md5加密 (51cto.com) https://www.51cto.com/article/720824.html 2、https://blog.csdn.net/weixin_44299027/article/details/131038935 阅读全文
posted @ 2024-02-09 13:20 苦逼yw 阅读(5) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/qq_36908783/article/details/105816074 参考:https://baijiahao.baidu.com/s?id=1772918088589532172&wfr=spider&for=pc 一、Druid和MyBat 阅读全文
posted @ 2023-09-18 18:31 苦逼yw 阅读(28) 评论(0) 推荐(0) 编辑
摘要:1、在pom.xml导入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> 2、在Spring 阅读全文
posted @ 2023-08-19 22:27 苦逼yw 阅读(161) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/weixin_42032770/article/details/116544962 参考:https://blog.csdn.net/a778203081/article/details/129296369 1、string、stringbuilde 阅读全文
posted @ 2023-07-23 15:27 苦逼yw 阅读(18) 评论(0) 推荐(0) 编辑
摘要:Collection集合 数组和集合的区别【理解】 相同点 都是容器,可以存储多个数据 不同点 数组的长度是不可变的,集合的长度是可变的 数组可以存基本数据类型和引用数据类型 集合只能存引用数据类型,如果要存基本数据类型,需要存对应的包装类 Collection集合的遍历【应用】 迭代器介绍 迭代器 阅读全文
posted @ 2023-07-23 02:46 苦逼yw 阅读(9) 评论(0) 推荐(0) 编辑
摘要:Spring Boot 是基于 Spring 框架的部分组件进行封装,所以大部分注解都是 Spring 框架中常用的注解。下面是 Spring Boot 中常用的注解: 1、@SpringBootApplication:这个注解是 Spring Boot 应用的入口标志,同时也标注了这是一个Spri 阅读全文
posted @ 2023-05-24 19:29 苦逼yw 阅读(92) 评论(0) 推荐(0) 编辑

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