摘要: double d=0;if(!Convert.IsDBNull(DataTable.Rows[i][m])){ string str=DataTable.Rows[i][m].ToString().Trim(); if(!String.IsNullOrEmpty(str)) //非空字符串 if(D 阅读全文
posted @ 2018-06-15 08:51 qqhfeng16 阅读(563) 评论(0) 推荐(0) 编辑
摘要: ASP.Net在web.config中设置上传文件的大小方法 修改Webcong文件:<system.web><httpRuntime maxRequestLength="40960" //即40MB,1KB=1024useFullyQualifiedRedirectUrl="true"execut 阅读全文
posted @ 2018-06-15 08:46 qqhfeng16 阅读(175) 评论(0) 推荐(0) 编辑