2014年4月2日

发一些自己最常用的C#函数(二) :上传图片处理

摘要: using System;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;namespace ZooleeBasic{ public class ZImage { private static readonly string[] ImageFileExtensions = { ".bmp", ".gif", ".jpg", ".jpeg", ".png" }; private sta 阅读全文

posted @ 2014-04-02 01:06 博宇先锋 阅读(538) 评论(0) 推荐(0)

发一些自己最常用的C#函数(一) :用户提交过滤

摘要: using System;using System.Security.Cryptography;using System.Text;using System.Text.RegularExpressions;using System.Web;using System.Web.Security;namespace ZooleeBasic{ public class ZConvert { /// /// 替换字符型sql参数中的有问题符号 /// /// /// public static str... 阅读全文

posted @ 2014-04-02 00:59 博宇先锋 阅读(248) 评论(0) 推荐(0)

导航