logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

iPhone设置163邮箱 收件服务器和发件服务器填写内容

iPhone设置163邮箱 收件服务器和发件服务器填写内容

#iphone
Unable to connect to jenkins

Docker配置Jenkins后Unable to connect to Jenkins基于Docker配置jenkins,在登陆后选择Select plugins to install时出现unable to connect to jenkins试了很多CSDN和stackoverflow的方法仍然无效一个下午都没弄出来,换了一个网后就突然好了,感觉人要崩溃...

#jenkins#docker
Springboot: Parameter value xxxx did not match expected type [java.lang.String (n/a)]

Springboot: Parameter value xxxx did not match expected type [java.lang.String (n/a)]第一次接触springboot,在传输数据时遇到了这个报错。原因:在实体类中类型为String,Dao层中用的int类型导致报错。...

#spring
from origin http://localhost:xxxx has been blocked by CORS policy

在使用Springboot + Vue 前后端分离时遇到报错在方法上加上@CrossOrigin即可解决跨域问题

Vue ‘router‘ is not defined

‘router’ is not defined原因:在index.js中未定义router解决办法:router放入main.js

到底了