2007年8月18日
摘要: using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication8{ class Program { static void Main(string[] args) { } } class class1 { ... 阅读全文
posted @ 2007-08-18 10:15 ATP.NET 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 再发生异常后,保持对程序的控制力 using System;using System.Collections.Generic;using System.Text;namespace 异常捕获{ class Program { static void Main(string[] args) { int a = 1; ... 阅读全文
posted @ 2007-08-18 10:12 ATP.NET 阅读(178) 评论(0) 推荐(0) 编辑
摘要: Hashtable在命名空间using System.Collections中,实现基于键值的查找很方便 using System;using System.Collections.Generic;using System.Text;using System.Collections;namespace 哈希表{ class Program { static void Ma... 阅读全文
posted @ 2007-08-18 10:08 ATP.NET 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 只说明一点,枚举类型实际上和int型是对应的,我们看一个例子 using System;using System.Collections.Generic;using System.Text;namespace 枚举{ class Program { static void Main(string[] args) { int i = C... 阅读全文
posted @ 2007-08-18 09:47 ATP.NET 阅读(175) 评论(0) 推荐(0) 编辑
  2007年8月10日
摘要: 托业,培训,找工作。。。。。。。。 阅读全文
posted @ 2007-08-10 15:30 ATP.NET 阅读(126) 评论(1) 推荐(0) 编辑
  2007年7月22日
摘要: 给大家推荐一本书《.NET框架程序设计》李建忠翻译的,他的书值得一看,从底层阐述.NET,能让大家对问题理解的更深入一些,另外还有看看语法方面的东西,如果对C++和JAVA有所了解的话,C#应该上手很快的,实践方面,对于在校的学生可以先听一些webcast的讲座,做一些相关的例子,在网页上下视频很繁琐,推荐一款软件IReaper,集成化的界面,文件管理也容易一些,对于初学者来说讲座的内容还是不错的... 阅读全文
posted @ 2007-07-22 15:07 ATP.NET 阅读(563) 评论(0) 推荐(0) 编辑
摘要: 即将面临找工作,一直比较关注.NET的东西,以后主要写这方面的,给自己加油 阅读全文
posted @ 2007-07-22 14:49 ATP.NET 阅读(111) 评论(0) 推荐(0) 编辑