11 2009 档案

摘要:数据库的事务隔离级别 from:http://marasuzifk.blog.51cto.com/245180/59591ANSI/ISO SQL92标准定义了一些数据库操作的隔离级别:l 未提交读(read uncommitted)l 提交读(read committed)l 重复读(repeatable read)l 序列化(serializable) 也就是隔离级别,0,1,2,3。ANSI... 阅读全文
posted @ 2009-11-18 11:53 三月三 阅读(480) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace WinFormTest{ /// <summary> /// 线程中访问控件扩展方法类(方法名前缀为 TA_) /// </summary> public static class TAControlExtension { public delegate void ExecuteHandler(Control con... 阅读全文
posted @ 2009-11-10 12:53 三月三 阅读(310) 评论(0) 推荐(0)