changeFile: function(ele) { var content = ele var url = URL.createObjectURL(content);//获取录音时长 var audioElement = new Audio(url);//audio也可获取视频的时长 var d ...
分类:
Web程序 时间:
2021-03-05 13:12:41
阅读次数:
0
/** * 提示框 * @param content 必须,提示内容 * @param title 默认为“提示”,可不传 * @param onClose 关闭提示框后执行的函数function,可不传 */ cpic.alert=function(content, title, onClose) ...
分类:
Web程序 时间:
2021-03-05 12:59:40
阅读次数:
0
File upload XSS Description This script is possibly vulnerable to XSS (Cross-site scripting). The web application allows file upload and Acunetix was ...
分类:
其他好文 时间:
2021-03-04 13:34:27
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximu ...
分类:
Web程序 时间:
2021-03-04 13:32:30
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi ...
分类:
编程语言 时间:
2021-03-04 13:25:22
阅读次数:
0
大家有没有发现Mac的键盘没有Home, End, Page UP, Page DOWN这几个键?其实可以用Fn键来组合得到同样的功能: * Home键=Fn+左方向 * End键=Fn+右方向 * PageUP=Fn+上方向 * PageDOWN=Fn+下方向 * 向前Delete=Fn+dele ...
分类:
系统相关 时间:
2021-03-04 13:20:49
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
Web程序 时间:
2021-03-04 13:13:41
阅读次数:
0
1.管理NuGet安装Oracle.ManagedDataAccess 2.下载Omu.ValueInjecter.dll using System; using Oracle.ManagedDataAccess; using Oracle.ManagedDataAccess.Types; usin ...
分类:
数据库 时间:
2021-03-04 13:09:52
阅读次数:
0
router.beforeEach((to, from, next) => {/* 路由发生变化修改页面title */if (to.meta.title) {document.title = to.meta.title}if(to.meta.content){let head = document ...
分类:
其他好文 时间:
2021-03-03 12:05:46
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi ...
分类:
其他好文 时间:
2021-03-03 11:50:52
阅读次数:
0