01 2014 档案

摘要:来源:转载it won't work for you unless you have some form of Visual Basic tools loaded on your system: COMDLG32.OCX : Common Dialog -- this allows you to use code to open up a dialog box , select a file , and the commit that file.... then some more code will actually run the regsvr32.exe:1. Skip this 阅读全文
posted @ 2014-01-18 14:40 elon 阅读(846) 评论(0) 推荐(0) 编辑
摘要:出处: 网络1)Sqlite不支持聚集索引,android默认需要一个_id字段,这保证了你插入的数据会按“_id”的整数顺序插入,这个integer类型的主键就会扮演和聚集索引一样的角色。所以不要再在对于声明为:INTEGER PRIMARY KEY的主键上创建索引。2)很多对索引不熟悉的朋友在表中创建了索引,却发现没有生效,其实这大多数和我接下来讲的有关。对于where子句中出现的列要想索引生效,会有一些限制,这就和前导列有关。所谓前导列,就是在创建复合索引语句的第一列或者连续的多列。比如通过:CREATE INDEX comp_ind ON table1(x, y, z)创建索引,那么x 阅读全文
posted @ 2014-01-07 09:42 elon 阅读(3317) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示