1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

更新数据持久化类的注释

This commit is contained in:
tianduanrui 2020-03-08 12:11:39 +08:00
parent b7014bc17b
commit e55e68036d

View File

@ -39,7 +39,7 @@
* handler.clear(); //可选:字典数据从新开始。
* handler["key1"]["key2"] = "value1"; //字典发生改变,内部自动保存
* ...
* handler.marker(); // 强制保存!
* keep_inst.marker(); // 强制保存!
* keep_inst.stop(); //停止持久化数据操作
*
* keep_inst.ExitDataPersistence(); //退出持久化功能。普通buffer不再保存数据。