摘要:
#1、方法 <!-- * @Descripttion: 类型判断 * @version: 0.0.1 * @Author: PengShuai * @Date: 2022年04月29日11:21:14 * @LastEditors: PengShuai * @LastEditTime: 2022年0 阅读全文
摘要:
1、安装依赖 // 安装Element-UI npm install element-ui --save // 安装 ocr 和 ocrdet npm i @paddlejs-models/ocrdet@0.0.3 --save npm i @paddlejs-models/ocr@1.1.2 -- 阅读全文
摘要:
1、提示 由于国内注册 https://api.openai.com 比较麻烦,直接购买的第三方接口和key 淘宝购买,几块钱1个月 3、自己娱乐够用 2、前端框架 Vant 移动端使用 axios 3、创建拦截器,api/request.js /* * @Descripttion: 文件说明 * 阅读全文
摘要:
1、两个数组并集,交集,差集 const array1 = [33, 22, 22, 55, 33, 11, 33, 5, 7, 4] const array2 = [11, 11, 33, 44, 66, 66, 99, 99, 0, 789, 765, 765, 44444] //~ 不能有重复 阅读全文
摘要:
#1、引入swiper * 安装固定版本 ``` npm i swiper@5.3.6 npm i vue-awesome-swiper@4.0.4 ``` #2、下载 `https://3.swiper.com.cn/download/index.html` 1. 下载 animate.min.c 阅读全文
摘要:
#1、方法 ``` const formatStr = (str) => { const value = str.replace( /[`:_~!@#$%^&*() \+ =?"{}|, \/ ;' \\ [ \] ·~!@#¥%……&*()—— \+ ={}|《》?:“”【】、;‘’,。、-]/g 阅读全文
摘要:
#1、在线文档引用 由后台人员搭建服务,引用api #2、封装组件 <!-- * @Descripttion: 在线编辑插件 * @version: 0.0.1 * @Author: PengShuai * @Date: 2022-12-23 15:43:07 * @LastEditors: Pen 阅读全文
摘要:
#1、源码 <!-- * @Descripttion: 菜单名称 * @version: 0.0.1 * @Author: PengShuai * @Date: 2023-03-09 10:40:45 * @LastEditors: PengShuai * @LastEditTime: 2023-0 阅读全文
摘要:
#1、方法 sameArray(data, field) { let array = [] let tmp = [] let vlaue = '' data = data.sort(function (a, b) { const start = a[field] const end = b[fiel 阅读全文
摘要:
1、创建项目 // 创建 package.json npm init // 安装依赖 npm i body-parser npm i express npm i mysql 2、目录结构 3、创建 config.js 文件 并导出 /* * @Descripttion: 菜单名称 * @versio 阅读全文
摘要:
#1、安装 highcharts npm install highcharts --save #2、页面引用 // 引入 import Highcharts from 'highcharts/highcharts-gantt.src.js' // 引入拖拽 import factory from ' 阅读全文