logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

CentoS 7.8.2003 安装篇一:Nginx

一、查看linux系统版本cat /etc/redhat-release二、

#centos#nginx
cvc-elt.1: Cannot find the declaration of element ‘project‘.

eclipse 使用maven构建项目时,pom文件报错 :cvc-elt.1: Cannot find the declaration of element 'project'.先执行update project再关闭eclipse,打开就可以

#eclipse
vue3 reruen false 返回之后,代码继续执行

1.产生原因代码const login = async () => {state.loading.signIn = true;//验证账号密码是否存在await loginSumit(state.ruleForm).then(res => {if (!res.state) {wmpWarn(res.message);state.loading.signIn = false;return

vue 项目 Cannot read property ‘forEach‘ of undefined

产生此问题原因 :createRouter(),创建路由时候传入参数名称存在问题官方文档指出createRouter()方法参数名history,routes 。排查这两个参数名称,传入的名称必须和这个一样错误代码分析:重点看红色框框中代码以上代码我使用简写方式,创建路由这步操作中传入的参数 我传入的 routers 这个参数名称和官方文档中 routes 参数名称不一致,造成此错误原因这个地方我

npm 更新VUE package.json文件中依赖的包版本

1.安装npm install -g npm-check-updates可能会出现以下错误:npm ERR! syscall mkdirnpm ERR! path D:\node\node_global\node_modules\npm-check-updatesnpm ERR! errno -4048npm ERR! Error: EPERM: operation not permitted,

文章图片
#npm
java.net.NoRouteToHostException: No route to host (Host unreachable)

产生场景:应用服务器 连接 数据库服务器,连接不上,提示java.net.NoRouteToHostException: No route to host (Host unreachable)原因:数据库这台服务器防火墙没开放数据库端口解决步骤: 以数据库 端口为例(linux操作系统)步骤1.查看数据库服务器已开放端口 命令:firewall-cmd --list-ports步骤2.可以看到只开

Field baseMapper in com.baomidou.mybatisplus.extension.service.impl.ServiceImpl required a single be

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2019-07-17 09:16:28.739 ERROR 9800 --- [main] o.s.b.d.LoggingFailureAnalysisReporter:**

到底了