http://stephband.info/jquery.event.move/Move eventsmovestartFired following touchmove or mousemove, when the touch (or mouse) crosses a threshold dist...
分类:
Web程序 时间:
2014-09-19 08:46:05
阅读次数:
262
来自: http://www.blogjava.net/zJun/archive/2006/06/28/55511.htmlLog4J的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,能够创...
分类:
其他好文 时间:
2014-09-18 11:08:43
阅读次数:
205
本文解析了打造一个log4j日志框架项目需要的最小的和日志相关的包:
commons-logging-xxx.jar
log4j-xxx.jar
slf4j-api-xxx.jar
slf4j-log4j12-xxx.jar
有兴趣的同志可以继续看看下面:
Java 目前的开源日志框架主要分为 2层:
1)日志门面 (可以理解为接口)
2)日志框架具体代码(...
分类:
编程语言 时间:
2014-09-17 18:43:02
阅读次数:
430
将 tomcat-juli.jar 文件放置到 $CATALINA_BASE/bin 目录(实际上,该目录下已经有了)从 log4j 网站下载 jar 包,并放置于 $CATALINA_BASE/lib 目录删除 $CATALINA_BASE/conf 下的 logging.properties 文...
分类:
其他好文 时间:
2014-09-17 18:36:32
阅读次数:
158
cacti不仅把所统计的流量以图像显示出来,而且还能通过插件使得cacti的功能得到进一步的提升。Cacti插件是对cacti的扩展,要使用cacti插件必须先扩展cacti架构,来支持插件。为了让cacti能够使用插件,必须先给cacti安装一个补丁->PluginArchitecture。由于对应不同的cacti..
分类:
其他好文 时间:
2014-09-17 15:23:52
阅读次数:
235
1,导入log4j jar包;2,配置log4j.xml或log4j.properties文件;------------------------------------------------------------------------------------------------------...
分类:
其他好文 时间:
2014-09-17 10:03:41
阅读次数:
313
1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 const double Threshold = 1E-6; 8 const int CardsNumber=4; 9 cons...
分类:
其他好文 时间:
2014-09-16 23:35:11
阅读次数:
251
下面两个配置有简洁的包依赖冲突:
org.slf4j
slf4j-api
1.7.5
org.slf4j
slf4j-simple
1.7.5
kr.co.vcnc.hae...
分类:
其他好文 时间:
2014-09-16 16:02:00
阅读次数:
163
1、 Log4j是什么? Log4j可以帮助调试(有时候debug是发挥不了作 用的)和分析,要下载和了解更详细的内容,还是访问其官方网站吧:http://jakarta.apache.org/log4j。2、Log4j的概念Log4j中有三个主要的组件,它们分别是Logger、Appender和L...
分类:
其他好文 时间:
2014-09-16 15:34:30
阅读次数:
199
[hadoop@master hive_dat]$ hive? Logging initialized using configuration in file:/app/hive/conf/hive-log4j.properties Hive history file=/tmp/hadoop/hive_job_log_hadoop_201212181216_2004188466.txt h...
分类:
其他好文 时间:
2014-09-15 17:58:19
阅读次数:
402