摘要: public class UserFile { /// <summary> /// 文件名称 /// </summary> public string FileName { get; set; } /// <summary> /// 文件大小 /// </summary> public long L 阅读全文
posted @ 2022-08-16 09:51 稻花香里说丰年&#127800; 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 仔细查看微信公众平台回复的内容:https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140543 注:目前微信公众号回复的图文格式只支持单图文,多图文的形式已经没有了 一、如果公众号很久没有回复消息,大部分问题一般都出现在自己写的代码 阅读全文
posted @ 2022-08-16 09:51 稻花香里说丰年&#127800; 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 参见微信公众平台接口文档:https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1445241432 保存到微信代码 [HttpPost("SaveToWx")] [AbpAllowAnonymous]//无需登录就可以调用 [AbpAllow 阅读全文
posted @ 2022-08-16 09:51 稻花香里说丰年&#127800; 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 1 private void InitARListView() 2 { 3 int count = arListView1.Items.Count; 4 arListView1.Items.Clear(); 5 //for (int i = arListView1.Items.Count - 1; 阅读全文
posted @ 2022-08-16 09:49 稻花香里说丰年&#127800; 阅读(23) 评论(0) 推荐(0) 编辑
摘要: nuget官网:https://www.nuget.org/packages 1、新建nuget离线包文件夹,将官网所需包下载至该文件夹下(相关依赖包也要下载,注意版本); 2、VS包源增加引用源,点击安装即可 阅读全文
posted @ 2022-08-16 09:47 稻花香里说丰年&#127800; 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-08-16 09:44 稻花香里说丰年&#127800; 阅读(12) 评论(0) 推荐(0) 编辑