新浪微博 有道云笔记 麦库 EverNote Pocket Instapaper 更多
摘要: //For the app I have that did this, the SQLite data was fairly large. Therefore, I used a background thread to export all the data to a CSV (comma separated value) file, which Excel can import, and th... 阅读全文
posted @ 2014-03-26 10:59 iTeaTime(技术清谈) 阅读(949) 评论(0) 推荐(0) 编辑
摘要: static DataTable GetTable(){DataTable table = new DataTable();// New data table.table.Columns.Add("Dosage", typeof(int));// Add five columns.table.Columns.Add("Drug", typeof(string));table.Column... 阅读全文
posted @ 2014-03-26 10:58 iTeaTime(技术清谈) 阅读(364) 评论(0) 推荐(0) 编辑