会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
2025年3月25日
uinapp 后端文件流导出excel
摘要: exportExcel() { uni.request({ url: config.baseUrl + '/market/clueVisit/export', method: 'POST', responseType: 'arraybuffer', // 关键设置 header: { 'Author
阅读全文
posted @ 2025-03-25 23:12 前端搬运工bug
阅读(177)
评论(0)
推荐(0)
2025年3月23日
@videojs-player/vue 直播fiv 组件封装 添加flv-extend 延迟问题
摘要: 包的版本 "@videojs-player/vue": "^1.0.0", "flv.js": "1.6.2", "video.js": "^8.22.0", "flv-extend": "^0.3.0", <template> <!-- 封装的视频播放器组件 --> <video-player r
阅读全文
posted @ 2025-03-23 12:17 前端搬运工bug
阅读(68)
评论(0)
推荐(0)
2025年3月22日
@videojs-player/vue 直播fiv 组件封装
摘要: 包的版本 "@videojs-player/vue": "^1.0.0", "flv.js": "1.6.2", "video.js": "^8.22.0", <template> <!-- 封装的视频播放器组件 --> <video-player ref="videRef" :options="s
阅读全文
posted @ 2025-03-22 13:47 前端搬运工bug
阅读(151)
评论(0)
推荐(0)
2025年3月4日
vue 图片选点 定位
摘要: <div style="padding: 20px;"> <div class="case_img" @mousedown="show_coords"> <img alt="" style="width: 100%;" :src="formState.highlightimg.indexOf('ht
阅读全文
posted @ 2025-03-04 11:23 前端搬运工bug
阅读(85)
评论(0)
推荐(0)
2024年12月6日
quagga 识别文件上传条形码
摘要: 注意图片记得清晰一点 quagga.js文件下载地址 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Barcode Scanner</title> <script src="https://cdn.boot
阅读全文
posted @ 2024-12-06 11:00 前端搬运工bug
阅读(130)
评论(0)
推荐(0)
2024年10月18日
微信小程序 触底加载更新 虚拟列表渲染
摘要: <wxs module='filter'> var includesList = function(list,currentIndex){ if(list){ return list.indexOf(currentIndex) > -1 } } module.exports.includesList
阅读全文
posted @ 2024-10-18 15:16 前端搬运工bug
阅读(60)
评论(0)
推荐(0)
2024年8月15日
摸鱼办提醒倒计时
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document<
阅读全文
posted @ 2024-08-15 17:06 前端搬运工bug
阅读(66)
评论(0)
推荐(0)
2024年7月25日
微信公众号 替换 前端显示方案
摘要: const axios = require('axios'); const options = async (ctx, next) => { console.log( ctx.request.body); if(ctx.request.body.url){ ctx.body = await getD
阅读全文
posted @ 2024-07-25 14:20 前端搬运工bug
阅读(19)
评论(0)
推荐(0)
2024年7月16日
vite 2.9 多环境配置 test 命名导致 ant-design-vue 代码缺失
摘要: "scripts": { "dev": "vite", "build": "tsc --noEmit && vite build --mode production", "stg": "tsc --noEmit && vite build --mode stg", "tests": "tsc --n
阅读全文
posted @ 2024-07-16 18:07 前端搬运工bug
阅读(14)
评论(0)
推荐(0)
2024年7月13日
vue-cli 搭建的项目 node搞版本兼容 配置写法
摘要: 先删除 package-lock.json和node_modules 再安装 兼容低版本安装方式 npm install --legacy-peer-deps 启动命令 npm run serve window 环境打包命令 npm run build:win 注意: 如果是要跑liunx 环境就需
阅读全文
posted @ 2024-07-13 17:13 前端搬运工bug
阅读(31)
评论(0)
推荐(0)
下一页
公告