上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html Vscode 插件推荐 ::: details 目录 [] ::: vscode 作为前端开发,需要搭建下开发环境,改的地方还是挺多的。 Font. 1: 字体 阅读全文
posted @ 2023-01-09 16:49 彭成刚 阅读(148) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html vscode设置推荐 ::: details 目录 [] ::: 一些常用设置 Edit. 1: Goto Location vscode 多个定义,直接跳转到 阅读全文
posted @ 2023-01-09 16:47 彭成刚 阅读(50) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html vscode 自动格式化(vue) ::: details 目录 [] ::: 这篇文章主要讲解下vue开发代码自动格式化,力争讲明白。 ::: tip esl 阅读全文
posted @ 2023-01-09 16:45 彭成刚 阅读(371) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html CommonJs VS ES Module ::: details 目录 [] ::: 这里的环境是指在 Node.js 下,有两种模块系统规范。简单来说就是导 阅读全文
posted @ 2023-01-09 16:43 彭成刚 阅读(159) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html 常用编码集 ::: details 目录 [] ::: 常见编码 Unicode、ASCII、GBK、GB2312、UTF-8 看见能认识就行 | Unicod 阅读全文
posted @ 2023-01-09 16:41 彭成刚 阅读(98) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html ES6循环使用手册 ::: details 目录 [] ::: 数组的循环 对象的循环 备查 Array. 1: filter() 方法 实例1:返回大于18的 阅读全文
posted @ 2023-01-09 16:39 彭成刚 阅读(119) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html asyncTool.js 异步执行工具 ::: details 目录 [] ::: 所有的业务逻辑,超过两个后,均要用此工具编写逻辑 Step. 1: getA 阅读全文
posted @ 2023-01-09 16:24 彭成刚 阅读(82) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html Button的全局节流 ::: details 目录 目录Button的全局节流Step. 1: 注册函数Step. 2: 局部节流函数失效处理Code. 3: 阅读全文
posted @ 2023-01-09 16:23 彭成刚 阅读(102) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html Node.js 常用函数 总结常用 node 函数 用的 ESM 模块。 // package.json "type": "module", Func. 1: 阅读全文
posted @ 2023-01-09 16:21 彭成刚 阅读(35) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html AutoNumber VsCode插件开发 ::: details 目录 [] ::: 需要将autoNumber.js脚本改为插件模式,右键就将当前markd 阅读全文
posted @ 2023-01-09 16:19 彭成刚 阅读(28) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html 代码片段 ::: details 目录 [] ::: vscode 中按 ctrl+p 输入 vue.json 即可打开 vue 模板 第一次 设置 - 用户代 阅读全文
posted @ 2023-01-09 16:17 彭成刚 阅读(88) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html NestJS 学习内容 NestJS 学习总结 Step. 1: 全局安装包 pnpm add -g @nestjs/cli nodemon ts-node n 阅读全文
posted @ 2023-01-09 16:13 彭成刚 阅读(53) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html 单词本z 这里的单词就是很随性的记忆,来源有生活中能见到的,或者抖音见到的等等~~ ::: details 目录 [] ::: approachable 易理解 阅读全文
posted @ 2023-01-09 16:08 彭成刚 阅读(252) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html 更新日志 ::: details 目录 [] ::: 日常更新维护日志和站点服务搭建都放在这里面 | 调试 | 发布 | | | | | 本机开发地址 | 在线 阅读全文
posted @ 2023-01-09 16:06 彭成刚 阅读(100) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html BBTime-LOG ::: details 目录 [] ::: 记录下碎碎念 https://www.ourboard.io/b/3d420ff8-e740- 阅读全文
posted @ 2023-01-09 16:03 彭成刚 阅读(26) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 https://www.cnblogs.com/pengchenggang/p/17037320.html nginxConfig 配置文件备份 ::: details 目录 [] ::: 备份下配置代码 Step. 1: 服务器 nginx config 代码备份 阅读全文
posted @ 2023-01-09 16:00 彭成刚 阅读(69) 评论(0) 推荐(0) 编辑
摘要: [VueJsDev] 目录列表 云服务器域名就一年,gitee上有不给发布,没办法 https://www.vuejsdev.com/ 还是迁移到博客园吧。 文章大部分是2022年9月份左右写的。 已同步到 https://pengchenggang.gitee.io/vuejsdev-com-gi 阅读全文
posted @ 2023-01-09 15:57 彭成刚 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 删除文件或目录 被进程占用或锁定 查询进程 资源监视器-cpu-关联句柄-输入文件全路径 右键点击桌面的Win图标,点击“任务管理器”>>点击左上角“性能”>>点击左下角的“打开资源监视器”>>在下图所示"关联的句柄"后面的地方输入删除不掉的文件夹名称 在显示要删除的文件夹的进程后,右键,停止任务。 阅读全文
posted @ 2023-01-06 09:56 彭成刚 阅读(224) 评论(0) 推荐(0) 编辑
摘要: git 撤销本地 git提交的commit记录 (git reset --hard ID) ID的获取方法 这个id,就是你要退回的那个id,我这里截图的时候已经回退了,正常是你提错了的下面那个gitID 阅读全文
posted @ 2022-12-12 10:35 彭成刚 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 需求 vscode中输入``自动将光标后面一个单词选中,左右加入和标签 步骤0 准备需要安装插件 vim - 这里的点击两次按键激活的快捷键,这个插件可以设置 macros - 一次执行多个命令的插件 snippets - vscode自带 步骤1 创建snippets模板 ctrl + shift 阅读全文
posted @ 2022-12-09 22:13 彭成刚 阅读(470) 评论(0) 推荐(0) 编辑
摘要: nowrap - table td 列 宽度 不被挤 - 大表格制作 表格前几列 设置完宽度,会被右侧动态数据挤没有宽度,加上nowrap,就保证宽度了 阅读全文
posted @ 2022-11-17 15:32 彭成刚 阅读(196) 评论(0) 推荐(0) 编辑
摘要: live [lɪv , laɪv] 动词读lɪv 形容词读laɪv live 英 [lɪv , laɪv] 美 [lɪv , laɪv] v. 居住;住;生存;(尤指在某时期)活着;(以某种方式)生活,过日子;继续存在;享受充实而令人兴奋的生活 adj. 活的;现场直播的;实况转播的;现场演出的;连 阅读全文
posted @ 2022-11-03 09:28 彭成刚 阅读(793) 评论(0) 推荐(0) 编辑
摘要: <template> <div> </div> </template> <script> export default { name: 'box', components: {}, props: {}, data () { return { } }, watch: {}, computed: {}, 阅读全文
posted @ 2022-11-02 13:58 彭成刚 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 原先效果: 改进demo效果 优化点 音标长度超出,或者中文超出,总宽度会按照最长的走 居中显示 再次优化 line-height: 22px; 加入这个 对齐中间行(字号大小会让绝对上下高度,对不齐中间的行) 发现有4像素的下沉,中间行,在最下面一行加入 margin-bottom: 4px; 顶 阅读全文
posted @ 2022-10-28 21:44 彭成刚 阅读(145) 评论(0) 推荐(0) 编辑
摘要: npm install --legacy-peer-deps 安装出现依赖包冲突的解决方案 为什么 在安装依赖包的时候,会有依赖包的冲突 比如A包引用了C的1.0版本 B包依赖了C的1.1版本 win下安装成功,到linux下就冲突了 加入参数 --legacy-peer-deps,换成独立包的下载 阅读全文
posted @ 2022-10-19 10:05 彭成刚 阅读(449) 评论(0) 推荐(0) 编辑
摘要: 单词本z develop vel = 到上面 从下面到上面的一种过程 抽象是相对从无到有 develop 发展 开发 de = down 下面 velop 这里 vel 就是 lev的反写 op = ob 相对 lev 我抖音里面 elevator 讲过 l是light ev = move lev 阅读全文
posted @ 2022-10-11 17:02 彭成刚 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 代码 autohotkey 代码 限制在双核浏览器 内部使用 #IfWinActive ahk_exe ChromeCore.exe !d:: Run, http://www.dicts.cn/ Return #If 阅读全文
posted @ 2022-10-10 17:32 彭成刚 阅读(50) 评论(0) 推荐(0) 编辑
摘要: vue css 背景图 路径 记得加波浪号 background-image: url("~@/assets/images/d.jpg"); 为什么 不加波浪号,图片显示不出来哟 阅读全文
posted @ 2022-10-10 10:18 彭成刚 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 单词本z custom cu = com 一起 都, st=suet 自己, om 尾缀, 都是自己身上的 = 习惯,习俗 custom 来自拉丁语 consuetus cu = com st = suet 这里 su是词根 自己的意思 et是个词缀 self 自己 词根是 sel 就是这里的su 阅读全文
posted @ 2022-10-10 08:36 彭成刚 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 为什么 装了win11 后 装了ubuntu 后 ,就得安装 tmux 安装 在Ubuntu和Debian上安装Tmux sudo apt install tmux 美化 $ cd ~/ $ git clone https://github.com/gpakosz/.tmux.git $ ln -s 阅读全文
posted @ 2022-10-09 09:08 彭成刚 阅读(57) 评论(0) 推荐(0) 编辑
摘要: linux 前端 jenkins打包失败 permission 权限安装 root 安装nodejs,没有权限,另一个账号,需要chmod将文件权限打开 开始以为nodejs版本问题 最后发现是安装nodejs是一个账号 脚本运行是root账号,没有权限运行 将nodejs的权限,root的全部打开 阅读全文
posted @ 2022-10-08 15:32 彭成刚 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 单词本z ctrl shift alt ctrl = control = 控制 con = com = 一起 tr- = 踩 踏 - 原始印欧语形式为 *der- contra = 相对,相反(一起踩踏,这里是指财务对账,两个表,对比,看是否有不一样的地方) rol = roll = 轮子 = 抽象 阅读全文
posted @ 2022-10-08 09:14 彭成刚 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 摆脱鼠标系列 Trigger Suggest 快捷键 改成 Shift + Space 看marp插件的时候,发现用ctrl + space 自动提示,但是我这里是输入法 阅读全文
posted @ 2022-10-07 12:04 彭成刚 阅读(39) 评论(0) 推荐(0) 编辑
摘要: ambition 雄心 amb = ab = about = around = 环绕 it = go = 走 ion 名词 重点是 amb 环绕 这里是抽象含义 表示内心向外扩展 所以是雄心 ambulance 救护车 amb 环绕 ul 连词符 ance 名词 这里 amb环绕是 具体含义 表示救 阅读全文
posted @ 2022-10-07 10:52 彭成刚 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 单词本z escort 护卫 es=ex 出去 cor=con=com 一起, 一起出去 = 护卫 escort 护卫, 护送 这个单词按照我自己理解的反而好记住 es = ex = 出 cor = con = com = 一起 t = do 这个单词就是 一起出去 的意思,一起出去 = 护送 护卫 阅读全文
posted @ 2022-10-07 10:31 彭成刚 阅读(223) 评论(0) 推荐(0) 编辑
摘要: launch = to throw 词根 launc = lanc = to throw 表示 to throw 的词根有三组 拉丁语的lanc/launc,sip 拉丁语的ject, jac(jet) 希腊语的bol(bl,bal) 拉丁语的mit,miss意为to send,to throw 中 阅读全文
posted @ 2022-10-06 21:47 彭成刚 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 摆脱鼠标系列 vscode 向右拆分编辑器 ctrl + 右箭头 为什么 今天看见一个两栏工作的,左侧放的是目录大纲,右侧是代码内容 用快捷键 ctrl + 右箭头 快速扩展一个,关闭可以ctrl + alt + 左箭头 或者ctrl + w 关闭 ctrl + h 和 ctrl + l 是左右切换 阅读全文
posted @ 2022-10-05 15:41 彭成刚 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 摆脱鼠标系列 - vscode 上一个编辑器 下一个编辑器 Ctrl + H Ctrl + L 为什么 根据 hjkl h是左边的原则 h 左移一位 b 左移一个单词 H 移动到句首 0 是行首 I是句首插入 所以 ctrl + h 就应该是左移编辑器 这里ctrl + h 默认是替换,但是使用频率 阅读全文
posted @ 2022-10-05 13:57 彭成刚 阅读(129) 评论(0) 推荐(0) 编辑
摘要: exploration plor,ploit — flow out ,weep 为什么 今天新学了个单词 exploration 很简单可以查出和 explore有关联 exploration n. 探险, 踏勘, 探测 助记:explore【探险】 + -ation表名词,是单词explore 派 阅读全文
posted @ 2022-10-04 22:03 彭成刚 阅读(191) 评论(0) 推荐(0) 编辑
摘要: Key :white_check_mark: - command done :white_check_mark: :star: - command done with VS Code specific customization :warning: - some variations of the 阅读全文
posted @ 2022-10-03 20:59 彭成刚 阅读(192) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页