posted @ 2007-10-25 10:37
文章分类 - 公共类积累
常用类库积累
摘要:/**/
///
/// 生成缩略图
///
/// 源图路径(物理路径)
/// 缩略图路径(物理路径)
/// 缩略图宽度
/// 缩略图高度
/// 生成缩略图的方式
public static void MakeThumbnail(string originalImagePath, string thumbnailPath, int width, int height, string mode,string type)
{
System.D
阅读全文
摘要:c#中获取cpu序列号,硬盘id,网卡mac地址
阅读全文
posted @ 2007-03-18 15:59
摘要:通过DataSet操作XML的公共类(上)
阅读全文
posted @ 2006-12-08 17:18
摘要:ASP.NET程序中常用的三十三种代码(重要)
阅读全文
posted @ 2006-11-14 10:23
摘要:.net中让LABEL接受的文本自动分行并且过滤多余的字符或者恶意字符
阅读全文
posted @ 2006-09-06 16:23
浙公网安备 33010602011771号