摘要: Global文件中: 阅读全文
posted @ 2018-12-28 14:11 木子zzgxl 阅读(331) 评论(0) 推荐(0) 编辑
摘要: jsonp只支持httpget请求。 Global文件处理: 阅读全文
posted @ 2018-12-28 14:10 木子zzgxl 阅读(334) 评论(0) 推荐(0) 编辑
摘要: #region 泛型处理 /// /// 实体对象赋值转换 /// 参数实体必需包含无参构造函数,否则出错 /// /// 实体对象 /// public static T CopyTo(this T t) { Type type... 阅读全文
posted @ 2018-12-28 14:05 木子zzgxl 阅读(1127) 评论(0) 推荐(0) 编辑
摘要: #region String /// /// 首字母大写 /// /// 字符串 /// 首字母大写 public static string ToTitleCase(this string str) { return Thread.Curr... 阅读全文
posted @ 2018-12-28 14:03 木子zzgxl 阅读(136) 评论(0) 推荐(0) 编辑
摘要: public IHttpActionResult GetCFXOListExcel() { DataTable dt = C_CardFX.GetCardFXOrderList(DataHelper.connStr, parameters, out PageCount, out recordCoun 阅读全文
posted @ 2018-12-28 13:59 木子zzgxl 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 上传解析: 解析excel需要引用npoi: 阅读全文
posted @ 2018-12-28 13:39 木子zzgxl 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 前台文件上传两种方式: 1、form表单提交;此处enctype必须填写,否则后台获取不到 2、ajaxupload.js上传; 后台C#代码: 阅读全文
posted @ 2018-12-28 13:34 木子zzgxl 阅读(400) 评论(0) 推荐(0) 编辑