摘要: 1using System; 2using System.Text; 3using System.Net.Mail; 4 5 6 7 8public partial class EmailTest : System.Web.UI.Page 9{ 10 protected void Page_Load(object sender, EventArgs e) 11 { 1... 阅读全文
posted @ 2008-07-14 15:40 sitemap 阅读(1403) 评论(1) 推荐(0) 编辑
摘要: http://www.cnblogs.com/JustinYoung/archive/2008/06/11/cnblog-book-web-standard.html 阅读全文
posted @ 2008-06-12 15:55 sitemap 阅读(132) 评论(0) 推荐(0) 编辑
摘要: [C#初学课堂]写给初学者:委托的概念 阅读全文
posted @ 2009-01-10 19:15 sitemap 阅读(91) 评论(0) 推荐(0) 编辑
摘要: //sealed class ren //使用sealed将实现对类的密封,结果就是这个类无法被继承.密封类不能同时又是抽象类,因为抽象类总是希望被继承的。 public class ren { //声明基类变量 protected int eye; protected int hand;... 阅读全文
posted @ 2008-07-10 11:36 sitemap 阅读(178) 评论(0) 推荐(0) 编辑