摘要:
一、firewalld 防火墙 语法命令如下:启用区域端口和协议组合 firewall-cmd [--zone=] --add-port=[-]/ [--timeout=] 将启用端口和协议的组合。 端口可以是一个单独的端口 或者是一个端口范围 -。 协议可... 阅读全文
摘要:
Jdk的下载和配置 1:首先下载Linux版本的jdk 官网:https://www.oracle.com/technetwork/java/javase/downloads/index.html 下载完成 可以在xshell里面上传到指定... 阅读全文
摘要:
update rivers_work_order set users=replace(users,",64","") where users like "%64%"; 阅读全文
摘要:
1.查看 fdisk -l 2.下载 yum install -y parted 4.parted /dev/vdb 5.partprobe 6.fdisk -lu /dev/vdb 7.mkfs -t ext4 /dev/vdb ... 阅读全文
摘要:
解决Swagger测试输入Date类型问题 Failed to convert from type [java.lang.String] to type [@io.swagger.annotations.ApiModelProperty java.util.... 阅读全文
摘要:
切换到源码包: cd /usr/local/src/nginx-1.11.3 查看nginx原有的模块 /usr/local/nginx/sbin/nginx -V 在configure arguments:后面显示的原有的configure参数如下: --p... 阅读全文
摘要:
PostMan接口测试传递Map类型参数 Step 1: 设置Header Step 2: 设置参数体 以json格式写好数据 Step 3:Controller层方法体参数设置 测试结果: 阅读全文
摘要:
基本配置 第一步 1. 打开Git Bash 2. 设置用户信息 git config --global user.name “itcast” git config --global user.email “hello@itcast.cn” 查看配置... 阅读全文
mysql5.7 1819_mysql5.7 ERROR 1819 (HY000): Your password does not satisfy the current policy requir.
摘要:
首先,修改validate_password_policy参数的值 mysql> set global validate_password_policy=0; Query OK,0 rows affected (0.00 sec) validate_passw... 阅读全文
摘要:
mysql连数据库的时候报错: 1251 client does not support authentication protocol requested by server;consider upgrading Mysql client ERROR 139... 阅读全文