01. Angular, React or Vue? 如何为下一个 Web 应用程序选择合适的JavaScript 框架?Progress 的新白皮书提供了对 Angular、React 和 Vue 当前状态的分析和全方面的比较。请戳详情下载白皮书~ 详情:https://www.telerik.c ...
分类:
其他好文 时间:
2019-11-29 23:48:46
阅读次数:
111
<template> <div class="pad20"> <input id="file" ref="file" type="file" /> <button id="send" @click="send">发送</button> <div id="progress">{{progress}}< ...
分类:
Web程序 时间:
2019-11-29 11:23:49
阅读次数:
214
报错: vue报这个错 [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot ...
分类:
其他好文 时间:
2019-11-23 23:46:39
阅读次数:
508
进度条 1 <style> 2 #progress{ 3 position: relative; 4 margin: auto; 5 top: 200px; 6 display: block; 7 width: 200px; 8 height: 20px; 9 border-style: dotte ...
分类:
其他好文 时间:
2019-11-22 11:58:55
阅读次数:
63
getvideoprogress(); function getvideoprogress() { setTimeout(function () { var vid = document.getElementById("video1"); var currentTime=vid.currentTim ...
分类:
Web程序 时间:
2019-11-17 11:09:16
阅读次数:
230
微信小程序在 2.2.1 版本后增加了对 npm 包加载的支持,使得小程序支持使用 npm 安装第三方包。 之前在微信开发者工具选择“构建npm”会报错“没找到node_modules”目录”,这是因为“打开的方式不正确”。 我们以安装有赞的 vant库做例子 1. 初始化 现新建一个小程序, 在小 ...
分类:
微信 时间:
2019-11-16 00:31:19
阅读次数:
100
bind 0.0.0.0 # 监听地址,可以用空格隔开后多个监听IP protected-mode yes # redis3.2 之后加入的新特性,在没有设置bind IP和密码的时候,redis只允许访问 127.0.0.1:6379,远程访问将提示警告信息并拒绝远程访问 port 6379 # ...
分类:
其他好文 时间:
2019-11-15 14:35:20
阅读次数:
94
1.Image组件的borderRadius画圆有平台兼容性问题,在IOS下会失效 解决方法有几种 (1)在外面包裹一层View,对View组件使用borderRadius就可以了,这是我的做法 (2)在同一级属性块下加上overflow: 'hidden',我没试过,大家可以阅读下面的链接 htt ...
分类:
其他好文 时间:
2019-11-12 13:13:28
阅读次数:
86
1、FDA批准2款腹泻型肠易激综合征(IBS-D)新药Viberzi和Xifaxan: http://news.medlive.cn/all/info-progress/show-79158_255.html 2015年瑞士仿制药商阿特维斯(Actavis)和加拿大制药商Valeant Pharma ...
分类:
其他好文 时间:
2019-11-10 11:51:48
阅读次数:
111
周末好,今天给大家带来一款接地气的环形进度条组件vue-awesome-progress。 ...
分类:
其他好文 时间:
2019-11-09 13:28:13
阅读次数:
102