logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Linux-mount: 在 /dev/sr0 上找不到媒体

安装httpd服务程序的时候遇到个问题,由于我的虚拟机没有安装yum,所以先将yum安装上,但是出现了个往常不会出现的问题:每次挂载都挂载不上,repo配置文件也已经写好,但就是挂载不上去,提示说“mount: 在 /dev/sr0 上找不到媒体”,解决方法如下:检查步骤:检查系统镜像文件是否存在,已存在。检查虚拟机设置,发现“已连接”没有勾选上,所以勾选上去。重新挂载。若嫌弃第2步麻烦,可以尝试

#linux#运维#centos
Vscode 中设置 vue模板内容

vscode中设置 vue 模板内容缘由设置要求1:vscode 先下载插件 `vetur`2: 菜单栏 -文件 - 首选项 - 用户代码片段3:使用缘由由于每次在 vscode 中创建vue的文件的时候,都需要手动书写templete,模板script,脚本style,样式这些重复和繁琐的事情,是可以定义一个模板信息的设置要求1:vscode 先下载插件vetur2: 菜单栏 -文件 - 首选项

#visual studio code#vue.js
Module build failed: Error: ENOENT: no such file or directory, scandir,‘node_modules\node-sass\vend’

Module build failed: Error: ENOENT: no such file or directory, scandir 'F:\node_modules\node-sass\vendor'at Object.readdirSync (fs.js:790:3)at Object.getInstalledBinaries (F:\yihui\zhejiangnongxin\zjn

SpringBoot学习(四)--SpringBoo集成shiro实现基础登陆认证和权限管理

简介Shiro是Apache的一个开源安全框架,旨在简化身份验证和授权,主要用来处理身份认证,授权,企业会话管理和加密等,并且Shiro不依赖任何容器在JavaSE和JavaEE项目中都可以使用。相比较Spring家族的Spring Security,Shiro在保持强大功能的同时,还具有简单灵活轻量等特点,学习成本也要低很多,目前受到越来越多项目系统的应用,更多关于shiro的介绍可以自...

failed, reason: connect ETIMEDOUT 104.16.20.35:443、 Could not install from “node_modules\vue-fancy

新项目启动报错1.报错原因pm ERR! code ETIMEDOUTnpm ERR! errno ETIMEDOUTnpm ERR! network request to https://registry.npmjs.org/vue failed, reason: connect ETIMEDOUT 104.16.20.35:443npm ERR! network This is a probl

failed, reason: connect ETIMEDOUT 104.16.20.35:443、 Could not install from “node_modules\vue-fancy

新项目启动报错1.报错原因pm ERR! code ETIMEDOUTnpm ERR! errno ETIMEDOUTnpm ERR! network request to https://registry.npmjs.org/vue failed, reason: connect ETIMEDOUT 104.16.20.35:443npm ERR! network This is a probl

到底了