前进的道路不是一帆风顺的,要随时迎接挑战,敢于战胜困难!

坚持一下,找人聊聊天,释放一些压力!

 

2008年8月28日

c#中异常捕获catch{}常用的异常类型

摘要: Exception 类 描述 SystemException 其他用户可处理的异常的基本... 阅读全文

posted @ 2008-08-28 17:11 山径山精 阅读(1395) 评论(0) 推荐(0) 编辑

编译器错误信息: CS0136: 不能在此范围内声明名为“e”的局部变量,因为这样会使“e”具有不同的含义,而它已在“父级或当前”范围中表示其他内容了

摘要: 编译器错误信息: CS0136: 不能在此范围内声明名为“e”的局部变量,因为这样会使“e”具有不同的含义,而它已在“父级或当前”范围中表示其他内容了 源错误: 行 29: adapter.Fill(ds); 行 30: } 行 31: catch (SqlException e) 行 32: { 行 33: ... 阅读全文

posted @ 2008-08-28 16:34 山径山精 阅读(2539) 评论(1) 推荐(0) 编辑

C#试写一个多线程问题(委托,Invoke(),beginInvoke())

摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Threading; using Syste... 阅读全文

posted @ 2008-08-28 13:14 山径山精 阅读(829) 评论(0) 推荐(0) 编辑

导航