摘要:
第一种: private string CompressPictures(FileInfo file) { Image image = null; try { string fullpath = String.Empty; //获取未压缩的图片进行压缩 if (file!=null&&file.Le 阅读全文
摘要:
/// <summary> /// 获取App.config配置文件某个节点的值 /// </summary> /// <param name="name">节点名称</param> /// <returns></returns> private string GetConfigValue(stri 阅读全文