摘要: #1、方法 <!-- * @Descripttion: 类型判断 * @version: 0.0.1 * @Author: PengShuai * @Date: 2022年04月29日11:21:14 * @LastEditors: PengShuai * @LastEditTime: 2022年0 阅读全文
posted @ 2022-01-10 10:59 丶凉雨拾忆 阅读(3118) 评论(2) 推荐(2) 编辑
  2023年12月22日
摘要: 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 -- 阅读全文
posted @ 2023-12-22 09:54 丶凉雨拾忆 阅读(392) 评论(0) 推荐(0) 编辑
  2023年11月15日
摘要: 1、提示 由于国内注册 https://api.openai.com 比较麻烦,直接购买的第三方接口和key 淘宝购买,几块钱1个月 3、自己娱乐够用 2、前端框架 Vant 移动端使用 axios 3、创建拦截器,api/request.js /* * @Descripttion: 文件说明 * 阅读全文
posted @ 2023-11-15 10:38 丶凉雨拾忆 阅读(185) 评论(0) 推荐(0) 编辑
  2023年11月13日
摘要: 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] //~ 不能有重复 阅读全文
posted @ 2023-11-13 09:35 丶凉雨拾忆 阅读(204) 评论(0) 推荐(0) 编辑
  2023年8月31日
摘要: #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 阅读全文
posted @ 2023-08-31 16:07 丶凉雨拾忆 阅读(744) 评论(0) 推荐(0) 编辑
  2023年4月7日
摘要: #1、方法 ``` const formatStr = (str) => { const value = str.replace( /[`:_~!@#$%^&*() \+ =?"{}|, \/ ;' \\ [ \] ·~!@#¥%……&*()—— \+ ={}|《》?:“”【】、;‘’,。、-]/g 阅读全文
posted @ 2023-04-07 14:27 丶凉雨拾忆 阅读(569) 评论(0) 推荐(0) 编辑
  2023年4月3日
摘要: #1、在线文档引用 由后台人员搭建服务,引用api #2、封装组件 <!-- * @Descripttion: 在线编辑插件 * @version: 0.0.1 * @Author: PengShuai * @Date: 2022-12-23 15:43:07 * @LastEditors: Pen 阅读全文
posted @ 2023-04-03 09:45 丶凉雨拾忆 阅读(647) 评论(0) 推荐(1) 编辑
  2023年3月9日
摘要: #1、源码 <!-- * @Descripttion: 菜单名称 * @version: 0.0.1 * @Author: PengShuai * @Date: 2023-03-09 10:40:45 * @LastEditors: PengShuai * @LastEditTime: 2023-0 阅读全文
posted @ 2023-03-09 11:18 丶凉雨拾忆 阅读(135) 评论(0) 推荐(0) 编辑
  2023年3月6日
摘要: #1、方法 sameArray(data, field) { let array = [] let tmp = [] let vlaue = '' data = data.sort(function (a, b) { const start = a[field] const end = b[fiel 阅读全文
posted @ 2023-03-06 17:21 丶凉雨拾忆 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 1、创建项目 // 创建 package.json npm init // 安装依赖 npm i body-parser npm i express npm i mysql 2、目录结构 3、创建 config.js 文件 并导出 /* * @Descripttion: 菜单名称 * @versio 阅读全文
posted @ 2023-03-06 16:15 丶凉雨拾忆 阅读(42) 评论(0) 推荐(0) 编辑
  2023年2月13日
摘要: #1、安装 highcharts npm install highcharts --save #2、页面引用 // 引入 import Highcharts from 'highcharts/highcharts-gantt.src.js' // 引入拖拽 import factory from ' 阅读全文
posted @ 2023-02-13 09:33 丶凉雨拾忆 阅读(1897) 评论(0) 推荐(0) 编辑