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

Search list

[Windows Developlogging-log4j-1.2.12

Description: log4j 日志 输出-log4j log and output.
Platform: | Size: 3483607 | Author: sun | Hits:

[JSP/Javalogging-log4j-1.2.14

Description: log4j的源码,里面有很多思想可以借鉴。-log4j source code, there are many ideas we can draw on.
Platform: | Size: 3501170 | Author: tuyuan | 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:

[Windows Developlogging-log4j-1.2.12

Description: log4j 日志 输出-log4j log and output.
Platform: | Size: 3483648 | Author: sun | Hits:

[JSP/Javalogging-log4j-1.2.14

Description: log4j的源码,里面有很多思想可以借鉴。-log4j source code, there are many ideas we can draw on.
Platform: | Size: 3501056 | Author: tuyuan | Hits:

[Modem programlogging-log4j-1.2.9

Description: 实现在电脑平台上控制短信modem或手机进行通讯的jar包和相关实例-To achieve control of the computer platform modem or mobile phone text messages to communicate the jar package and related examples
Platform: | Size: 3322880 | Author: wangbo | 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:

[CSharpEasyLog

Description: 用C#编写的日志记录工具,模仿log4j,支持控制台、文件输出等,支持分级输出。采用了多种设计模式,用于方便扩展、提高速度等。是学习用的好代码。-Prepared using C# logging tools, copying log4j, to support the console output and other documents to support the classification output. Using a variety of design patterns for easy expansion to improve the speed. Is a good code to learn.
Platform: | Size: 30720 | Author: devie | Hits:

[JSP/Javaspring_beginning

Description: 1、spring依赖库 * SPRING_HOME/dist/spring.jar * SPRING_HOME/lib/jakarta-commons/commons-logging.jar * SPRING_HOME/lib/log4j/log4j-1.2.14.jar 2、拷贝spring配置文件到src下 3、拷贝log4j配置文件到src下 4、在UserManagerImpl中提供构造函数或setter方法,spring将实例化好的UserDao实现注入给我们 5、让spring管理我们的对象创建和依赖,必须在spring配置中进行定义 6、编写客户端 spring Ioc容器的关键点: * 必须将被管理的对象定义到spring配置文件中 * 必须定义构造函数或setter方法,让spring将对象注入过来
Platform: | Size: 8192 | Author: yanbing | Hits:

[MySQLamoeba-mysql-1.0.2-BETA

Description: Amoeba属于分布式数据库代理开发框架,专注于分布式数据库 proxy 开发。座落与Client、DB Server(s)之间。对客户 端透明。具有负载均衡、高可用性、sql过滤、读写分离、可路由相关的query到目标数据库、可并发请 求多台数据库合并结果。-Amoeba is a kind of framework about distribute database proxy development that between client and DB server(s).Featurs:client transparency,load balance,high usability,sql filter,R/W splitting,sql routing,concurrent query and results merging.
Platform: | Size: 3260416 | Author: 张强 | 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/JavaSSH2_BY_annotations

Description: SSH2工程模板 struts2.1.8 + Spring2.5+ Hibernate3.2  Spring 用注解方式-antlr-2.7.6.jar asm-2.2.3.jar asm-commons-2.2.3.jar asm-util-2.2.3.jar c3p0-0.9.1.2.jar cglib-nodep-2.1_3.jar common-annotations.jar commons-collections.jar commons-dbcp.jar commons-fileupload-1.2.1.jar commons-io-1.3.2.jar commons-logging-1.0.4.jar commons-logging-api-1.1.jar commons-pool.jar dom4j-1.6.1.jar ejb3-persistence.jar freemarker-2.3.15.jar hibernate-annotations.jar hibernate-commons-annotations.jar hibernate3.jar jta.jar log4j.jar msbase.jar mssqlserver.jar msutil.jar ognl-2.7.3.jar spring-beans.jar spring-context-2.5.6.jar spring-context.jar spring-core-2.5.6.jar spring-core.jar spring-orm.jar spring-tx.jar spring-web-2.5.6.jar spring-web.jar spring-webmvc-portlet.jar spring-webmvc-struts.jar spring-webmvc.jar spring.jar struts2-core-2.1.8.1.jar struts2-spring-plugin-2.1.8.1.jar xwork-core-2.1.6.jar 数据库ms sql database zqkdev table tb_user fields uid int username nvarchar password nvarchar
Platform: | Size: 34816 | Author: | Hits:

[JSP/Javalogging-log4j-1.2.13.tar

Description: === === === ====日志包-======================rizhibao.tar.gz
Platform: | Size: 2752512 | Author: caijin | 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:

[ELanguageNew-folder-(2)

Description: 2 Introduction This educational software simulates an Ad-hoc network with AODV algorithm, it uses a high level view and only works in Routing layer. it has a user-friendly graphical user interface and has been written in java language. Here is some of its features: · Platform independent because of implementation in java language. · interactive user interface (user can change nodes arrangement during the simulation) · Drag&Drop feature · Searching nodes by their name · Automatic parameter setter : user can specify each node parameters: at least should see how many nodes and if their connection is bidirectional. Then the application fills automatically the nodes power, IP and name. · Independence of UI and simulation engine so developers can use another user interface for that engine. · Logging the state of each node · Animated UI Developing characteristics: · Java based · Logging with Log4j · Thread based-2 Introduction This educational software simulates an Ad-hoc network with AODV algorithm, it uses a high level view and only works in Routing layer. it has a user-friendly graphical user interface and has been written in java language. Here is some of its features: · Platform independent because of implementation in java language. · interactive user interface (user can change nodes arrangement during the simulation) · Drag&Drop feature · Searching nodes by their name · Automatic parameter setter : user can specify each node parameters: at least should see how many nodes and if their connection is bidirectional. Then the application fills automatically the nodes power, IP and name. · Independence of UI and simulation engine so developers can use another user interface for that engine. · Logging the state of each node · Animated UI Developing characteristics: · Java based · Logging with Log4j · Thread based
Platform: | Size: 168960 | Author: Ravi kumar | 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:

CodeBus www.codebus.net