摘要:
select [CollectDateTime] as '时间',[Channel_34] as '通道34',[Channel_54] as '通道54' from [DataTable] where [CollectDateTime] '2014-11-19 17:15:34' LIMIT 10... 阅读全文
摘要:
使用sqlite进行时间的插入的时候,使用了 DateTime.ToString("s") //s: 2008-06-15T21:15:07 插入到数据库之后,发现时间被加了8个小时 找了半天资料,才找到原因 This profile defines two ways of handling tim 阅读全文
摘要:
Getting started with SQLite in C#http://blog.tigrangasparian.com/2012/02/09/getting-started-with-sqlite-in-c-part-one/ C#与SQLite的操作介绍 下载http://www.cn... 阅读全文
摘要:
http://msdn.microsoft.com/en-us/library/ms171878.aspx 1.首先创建一张表 2.保存一个xml文件schema.xml 3.再保存另外一个xml文件data.xml 4.打开VS,创建一个控制台应用程序 5.添加dll引用 In the COM t 阅读全文