2023年10月9日

JavaSE---Comparable

摘要: 概述 This interface imposes a total ordering on the objects of each class that implements it. 实现Comparable接口的每个class都可以排序; This ordering is referred to 阅读全文

posted @ 2023-10-09 17:55 anpeiyong 阅读(11) 评论(0) 推荐(0)

MySQL---数据库备份与恢复

摘要: 物理备份与逻辑备份 逻辑备份/恢复 mysqldump实现逻辑备份 备份单个数据库 备份全部数据库 备份部分数据库 备份部分表 备份单表的部分数据 排除某些表的备份 只备份结构或只备份数据 备份中包含存储过程、函数、事件 MySQL命令恢复数据 单库备份恢复单库 全量备份恢复 从全量备份中恢复单库 阅读全文

posted @ 2023-10-09 11:27 anpeiyong 阅读(44) 评论(0) 推荐(0)

导航