部分内容源自网络,侵删,联系请看关于或声明。

阿里云maven

背景 今天创建了一个spring boot的demo项目,发现maven一直拉取失败,用了两年一直没有问题,报了如下错误。 Non-resolvable parent POM for com.elysia:demo:0.0.1-SNAPSHOT: The following artifacts co

thumbnail of the cover of the post

NVM-node版本管理器

本文记录了作者在帮助同学解决前端依赖拉取失败问题时的完整处理过程。最初遇到npm淘宝镜像源证书过期错误,尝试更换多个镜像源和忽略SSL验证均未成功。随后作者意识到可能是Node版本问题,决定卸载Node 18.0.0并安装NVM进行多版本管理。文章详细说明了NVM的安装步骤(强调需彻底删除原有Node环境),并提供了NVM的常用命令指南,包括安装指定Node版本、查看版本列表、切换版本以及配置淘宝镜像源的方法。最终通过NVM成功解决了依赖下载问题。

thumbnail of the cover of the post

Waline部署-MySQL版

背景 闲着没事在虚拟机上的halo应用商店看到了waline,于是就开始了折腾。 历程 官方文档里推荐的是使用LeanCloud当数据库,但是LeanCloud需要绑定域名,对于只在本地测试的用户来说不是很友好。 网上查阅的相关部署文档基本都是以LeanCloud为数据库,在查阅官方文档后发现了多数

thumbnail of the cover of the post

仪表盘

代码 <template> <div class="dashboard-container"> <github-corner class="github-corner" /> <el-row :gutter="40" class="panel-group"> <el-

thumbnail of the cover of the post

留言板

代码 <template> <div class="ciallo" @click="addClickEffect"> <!-- 弹幕输入框 --> <div class="message-container" > <h1 class="message-title">轻

thumbnail of the cover of the post

石蒜模拟器

一、源码 GitHub地址 二、引入 找到自己网页的主入口,将下面代码插入head标签中,如图所示。 不做移动端判断,即移动端也显示 <div id="sakana-widget" style="position: fixed; bottom: 10px; right: 20px; z-index:

thumbnail of the cover of the post

期末模拟答辩

一、文档背景 大二下学期某个课程的模拟答辩。 二、小组安排 表2-1 小组成员与职责 成员 职责 博主 组长、项目部署、项目测试、文档编写 *** 后端测试、本地部署 *** 前端测试、本地部署 三、项目背景 当今社会,随着教育水平的提高和教育资源的广泛普及,考试成为了人们测量学习成果和能力的重要方

thumbnail of the cover of the post