logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

YumRepo Error: All mirror URLs are not using ftp, http[s] or file.

一开始这个遇到这个问题,去百度找了好几个回答,都是说DNS配置不正确,防火墙没关,还有让修改网络适配器为桥接模式,于是盲目的跟着修改,发现压根没用。于是,只能静下心来思考,慢慢找出真正原因。一、首先确保我的虚拟机网络是通的。网卡域名服务器配置:cat /etc/sysconfig/network-scripts/ifcfg-eth0然后cat/etc/resolv.conf,这里的nameserv

#linux#centos
docker安装mysql

docker安装并启动mysql容器

#docker#mysql#数据库
[Vue warn]: Error in event handler for "el.form.blur": "TypeError: callback is not a function"解决

callback的简单理解调用一次callback相当于调用一次函数,比如:function f(x) {console.log(x)}function testCallBack(callback) { //关键字callback,表示这个参数不是一个普通变量,而是一个函数const reg = /^[1-9]*[0-9]?(\\.[0-9]*)?$/;if(val...

springboot搭建web项目完整步骤

1、使用idea工具创建springboot项目第一步:后续直接点next,下一步直到进入依赖选择页面,Web选择Spring Web,Template Engines选择Thymeleaf(模板引擎若在项目建立之后需要改动,可在application.yml进行配置即可),SQL选择JDBC API,Mybatis,MySQL Driver2、建好项目后会自动生成pom.xml并自动...

#spring boot#java
解决‘axios is not defined’

浏览器报错:方法一,解决步骤:1、网上下载axios.js,并放入vue工程plugins目录下2、在main.js引入axiosimport axios from './plugins/axios3、在相应页面中使用created() {const _this = thisaxios.get('http://localhost:8181/book/...

#vue.js
springboot搭建web项目完整步骤

1、使用idea工具创建springboot项目第一步:后续直接点next,下一步直到进入依赖选择页面,Web选择Spring Web,Template Engines选择Thymeleaf(模板引擎若在项目建立之后需要改动,可在application.yml进行配置即可),SQL选择JDBC API,Mybatis,MySQL Driver2、建好项目后会自动生成pom.xml并自动...

#spring boot#java
解决‘axios is not defined’

浏览器报错:方法一,解决步骤:1、网上下载axios.js,并放入vue工程plugins目录下2、在main.js引入axiosimport axios from './plugins/axios3、在相应页面中使用created() {const _this = thisaxios.get('http://localhost:8181/book/...

#vue.js
解决‘axios is not defined’

浏览器报错:方法一,解决步骤:1、网上下载axios.js,并放入vue工程plugins目录下2、在main.js引入axiosimport axios from './plugins/axios3、在相应页面中使用created() {const _this = thisaxios.get('http://localhost:8181/book/...

#vue.js
    共 12 条
  • 1
  • 2
  • 请选择