会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
尘猿
博客园
首页
新随笔
联系
订阅
管理
2021年10月9日
websocket封装
摘要: /** * @msg: * @param {*} * { * url: string 连接地址 * msg: JSON 首次连接成功发送的消息 * callBack: function 接收消息回调 * } * @method {*} * connect: 连接 * send: 发送消息 * clo
阅读全文
posted @ 2021-10-09 23:44 尘猿
阅读(142)
评论(0)
推荐(0)
2021年8月19日
canvas 简易图表插件
摘要: function Chart_line(e) { this.ele = e; this.cav = document.createElement('canvas'); //创建canvas实例 this.ctx = this.cav.getContext('2d'); //创建画笔 this.axi
阅读全文
posted @ 2021-08-19 08:18 尘猿
阅读(137)
评论(0)
推荐(0)
基于axios 封装的大文件分片上传
摘要: // 上传文件 // import Vue from 'vue' import { uploadStart, uploadData, completed, qsbuploadStart, qsbuploadData, qsbcompleted, } from '@/api/upLoad' expor
阅读全文
posted @ 2021-08-19 08:14 尘猿
阅读(844)
评论(0)
推荐(0)
2021年8月9日
vscode debugger for chrome 配置
摘要: { "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "vue_cli",//debugger配置名 "url": "url",//项目启动的url地址 "webRoot"
阅读全文
posted @ 2021-08-09 12:36 尘猿
阅读(139)
评论(0)
推荐(0)
公告