摘要:
//rate为要取整的带小数的数值(int)Math.Ceiling(Convert.ToDouble(rate)); 阅读全文
摘要:
1/**//// 2 /// 生成缩略图 3 /// 4 /// 源图路径(物理路径) 5 /// 缩略图路径(物理路径) 6 /// 缩略图宽度 7 /// 缩略图高度 8 /// 生成缩略图的方式 9 public static void MakeThumbnail(string originalImagePath, string ... 阅读全文
摘要:
1public static void ExportGridView(GridView gridView, string filename) 2 { 3 string attachment = "attachment; filename=" + filename + ".xls"; 4 HttpResponse Response = HttpContext.Cu... 阅读全文