上一页 1 ··· 3 4 5 6 7
摘要: DECLARE @operType INT = 0;--0下移 1上移DECLARE @id INT = 1; declare @preSort int;--上一条记录的排序值declare @preid int; --上一条记录的id值declare @curSort int;--当前记录的排序值 阅读全文
posted @ 2019-02-16 16:18 木子zzgxl 阅读(886) 评论(0) 推荐(0)
摘要: Global文件中: 阅读全文
posted @ 2018-12-28 14:11 木子zzgxl 阅读(339) 评论(0) 推荐(0)
摘要: jsonp只支持httpget请求。 Global文件处理: 阅读全文
posted @ 2018-12-28 14:10 木子zzgxl 阅读(346) 评论(0) 推荐(0)
摘要: #region 泛型处理 /// /// 实体对象赋值转换 /// 参数实体必需包含无参构造函数,否则出错 /// /// 实体对象 /// public static T CopyTo(this T t) { Type type... 阅读全文
posted @ 2018-12-28 14:05 木子zzgxl 阅读(1156) 评论(0) 推荐(0)
摘要: #region String /// /// 首字母大写 /// /// 字符串 /// 首字母大写 public static string ToTitleCase(this string str) { return Thread.Curr... 阅读全文
posted @ 2018-12-28 14:03 木子zzgxl 阅读(152) 评论(0) 推荐(0)
摘要: public IHttpActionResult GetCFXOListExcel() { DataTable dt = C_CardFX.GetCardFXOrderList(DataHelper.connStr, parameters, out PageCount, out recordCoun 阅读全文
posted @ 2018-12-28 13:59 木子zzgxl 阅读(546) 评论(0) 推荐(0)
摘要: 上传解析: 解析excel需要引用npoi: 阅读全文
posted @ 2018-12-28 13:39 木子zzgxl 阅读(324) 评论(0) 推荐(0)
摘要: 前台文件上传两种方式: 1、form表单提交;此处enctype必须填写,否则后台获取不到 2、ajaxupload.js上传; 后台C#代码: 阅读全文
posted @ 2018-12-28 13:34 木子zzgxl 阅读(415) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7