logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue-router使用是报错. TypeError: Cannot read properties of undefined (reading ‘matched‘)

vue-router报错TypeError: Cannot read properties of undefined (reading ‘matched‘)

文章图片
#vue.js
SpringBoot 国际化LocaleContextHolder的基本配置

在resources创建文件messages_zh_CN.properties(中文),写入#Unicode转码hello=\u4f60\u597Dmessages_en_US.properties(英文),写入hello=hello world结构如图创建配置类@Configuration@EnableAutoConfiguration@ComponentScanpublic class Loc

#spring boot#java
SpringBoot 集成Redis 对需要自增操作(increment)的key设置过期时间

SpringBoot 集成Redis 对需要自增操作(increment)的key设置过期时间

文章图片
#java#redis#spring boot
JDBC 连接 PostgreSQL

驱动依赖org.postgresqlpostgresql42.2.19JDBC操作Class.forName("org.postgresql.Driver");String url = "jdbc:postgresql://172.18.9.114:5432/postgres";String username = "pgdba";String password = "pgdba";//在表spat

#postgresql#java
暂无文章信息