摘要: 方法实现: 1 public static string PostMoths(string url, object obj_model, Dictionary<string, string> dic = null) 2 { 3 string param = JsonConvert.Serialize 阅读全文
posted @ 2021-03-11 10:50 小渺 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 技术:SQL2012+VS2017+FineUIMVC基础版+MVC5+Dapper 要求:具有一定的SQL语句基础(能根据现有的存储过程,改成新的存储过程,懂WHERE语句),具有一定的JS基础 特点: 1、页面布局,Grid列信息(包含可编辑GRID)按照用户进行存储 2、灵活的菜单、按钮权限控 阅读全文
posted @ 2019-07-18 14:55 小渺 阅读(1355) 评论(5) 推荐(0) 编辑
摘要: 将Dialog的modal属性设置为true,可以解决卡死的问题(但会给用户使用体验带来影响) 1 var par = { 2 title: This.title, 3 width: This.width, 4 height: This.height, 5 cache: This.cache, 6 阅读全文
posted @ 2018-10-30 19:44 小渺 阅读(464) 评论(0) 推荐(0) 编辑