04 2010 档案

摘要:SQL锁表语句电脑特技 2008-12-08 21:23:51 阅读489 评论0 字号:大中小 锁定数据库的一个表 SELECT * FROM table WITH (HOLDLOCK)注意: 锁定数据库的一个表的区别SELECT * FROM table WITH (HOLDLOCK) 其他事务可以读取表,但不能更新删除SELECT * FROM table WITH (TABLOCKX) 其... 阅读全文
posted @ 2010-04-16 13:20 window5549-accp 阅读(588) 评论(1) 推荐(0)
摘要:namespace YongFa365.Validator 2{ 3 using System; 4 using System.Text.RegularExpressions; 5 6 /**//// <summary> 7 /// RegExp Soruce: http://regexlib.com/DisplayPatterns.aspx 8 /// Author:柳永法 yon... 阅读全文
posted @ 2010-04-08 20:21 window5549-accp 阅读(416) 评论(0) 推荐(0)