上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: 代码 Android window.injectedObject.goApplet //goApplet 是安卓开发自定义的名 IOS 参考:https://www.jianshu.com/p/ce5e8c2f6d2e 阅读全文
posted @ 2021-04-08 10:59 小泽沐优声 阅读(114) 评论(0) 推荐(0)
摘要: 超级好用 下载地址:https://blog-static.cnblogs.com/files/1748sb/base64.js 用法 let question = "悄咪咪的说些什么吧" // 加密 let str = Base64.encode(question); console.log('加 阅读全文
posted @ 2021-04-07 09:27 小泽沐优声 阅读(164) 评论(0) 推荐(0)
摘要: html <canvas id="canvas" width="596" height="596"></canvas> JS const round = () => { return new Promise((reslove,error)=>{ const canvas = document.que 阅读全文
posted @ 2021-03-29 10:02 小泽沐优声 阅读(263) 评论(0) 推荐(0)
摘要: 代码 这里提供了俩种方法 那个方便用那个。。 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <ti 阅读全文
posted @ 2021-03-16 11:13 小泽沐优声 阅读(146) 评论(0) 推荐(0)
摘要: 直接上代码 这里注意axios里的url路径 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <ti 阅读全文
posted @ 2021-03-09 13:40 小泽沐优声 阅读(92) 评论(0) 推荐(0)
摘要: node压缩代码 确认安装node后 输入 npm install -g uglifycss 全局安装uglifycss 安装完 uglifycss-v 查看是否安装成功 uglifycss(js文件) > (目标名称) uglifycss a.css >all.min.css 如 uglifycs 阅读全文
posted @ 2021-03-08 11:34 小泽沐优声 阅读(248) 评论(0) 推荐(0)
摘要: 富文本 我们通过yarn进行安装 yarn add vue-html5-editor 这里选择了局部导入 import VueHtml5Editor from 'vue-html5-editor'; import options_data from "@/utils/VueHtml5Editor_d 阅读全文
posted @ 2021-03-03 09:11 小泽沐优声 阅读(325) 评论(0) 推荐(0)
摘要: 省事儿 只需要两行代码 把下面两行保存文件后缀改成.vbs ,双击试试看吧。 这里的0表示进程启动,可改成1 set WSHshell = wscript.createobject("wscript.shell") WSHshell.run "cmd.exe /c vue ui",0,true 开机 阅读全文
posted @ 2021-03-02 09:08 小泽沐优声 阅读(149) 评论(0) 推荐(0)
摘要: 🐮🍺 https://kaifa.baidu.com/ 阅读全文
posted @ 2021-03-01 17:55 小泽沐优声 阅读(59) 评论(0) 推荐(0)
摘要: 命令输入 安装指定版本的,为了能在vue脚手架(2.9.6)配置 npm install node-sass@4.14.1 --save-dev //安装node-sass npm install sass-loader@7.3.1 --save-dev //安装依赖包sass-loader 在bu 阅读全文
posted @ 2021-02-25 14:04 小泽沐优声 阅读(397) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页