摘要: SearchUserTable() { var SearchUserText = RoleManage.SearchUserText.trim(); if (SearchUserText.trim() == "") { RoleManage.tableUserData = RoleManage.ta 阅读全文
posted @ 2020-10-12 09:56 看花人墨客 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Configuration; using System.Drawing; using System.Drawing.Imaging; using System.IO; using 阅读全文
posted @ 2020-09-07 16:30 看花人墨客 阅读(3153) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.SqlClient;using Syste 阅读全文
posted @ 2020-03-25 17:00 看花人墨客 阅读(286) 评论(0) 推荐(0) 编辑
摘要: var url = document.location.toString(); var arrUrl = url.split("?"); var para = arrUrl[1]; substr(a,b),a为从第几个开始截取,b为截取长度 var a = para.substr(3, 10); c 阅读全文
posted @ 2020-01-07 16:47 看花人墨客 阅读(2327) 评论(0) 推荐(0) 编辑
摘要: <div > <table id="divData" class="table-bordered table" style="margin-top:20px"> <tr id="wahha"> <td>编号</td> <td>类型</td> <td>操作</td> </tr> </table></d 阅读全文
posted @ 2020-01-07 15:41 看花人墨客 阅读(1582) 评论(0) 推荐(0) 编辑
摘要: 1.找方法名称是get开头的2.找get请求类型的 自定义webapi的路由规则,控制到action 跨域设置:(服务端)webconfig文件中,system.webServer节点下添加 <!--跨域请求:三个配置信息--> <httpProtocol> <customHeaders> <!-- 阅读全文
posted @ 2020-01-07 11:03 看花人墨客 阅读(2502) 评论(0) 推荐(0) 编辑
摘要: dt为DataTable类型,Select new Exam{ }中字段名称为DataTable的表头 阅读全文
posted @ 2020-01-07 10:22 看花人墨客 阅读(2477) 评论(0) 推荐(0) 编辑