runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 79 下一页

2020年2月27日

摘要: List<SelectListItem> 转为/转换 SelectList SelectList slPayCh = new SelectList(GetPayChannels(),"Value","Text"); GetPayChannels() 方法为List<SelectListItem> 类 阅读全文
posted @ 2020-02-27 17:16 runliuv 阅读(645) 评论(0) 推荐(0)

2020年2月21日

摘要: -- using System; using System.Drawing; using System.Drawing.Imaging; using System.IO; namespace aliyun.utils { public static class ImageUtil { /// <su 阅读全文
posted @ 2020-02-21 14:09 runliuv 阅读(2919) 评论(0) 推荐(0)

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 阅读(657) 评论(0) 推荐(0)

2020年1月7日

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

2020年1月3日

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

2019年12月10日

摘要: 把WIN7 系统补丁打到最新. 阅读全文
posted @ 2019-12-10 16:11 runliuv 阅读(956) 评论(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 阅读(1114) 评论(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 阅读(2471) 评论(0) 推荐(0)

2019年12月4日

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

上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 79 下一页