摘要:
日志及分类 日志(log) 主要用来记录系统运行中一些重要操作信息 便于监视系统运行情况,帮助用户提前发现喝避开可能出现的问题,或者出现问题后根据日志找到原因 日志分类 SQL日志、异常日志、业务日期 JDK提供日志记录功能 log4j是一个非常优秀的开源日志记录工具 控制日志的输出级别 控制日志信 阅读全文
摘要:
1,isNotEmpty(str)等价于 str != null && str != "" && str.length > 0。 2,isNotBlank(str) 等价于 str != null && str != "" && str.length > 0 && str.trim().length 阅读全文
摘要:
public static void main(String[] args) { Xm xm = new Xm(); Resource resource = new ClassPathResource("applicationContext-common.xml"); BeanFactory fac 阅读全文
摘要:
1.下载mybatis generator插件:https://dl.bintray.com/mybatis/mybatis-generator/zipped/ 2. 解压zip包,并将其中的features和plugin放到eclipse的dropins下 3.所需jar包 4.因为默认生成的实体 阅读全文
摘要:
阅读全文
摘要:
ntpdate cn.pool.ntp.org SERVER=192.168.127.1 PORT=3306 for num in {1..300}; do </dev/tcp/$SERVER/$PORT if [ "$?" -ne 0 ]; then echo "Connection to $SE 阅读全文
摘要:
1.显示vsftpd 在linux任何工作等级下都没有自启动 [root@242 ~]# chkconfig --list|grep vsftpd vsftpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off 2.设置vsftpd自启动 [root@242 ~]# 阅读全文
摘要:
/* Navicat MySQL Data Transfer Source Server : 192.168.1.201(yyxt) Source Server Version : 50168 Source Host : 192.168.1.201:3306 Source Database : ga 阅读全文
摘要:
/* Navicat MySQL Data Transfer Source Server : 192.168.1.201(yyxt) Source Server Version : 50168 Source Host : 192.168.1.201:3306 Source Database : ga 阅读全文
摘要:
油品代码表 /* Navicat MySQL Data Transfer Source Server : 192.168.1.201(yyxt) Source Server Version : 50168 Source Host : 192.168.1.201:3306 Source Databas 阅读全文