摘要:
#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
丶涼雨拾憶
閱讀(3210)
推薦(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
丶涼雨拾憶
閱讀(617)
推薦(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
丶涼雨拾憶
閱讀(271)
推薦(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
丶涼雨拾憶
閱讀(237)
推薦(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
丶涼雨拾憶
閱讀(930)
推薦(0)
2023年4月7日
摘要:
#1、方法 ``` const formatStr = (str) => { const value = str.replace( /[`:_~!@#$%^&*() \+ =?"{}|, \/ ;' \\ [ \] ·~!@#¥%……&*()—— \+ ={}|《》?:“”【】、;‘’,。、-]/g
閱讀全文
posted @ 2023-04-07 14:27
丶涼雨拾憶
閱讀(643)
推薦(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
丶涼雨拾憶
閱讀(825)
推薦(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
丶涼雨拾憶
閱讀(173)
推薦(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
丶涼雨拾憶
閱讀(491)
推薦(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
丶涼雨拾憶
閱讀(62)
推薦(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
丶涼雨拾憶
閱讀(2494)
推薦(0)