Web开发[总排行] [月排行] [周排行] [日排行]
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
一、引用两个js库 <script src="/js/jspdf.debug.js"></script> <script src="/js/html2canvas.js"></script> 二、实现导出PDF /** * 导出PDF * @param id */ exportPdf:functio ...
分类:Web程序 时间:2021-03-05 13:08:22 阅读:0
is_null , empty , isset 1、is_null() 判断是否为null,什么时候变量值为null? 1.$n; //声明但为初始化 2.$n =null ; //初始化为null 用is_null($n)来判断返回true,其他函数全部返回false 2、empty()判断值是否 ...
分类:Web程序 时间:2021-03-05 13:01:39 阅读:0
/** * 提示框 * @param content 必须,提示内容 * @param title 默认为“提示”,可不传 * @param onClose 关闭提示框后执行的函数function,可不传 */ cpic.alert=function(content, title, onClose) ...
分类:Web程序 时间:2021-03-05 12:59:40 阅读:0
来自:https://mp.weixin.qq.com/s/DVcoTFO4wvMp5eD-eAjBpw 页面展示: 整体布局;底部footer;处理动态内容 — 文本超长,处理动态内容 — 保护边界 图片相关: 给图片同时设置宽高;考虑屏幕 dpr -- 响应式图片;图片丢失 交互式设计优化: 过 ...
分类:Web程序 时间:2021-03-05 12:58:25 阅读:0
art-template模板引擎 在命令行工具中使用 npm install art-template 命令进行下载 使用const template = require('art-template')引入模板引擎 告诉模板引擎要拼接的数据和模板在哪 const html = template(‘模 ...
分类:Web程序 时间:2021-03-05 12:55:36 阅读:0
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev ...
分类:Web程序 时间:2021-03-04 13:35:58 阅读:0
public function downimg() { $path = 'E:/phpstudy_pro/WWW/pachong/public/uploads/img/'; $img ="https://zy.yaozh.com/instruct/imagesout/TB1_wMKSpXXXXalX ...
分类:Web程序 时间:2021-03-04 13:34:55 阅读: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
首先,查找需求说明、网站设计等相关文档,分析测试需求。 制定测试计划,确定测试范围和测试策略,一般包括以下几个部分:功能性测试;界面测试;性能测试;数据库测试;安全性测试;兼容性测试 设计测试用例: 功能性测试可以包括,但不限于以下几个方面: 链接测试。链接是否正确跳转,是否存在空页面和无效页面,是 ...
分类:Web程序 时间:2021-03-04 13:22:42 阅读:0
114414514630976
上一页309751下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!