摘要:
https://segmentfault.com/a/1190000022081578 阅读全文
摘要:
https://www.bbsmax.com/A/obzbqP20dE/ https://blog.csdn.net/Sun_ltyy/article/details/109303964 阅读全文
摘要:
之前在idea的database上没找到创建数据库的地方,后来发现是自己创建数据库的时候默认字符集没输入正确。 正确的步骤: 1.右击数据库连接,选择new - > Schema 2. Name输入 : user , Collation 输入:utf8mb4_general_ci 3.点击ok就可以 阅读全文
摘要:
使用 grep 命令精确查询某个时间段的 日志,比sed命令好用 命令格式: 命令: grep '时间' '日志文件名 ' 例如: 1.查询2021年10月20日,15点40分到41分的日志: grep '2021-10-20 15:4[0-1]' logback.log 2.查询2021年10月2 阅读全文
摘要:
右键表名,点击Quick Documentation,idea的database显示的DDL是这样的 但是我们想要下面这种格式 怎么做呢? 选择SQL Generator 选择 Definitions provided by RDBMS server 就可以了 或者不需要格式化的,取消勾选 Refo 阅读全文
摘要:
https://www.cnblogs.com/javastack/p/14716523.html 阅读全文
摘要:
springboot2.2.X手册:对象复制哪种最快?7种复制方式性能对比: https://blog.csdn.net/u011818862/article/details/106145970/ Spring系列:对象属性拷贝方式总结: https://blog.csdn.net/weixin_4 阅读全文
摘要:
https://blog.csdn.net/weixin_45861283/article/details/111597661 阅读全文
摘要:
Content-Disposition参数:attachment 作为附件下载inline 在线打开具体使用如:header("Content-Disposition: inline; filename=文件名.mp3");Header("Content-Disposition:attachment 阅读全文
摘要:
https://blog.csdn.net/java_xuetu/article/details/101197822?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnP 阅读全文