上一页 1 ··· 6 7 8 9 10
  2015年3月27日
摘要: 1.Get userSELECT*FROMdm_userWHEREr_is_group = 02.Get GroupSELECT*FROMdm_groupWHEREgroup_class = 'group'3.Get FileSELECT * FROM dm_document(ALL) WHEREF... 阅读全文
posted @ 2015-03-27 15:08 alex_cool 阅读(254) 评论(0) 推荐(0) 编辑
  2014年7月22日
摘要: 一个比较好的WCF介绍及讲解,转自Artech大神的Blog,以此文章作为记录。A WFC application sample http://www.cnblogs.com/artech/archive/2007/02/26/656901.htmlEndpoint Overview http:... 阅读全文
posted @ 2014-07-22 13:37 alex_cool 阅读(88) 评论(0) 推荐(0) 编辑
  2014年6月25日
摘要: 原文:http://www.cnblogs.com/mybluesky99/archive/2011/04/21/2023629.html以下为整理的几个主要问题主要有以下两个区别:聚集索引一个表只能有一个,而非聚集索引一个表可以存在多个聚集索引存储记录是物理上连续存在,而非聚集索引是逻辑上的连续,... 阅读全文
posted @ 2014-06-25 13:22 alex_cool 阅读(3144) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10