随笔分类 - 记录
摘要:1. 错误信息 *************************** APPLICATION FAILED TO START *************************** Description: The bean 'xxx.FeignClientSpecification' could
阅读全文
摘要:使用Order By NULL 解决 group by后自动排序,优化Sql性能 对于 Group by 后的结果,Mysql搜索引擎会将结果按照Group by 的字段按照升序,自动排序,例如: test表数据: 执行如下语句: SELECT item_no,item_name FROM test
阅读全文
摘要:1. 错误信息 basic.result.exception.OtherException: feign error:系统异常:Content type 'multipart/form-data;boundary 679449061975336133574827;charset=UTF-8' not
阅读全文
摘要:profile 在pom文件中配置 开发和测试环境的 profile信息, <profiles> <profile> <!-- 开发环境 --> <id>dev</id> <properties> <user>root</user> <password>root</password> <ip>192
阅读全文
摘要:ArrayList继承了AbstractList为何还要实现List接口? 相关的问题: Vector既然继承了AbstractList为啥还要实现List接口 HashMap继承了AbstractMap为何还要实现Map接口? HashSet继承了AbstractSet为何还要实现Set接口? 看
阅读全文
摘要:打开时闪退 ,是因为jdk版本过高的原因:https://blog.csdn.net/aust_glj/article/details/52291240 相关软件下载地址: JasperReports® Library 下载地址:https://community.jaspersoft.com/co
阅读全文
摘要:https://www.cnblogs.com/ooo0/p/9309277.html
阅读全文

浙公网安备 33010602011771号