摘要: 学习参考: https://www.bilibili.com/video/BV1ut411T7Yg 一、线程创建的四种方式: 1、集成线程类 /** * 使用匿名内部类实现子线程类,重写Run方法 */ static class CustomThread extends Thread { @Over 阅读全文
posted @ 2021-12-01 19:07 emdzz 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/weixin_40716682/article/details/90064473 默认是有边框线的 删除边框线,设置高度和背景色即可 background-color: rgb(220,223,230); height: 2px; border: 阅读全文
posted @ 2021-12-01 18:21 emdzz 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 统一修改字段成小写+下划线的命名规则: V1上线后,重新看SQL调整的较可行的写法: # = = = = = = = = = = = = = = = 统一更改全库所有字段大小写脚本SQL(会删除字段原来的字符集和排序规则) = = = = = = = = = = = = = = = = = = = 阅读全文
posted @ 2021-12-01 10:44 emdzz 阅读(257) 评论(0) 推荐(0) 编辑