摘要: 1 // 文件上传成功 2 function compress(){ 3 var file = document.getElementById('file_cw').files[0]; 4 // 压缩图片需要的一些元素和对象 5 var reader = new FileReader(), 6 // 阅读全文
posted @ 2019-12-12 11:23 cw556666 阅读(2057) 评论(0) 推荐(0) 编辑
摘要: 今天准备在服务器上部署一下pm2,发现 npm install -g pm2 爆出了错误 error Unexpected end of JSON input while parsing near '.... 上网查了好久,终于查到了解决方法: 第一步 npm install --registry= 阅读全文
posted @ 2019-01-29 10:59 cw556666 阅读(142) 评论(0) 推荐(0) 编辑
摘要: PHP 变量规则: 变量以 $ 符号开头,其后是变量的名称 变量名称必须以字母或下划线开头 变量名称不能以数字开头 变量名称只能包含字母数字字符和下划线(A-z、0-9 以及 _) 变量名称对大小写敏感($y 与 $Y 是两个不同的变量) 注释:PHP 变量名称对大小写敏感! Local 和 Glo 阅读全文
posted @ 2018-10-09 11:35 cw556666 阅读(109) 评论(0) 推荐(0) 编辑
摘要: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server 阅读全文
posted @ 2018-10-09 09:14 cw556666 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 1》OL标签的改良 start type reversed:翻转排序 2》datalist标签自动补全的使用 3》progress标签的使用:进度条 4》meter标签的应用 5》details展开收缩标签的使用-子标签summary(自动带有展开收缩的效果) 6》mark标签的应用:高亮显示文本 阅读全文
posted @ 2018-10-08 16:16 cw556666 阅读(252) 评论(1) 推荐(0) 编辑