Fork me on GitHub
上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页
摘要: 使用命令提示符 打开cmd窗口,输入 reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d “” /f 按下enter,重启电脑,搞定! 阅读全文
posted @ 2022-08-09 23:21 WantRemake 阅读(91) 评论(0) 推荐(0) 编辑
摘要: //父级弹窗 function showAlertOrg() { layui.use('layer', function () { var body; var index = layer.open({ title: '接待单位', type: 2, btn: ['确认'], content: "/m 阅读全文
posted @ 2022-07-13 17:15 WantRemake 阅读(685) 评论(0) 推荐(0) 编辑
摘要: 有时候我们调用第三方接口,返回的并不是完整的链接带参数,而我们只需要获取指定的一些参数 例如:code=200&msg=success&timestamp=1657539&nonce_str=T8Zhan&data=%7B%22pre_tre_no%22%3A%22OID2022071117311B 阅读全文
posted @ 2022-07-11 18:22 WantRemake 阅读(367) 评论(0) 推荐(1) 编辑
摘要: insert delete update select 选择数据库进行操作select top 1 * from smzx2018.dbo.tbuseruse smzx2018;select top 1 * from tbuser 基础操作select COUNT(userid) from smzx 阅读全文
posted @ 2022-07-05 10:14 WantRemake 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 当 IIS7/7.5 收到的请求头的长度超过16K(默认值),就会引发"Bad Request - Request Too Long. HTTP Error 400. The size of the request headers is too long."的错误。 最简单的办法就是 F12 清除浏 阅读全文
posted @ 2022-06-23 19:49 WantRemake 阅读(2621) 评论(0) 推荐(0) 编辑
摘要: copy 至 https://blog.csdn.net/yunweifun/article/details/123409692 阅读全文
posted @ 2022-06-22 11:38 WantRemake 阅读(37) 评论(0) 推荐(0) 编辑
摘要: C#发展到现在已经20年左右了,之前发展都是按照.NET Framework的版本发展,直到.NET Framework4.8结束。后来以.NET Core的版本发展,直到.NET Core3.1.3结束。最后把.NET Framework和.NET Core合并在一起,名称从.NET 5.0开始, 阅读全文
posted @ 2022-06-19 12:54 WantRemake 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1.首先引入Log4Net的 Nuget包 第一个就是 2.复制所需配置文件(文件中包含写入文本日志和数据库日志, 自行根据注释选择所需) 取名 log4net.Config <?xml version="1.0" encoding="utf-8"?> <log4net> <!-- Define s 阅读全文
posted @ 2022-06-19 11:14 WantRemake 阅读(2815) 评论(0) 推荐(0) 编辑
摘要: // 滑动问题 .laydate-time-list ol{overflow-x: hidden !important ;overflow-y: auto !important ;} //去除秒的显示.laydate-time-list{padding- bottom : 0 ;overflow: 阅读全文
posted @ 2022-06-18 14:52 WantRemake 阅读(242) 评论(0) 推荐(0) 编辑
摘要: #region 文件输出 public class BasicInfodsa { public string name; public string phone; } List zyData = new List(); var zyUserList = BLL_User.getAllZYUserLi 阅读全文
posted @ 2022-06-17 18:09 WantRemake 阅读(120) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页