log4j日志配置1、配置根Logger:log4j.rootLogger = [ level ] , appenderName, appenderName2level:日志的级别,指定这条日志信息的重要性。分为ALL < DEBUG < INFO < WARN 一般常用的为DEBUG , INFO...
分类:
其他好文 时间:
2014-08-30 17:46:09
阅读次数:
230
08/30/14 11:19:33,422 INFO =============CDN BaseLib is starting......!================ pid = 6050 [src/main.cpp:537]
08/30/14 11:19:33,422 TRACE Enter InitThreadPool() [src/main.cpp:378]
08/30/14 11:1...
分类:
其他好文 时间:
2014-08-30 12:42:29
阅读次数:
214
08/30/14 11:19:37,742 INFO =============cdnadapter is starting...... ! ============= pid = 6199 [./src/frame.cpp:469]
08/30/14 11:19:37,742 TRACE Enter InitThreadPool() [./src/frame.cpp:196]
08/30/14 ...
分类:
其他好文 时间:
2014-08-30 12:42:19
阅读次数:
532
08/30/14 11:19:25,307 INFO
=============cl is starting...... ! ============= pid = 5735
[./src/frame.cpp:469]
08/30/14 11:19:25,307 TRACE
Enter InitThreadPool() [./src/frame.cpp:196]
08/30/14 11:...
分类:
其他好文 时间:
2014-08-30 12:42:09
阅读次数:
318
08/30/14 11:19:29,856 INFO =============CDN BaseLib is starting......!================ pid = 5894 [src/main.cpp:417]
08/30/14 11:19:29,857 TRACE Enter InitThreadPool() [src/main.cpp:260]
08/30/14 11:1...
分类:
其他好文 时间:
2014-08-30 12:42:00
阅读次数:
317
问题解决:这个错误是:yarn里面的配置的格式有错误:如:yarn.resourcemanager.addressMaster:8032 在标签之间不能有空格。去掉空格OK。异常堆栈如下2014-08-30 10:20:30,171 INFO org.apache.hadoop.service.A....
分类:
其他好文 时间:
2014-08-30 11:06:39
阅读次数:
927
//其他初始化init_prop();//初始化道具init_ornamemtal();//初始化装饰物init_monster_type_info();//初始化怪物基本信息这个比较重要在加载NPC时会用到这些基本信息的储存在m_monster_type_infos[mo_type_info.nB...
分类:
其他好文 时间:
2014-08-29 23:54:58
阅读次数:
352
这是个go项目,其他的可以参考。首先要有个脚本比如demo#!/bin/bash## etcd This shell script takes care of starting and stopping Etcd## chkconfig: 2345 80 20#### BEGIN INIT INFO...
分类:
系统相关 时间:
2014-08-29 19:58:48
阅读次数:
294
ios应用之间的调用步骤:一、调用自己开发的应用 1)在plist文件中,注册对外接口 在xcode group&files 里面,展开 resources选择info.plist 鼠标右击information property list ,然后从列表中选择URL types 右击 add row...
分类:
移动开发 时间:
2014-08-29 18:06:28
阅读次数:
243
原文地址:http://www.bbtang.info/linux/web/821.html一.软件介绍(apachelighttpdnginx)1.lighttpdlighttpd是一个具有非常低的内存开销,cpu占用率低,效能好,以及丰富的模块等特点。lighttpd是众多OpenSource轻...
分类:
Web程序 时间:
2014-08-29 17:54:28
阅读次数:
217