`
cqh520llr
  • 浏览: 476807 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
文章分类
社区版块
存档分类
最新评论
文章列表
https://blog.csdn.net/zhuyu19911016520/article/details/82414545 https://www.cnblogs.com/xiaohanlin/p/12218213.html 14.Spring-Cloud-Feign中请求压缩配置和日志配置 https://blog.csdn.net/niugang0920/article/details/80213545 Feign踩坑记录:JSON parse error https://www.jianshu.com/p/df37eb5f2169
https://www.jianshu.com/p/d22d6105be84 https://www.yunedit.com/update/ioszhengshu/list https://jingyan.baidu.com/article/cdddd41c2feee013ca00e13d.html http://blog.applicationloader.net/blog/zh/3159.html http://blog.applicationloader.net/blog/zh/88.html http://www.applicationloader.net/

mysql字符集

引擎:InnoDB 字符集:utf8 核对:utf8_unicode_ci
package com.macro.mall; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; import org.springframework.boot.test.context.Sp ...

FTpUtil

import lombok.extern.log4j.Log4j2; import org.apache.commons.net.ftp.FTP; import org.apache.commons.net.ftp.FTPClient; import org.apache.commons.net.ftp.FTPFile; import org.apache.commons.net.ftp.FTPReply; import org.springframework.util.StringUtils; import java.io.IOException; import java.io.InputS ...
https://blog.csdn.net/qq_36143819/article/details/103982243 https://blog.csdn.net/qq_36143819/article/details/103982243 Mock https://www.cnblogs.com/jpfss/p/10968757.html https://www.cnblogs.com/jpfss/p/10968757.html https://www.cnblogs.com/xibei666/p/9959160.html https://www.cnblogs.com/kiko20145 ...
https://blog.csdn.net/github_39325328/article/details/89397264 List<User> newList = list.stream().sorted(Comparator.comparing(User::getAge))                 .collect(Collectors.toList());         List<User> listSort = list.stream().sorted(Comparator.comparing(User::getAge).reversed().t ...
Map<Integer, Long> map = list.stream().collect(Collectors.groupingBy(p -> p,Collectors.counting()));
https://blog.csdn.net/ji519974770/article/details/83549240 public Map<String, List<Student>> groupList(List<Student> students) { Map<String, List<Student>> map = students.stream().collect(Collectors.groupingBy(Student::getName)); return map; }
BigDecimal的3个toString方法 本文介绍BigDecimal的3个toString方法的区别。 BigDecimal类有3个toString方法,分别是toEngineeringString、toPlainString和toString。 从BigDecimal的注释中可以看到这3个方法的区别: 1、toPlainString:不使用任何指数; 2、toString:有必要时使用科学计数法。 3、toEngineeringString:有必要时使用工程计数法。工程记数法是一种工程计算中经常使用的记录数字的方法,与科学技术法类似,但要求10的幂必 ...
https://blog.csdn.net/sdau20171935/article/details/104130575/ servlet:     multipart:       enabled: true #开启文件上传       max-file-size: 100GB #限制文件上传大小为100G       max-request-size: 100GB #限制文件上传大小为100G
https://www.cnblogs.com/count-mjb/p/10939117.html https://www.jianshu.com/p/99c8e842fff7 https://blog.csdn.net/weixin_42907437/article/details/113939742 direct \ fanout \ topic https://www.cnblogs.com/oskyhg/p/8521705.html 消息确认 https://zhuanlan.zhihu.com/p/152325703 https://www.cnblogs.com/lusa ...
windows版本 1、jps 2、netstat -ano |findstr 8301 3、tasklist|findstr 1828
https://doc.shouqianba.com/zh-cn/ https://doc.shouqianba.com/zh-cn/
https://57kahg.axshare.com
Global site tag (gtag.js) - Google Analytics