上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页
摘要: 方法一: markdown-loader html-loader import的时候就转换成html了,每次需要build,但是可以本地双击就能看,放哪个目录页不限制 方法二: axios + markdown-it 每次打开页面的时候异步加载,由于调用异步,所以本地肯定打不开,但是线上可以打开。 阅读全文
posted @ 2021-01-15 17:42 彭成刚 阅读(767) 评论(0) 推荐(0) 编辑
摘要: 演示地址: http://pengchenggang.gitee.io/crypto-js-des/ 开源地址: https://gitee.com/pengchenggang/crypto-js-des 需求: 前后台进行加密传输 建立个vue3的项目,进行测试crypto-js 为了演示方便 再 阅读全文
posted @ 2021-01-15 12:00 彭成刚 阅读(914) 评论(0) 推荐(0) 编辑
摘要: 实用!最新的几个 Vue 3 重要特性提案 http://www.zyiz.net/tech/detail-142574.html 阅读全文
posted @ 2021-01-12 14:49 彭成刚 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://files.cnblogs.com/files/pengchenggang/Vue-3-Cheat-Sheet-zh.zip 官方下载地址:https://www.vuemastery.com/vue-3-cheat-sheet/ ## (vue3)Vue-3-Cheat-Sheet 阅读全文
posted @ 2021-01-12 14:36 彭成刚 阅读(271) 评论(0) 推荐(0) 编辑
摘要: docs.vitepress\config.js const argv = require('minimist')(process.argv.slice(2)) const build = argv.build || false const baseBuild = build ? '/vitepre 阅读全文
posted @ 2021-01-07 15:38 彭成刚 阅读(785) 评论(0) 推荐(0) 编辑
摘要: about 是 on by out 简称 about 在旁边 在外围 周边 think about you 想你有关的事 of 是 belong to 什么什么的 of指的是 这个人或者这个事本身相关的情况 阅读全文
posted @ 2021-01-07 08:45 彭成刚 阅读(2000) 评论(0) 推荐(0) 编辑
摘要: https://github.com/1024-lab/vue-enum 阅读全文
posted @ 2020-12-17 16:07 彭成刚 阅读(1893) 评论(0) 推荐(0) 编辑
摘要: TypeScript 最重要的就是装饰器 Vue3最重要更新就是Setup 装饰器就是为了打散功能点,Vue3的Setup功能也是打散功能点,那用Vue3上TS,感觉就是自己给自己多一层工作量。 我这里用的idea,不是vscode,很多功能idea就带了,所以从这个角度,就3人以内的,就没啥必要了 阅读全文
posted @ 2020-12-17 15:36 彭成刚 阅读(7417) 评论(0) 推荐(0) 编辑
摘要: https://github.com/kaorun343/vue-property-decorator 阅读全文
posted @ 2020-12-17 11:08 彭成刚 阅读(3684) 评论(0) 推荐(0) 编辑
摘要: git clone https://pd.zwc365.com/seturl/< https 开头的项目地址> npm install --registry=https://registry.npm.taobao.org npm 的下载加速,为什么不用cnpm,是因为生成的目录结构不一样,某些时候回 阅读全文
posted @ 2020-12-17 10:33 彭成刚 阅读(390) 评论(0) 推荐(0) 编辑
摘要: vue3 如果用ts,导出时候要用 defineComponent,这俩是配对的,为了类型的审查正确 阅读全文
posted @ 2020-12-17 09:51 彭成刚 阅读(9518) 评论(0) 推荐(1) 编辑
摘要: Vite-vue3 架构设计 基础信息 Gitee项目地址:https://gitee.com/pengchenggang/vite-vue3 1 创建vite-vue3 初始化脚本 $ npm init vite-app vite-vue3 $ cd vite-vue3 //进入项目目录 $ np 阅读全文
posted @ 2020-12-16 11:23 彭成刚 阅读(769) 评论(0) 推荐(0) 编辑
摘要: https://desktop.docker.com/win/stable/Docker%20Desktop%20Installer.exe 安装遇到了 然后 更新 这个 https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update 阅读全文
posted @ 2020-12-16 08:39 彭成刚 阅读(134) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/26752/202012/26752-20201214143306523-552939745.png) 阅读全文
posted @ 2020-12-14 14:33 彭成刚 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 主要是冷启动,实际中项目非常庞大,现在1w的笔记本,每次冷启动,也得等一下,所以准备转型 Vite+Vue3.0,毕竟Vite不支持Vue2.0,这就只能下个项目的时候再启动了。 $ npm init vite-app <project-name> $ cd <project-name> //进入项 阅读全文
posted @ 2020-12-11 09:50 彭成刚 阅读(1278) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/26752/202012/26752-20201209112447052-1286833232.png) 阅读全文
posted @ 2020-12-09 11:25 彭成刚 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 李昱版 { "editor.fontSize": 20, "workbench.iconTheme": "material-icon-theme", "workbench.colorTheme": "Spacegray Eighties Dark", // "terminal.integrated. 阅读全文
posted @ 2020-12-09 10:51 彭成刚 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 今天页面突然卡死了,也不知道是因为什么,直连服务器,能行,自己本机nginx的,系统访问某个特定的api就会卡死。 经过尝试,发现今天测试的AutoFill影响的。 阅读全文
posted @ 2020-12-08 17:04 彭成刚 阅读(2686) 评论(0) 推荐(0) 编辑
摘要: 注意事项: 破解的时候,json文件目录不是软件exe所在目录,是数据目录 %LocalAppData%\Atlassian\SourceTree 还有就是第一次运行弹出个 有个插件要不要用,选第3个 不用装插件 即可。 阅读全文
posted @ 2020-12-03 10:02 彭成刚 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 英语词性分类 名代动副数形容:冠介连词和感叹,虚词附加或沟通。 n. 名词, noun的缩写 英 [naʊn] 美 [naʊn] u = 不可数名词, uncountable+noun的缩写 美: [ʌn'kaʊntəb(ə)l] 英: [ʌn'kaʊntəb(ə)l] [naʊn] c = 可数名 阅读全文
posted @ 2020-11-26 16:24 彭成刚 阅读(1324) 评论(0) 推荐(0) 编辑
摘要: 名词变复数规则(不可数名词没有复数,可数名词有复数) 1.一般名词复数是在名词后面加上“s”, 如map→maps,bag→bags等; 2.以s,sh,ch,x等结尾的词加“es”, 如bus→buses,watch→watches等; 3.以辅音字母+y结尾的词,变y为i加es, 如baby→b 阅读全文
posted @ 2020-11-25 17:39 彭成刚 阅读(6583) 评论(0) 推荐(0) 编辑
摘要: class asyncTool { constructor () { this.arr = [] this.ctx = {} } use (func) { const into = { func, next: () => {} } this.arr.push(into) if (this.arr.l 阅读全文
posted @ 2020-11-24 14:10 彭成刚 阅读(1365) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/hfxtest/p/12513210.html 阅读全文
posted @ 2020-11-23 19:28 彭成刚 阅读(564) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/3d69c551aa54dff0cf02d7a0.html 注意本机ip填写 localhost 阅读全文
posted @ 2020-11-23 17:33 彭成刚 阅读(616) 评论(0) 推荐(0) 编辑
摘要: FN + 右箭头 就是加快节奏 FN + ScrLk 就是切换模式 阅读全文
posted @ 2020-11-20 16:52 彭成刚 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 合并分支前要全部提交 包括config.js 要不merge时候很麻烦 1 切换到master分支 Checkout 2 Merge into Current 3 commit push 4 切换回dev 阅读全文
posted @ 2020-11-20 14:41 彭成刚 阅读(1105) 评论(0) 推荐(0) 编辑
摘要: npm config set registry https://registry.npm.taobao.org 阅读全文
posted @ 2020-11-19 11:37 彭成刚 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 换了新电脑Y7000 10750H,之前的项目提示这个,本以为删个什么文件,搜了一阵,没找到答案。 简单粗暴的方法就是再git clone一下,就ok了,这点很不爽。暂时先这么解决了。 阅读全文
posted @ 2020-11-19 10:04 彭成刚 阅读(2349) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/mawei7510/article/details/89638126 阅读全文
posted @ 2020-11-13 16:15 彭成刚 阅读(869) 评论(0) 推荐(0) 编辑
摘要: withCredentials: false, 默认值虽然是false,但是之前包装的时候设置成true了,所以最后再设置回来 阅读全文
posted @ 2020-11-10 16:20 彭成刚 阅读(868) 评论(0) 推荐(0) 编辑
摘要: 进入dist目录 "build:war": "cd dist && jar -cvf ../yourName_web.war *", 阅读全文
posted @ 2020-11-06 12:12 彭成刚 阅读(553) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/26752/202010/26752-20201010113907211-544991510.jpg) 阅读全文
posted @ 2020-10-10 11:39 彭成刚 阅读(1738) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <div id="china_map_box"> <div id="china_map" style="height: 600px; width: 700px;"></div> </div> </div> </template> <script> import ec 阅读全文
posted @ 2020-10-10 08:36 彭成刚 阅读(250) 评论(0) 推荐(0) 编辑
摘要: https://github.com/rockyuse/svgMap 阅读全文
posted @ 2020-09-30 09:51 彭成刚 阅读(637) 评论(0) 推荐(0) 编辑
摘要: git reset --hard HEAD~1 阅读全文
posted @ 2020-09-18 11:43 彭成刚 阅读(938) 评论(0) 推荐(0) 编辑
摘要: 数组动态表单验证,添加数组,逆序添加,表单验证会错位,发现是key的默认index问题,还有验证trigger问题,添加数据会爆红 解决方案: trigger: 'blur,change' 换 trigger: 'blur' :key="item.sort" (原来是 :key="index") < 阅读全文
posted @ 2020-09-17 20:04 彭成刚 阅读(224) 评论(0) 推荐(0) 编辑
摘要: vue.config.js let ret = '' const date = new Date() ret += date.getFullYear() ret += '-'+ (date.getMonth() + 1) ret += '-'+ date.getDate() ret += '_'+ 阅读全文
posted @ 2020-09-17 15:22 彭成刚 阅读(647) 评论(0) 推荐(0) 编辑
摘要: 这里的核心问题就是验证的时候value值不对,总是初始化的值,不论怎么设置,开始觉得是数组指针的问题,最后也不行,null也不行,组件的props都已经是null了,验证就是这么神奇,最后把this放到rule里面,好吧,就这样了。 DatePicker 日期选择器 time: [ { requir 阅读全文
posted @ 2020-09-15 20:06 彭成刚 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 音标表格 音标总结 概述 48个音标 音标分为 元音 和 辅音。元音20个 辅音28个。 音标难点就是 元音,辅音很简单。 01 第一个音标ə 这个音属于音标系统中开天辟地的NO.1,因为这个音会继续演化,因为有了弱音ə,就有了世界万事万物。 02 ə的衍生发音 ɪ e ʊ ʌ ɒ 03 剩下的看手 阅读全文
posted @ 2020-09-14 14:05 彭成刚 阅读(1065) 评论(0) 推荐(0) 编辑
摘要: pro: window.location.protocol + '//' + window.location.host + '/api/' 阅读全文
posted @ 2020-09-10 14:36 彭成刚 阅读(204) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页