上一页 1 2 3 4 5 6 7 8 ··· 25 下一页
摘要: 传了NULL空异常报错 阅读全文
posted @ 2021-05-29 22:36 _York 阅读(380) 评论(0) 推荐(0) 编辑
摘要: a[data-href] { pointer-events: none; } 阅读全文
posted @ 2021-05-27 20:39 _York 阅读(74) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = "~/Views/Shared/_LayUILayout.cshtml"; } <section> @RenderBody() </section> 阅读全文
posted @ 2021-05-12 10:14 _York 阅读(76) 评论(0) 推荐(0) 编辑
摘要: public BaseResult Office365Send(string toEmail, string fromEmail, string subject, string body, bool isBodyHtml) { try { logger.Info("发送失败,用户:" + toEma 阅读全文
posted @ 2021-04-23 14:40 _York 阅读(158) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 根据模板生成PDF /// </summary> /// <param name="templetPdf">PDF模板</param> /// <param name="newPdf">新生成的PDF</param> /// <param name="dict"> 阅读全文
posted @ 2021-04-08 10:58 _York 阅读(138) 评论(0) 推荐(0) 编辑
摘要: NUGET 安装 Select.HtmlToPdf库 代码如下: public class PdfUtils { /// <summary> /// html字符串转PDF /// </summary> /// <param name="html">html</param> /// <param n 阅读全文
posted @ 2021-03-31 19:57 _York 阅读(141) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// access数据库分页 /// </summary> /// <typeparam name="T">实体</typeparam> /// <param name="page">页码</param> /// <param name="limit">每页条数</pa 阅读全文
posted @ 2021-02-22 14:17 _York 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-01 08:41 _York 阅读(640) 评论(0) 推荐(0) 编辑
摘要: 添加引用 添加OwinStartup类 [assembly: OwinStartup(typeof(ZLManage.App_Start.Startup))] namespace Manage.App_Start { public class Startup { public void Config 阅读全文
posted @ 2020-10-18 18:04 _York 阅读(157) 评论(0) 推荐(0) 编辑
摘要: var formData = new FormData(document.getElementById("addform")); $.ajax({ url: "url", type: "post", data: formData, processData: false, contentType: f 阅读全文
posted @ 2020-08-25 09:29 _York 阅读(238) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 25 下一页