2004年5月28日
摘要: La Boum 初吻(一部电影名)ciao 拜拜(据说法国现在流行说德语) 阅读全文
posted @ 2004-05-28 23:15 维生素C.NET 阅读(1560) 评论(0) 推荐(0)
摘要: long lngA=1234567890123; int intB; try { checked{intB=(int)lngA;} lbl.Text=intB.ToString(); } catch(Exception ex) { lbl.Text=ex.Message.ToString(); } 阅读全文
posted @ 2004-05-28 18:09 维生素C.NET 阅读(486) 评论(1) 推荐(0)
摘要: namespace wsBlog{ /// /// 展示类的应用 /// public class WebForm1 : System.Web.UI.Page { private void Page_Load(object sender, System.EventArgs e) { a aa = new a(); aa.Name = "Hello"; string aName... 阅读全文
posted @ 2004-05-28 00:37 维生素C.NET 阅读(614) 评论(0) 推荐(0)