07 2015 档案

STSdb4
摘要:STSdb4 1.打开文件并建一个简单的表格:using (IStorageEngine engine = STSdb.FromFile("test.stsdb4")){var table = engine.OpenXTable("table");for (int i = 0; i ("table");foreach (var row in table) //table.Forward(),... 阅读全文

posted @ 2015-07-31 03:03 cxwcdxw 阅读(493) 评论(0) 推荐(0)

fastJSON
摘要:fastJSON using fastJSON;string jt=fastJSON.JSON.ToJSON(tt);Tick t2 = fastJSON.JSON.ToObject(jt); Tick是一个类,或者struct。来自为知笔记(Wiz) 阅读全文

posted @ 2015-07-31 03:02 cxwcdxw 阅读(119) 评论(0) 推荐(0)

导航