07 2020 档案

摘要:InnoDB表只是把自增主键的最大ID记录到内存中,所以重启数据库或者是对表进行OPTIMIZE操作,都会导致最大ID丢失。 阅读全文
posted @ 2020-07-23 15:22 DaleyZou 阅读(567) 评论(0) 推荐(0)
摘要:[root@web-master ~]# echo -n "hello world"|md5sum 5eb63bbbe01eeed093cb22bb8f5acdc3 - [root@web-master ~]# echo -n "hello world"|md5sum |cut -d" " -f1 阅读全文
posted @ 2020-07-06 14:59 DaleyZou 阅读(400) 评论(0) 推荐(0)
摘要:https://juejin.im/post/5b792443e51d4538e3318116 阅读全文
posted @ 2020-07-01 21:52 DaleyZou 阅读(130) 评论(0) 推荐(0)