摘要:
sp_executesql 书写规则 exec sp_executesql @sql,N'参数1 类型1,参数2 类型2,参数3 类型3 OUTPUT',参数1,参数2,参数3 OUTPUT; 注意参数顺序必须对应好,习惯上把OUTPUT 参数放在最后 sp_executesql 比 之前的exec 阅读全文
posted @ 2016-06-16 17:48
zslm___
阅读(165)
评论(0)
推荐(0)
摘要:
1.创建唯一索引 create unique index activityConfigDetail_ConfigIdPageLocationon activityConfigDetail(ConfigId,PageLocation) 2.创建普通索引 create index activityCon 阅读全文
posted @ 2016-06-16 17:30
zslm___
阅读(161)
评论(0)
推荐(0)
摘要:
<script src="./jquery-1.7.1.min.js"></script><script>;(function($,undefined){ /*也可以用 $.fn.extend()方法 $.fn.extend({ cbacba:function() { console.log($(t 阅读全文
posted @ 2016-06-16 12:21
zslm___
阅读(176)
评论(0)
推荐(0)
摘要:
set statistics time on 阅读全文
posted @ 2016-06-16 11:04
zslm___
阅读(149)
评论(0)
推荐(0)

浙公网安备 33010602011771号