Welcome![Sign In][Sign Up]
Location:
Search - apache-log4j-1.2.

Search list

[JSP/Javaapache-log4j-1.2.15

Description: apache的log4j源码,此为1.2.15最新版
Platform: | Size: 3686404 | Author: zx | Hits:

[JSP/Java简易java框架开源论坛系统

Description: 简易java(easyjf)框架开源论坛系统(测试版)在tomcat5.0上安装说明 www.easyjf.com 简易java框架--简易、实用才是硬道理! 简易java框架开源论坛系统拥有常用论坛系统的基本功能,集前台后台代码为一体,支持UBB代码。该论坛系统使用基于OO的方法设计,采用多层B/S构架,数据库持久层主要使用本网的简易数据库开源框架EasyJDO,Web层使用EasyJWeb框架,java代码与页面完全分离,易扩展。欢迎广大Java爱好者下载使用。 由于水平有限,难免有很多不足这处,请把您的建议通过www.easyjf.com提交给我们。我们也会根据广大网友的建议对论坛系统保持不断更新。更多实用开源代码及框架,请登录我们的网站。我们将在近期推出一系列的简易、实用J2EE开源框架及构件。 一、超级菜鸟安装说明 1、JDK1.4.2以上版本(注意配置java_home路径) 2、安装tomcat 3、把本论坛的全部程序拷贝到tomcat的webapps\ROOT目录下。 4、执行数据库结构生成脚本。MySql:执行bbs-mysql.sql 若Microsoft Sql Server:执行bbs-mssql.sql 5、根据您的数据库配置情况,修改WEB-INF/class/easyjf-dbo.xml文件配置。 6、启动tomcat,在浏览器中输入http://localhost:8080/bbs/即可运行论坛程序。 二、安装注意事项 1、本论坛程序使用数据为连接池使用的apache commons-dbcp-1.2.1管理数据库连接,确保该包可用。(tomcat自带) 2、若不能正常访问数据库,请把以下的JDBC驱动程序拷贝到tomcat的common\lib目录。 mysql-connector-java-3.1.11-bin.jar(mySql的驱动) msbase.jar(MSSql的驱动) mssqlserver.jar(MSSql的驱动) msutil.jar(MSSql的驱动) 3、不要把程序安装在中文路径下面。 4、本论坛资源文件使用的绝对路径。因此,需要要把论坛程序设置成主站。 5、系统使用Log4j-1.2 作为日志系统 三、论坛初始设置(确保论坛程序正常运行后执行) 1、注册一个用户名为admin的帐号。论坛系统的超级管理员帐号。 2、刷新左边的菜单栏。然后通过“栏目管理”添加论坛栏目即可。 四、代码说明 bbs目录:存放论坛主页及其它静态页面 WEB-INF\src:论坛的源代码 WEB-INF\easyjweb\bbs:论坛动态页面模板。 WEB-INF\lib:论坛的支持库文件。(全为开源软件:其中EasyJWeb0.2.jar为EasyJWeb框架、EasyDBO0.1.jar为EasyDBO框架,可通过本站下载源代码。)
Platform: | Size: 2988376 | Author: fhg2010@sohu.com | Hits:

[JSP/Javacommons-cli-1.2-bin.zip

Description: 本包为服务器端程序的日志处理提供API以使用多种不同的日志系统。包括如下已经实现的: "Log4J Apache Jakarta 项目。每个Log的实例都对应于一个Log4j Category类。 "JDK Logging API JDK1.4及后续版本中。每个Log的实例都是一个java.util.logging.Logger实例。 "LogKit Apache Jakarta 项目。每个Log的实例都对应于一个LogKit Logger类。 "NoOpLog 简单地接受将所有的Log实例的日志输出,。 "SimpleLog 将所有的Log实例的日志输出到 System.out中。
Platform: | Size: 508526 | Author: jiaxiao666 | Hits:

[JSP/Javaapache-log4j-1.2.15

Description: apache的log4j源码,此为1.2.15最新版-log4j of apache source, this is the latest version 1.2.15
Platform: | Size: 3686400 | Author: zx | Hits:

[JSPquick-guide

Description: Apache poi 操作Excel的PDF文档。-Apache poi Excel PDF
Platform: | Size: 50176 | Author: tang tang | Hits:

[JSP/Javaapache-log4j-1.2.16

Description: log4j源码,各位可以自行下载可以进行参考-log4j source code, you can download can be referenced
Platform: | Size: 4276224 | Author: 王栋 | Hits:

[JSPProficientinStrutsTheMVCBasedJavaWebDesignandDevel

Description: 本书详细介绍了在最新的Struts1.1以及不久将推出的Struts1.2版本上设计和开发Java Web应用的各种技术。本书第1章到第3章为入门篇,通过两个Struts应用实例,引导读者把握设计、开发和部署Struts应用的整体流程,充分体会Struts框架在开放大型、可扩展的Web应用方面发挥的优势。第4章到第7章深入探讨了Struts框架的核心组件ActionServlet和RequestProcessor的实现原理,详细介绍了开发Struts应用的模型、视图和控制器的各种技术,细致的描述了Struts配置文件的每个元素的使用方法。第8章到第9章介绍了开发Struts应用的一些实用技术,如Struts框架的扩展点、Struts应用的国际化,Validator验证框架和异常处理机制等。第12章到第16章结合具体的Struts应用实例,详细介绍了Struts的标签库以及Tiles框架的使用方法。第17章和第18章介绍如何采用EJB和Web服务来实现Struts框架的模型。第19章到第21章介绍了如何采用第三方软件,如Apache Common Logging API、Log4J、ANT和StrutsTestCase,来控制Struts应用的输出日志、管理以及测试Struts应用项目。-The book described in detail in the latest Struts1.1 and will soon launch version Struts1.2 design and development of Java Web application technologies. Chapter 1 of this book to Chapter 3 for the entry articles Struts application through two examples to guide readers to grasp the design, development and deployment of Struts applications, the overall process, fully aware of Struts framework for large-scale in an open, scalable Web applications of play advantage. Chapter 4 to Chapter 7 in-depth exploration into the core of Struts framework components ActionServlet and RequestProcessor the realization of the principle of detailed model of the development of Struts applications, a variety of view and controller technology, detailed description of the Struts configuration file for each the use of elements. Chapter 8 to Chapter 9 describes the development of Struts applications, a number of practical techniques, such as the expansion point of Struts framework, Struts application of internat
Platform: | Size: 19988480 | Author: jason | Hits:

[JSP/JavaStrutsMVC

Description: Struts是目前非常流行的基于MVC的Java Web框架。本书详细介绍了在最新的Struts1.1以及不久将推出的Struts1.2版本上设计和开发Java Web应用的各种技术。本书第1章到第3章为入门篇,通过两个Struts应用实例,引导读者把握设计、开发和部署Struts应用的整体流程,充分体会Struts框架在开放大型、可扩展的Web应用方面发挥的优势。第4章到第7章深入探讨了Struts框架的核心组件ActionServlet和RequestProcessor的实现原理,详细介绍了开发Struts应用的模型、视图和控制器的各种技术,细致的描述了Struts配置文件的每个元素的使用方法。第8章到第9章介绍了开发Struts应用的一些实用技术,如Struts框架的扩展点、Struts应用的国际化,Validator验证框架和异常处理机制等。第12章到第16章结合具体的Struts应用实例,详细介绍了Struts的标签库以及Tiles框架的使用方法。第17章和第18章介绍如何采用EJB和Web服务来实现Struts框架的模型。第19章到第21章介绍了如何采用第三方软件,如Apache Common Logging API、Log4J、ANT和StrutsTestCase,来控制Struts应用的输出日志、管理以及测试Struts应用项目。 -Struts is very popular Web framework based on the MVC Java. This book introduces in detail the latest Struts1.1 and will soon Struts1.2 version of the design and development of technology of Java Web application. This chapter 1 to chapter 3, through the portal for two Struts application examples, lead readers to grasp the design, development and deployment of the whole process, application of Struts fully experience in large-scale, open framework of Struts extensible Web applications to play advantage. Chapter 4 to chapter 7 probes into the core components of the framework of Struts ActionServlet and RequestProcessor principle, detailed introduces the application of the model, and develop Struts and various technical and meticulous controller described Struts configuration files using the method of each element. Chapter 8 to 9 chapter introduces the application of some practical technology Struts, such as frame, the expanded Struts application of internationalization, the Validator Str
Platform: | Size: 19988480 | Author: cinderella | Hits:

[JSP/Javaapache-log4j-1.2.15

Description: java log 开源工具,进行日志处理。-java log
Platform: | Size: 3686400 | Author: zysyz | Hits:

[OS programapache-log4j-1.2.16

Description: 链接ftp的非常好用的软件,直接替代samb。-Link to ftp software very easy to use, direct replacement samb.
Platform: | Size: 4618240 | Author: robin | Hits:

[JSP/Javaapache-log4j-1.2.16.tar

Description: java Log4J jar包及源代码以及用例-java Log4J jar file , the source and examples very good
Platform: | Size: 2792448 | Author: ande2005 | Hits:

[JSPApache-Velocity---Developers-Guide

Description: 1. Introduction and Getting Started 2. Resources 3. How Velocity Works The Fundamental Pattern 4. To Singleton Or Not To Singleton... Singleton Model Separate Instance 5. The Context The Basics Support for Iterative Objects for #foreach() Support for "Static Classes" Context Chaining Objects Created by the Template Other Context Issues 6. Using Velocity in General Applications The Velocity Helper Class Exceptions Miscellaneous Details 7. Application Attributes 8. Configuring Event Handlers 9. Velocity Configuration Keys and Values 10. Configuring Logging Using Log4j With Existing Logger Simple Example of a Custom Logger 11. Configuring the Resource Loaders (template loaders) Resource Loaders Configuration Examples Pluggable Resource Manager and Resource Cache 12. Template Encoding for Internationalization 13. Velocity and XML 14. Summary-1. Introduction and Getting Started 2. Resources 3. How Velocity Works The Fundamental Pattern 4. To Singleton Or Not To Singleton... Singleton Model Separate Instance 5. The Context The Basics Support for Iterative Objects for#foreach() Support for "Static Classes" Context Chaining Objects Created by the Template Other Context Issues 6. Using Velocity in General Applications The Velocity Helper Class Exceptions Miscellaneous Details 7. Application Attributes 8. Configuring Event Handlers 9. Velocity Configuration Keys and Values 10. Configuring Logging Using Log4j With Existing Logger Simple Example of a Custom Logger 11. Configuring the Resource Loaders (template loaders) Resource Loaders Configuration Examples Pluggable Resource Manager and Resource Cache 12. Template Encoding for Internationalization 13. Velocity and XML 14. Summary
Platform: | Size: 116736 | Author: liu | Hits:

[JSP/Javaapache-log4j-1.2.16

Description: 一个很好的日志组件 编程时很有可能用到它-A good logging component is likely to use it when programming
Platform: | Size: 435200 | Author: guhunyegui | Hits:

[assembly languagelog4j-1.2.16_101

Description: Apache log4j 1.2.17 is distributed under the Apache License, version 2.
Platform: | Size: 481280 | Author: wout | Hits:

[JSP/JavaWebUartFramework

Description: 1. Copy webmcucomm.war to Tomcat s "webapps" directory. For example: "D:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps" 2. Copy rxtxSerial.dll to java runtime s "bin" directory. For example: "C:\Program Files\Java\jre1.5.0_05\bin" 3. Copy log4j.properties to Tomcat s root directory. For example: "D:\Program Files\Apache Software Foundation\Tomcat 5.5\"
Platform: | Size: 766976 | Author: guoyanchun | Hits:

[Delphi VCLlog4delphi-0.8-src

Description: log4delphi 0.8 Log4Delphi is an Open Source project that aims to produce a high quality and usable logging suite for Borland s Delphi based on the Log4J package from the Apache Software Foundation.
Platform: | Size: 1707008 | Author: ochnap2g | Hits:

[JSP/Javalog4j.jar

Description: Apache log4j 1.2.17 is signed by Christian Grobmeier 42196CA8 Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is included in many unix distributions.
Platform: | Size: 333824 | Author: renaldo | Hits:

[Windows Developlog4qt-log4qt

Description: Log4Qt 是Apache Log4J 的Qt移植版,所以看Log4J的资料应该是最直接有效的(因为Log4Qt的直接资料太少了)。 Log4Qt主要是用来记录日志(有助于程序调试)。-Log4Qt is Apache Log4J portable version of Qt, so look Log4J information should be the most direct and effective (because of too little direct information Log4Qt). Log4Qt mainly used to log (to help debugging).
Platform: | Size: 206848 | Author: thinkpadx5 | Hits:

[Otherapache-log4j-2.0.2-bin

Description: Common enterprise libraries like JMX, Spring, and log4j are available in Grails because, despite appearances to the contrary, you are still doing traditional Java -Common enterprise libraries like JMX, Spring, and log4j are available in Grails because, despite appearances to the contrary, you are still doing traditional Java EE
Platform: | Size: 6072320 | Author: Walter | Hits:

CodeBus www.codebus.net