#定义Nginx执行的用户和用户组 user www www; #nginx进程数,建议设置为等于CPU总核心数。 worker_processes 8; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ] error_log /v ...
分类:
其他好文 时间:
2017-05-07 14:56:13
阅读次数:
169
Maven install Warn:The artifact aspectj:aspectjrt:jar:1.5.4 has been relocated to org.aspectj:aspectjrt:jar:1.5.4 ...
分类:
编程语言 时间:
2017-05-07 12:52:19
阅读次数:
271
有时候我们需要把一些报错ERROR日志单独存到指定文件 ,这时候,Threshold属性就派上用场了; Threshold属性可以指定日志level Log4j根据日志信息的重要程度,分OFF、FATAL、ERROR、WARN、INFO、DEBUG、ALL 比如我们指定某个appender的Thre ...
分类:
其他好文 时间:
2017-05-06 20:46:44
阅读次数:
201
用Hibernate连上数据库之后不能插入数据,报了这个错误。 直接写我的解决办法:在src下面新建file名为log4j.properties内容如下:# Configure logging for testing: optionally with log filelog4j.rootLogger ...
分类:
移动开发 时间:
2017-05-03 13:22:41
阅读次数:
198
17/05/02 15:45:28 WARN conf.HiveConf: DEPRECATED: hive.metastore.ds.retry.* no longer has any effect. Use hive.hmshandler.retry.* insteadorg.apache.th ...
分类:
数据库 时间:
2017-05-02 16:48:54
阅读次数:
297
传送门 Description Watchmen are in a danger and Doctor Manhattan together with his friend Daniel Dreiberg should warn them as soon as possible. There are ...
分类:
其他好文 时间:
2017-05-01 01:19:05
阅读次数:
246
ElasticSearch 5.0.0 安装部署常见错误或问题问题一:[2016-11-06T16:27:21,712][WARN ][o.e.b.JNANatives ] unable to install syscall filter:Java.lang.UnsupportedOperation ...
分类:
其他好文 时间:
2017-04-27 19:51:07
阅读次数:
486
#!/bin/bash
foriin{1..5}
do
echoworkspace${i}>>/opt/server.log
TAIL=$(grep-n‘^\[11‘/data/serverlogs/workspace$i/warn/warn|awk-F:‘{print$1}‘|tail-1)
HEAD=$(grep-n‘^\[11‘/data/serverlogs/workspace$i/warn/warn|awk-F:‘{print$1}‘|head-1)
COUNT=`expr$TAIL-$..
分类:
其他好文 时间:
2017-04-27 19:44:05
阅读次数:
116
[Vue warn]: Attribute "id" is ignored on component <div> because the component is a fragment instance 今天自己做一个vue小项目的时候,老是报这个错误,百度之后解释是只能有一个最顶级的父元素,但是我 ...
分类:
其他好文 时间:
2017-04-26 12:59:22
阅读次数:
740
例如:[hadoop@db01 hadoop-2.5.0]$ bin/hdfs dfs -ls17/03/01 21:50:33 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... ...
分类:
其他好文 时间:
2017-04-19 10:11:57
阅读次数:
368