上一页 1 ··· 4 5 6 7 8
摘要: 一,属性2.0 private string m_title;public string Title{ get{return m_title;} set{m_title = value;}}3.0public string Title{get;set;} 阅读全文
posted @ 2009-11-04 16:02 zqstc 阅读(127) 评论(0) 推荐(0) 编辑
摘要: VS2005 .NET 2.0 C#2.0VS2008 .NET 3.5 C#3.0(LinQ) 阅读全文
posted @ 2009-11-03 10:57 zqstc 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 在标记中可使用0到多个标记设置 1、连接一个数据库,在web.config中的后加入 2、在程序中使用以下代码来使用web.config中的设置(C#) using system.configuration; string myvar; myvar=configurationsettings.appsettings["connstring"]; 3、连... 阅读全文
posted @ 2008-01-17 10:50 zqstc 阅读(310) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8