上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: 日志及分类 日志(log) 主要用来记录系统运行中一些重要操作信息 便于监视系统运行情况,帮助用户提前发现喝避开可能出现的问题,或者出现问题后根据日志找到原因 日志分类 SQL日志、异常日志、业务日期 JDK提供日志记录功能 log4j是一个非常优秀的开源日志记录工具 控制日志的输出级别 控制日志信 阅读全文
posted @ 2019-11-15 13:44 Java-Legend 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 1,isNotEmpty(str)等价于 str != null && str != "" && str.length > 0。 2,isNotBlank(str) 等价于 str != null && str != "" && str.length > 0 && str.trim().length 阅读全文
posted @ 2019-11-13 09:38 Java-Legend 阅读(270) 评论(0) 推荐(1) 编辑
摘要: public static void main(String[] args) { Xm xm = new Xm(); Resource resource = new ClassPathResource("applicationContext-common.xml"); BeanFactory fac 阅读全文
posted @ 2019-11-13 09:10 Java-Legend 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 1.下载mybatis generator插件:https://dl.bintray.com/mybatis/mybatis-generator/zipped/ 2. 解压zip包,并将其中的features和plugin放到eclipse的dropins下 3.所需jar包 4.因为默认生成的实体 阅读全文
posted @ 2019-11-12 15:36 Java-Legend 阅读(1641) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-11-08 16:22 Java-Legend 阅读(1220) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2019-11-08 15:28 Java-Legend 阅读(672) 评论(0) 推荐(0) 编辑
摘要: 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 ~]# 阅读全文
posted @ 2019-11-07 15:43 Java-Legend 阅读(4950) 评论(0) 推荐(0) 编辑
摘要: /* 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 阅读全文
posted @ 2019-11-07 15:07 Java-Legend 阅读(1204) 评论(0) 推荐(0) 编辑
摘要: /* 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 阅读全文
posted @ 2019-11-07 15:00 Java-Legend 阅读(2093) 评论(0) 推荐(0) 编辑
摘要: 油品代码表 /* Navicat MySQL Data Transfer Source Server : 192.168.1.201(yyxt) Source Server Version : 50168 Source Host : 192.168.1.201:3306 Source Databas 阅读全文
posted @ 2019-11-07 14:57 Java-Legend 阅读(1349) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 13 下一页