2015年9月7日

摘要: 首先了解ZipOutPutStream和ZipEntry对象ZipOutPutStream对象如果要完成一个文件或文件夹的压缩,则要使用ZipOutputStream类。ZipOutputStream是OutputStream的子类,常用操作方法如表12-20所示。ZipOutputStream类的... 阅读全文
posted @ 2015-09-07 20:02 **sunshining** 阅读(435) 评论(0) 推荐(0) 编辑
 
摘要: /// /// 實現數據的四捨五入 /// /// 四捨五入的值 /// 小數點位數 /// private static string DataRound(double colValue, int dataScale) { string res = string.Empty; //實現四捨... 阅读全文
posted @ 2015-09-07 16:52 **sunshining** 阅读(377) 评论(0) 推荐(0) 编辑