2007年5月19日
摘要: Imports SystemImports System.DataImports System.Data.SqlClient public class MainClass Shared Sub Main() Dim thisConnection As New SqlConnection("server=(local)\SQLEXPRESS;" & _ "integr... 阅读全文
posted @ 2007-05-19 08:32 迷你软件 阅读(700) 评论(0) 推荐(0) 编辑
摘要: 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=curre... 阅读全文
posted @ 2007-05-19 08:28 迷你软件 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1.C#中所有类的基类是什么? 2.计算n+(n-1)+(n-2)+…+1(n=100)。3.请阅读以下代码,并求出结果。 int iResult = 0; int iTemp = 0; for (int i = 0; i > 100; i += 2) { iResult += ... 阅读全文
posted @ 2007-05-19 08:26 迷你软件 阅读(533) 评论(1) 推荐(0) 编辑

本网站绝大部分资源来源于Internet,本站所有作品版权归原创作者所有!!如有以下内容:章节错误、非法内容、作者署名出错、版权疑问、作品内容有违相关法律等请及时与我联系. 我将在第一时间做出响应!本站所有文章观点不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。