随笔分类 -  WebApi

WebApi
摘要:1、下载jQuery.Form 包 官网下载:http://jquery.malsup.com/form/#download 2、模拟代码: 3、action 代码: 阅读全文
posted @ 2016-12-28 13:39 大空白纸 阅读(15832) 评论(0) 推荐(1) 编辑
摘要:一、 使用默认方法上传文件: 1、Action: /// <summary> /// 上传文件 使用上传后的默认文件名称 /// 默认名称是BodyPart_XXXXXX,BodyPart_加Guid码 /// </summary> /// <returns></returns> [HttpPost 阅读全文
posted @ 2016-12-27 17:06 大空白纸 阅读(21499) 评论(0) 推荐(2) 编辑
摘要:ps:下面实例是每隔30秒访问次数不超过3次 1、Filter: 2、IPCacheHelper: 3、IPCacheInfoModel: 4、Action: 阅读全文
posted @ 2016-12-21 16:37 大空白纸 阅读(5763) 评论(0) 推荐(0) 编辑
摘要:控制器controller中使用过滤器: 阅读全文
posted @ 2016-05-10 17:35 大空白纸 阅读(350) 评论(0) 推荐(0) 编辑
摘要:using Lemon.Common; using Lemon.WeChat.Model; using Lemon.WeChat.Services; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Senparc.Weixin.MP; using System; using System.Collections.Generic; ... 阅读全文
posted @ 2016-04-22 13:34 大空白纸 阅读(2814) 评论(0) 推荐(0) 编辑
摘要:1.使用HttpClient 测试上传文件并且设置header信息: 阅读全文
posted @ 2016-04-22 13:32 大空白纸 阅读(646) 评论(0) 推荐(1) 编辑