runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 75 下一页

2020年1月16日

摘要: 安装较低版本的Newtonsoft.Json; Newtonsoft.Json官网:https://www.nuget.org/packages/Newtonsoft.Json/ Install-Package Newtonsoft.Json -Version 8.0.1 卸载命令: PM> Uni 阅读全文
posted @ 2020-01-16 14:31 runliuv 阅读(651) 评论(0) 推荐(0)

2020年1月7日

摘要: 链接:https://pan.baidu.com/s/1MHbUnHWQuGVE1P36mTjmkQ 提取码:ohlu 阅读全文
posted @ 2020-01-07 21:02 runliuv 阅读(3731) 评论(0) 推荐(0)

2020年1月3日

摘要: 当调用SDK中 获取用户信息(getWxpayfaceUserInfo) /人脸支付凭证(getWxpayfaceCode) 方法获取 sub_openid 时,除了SDK自身要传入sub_appid参数, 它的前一步 authinfo 接口也要传入 sub_appid. 阅读全文
posted @ 2020-01-03 17:12 runliuv 阅读(640) 评论(0) 推荐(0)

2019年12月10日

摘要: 把WIN7 系统补丁打到最新. 阅读全文
posted @ 2019-12-10 16:11 runliuv 阅读(951) 评论(0) 推荐(0)

2019年12月5日

摘要: 一定要有hangfire数据库,否则hangfire会报错。 (obStorage.Current property value has not been initialized. You must set it before using Hangfire Client or Server API. 阅读全文
posted @ 2019-12-05 14:32 runliuv 阅读(1107) 评论(0) 推荐(0)

摘要: JobStorage.Current property value has not been initialized. You must set it before using Hangfire Client or Server API. 要设置 hangfire 的存储数据库。GlobalConf 阅读全文
posted @ 2019-12-05 14:14 runliuv 阅读(2459) 评论(0) 推荐(0)

2019年12月4日

摘要: 双击.edmx ,右键-从数据库更新模型,在“添加”里选择新表。 阅读全文
posted @ 2019-12-04 09:30 runliuv 阅读(355) 评论(0) 推荐(0)

2019年12月3日

摘要: c# .net framework 4.5.2 , Quartz.NET 3.0.7 参考了:https://www.cnblogs.com/personblog/p/11277527.html, https://www.jianshu.com/p/b8e7e4deb60a .NET MVC 中的示 阅读全文
posted @ 2019-12-03 14:02 runliuv 阅读(927) 评论(0) 推荐(0)

2019年12月1日

摘要: 1.提升System.Net.ServicePointManager.DefaultConnectionLimit 2.提升最小工作线程数 .net mvc 在Application_Start(),.net core mvc 在Program.Main ,加入以下代码。 if (System.Ne 阅读全文
posted @ 2019-12-01 11:57 runliuv 阅读(2295) 评论(0) 推荐(1)

2019年11月25日

摘要: 只能处理简单结构XML 和 实体。 using System.Text; using System.Xml; namespace CommonUtils { public static class MyXmlUtil { public static string ModelToXml<T>(T a 阅读全文
posted @ 2019-11-25 10:01 runliuv 阅读(968) 评论(0) 推荐(0)

上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 75 下一页