摘要:
http://hi.baidu.com/anglecloudy/blog/item/23a7a5d9961d8b2b10df9b29.html 源自想要实现排序最重要的是:继承IComparer<T>接口,实现int IComparer<T>.Compare(T t1, T t2)方法。代码如下: /**//// <summary> /// 继承ICompare... 阅读全文
posted @ 2009-08-27 23:12
Mating_luo
阅读(5554)
评论(0)
推荐(1)
摘要:
//真正判断文件类型的关键函数 public static bool IsAllowedExtension(FileUpload hifile) { System.IO.FileStream fs = new System.IO.FileStream(hifile.PostedFile.FileName, System.IO.FileMode.Open, System.IO.FileAccess.... 阅读全文
posted @ 2009-08-27 15:15
Mating_luo
阅读(356)
评论(0)
推荐(0)

浙公网安备 33010602011771号