07 2011 档案

在T-SQL中使用临时表的注意事项
摘要:临时表,会话,子会话,存储过程中临时表的生命周期 阅读全文

posted @ 2011-07-30 23:22 jshchg

查看长时间运行的事务
摘要:查看长时间运行的事务 阅读全文

posted @ 2011-07-30 22:24 jshchg

编写有效事务的指导原则
摘要:编写有效事务的指导原则 阅读全文

posted @ 2011-07-30 22:22 jshchg

有关数据死锁问题的一篇好文章,一个好博客
摘要:http://www.cnblogs.com/zhenyulu/articles/330494.html 阅读全文

posted @ 2011-07-30 18:38 jshchg

用Delphi 、VB.net以及C#混合编程
摘要:用Delphi 8、VB.net以及C#混合编程 阅读全文

posted @ 2011-07-30 18:36 jshchg

ReadUnCommitted与ReadCommitted
摘要:ReadUnCommitted与ReadCommitted 和SQL SERVER 2000下一个死锁实验 阅读全文

posted @ 2011-07-30 18:15 jshchg

无法运行16位应用程序
摘要:Windows Server 2003 安装SQL Server 2000时无法运行16位应用程序 阅读全文

posted @ 2011-07-30 15:43 jshchg

输入法的切换问题
摘要:输入法的切换问题 阅读全文

posted @ 2011-07-30 15:41 jshchg

查询未提交事务个数
摘要:事务,锁,页级锁,表锁,死锁,隔离级别 阅读全文

posted @ 2011-07-29 21:36 jshchg

SELECT * 的真相: 索引覆盖(index coverage)
摘要:http://www.cnblogs.com/goodspeed/archive/2007/07/20/index_coverage.html 阅读全文

posted @ 2011-07-28 18:58 jshchg

表变量和临时表
摘要:http://www.cnblogs.com/freshman0216/archive/2010/11/14/1868672.html 阅读全文

posted @ 2011-07-28 18:57 jshchg

临时表中一个非常奇怪的问题
摘要:难道批处理里面执行EXEC会新建一个会话? 阅读全文

posted @ 2011-07-28 17:53 jshchg

SQL临时表
摘要:1.本地临时表和全局临时表 2.OBJECT_ID函数 阅读全文

posted @ 2011-07-28 16:49 jshchg

COMPUTE&COMPUTE...BY...(转)
摘要:SQL语句 compute 和compute by 阅读全文

posted @ 2011-07-21 22:36 jshchg

SQL Server 的优化方法(续转)
摘要:SQL 优化小技巧 阅读全文

posted @ 2011-07-15 13:09 jshchg

SQL Server 的优化方法(转)
摘要:SQL优化小技巧 阅读全文

posted @ 2011-07-15 13:04 jshchg

c#委托
摘要:委托的匿名方法;委托代理实例方法;委托当作方法参数进行调用 阅读全文

posted @ 2011-07-08 22:24 jshchg

两个有用的委托:Func和Action
摘要:两个有用的委托:Func和Action 阅读全文

posted @ 2011-07-08 19:49 jshchg

6个重要的.NET概念:栈,堆,值类型,引用类型,装箱,拆箱
摘要:栈,堆,值类型,引用类型,装箱,拆箱 阅读全文

posted @ 2011-07-08 18:02 jshchg

在.NET使用JSON作为数据交换格式(转载)
摘要:三种常用的JSON序列化的类:JavaScriptSerializer(命名空间:System.Web.Script.Serialization); DataContractJsonSerializer(System.Runtime.Serialization.Json); JsonConvert、JArray、JObject、JValue、JProperty(Newtonsoft.Json) 阅读全文

posted @ 2011-07-08 17:20 jshchg

关于“delegate在.net framework1.1,2.0,3.5写法”(转载)
摘要:delegate在.net framework1.1,2.0,3.5各可以怎么写 阅读全文

posted @ 2011-07-05 10:08 jshchg

第4课:类的设计
摘要:构造函数;属性;索引器;代理/委托;事件;clone;close&dispose;XML 阅读全文

posted @ 2011-07-03 14:23 jshchg

第3课:现代面象对象的程序设计
摘要:封装对象的原理;继承性;多态性;接口 阅读全文

posted @ 2011-07-02 08:46 jshchg

第2课:类,组和名称空间
摘要:类的介绍;静态成员与实例成员;名称空间;组件 阅读全文

posted @ 2011-07-02 08:45 jshchg

第1课:应用程序的执行
摘要:.net framework 架构;assembly组件开发;GAC ;强命名组件 阅读全文

posted @ 2011-07-02 08:22 jshchg

导航