Springboot01——HelloWolrd 准备工作 环境: java version 1.8 Maven- 3.6 SpringBoot 2.x 最新版 版本检测命令: java -version mvn -v 开发工具 IntellliJ IDEA (2020版) Spring官网 Spr ...
分类:
编程语言 时间:
2021-01-27 13:40:26
阅读次数:
0
-- 1064 -- 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use nea ...
分类:
其他好文 时间:
2021-01-27 13:38:40
阅读次数:
0
经过排查,发现是下图的错误 报错显示,el-input输入框绑定的值需要是String或者Number类型的,但是我这里绑定的是Boolean值! 其实我的业务就是Boolean的,只不过一开始想先把页面快速弄出来,然后再把输入框改成Switch开关的 这样就没问题了。 ...
分类:
其他好文 时间:
2021-01-27 13:36:01
阅读次数:
0
多台服务器Docker-compose 安装zookeeper集群 安装docker-compose zookeeper安装与配置 检查集群 安装docker-compose ? 安装docker:sudo apt-get install docker.io ? 开机启动docker sudo sy ...
分类:
其他好文 时间:
2021-01-27 13:35:09
阅读次数:
0
第一种:json-lib 依赖: <dependency> <groupId>net.sf.json-lib</groupId> <artifactId>json-lib</artifactId> <version>2.4</version> <classifier>jdk15</classifie ...
分类:
其他好文 时间:
2021-01-27 13:33:47
阅读次数:
0
mac安装homebrew失败怎么办? 根据官网介绍的安装方式 https://brew.sh/index_zh-cn /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ...
分类:
系统相关 时间:
2021-01-27 13:25:07
阅读次数:
0
1、JWT依赖 <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> <version>3.4.0</version> </dependency> 2、写个测试类测试下JWT import com.au ...
分类:
其他好文 时间:
2021-01-27 13:16:42
阅读次数:
0
仅供自己学习 题目: The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a ...
分类:
其他好文 时间:
2021-01-27 13:14:49
阅读次数:
0
1、依赖 <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> <version>3.4.0</version> </dependency> 2、JWT工具类生成 import com.auth0.jw ...
分类:
编程语言 时间:
2021-01-27 13:14:05
阅读次数:
0
expr命令 expr命令计算给定表达式并显示其相应的输出,其被使用用于:基本操作像加法、减法、乘法、除法和模等等整数,求值正则表达式,字符串操作,如子字符串,字符串长度等。 语法 expr [EXPRESSION | OPTION] 参数 --help: 输出帮助信息。 --version: 输出 ...
分类:
其他好文 时间:
2021-01-27 13:05:36
阅读次数:
0