deepin安装jdk

其他linux将环境变量配置在/etc/profile;而deepin将环境变量配置在/etc/environ…


Spring Boot的每个模块包详解

Spring Boot的每个模块包详解,具体如下: 1、spring-boot-starter  这是Spri…


redis数据类型,以及操作方式

1.string set mynum “2” get mynum 计数:INCR、IN…


mybatis的trim用法

1.在insert时使用 insert into wechat_pay_payment_detail <…


tomcat设置utf-8

file.encoding跟操作系统默认字符集有关,Windows下默认的是GBK,但我们程序一般IO流中字符…


Nginx配置跨域请求 Access-Control-Allow-Origin *

转自:http://blog.51cto.com/13523664/2060430 当出现403跨域错误的时候…


删除mysql服务

mysqld remove MySQL


JDBC链接MySQL8的注意事项

转自:https://blog.csdn.net/woshixlhm/article/details/8054…


mysql新建用户,并且授予权限

1.创建新用户 create user ‘yueya’@’%’…


Linux 防火墙开放特定端口 (iptables)

转自:https://www.cnblogs.com/wucg/p/6143204.html 查看状态: ip…