logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Eclipse配置、创建、使用Maven project

Apache maven 下载包https://mirrors.cnnic.cn/apache/maven/maven-3/下载压缩包解压到文件夹配置文件夹下的文件E:\apache-maven-3.3.9-bin\apache-maven-3.3.9\conf - settings.xml新建一个localRepository 是你的maven文件夹地址E:\DevelopF...

#jar
elementUI的vue的列表图片悬浮,鼠标移动去图片放大。

<el-table-column label="图片" align="center" prop="picture" ><template slot-scope="scope"><el-popover placement="right" trigger="hover"><img :src="scope.row.picture" style="width:20

VUE 判断是否存在某个值

let barginFlag=[1,2,3,4];let a=3;let b=9;//存在,flag1==0let flag1= barginFlag.findIndex(item => item=== a)console.log(flag1)//不存在:flag2==-1let flag2= barginFlag.findIndex(item => item=== b)console

解决日期转换异常 JSON parse error: Cannot deserialize value of type `java.util.Date` from String

vue Spring 传参时,日期 date类型,前端传入日期字符串【带有时分秒】,bean类接收JSON转换异常问题,异常详情如下Cannot deserialize value of type `java.util.Date` from String "2020-08-12 11:45:12": not a valid representation (error: Failed to pars

#bug
vue动态class点击没反应

:class="item.id==activeId?'active-list':'search-list'"vue动态class点击不显示的时候,没反应,在动态的class后加一个!important

#ios#sass
vue的elementUI分两列

<el-row><el-col :span="12"><div class="grid-content"></div></el-col><el-col :span="12"><div class="grid-content"></div></el-col></el-row>

vue js判断字符是中文,英文,数字

//验证是否是中文var pattern = new RegExp("[\u4E00-\u9FA5]+");var str = "中文字符"if(pattern.test(str)){alert('该字符串是中文');}//验证是否是英文var pattern2 = new RegExp("[A-Za-z]+");var str2 = "abcdefsgaaweg"if(pattern2.test

vue中的空格使用

  == 普通的英文半角空格  ==   ==   == no-break space (普通的英文半角空格但不换行)  == 中文全角空格 (一个中文宽度)  ==   == en空格 (半个中文宽度)  ==   == em空格

2021-06-11

若依后台框架com/blog/web/controller/common/CaptchaController.java的// 验证码类型@Value("${blog.captchaType}")中的blog是在src/main/resources/application.yml文件中的blog名称 改的要同时改要不然报错、org.springframework.beans.factory.Bean

#spring boot
若依角色菜单

若依框架系统的角色管理管理联动菜单

    共 18 条
  • 1
  • 2
  • 请选择