摘要: ************************ nexus is a tool of warehouse managementfirst nexus search local warehous ,if not found ,go to internet and automatically down 阅读全文
posted @ 2019-03-15 12:13 strongdady 阅读(130) 评论(0) 推荐(0)
摘要: 图片背景d:\myjava 阅读全文
posted @ 2019-01-10 18:14 strongdady 阅读(129) 评论(0) 推荐(0)
摘要: 修改了数据库文件可以识别是否最新,按数据库文件名20181217.db,日期名作文件名时间戳 压缩包device.rar上传到邮箱 阅读全文
posted @ 2018-12-17 10:52 strongdady 阅读(157) 评论(0) 推荐(0)
摘要: 现象,更新数据库数据后,依然无法识别数据库增加的设备数据。 原因,程序每次启动后,先看是否存在device.db文件,如果存在就跳过,否则写入数据库文件device.db 更新数据库文件后,程序启动后,发现以前的device.db存在,就不会用新的数据库文件覆盖旧数据了。所以新数据总是无法更新。 解 阅读全文
posted @ 2018-12-14 18:44 strongdady 阅读(195) 评论(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)
摘要: 运行 sqlite3 device.db sql3> select * from device; select * from device; 我自己总结的sqlite 的命令行命令 导入文本数据文件时,设置分隔符为","sql>.separator "," sql>.import devices_2 阅读全文
posted @ 2018-12-06 16:48 strongdady 阅读(752) 评论(0) 推荐(0)
摘要: http://open.163.com/movie/2009/9/G/4/M972UBCUG_M972UHJG4.html 阅读全文
posted @ 2018-07-23 14:13 strongdady 阅读(129) 评论(0) 推荐(0)
摘要: https://v.qq.com/x/page/a0337x4ujj3.html 阅读全文
posted @ 2018-07-20 09:28 strongdady 阅读(332) 评论(0) 推荐(0)
摘要: 今天完成顺利编译d:\test\Console.java import javax.swing.*;import java.awt.event.*; public class Console{ public static String title(Object o) { String t=o.get 阅读全文
posted @ 2018-06-08 16:57 strongdady 阅读(174) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/yongchaocsdn/article/details/53355296 阅读全文
posted @ 2018-06-07 16:23 strongdady 阅读(263) 评论(0) 推荐(0)