摘要: 现象,更新数据库数据后,依然无法识别数据库增加的设备数据。 原因,程序每次启动后,先看是否存在device.db文件,如果存在就跳过,否则写入数据库文件device.db 更新数据库文件后,程序启动后,发现以前的device.db存在,就不会用新的数据库文件覆盖旧数据了。所以新数据总是无法更新。 解 阅读全文
posted @ 2018-12-14 18:44 strongdady 阅读(196) 评论(0) 推荐(0)
摘要: principle platform command starts with "."; whiel sql command doesn't starts with ".", but ends with ";" 错误现象: .import device_test.txt device;Error: n 阅读全文
posted @ 2018-12-14 10:15 strongdady 阅读(829) 评论(0) 推荐(0)