06 2023 档案

摘要: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) 编辑
摘要:​ 解决:npm run serve 错误,或者 npm run build 错误 错误原因: 使用了 过高版本的 Node.js 解决办法: 本人电脑上安装了,nvm 可以快速的 安装node 的其他版本,当 降版本到 Node v16.14.1 时,才可以正常运行(太坑了) nvm 安装 v16 阅读全文
posted @ 2023-06-08 21:53 小小的编程员 阅读(335) 评论(0) 推荐(0) 编辑
摘要:千万注意: 配置完成后, 或者 添加修改 .prettierrc.js .prettierignore 后,需要重启项目!!! 重启项目!!! 不然 会 好多地方闪红 原理应该在于: 编译器 打开时 读取配置文件, 修改配置后需要 重载 才能修改运行配置 重载前: 重载后: vue中 使用 vue 阅读全文
posted @ 2023-06-08 21:50 小小的编程员 阅读(113) 评论(0) 推荐(0) 编辑
摘要:在 pom.xml 中添加代码 ``` org.apache.maven.plugins maven-dependency-plugin 2.8 copy-dependencies package copy-dependencies ${project.build.directory}/lib fa 阅读全文
posted @ 2023-06-08 12:07 小小的编程员 阅读(40) 评论(1) 推荐(0) 编辑
摘要:一、Jenkins的安装 (一)Docker安装 Jenkins的安装有很多方式,docker的方式进行安装: docker run \ -u root \ --rm \ -d \ -p 8080:8080 \ -p 50000:50000 \ -v jenkins-data:/var/jenkin 阅读全文
posted @ 2023-06-04 18:19 小小的编程员 阅读(174) 评论(0) 推荐(0) 编辑
摘要:1. 需求分析阶段:根据"软件需求规则说明书"生成 er模型 2. 概念结构阶段:根据"转换规则"把ER模型 转成关系模型 3.逻辑结构设计阶段: 根据"三范式"规则(要求) 把关系模型 转换成 基本表 实体-联系模型# 基本概念# 实体:实体是有别于其他对象的一个事物,比如人,教师,学生,课程,专 阅读全文
posted @ 2023-06-01 22:27 小小的编程员 阅读(124) 评论(0) 推荐(0) 编辑
摘要:模板地址: https://github.com/esofar/cnblogs-theme-silence/ 📌 概念 方面: [https://www.notion.so/Linux-7936ecc98c814cddb5b48b3af63f7256#f69880e4b11d406b9e6a2eb 阅读全文
posted @ 2023-06-01 21:45 小小的编程员 阅读(14) 评论(0) 推荐(0) 编辑
摘要:安师大发顺丰asdf 阅读全文
posted @ 2023-06-01 21:28 小小的编程员 阅读(9) 评论(0) 推荐(0) 编辑

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