摘要: 简单概括总结 1、三种格式:row、statement、mixed 2、区别:row格式文件比较大,statement比较小,row格式保存的是一行一行的数据,statement保存的是sql语句,mixed格式介于二者之间,statement容易丢数据,row格式则不会 3、statement容易 阅读全文
posted @ 2022-07-04 15:29 Syw_文 阅读(2378) 评论(0) 推荐(0)