随笔分类 -  工作中学习

工作中学习到的记录
摘要:spingboot整合netty服务器端 1、引入pom <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> </dependency> 2、创建服务netty服务器 package com.tan. 阅读全文
posted @ 2024-07-19 11:18 九折丶水平 阅读(68) 评论(0) 推荐(0) 编辑
摘要:安装emqx https://blog.csdn.net/weixin_41542513/article/details/134328627 springboot整合mqtt 1、引入依赖 <dependency> <groupId>org.springframework.boot</groupId 阅读全文
posted @ 2024-07-18 15:03 九折丶水平 阅读(283) 评论(0) 推荐(0) 编辑
摘要:新手教程: https://juejin.cn/post/7083371183361490958 官网: https://natapp.cn/ 阅读全文
posted @ 2024-07-12 15:00 九折丶水平 阅读(3) 评论(0) 推荐(0) 编辑
摘要:业务场景 ​ 查询数据库的配置表,看配置进行选择不同公司的短信服务 代码 策略代码 // 策略接口 public interface SmsSendStrategy { void sendSms(String phone, String template, Map<String,String> ma 阅读全文
posted @ 2023-12-24 21:23 九折丶水平 阅读(58) 评论(0) 推荐(0) 编辑
摘要:### 下拉多选element-ui 实现效果 ![](https://img2023.cnblogs.com/blog/2880316/202306/2880316-20230626092738402-975871848.png) 组件代码 ```vue ``` 使用代码 ```vue ``` 阅读全文
posted @ 2023-06-26 09:28 九折丶水平 阅读(1216) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/Claire_cz/article/details/125257392 ​ https://www.jianshu.com/p/933d3961f9f2 按照https://blog.csdn.net/Claire_cz/article/detail 阅读全文
posted @ 2022-12-17 14:19 九折丶水平 阅读(870) 评论(0) 推荐(0) 编辑
摘要:List 中的一些操作 A替换为自己的类 List普通分组 List<A> aList = new ArrayList<>(); //根据year进行分组 Map<String, List<A>> yearPsTitle = title1s.stream().collect(Collectors.g 阅读全文
posted @ 2022-05-18 11:36 九折丶水平 阅读(63) 评论(0) 推荐(0) 编辑

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