会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Misakoko
君想う、春
博客园
首页
新随笔
联系
订阅
管理
2019年12月27日
vue原生js实现下拉刷新(阻尼滑动效果)
摘要: 1、定义基础属性: scroll_load: { top: 0, startY: 0, touching: false, state: 0, scrolltop: true, }, 2、加上监听: vue自带的标签属性: @touchstart="touchStart($event)" @touch
阅读全文
posted @ 2019-12-27 15:36 恋の魔球
阅读(2117)
评论(0)
推荐(0)
2019年12月4日
多文件上传,添加重复文件时无法触发onchange事件。
摘要: <input type="file" id="upload" @change="getFile($event)" multiple="multiple"> getFile: function getFile(event) { /* *上传文件 * */ event.srcElement.value
阅读全文
posted @ 2019-12-04 11:27 恋の魔球
阅读(303)
评论(0)
推荐(0)
2019年12月3日
Springmvc在项目启动时查询数据库并初始化静态变量
摘要: private static List<ResourceEntity> resourceList = null; //初始化的全局静态变量 @Autowired private ResourceService resourceServiceTemp; private static ResourceS
阅读全文
posted @ 2019-12-03 11:27 恋の魔球
阅读(1926)
评论(0)
推荐(0)
公告
Live2D