月份:2018年6月

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…


centos6.5安装mysql8.0.11

需要安装的依赖: yum install perl yum install numactl


将IIS请求转发到Tomcat

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


如何在Oracle中查看各个表,表空间占用空间的大小

一、查看表占用空间大小语句: 1 2 3 4 select t.segment_name, t.segment…