随笔分类 -  工具

工具的使用教程
摘要:在script 中使用store https://blog.csdn.net/SubStar/article/details/116077737 <script> import { getCurrentInstance } from "vue"; import { useStore } from " 阅读全文
posted @ 2023-11-17 12:05 小小的编程员 阅读(3531) 评论(0) 推荐(0) 编辑
摘要:package.json 文件配置 { "name": "webpage", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service b 阅读全文
posted @ 2023-11-17 10:59 小小的编程员 阅读(62) 评论(0) 推荐(0) 编辑
摘要:flex属性详解 juejin.cn溪阳 网页布局 最早的时候,网页排版通常是通过 table 元素实现的,在 table 的单元格里使用 align、valign 来实现水平和垂直方向的对齐 后来随着 html 语义化 和 CSS 的发展,浮动布局和定位布局也出现了,还有text-align: c 阅读全文
posted @ 2023-11-12 11:38 小小的编程员 阅读(23) 评论(0) 推荐(0) 编辑
摘要:查看当前 java -version 此时观察到 java版本为 1.8, 需要更新到 jdk11 查看系统 环境变量设置 vim /etc/profile 在编辑器 页面,输入 set nu 向下滚动到指定位置 进入 /etc/profile.d cd /etc/profile.d 创建文件 vi 阅读全文
posted @ 2023-11-02 17:43 小小的编程员 阅读(9) 评论(0) 推荐(0) 编辑
摘要:git分支中, main 表示稳定版本, develop 为开发版 , dev-** 为开发具体功能的版本 所以, 开发时 一般在 dev-** 分支中, 提交到 develop 版本 开发功能步骤: git create branch and switch dev-*** 编码 git switc 阅读全文
posted @ 2023-10-17 12:42 小小的编程员 阅读(65) 评论(0) 推荐(0) 编辑
摘要:maven 添加更多版本的 archetype 阅读全文
posted @ 2023-09-21 09:01 小小的编程员 阅读(132) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/sinat_28631741/article/details/115634230 https://www.cnblogs.com/lc-blogs/p/17222065.html https://blog.csdn.net/weixin_45986798/ 阅读全文
posted @ 2023-06-12 16:00 小小的编程员 阅读(6) 评论(0) 推荐(0) 编辑
摘要:1. 设置 ssh 公钥 参考连接 : 生成/添加SSH公钥 - Gitee.com win+r 输入 cmd,打开cmd 窗口 在 窗口中,输入 ssh-keygen -t ed25519 -C "xxxxx@xxxxx.com" xxxxx@xxxxx.com: 尽量为 自己的邮箱地址, 输入命 阅读全文
posted @ 2023-06-08 23:11 小小的编程员 阅读(610) 评论(0) 推荐(0) 编辑
摘要:千万注意: 配置完成后, 或者 添加修改 .prettierrc.js .prettierignore 后,需要重启项目!!! 重启项目!!! 不然 会 好多地方闪红 原理应该在于: 编译器 打开时 读取配置文件, 修改配置后需要 重载 才能修改运行配置 重载前: 重载后: vue中 使用 vue 阅读全文
posted @ 2023-06-08 21:50 小小的编程员 阅读(113) 评论(0) 推荐(0) 编辑

more_horiz
keyboard_arrow_up light_mode palette
选择主题
点击右上角即可分享
微信分享提示