文章分类 -  C#编程

摘要:.NET技术-.NET各大网站-编程技术网址 Source Code:http://www.codeproject.com/ The Code Projecthttp://www.tomore.com/ 中国盟动力http://www.codechina.net/ 代码中国http://www.cppn.net/ 中国程序先锋网http://www.vckbase.com/code/ VC知识库... 阅读全文
posted @ 2007-01-15 19:35 楚广明 阅读(2401) 评论(1) 推荐(0) 编辑
摘要:Understanding the Excel Object Model from a .NET Developer's Perspective Ken GetzMCW Technologies, LLC April 2003 Applies to: Microsoft® Visual Studio® Tools for the Microsoft Office System M... 阅读全文
posted @ 2006-12-20 09:34 楚广明 阅读(3643) 评论(0) 推荐(0) 编辑
摘要:1using System; 2using System.Collections; 3using System.ComponentModel; 4using System.Data; 5using System.Drawing; 6using System.Web; 7using System.Web.SessionState; 8using System.Web.UI; 9u... 阅读全文
posted @ 2006-12-18 15:30 楚广明 阅读(1784) 评论(4) 推荐(0) 编辑
摘要:1private void btnSaveToDB_Click(object sender, EventArgs e) 2{ 3 SqlConnection conn = new SqlConnection(@"data source=MICROSOF-D0EE36;uid=sa;pwd=freebsd;database=test"); 4 conn.Open(); 5 SqlComm... 阅读全文
posted @ 2006-12-15 09:47 楚广明 阅读(1262) 评论(0) 推荐(0) 编辑
摘要:1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.Data; 5using System.Configuration; 6using System.Data.Common; 7using System.Data.SqlClient; 8using System... 阅读全文
posted @ 2006-12-14 10:36 楚广明 阅读(5967) 评论(21) 推荐(0) 编辑

点击右上角即可分享
微信分享提示