打赏

10 2022 档案

uniCloud传统方式调用数据库-基本操作
摘要:1.后台云函数 todo/index.js 'use strict'; // 查询所有 const queryAll =(collection,params)=>{ return collection.get() } // 新增 const add = (collection,data)=>{ re 阅读全文

posted @ 2022-10-31 18:05 jlyuan 阅读(79) 评论(0) 推荐(0) 编辑

前端docx文件阅览
摘要:1. 下载 npm install docx-preview -S 2. <el-button @click="lookDocx">文件阅览</el-button> <div class="docWrap"> <div ref="file"></div> </div> import axios fr 阅读全文

posted @ 2022-10-28 16:48 jlyuan 阅读(79) 评论(0) 推荐(0) 编辑

echarts实现贵州地图
摘要:1. 添加标签 <div id="elementId" class="guizhou-map" style="width: 600px; height: 400px" ></div> 2. import * as echarts from "echarts"; import mapGeoJson f 阅读全文

posted @ 2022-10-27 16:07 jlyuan 阅读(229) 评论(0) 推荐(0) 编辑

echarts 基础图形使用
摘要:1. 安装 npm install echarts --save2. 定义标签容器 <div id="main" style="width: 600px; height: 400px"></div> 3. 引入 import * as echarts from "echarts"; 4. 柱状图 i 阅读全文

posted @ 2022-10-27 10:26 jlyuan 阅读(31) 评论(0) 推荐(0) 编辑

screefull全屏
摘要:1.安装npm install screenfull@5 --save 2.使用import screenfull from "screenfull"; screenfull.isFullscreen; // 当前页面是否全屏screenfull.isEnabled; // 当前浏览器是否支持全屏 阅读全文

posted @ 2022-10-17 09:52 jlyuan 阅读(63) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

  • 随笔 - 52
  • 文章 - 1
  • 评论 - 1
  • 阅读 - 61911
点击右上角即可分享
微信分享提示