随笔 - 253,  文章 - 0,  评论 - 29,  阅读 - 25万
11 2020 档案
mysql 5.7 group by
摘要:sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION 阅读全文
posted @ 2020-11-27 11:52 田坤坤 阅读(241) 评论(0) 推荐(0) 编辑
mysql一键生成,删除所有表数据的SQL
摘要:select concat('delete from ',table_name,';') from information_schema.tables where table_schema='jd_project_sector_test1' and Table_type='BASE TABLE' 其 阅读全文
posted @ 2020-11-16 10:05 田坤坤 阅读(186) 评论(0) 推荐(0) 编辑
Druid数据库连接密码加密操作步骤
摘要:1、 生成publicKey和password 找到maven资源库中druid的jar包,如:C:\Users\a\.m2\repository\com\alibaba\druid\1.1.6,其中a为用户名。 打开cmd,将路径切换至C:\Users\a\.m2\repository\com\a 阅读全文
posted @ 2020-11-05 14:48 田坤坤 阅读(1838) 评论(0) 推荐(0) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示