上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
摘要: NUGET 安装 Select.HtmlToPdf库 代码如下: public class PdfUtils { /// <summary> /// html字符串转PDF /// </summary> /// <param name="html">html</param> /// <param n 阅读全文
posted @ 2021-03-31 19:57 _York 阅读(137) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// access数据库分页 /// </summary> /// <typeparam name="T">实体</typeparam> /// <param name="page">页码</param> /// <param name="limit">每页条数</pa 阅读全文
posted @ 2021-02-22 14:17 _York 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-01 08:41 _York 阅读(639) 评论(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) 编辑
摘要: 在build.gradle文件下添加了android{compileOptions.encoding="GBK"} 阅读全文
posted @ 2020-06-18 18:08 _York 阅读(867) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Security; using System.Text; usi 阅读全文
posted @ 2020-06-15 14:04 _York 阅读(1598) 评论(1) 推荐(0) 编辑
摘要: /// <summary> /// 垂直方向滚动到顶部 /// </summary> /// <param name="element"></param> /// <param name="scrollViewer"></param> public static void ScrollViewToV 阅读全文
posted @ 2020-06-15 12:34 _York 阅读(2763) 评论(0) 推荐(0) 编辑
摘要: <TextBlock Style="{StaticResource WindowsTextBlackStyle}" > <Run Foreground="Red">*</Run> <Run>条码:</Run> </TextBlock> 阅读全文
posted @ 2020-06-04 09:53 _York 阅读(621) 评论(0) 推荐(0) 编辑
摘要: <DataTemplate x:Key="CheckBoxDataTemplate"> <Grid x:Name="Grid" HorizontalAlignment="Center" VerticalAlignment="Center"> <CheckBox Click="CheckBox_Che 阅读全文
posted @ 2020-05-27 13:16 _York 阅读(2467) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页