2005年5月12日

接口的使用

摘要: 好长时间没用了.今年看 petshop 都有点快忘了..... Account.cs using System;using System.Reflection;using System.Configuration;namespace Z_Petshop{ /**//// /// Account 的摘要说明。 /// public class Account ... 阅读全文

posted @ 2005-05-12 17:01 gwazy 阅读(486) 评论(0) 推荐(0) 编辑

字符过滤(petshop 中的)

摘要: using System;using System.Text;namespace PetShop.Web.WebComponents{ /**//// /// A sample class to clean the input into web pages /// public sealed class CleanString { public ... 阅读全文

posted @ 2005-05-12 10:28 gwazy 阅读(687) 评论(0) 推荐(0) 编辑

相册的简单实现

摘要: using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Data.SqlClient;using System.Drawing;using System.Drawing.Imaging;using System.Web;using System.Web.Ses... 阅读全文

posted @ 2005-05-12 08:44 gwazy 阅读(1562) 评论(1) 推荐(0) 编辑

导航