会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
York
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
25
下一页
2021年3月31日
HTML转pdf文件
摘要: NUGET 安装 Select.HtmlToPdf库 代码如下: public class PdfUtils { /// <summary> /// html字符串转PDF /// </summary> /// <param name="html">html</param> /// <param n
阅读全文
posted @ 2021-03-31 19:57 _York
阅读(151)
评论(0)
推荐(0)
2021年2月22日
Access数据库分页
摘要: /// <summary> /// access数据库分页 /// </summary> /// <typeparam name="T">实体</typeparam> /// <param name="page">页码</param> /// <param name="limit">每页条数</pa
阅读全文
posted @ 2021-02-22 14:17 _York
阅读(216)
评论(0)
推荐(0)
2020年11月1日
VS2019无法登录微软账户导致无法进入软件的问题
摘要:
阅读全文
posted @ 2020-11-01 08:41 _York
阅读(645)
评论(0)
推荐(0)
2020年10月18日
Mvc Identity登陆
摘要: 添加引用 添加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
阅读(164)
评论(0)
推荐(0)
2020年8月25日
formData上传form数据
摘要: 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
阅读(242)
评论(0)
推荐(0)
2020年6月18日
Android解决TextView setText显示乱码
摘要: 在build.gradle文件下添加了android{compileOptions.encoding="GBK"}
阅读全文
posted @ 2020-06-18 18:08 _York
阅读(929)
评论(0)
推荐(0)
2020年6月15日
WPF 切换输入法功能
摘要: 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
阅读(1854)
评论(1)
推荐(0)
WPF中让滚动条滚动到指定元素位置
摘要: /// <summary> /// 垂直方向滚动到顶部 /// </summary> /// <param name="element"></param> /// <param name="scrollViewer"></param> public static void ScrollViewToV
阅读全文
posted @ 2020-06-15 12:34 _York
阅读(3412)
评论(0)
推荐(0)
2020年6月4日
WPF中让TextBlock每一个字符显示不同的颜色
摘要: <TextBlock Style="{StaticResource WindowsTextBlackStyle}" > <Run Foreground="Red">*</Run> <Run>条码:</Run> </TextBlock>
阅读全文
posted @ 2020-06-04 09:53 _York
阅读(712)
评论(0)
推荐(0)
2020年5月27日
WPF DataGrid多选功能开发
摘要: <DataTemplate x:Key="CheckBoxDataTemplate"> <Grid x:Name="Grid" HorizontalAlignment="Center" VerticalAlignment="Center"> <CheckBox Click="CheckBox_Che
阅读全文
posted @ 2020-05-27 13:16 _York
阅读(2873)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
25
下一页
公告