专注于技术经验交流

水至清则无鱼、宁静而致远!

技术、经验、学习共同打造.Net网络新生活!
posts - 75, comments - 115, trackbacks - 2, articles - 163
   :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公共类积累

常用类库积累
摘要: /**/
///
/// 生成缩略图
///

/// 源图路径(物理路径)
/// 缩略图路径(物理路径)
/// 缩略图宽度
/// 缩略图高度
/// 生成缩略图的方式
public static void MakeThumbnail(string originalImagePath, string thumbnailPath, int width, int height, string mode,string type)
{
System.D阅读全文

posted @ 2007-10-25 10:37 小鱼儿 阅读(955) | 评论 (0)  编辑 |

摘要: 一些常用的Js调用cs类阅读全文

posted @ 2007-07-20 14:49 小鱼儿 阅读(427) | 评论 (0)  编辑 |

摘要: c#中获取cpu序列号,硬盘id,网卡mac地址阅读全文

posted @ 2007-03-18 15:59 小鱼儿 阅读(643) | 评论 (0)  编辑 |

摘要: ASP.NET程序中常用代码阅读全文

posted @ 2006-12-11 13:12 小鱼儿 阅读(706) | 评论 (0)  编辑 |

摘要: 上传图片并给图片加水印阅读全文

posted @ 2006-12-08 18:04 小鱼儿 阅读(310) | 评论 (0)  编辑 |

摘要: 通过DataSet操作XML的公共类(上)阅读全文

posted @ 2006-12-08 17:18 小鱼儿 阅读(350) | 评论 (0)  编辑 |

摘要: ASP.NET程序中常用的三十三种代码(重要)阅读全文

posted @ 2006-11-14 10:23 小鱼儿 阅读(141) | 评论 (1)  编辑 |

摘要: 我作的页面中实现SQL数据库备份还原阅读全文

posted @ 2006-10-13 15:55 小鱼儿 阅读(591) | 评论 (1)  编辑 |

摘要: 页面中实现SQL数据库备份还原阅读全文

posted @ 2006-10-13 15:35 小鱼儿 阅读(586) | 评论 (0)  编辑 |

摘要: .net中让LABEL接受的文本自动分行并且过滤多余的字符或者恶意字符阅读全文

posted @ 2006-09-06 16:23 小鱼儿 阅读(196) | 评论 (0)  编辑 |

New Document