随笔分类 -  Web

摘要:public class CheckUserAttribute : ActionFilterAttribute, IAuthorizationFilter { public void OnAuthorization(AuthorizationContext context) { if (this.IsAnonymousAction(... 阅读全文
posted @ 2017-05-09 16:36 北平123 阅读(2111) 评论(0) 推荐(0)
摘要:方法一:前端代码: 适合移动端、PC端页面下拉 滚动分页 方法二(推荐): 插件 https://github.com/ximan/dropload 下载插件,引用css 和 js: <link rel="stylesheet" href="~/Content/dropload.css" /> <s 阅读全文
posted @ 2017-05-05 10:31 北平123 阅读(5151) 评论(0) 推荐(0)
摘要:方法一: 方法二: 阅读全文
posted @ 2017-05-04 15:45 北平123 阅读(2656) 评论(0) 推荐(0)