1 2 3 4 5 ··· 10 下一页
摘要: 期间可能会出现以下错误:1.没有足够的内存继续执行程序。2.计算函数'System.Drawing.Printing.PrinterSettings.InstalledPrinters.get"超时,需要以不安全的方式中止。这可能破坏了目标进程。3. OutOfMemoryException 异常等 阅读全文
posted @ 2024-08-05 15:10 罕 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 针对,手机端H5网页滑动触发事件,未触发解决办法 <script type="text/javascript"> var page = 2; var dataUrl = "/i/cost/costpage"; var busying = false; $(window).scroll(functio 阅读全文
posted @ 2022-04-21 16:03 罕 阅读(177) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// MD5加密 /// </summary> /// <param name="str"></param> /// <param name="code"></param> /// <returns></returns> public static string Md5 阅读全文
posted @ 2022-04-21 16:01 罕 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 上传文件 选中内容 <button style="padding: 10px; border-radius: 10px; color: white; background-color: #008de4;" type="button">上传文件</button> <span class="select 阅读全文
posted @ 2022-03-27 16:10 罕 阅读(276) 评论(0) 推荐(0) 编辑
摘要: //layui 模块渲染 layui.use(['form', 'layedit', 'laydate', 'upload', 'element'], function () { var form = layui.form , layer = layui.layer, layedit = layui 阅读全文
posted @ 2022-03-21 14:39 罕 阅读(1480) 评论(0) 推荐(0) 编辑
摘要: 正则表达式:/(http:\/\/|https:\/\/)((\w|=|\?|\.|\/|&|-)+)/g 正则匹配测试网站:https://c.runoob.com/front-end/854/ 测试效果如下: 阅读全文
posted @ 2022-02-21 16:43 罕 阅读(628) 评论(0) 推荐(0) 编辑
摘要: 参考文章:https://blog.csdn.net/shamg/article/details/80385782 原文是Java语言的 下面是C# 改写 public class InviteCodeHelp { //验证码长度 private static int LEN = 6; //验证码字 阅读全文
posted @ 2022-02-14 14:06 罕 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 出现地址错误时 <add key="uploadPath" value="E:\MyUpfile"></add> web.config配置的地址有问题 修改正确地址,即可 出现:设备未就绪 错误时 则 是因为不存在这个盘 或者那个盘出现了故障 阅读全文
posted @ 2022-01-05 16:10 罕 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 文件 .ssd-module-wrap{position:relative;margin:0 auto;width:750px;text-align:left;background-color:#fff}.ssd-module-wrap .ssd-module,.ssd-module-wrap .s 阅读全文
posted @ 2021-12-14 15:20 罕 阅读(230) 评论(0) 推荐(0) 编辑
摘要: HttpUtility.UrlEncode("字符串", Encoding.UTF8); 阅读全文
posted @ 2021-11-10 17:34 罕 阅读(2671) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 10 下一页