上一页 1 ··· 177 178 179 180 181 182 183 184 185 ··· 347 下一页
摘要: 1、从官方网站下载 jakarta-log4j-1.2.17.tar.gz http://logging.apache.org/log4j/1.2/download.html 2、在eclipse中将log4j-1.2.17.jar复制到 WebContent/WEB-INF/lib 下, 或添加引 阅读全文
posted @ 2019-04-08 16:52 emanlee 阅读(531) 评论(0) 推荐(0)
摘要: 前言 有时候tomcat报错未详细,未能定位到原因。 解决方法: 获取更详细的日志,以便调试。 详细步骤: 获取详细的日志,方法如下: 在WEB-INF/classes目录下logging.properties文件末尾追加以下内容(红色字体,#是注释用于理解): #配置tomcat的日志输出方式,这 阅读全文
posted @ 2019-04-08 14:12 emanlee 阅读(526) 评论(0) 推荐(0)
摘要: 运行servler报错 java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileItemFactory 或 java.lang.ClassNotFoundException: org.apache.commons.fileu 阅读全文
posted @ 2019-04-01 13:15 emanlee 阅读(945) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-03-08 09:32 emanlee 阅读(1384) 评论(0) 推荐(0)
摘要: You can do this with find alone using the -exec action: {} will be expanded to the files found and + will enable us to read as many arguments as possi 阅读全文
posted @ 2019-03-08 09:27 emanlee 阅读(246) 评论(0) 推荐(0)
摘要: 链接:https://www.zhihu.com/question/266170237/answer/342137190 设置Chrome启用Flash,修改配置之前先看Chrome的版本,不同版本设置方法不一样。 ## Chrome 69.0之前 ##1. 打开 chrome://settings 阅读全文
posted @ 2019-03-01 14:02 emanlee 阅读(7308) 评论(0) 推荐(0)
摘要: centos7用的是firewall 添加单个黑名单只需要把ip添加到 /etc/hosts.deny 格式 sshd:$IP:deny vim /etc/hosts.deny 添加你要禁止的ip就可以了 这是允许的 /etc/hosts.allow sshd:19.16.18.1:allow ss 阅读全文
posted @ 2019-01-31 19:37 emanlee 阅读(13990) 评论(0) 推荐(1)
摘要: cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 10 Intel(R) Xeon(R) CPU E5-2430 v4 @ 2.10GHz 阅读全文
posted @ 2019-01-30 21:35 emanlee 阅读(13348) 评论(0) 推荐(0)
摘要: [root@]# smartctl --all /dev/sdasmartctl 6.5 2016-05-07 r4318 [x86_64-linux-3.10.0-957.1.3.el7.x86_64] (local build)Copyright (C) 2002-16, Bruce Allen 阅读全文
posted @ 2019-01-30 10:05 emanlee 阅读(10308) 评论(0) 推荐(0)
摘要: 调试脚本检查脚本语法错误bash -n /path/to/some_script调试执行bash -x /path/to/some_scriptshell里的变量 本地变量:只对当前shell有效;作用范围可以是整个shell程序文件,包括脚本中的函数,对其他的shell无效。 环境变量:对当前sh 阅读全文
posted @ 2019-01-28 23:34 emanlee 阅读(470) 评论(0) 推荐(0)
上一页 1 ··· 177 178 179 180 181 182 183 184 185 ··· 347 下一页