文件名称:LogAnalyzeDemo
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-08-27
- 文件大小:
- 14.13mb
- 下载次数:
- 0次
- 提 供 者:
- Has***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
最近完成了一个日志分析项目,执行效率也还行。顺手抽取了思路写了一个demo,分享给大家。
eclipse直接导入Java Project。build path需要自己修改一下。lib全有。
项目使用了Quartz、Jaxb和spring多线程等技术。
-Recently completed a log analysis program, the efficiency is also okay. Easily extracted the idea to write a demo, to others. eclipse directly into the Java Project. build path needs its own corrections. lib all have. Project uses Quartz, Jaxb and spring multi-threading technology.
eclipse直接导入Java Project。build path需要自己修改一下。lib全有。
项目使用了Quartz、Jaxb和spring多线程等技术。
-Recently completed a log analysis program, the efficiency is also okay. Easily extracted the idea to write a demo, to others. eclipse directly into the Java Project. build path needs its own corrections. lib all have. Project uses Quartz, Jaxb and spring multi-threading technology.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LogAnalyzeDemo
..............\.classpath
..............\.project
..............\.settings
..............\.........\org.eclipse.core.resources.prefs
..............\.........\org.eclipse.jdt.core.prefs
..............\bin
..............\...\com
..............\...\...\loganalyze
..............\...\...\..........\java
..............\...\...\..........\....\main
..............\...\...\..........\....\....\AnalystLogMain.class
..............\...\...\..........\....\....\QuartzJob.class
..............\...\...\..........\....\model
..............\...\...\..........\....\.....\LogModel.class
..............\...\...\..........\....\service
..............\...\...\..........\....\.......\LogService.class
..............\...\...\..........\....\.......\logServiceImpl.class
..............\...\...\..........\....\work
..............\...\...\..........\....\....\ActivityWorker.class
..............\...\...\..........\....\....\ActivityWorkerImpl.class
..............\...\...\..........\resources
..............\...\...\..........\.........\lib
..............\...\...\..........\.........\...\aopalliance-1.0.jar
..............\...\...\..........\.........\...\commons-codec-1.5.jar
..............\...\...\..........\.........\...\commons-dbcp-1.4.jar
..............\...\...\..........\.........\...\commons-lang3-3.1.jar
..............\...\...\..........\.........\...\commons-logging-1.1.1.jar
..............\...\...\..........\.........\...\commons-pool-1.5.4.jar
..............\...\...\..........\.........\...\hamcrest-core-1.3.jar
..............\...\...\..........\.........\...\jta-1.1.jar
..............\...\...\..........\.........\...\junit-4.11.jar
..............\...\...\..........\.........\...\log4j-1.2.16.jar
..............\...\...\..........\.........\...\logback-classic-1.0.9.jar
..............\...\...\..........\.........\...\logback-core-1.0.9.jar
..............\...\...\..........\.........\...\mybatis-3.0.6.jar
..............\...\...\..........\.........\...\mybatis-spring-1.0.2.jar
..............\...\...\..........\.........\...\mysql-connector-java-5.1.18.jar
..............\...\...\..........\.........\...\quartz-1.8.5.jar
..............\...\...\..........\.........\...\slf4j-api-1.6.1.jar
..............\...\...\..........\.........\...\slf4j-log4j12-1.6.1.jar
..............\...\...\..........\.........\...\spring-aop-3.2.2.RELEASE.jar
..............\...\...\..........\.........\...\spring-beans-3.2.2.RELEASE.jar
..............\...\...\..........\.........\...\spring-context-3.2.2.RELEASE.jar
..............\...\...\..........\.........\...\spring-context-support-3.2.2.RELEASE.jar
..............\...\...\..........\.........\...\spring-core-3.2.2.RELEASE.jar
..............\...\...\..........\.........\...\spring-expression-3.2.2.RELEASE.jar
..............\...\...\..........\.........\...\spring-jdbc-3.0.6.RELEASE.jar
..............\...\...\..........\.........\...\spring-orm-3.2.2.RELEASE.jar
..............\...\...\..........\.........\...\spring-tx-3.2.2.RELEASE.jar
..............\...\...\..........\.........\...\xbean-spring-3.7.jar
..............\...\log4j.properties
..............\...\spring-context.xml
..............\...\test.log
..............\src
..............\...\com
..............\...\...\loganalyze
..............\...\...\..........\java
..............\...\...\..........\....\main
..............\...\...\..........\....\....\AnalystLogMain.java
..............\...\...\..........\....\....\QuartzJob.java
..............\...\...\..........\....\model
..............\...\...\..........\....\.....\LogModel.java
..............\...\...\..........\....\service
..............\...\...\..........\....\.......\LogService.java
..............\...\...\..........\....\.......\logServiceImpl.java
..............\...\...\..........\....\work
..............\...\...\..........\....\....\ActivityWorker.java
..............\...\...\..........\....\....\ActivityWorkerImpl.java
..............\...\...\..........\resources
..............\...\...\..........\.........\lib
..............\...\...\..........\.........\...\aopalliance-1.0.jar
..............\.