Welcome![Sign In][Sign Up]
Location:
Search - java log

Search list

[Windows DevelopWinzip Java版

Description: 本项目推出的目的是丰富java工具集,另外就是提供给java研究组织的会员一个锻炼的机会。 希望有兴趣提高自己的java应用程序编程的java研究组织的朋友加入我们的开发行列。 我们希望在给大家提供一个实用的工具的同时可以激起大家学习使用java工具的激情。 这个工具不光是一个工具,我们还希望向你展示JDK1.4的下列新特性: XML处理 更好的swing界面 日志 参数选择API 串行化 国际化 -the project's purpose is to enrich java tool sets, the other is for java Research Organization members to have a training opportunity. Hopes are interested in enhancing its own application programming java java Research Organization of friends to join the ranks of our development. We hope to provide you with a useful tool at the same time can inspire you to learn how to use the tools java passion. This tool is not only a tool, but we also hope to demonstrate JDK1.4 you the following new features : better handling of XML interface swing log API parameter choice of serial International
Platform: | Size: 508752 | Author: bull | Hits:

[Other resourcejava系统开发实例导航

Description: 今天买了一本书,见其不错,将其源代码打包上传。1.基于struts的客户资料管理系统2.基于struts的人事管理系统3.办公日志系统4.电子政务管理系统5.餐饮业进销存系统6手机短信数据采集系统。-today bought a book, reflected good to upload source code package. 1. Based on the struts of customer information management system 2. Struts-based personnel management system 3. Office log system 4. E-government management system 5. Food industry Invoicing System 6 SMS Data Acquisition System.
Platform: | Size: 11740169 | Author: 大灰熊 | Hits:

[WinSock-NDIS实现日志11

Description: 用Java实现日志功能,操作方便,记录客户端与服务器间的任何操作-using Java log function, easy to operate and record client and server operation of any
Platform: | Size: 2589 | Author: 施成 | Hits:

[JSPJava 实用系统开发指南JavaPractice

Description: ·VI· 目 录 前言 第1章 高性能聊天系统...................................................................................................1 1.1 系统需求...........................................................................................................1 1.2 架构设计...........................................................................................................2 1.2.1 Java事件模型.....................................................................................................2 1.2.2 架构设计图.......................................................................................................5 1.2.3 协议设计.........................................................................................................5 1.2.4 多线程...........................................................................................................6 1.2.5 线程池...........................................................................................................9 1.2.6 非堵塞I/O........................................................................................................11 1.3 Socket核心设计和实现...............................................................................................13 1.3.1 TCP和Reactor模式.................................................................................................14 1.3.2 UDP实现..........................................................................................................19 1.3.3 客户端实现.......................................................................................................22 1.4 Socket接口设计和实现..............................................................................................28 1.4.1 队列和对象类型..................................................................................................28 1.4.2 访问者模式定义..................................................................................................32 1.4.3 访问者模式实现..................................................................................................36 1.4.4 协议封装........................................................................................................39 1.4.5 重整Refactoring.................................................................................................41 1.5 应用接口设计和实现................................................................................................45 1.5.1 Connection API..................................................................................................46 1.5.2 ConnectionFactory API...........................................................................................49 1.5.3 TcpConnection API...............................................................................................53 1.5.4 UdpConnection API...............................................................................................54 1.6 应用层设计和实现..................................................................................................56 1.6.1 客户端聊天测试..................................................................................................56 1.6.2 服务器聊天测试..................................................................................................58 1.7 性能测试..........................................................................................................59 1.8 小结..............................................................................................................61 第2章 简单的用户注册系统..............................................................................................62 2.1 需求分析............................................................................................................62 2.2 系统设计............................................................................................................62 2.2.1 JSP/Servlet与J2EE.................................................................................................63 2.2.2 结构设计图........................................................................................................64 2.2.3 JSP/JavaBeans技术要点.............................................................................................65 2.2.4 JDBC和连接池......................................................................................................68 2.2.5 数据库设计........................................................................................................70 2.3 类的详细设计和实现..................................................................................................71 2.3.1 Facade模式........................................................................................................71 2.3.2 JDBC通用操作类....................................................................................................73 2.3.3 E-mail发送通用类..................................................................................................78 2.3.4 用户资料管理......................................................................................................79 2.3.5 密码数据操作类....................................................................................................83 2.3.6 登陆验证功能......................................................................................................85 2.4 界面编程实现........................................................................................................87 2.4.1 登陆验证页面......................................................................................................87 2.4.2 注册页面..........................................................................................................88 2.5 调试、发布和运行....................................................................................................90 2.5.1 单元测试..........................................................................................................91 2.5.2 快速配置开发环境..................................................................................................92 2.5.3 Tomcat配置和调试..................................................................................................93 2.5.4 Tomcat连接池使用..................................................................................................95 2.6 Hibernate使用.......................................................................................................99 2.7 小结................................................................................................................103 第3章 Jive论坛系统.....................................................................................................107 3.1 Jive功能需求.......................................................................................................107 3.2 Jive与设计模式.....................................................................................................108 3.2.1 设计模式.........................................................................................................109 3.2.2 ForumFactory与工厂模式...........................................................................................109 3.2.3 统一入口与单态模式...............................................................................................113 3.2.4 访问控制与代理模式...............................................................................................114 3.2.5 批量分页查询与迭代模式...........................................................................................115 3.2.6 过滤器与装饰模式.................................................................................................120 3.2.7 主题监测与观察者模式.............................................................................................124 3.3 Jive安全管理机制...................................................................................................128 3.3.1 安全验证机制.....................................................................................................129 3.3.2 用户资料管理.....................................................................................................132 3.4 Jive的缓存机制.....................................................................................................133 3.4.1 缓存原理和实现...................................................................................................133 3.4.2 缓存使用.........................................................................................................136 3.4.3 小结.............................................................................................................139 3.5 Jive的其他组件技术.................................................................................................140 3.5.1 Jive的树形结构...................................................................................................140 3.5.2 XML和JDOM........................................................................................................143 3.5.3 全文检索和Lucene.................................................................................................147 3.5.4 Jive的中文问题...................................................................................................152 3.6 Jive图形处理.......................................................................................................154 3.6.1 图片上传处理.....................................................................................................154 3.6.2 服务器端图形处理.................................................................................................157 3.7 Jive安装调试运行...................................................................................................159 3.8 小结...............................................................................................................160 第4章 网站内容管理系统.................................................................................................161 4.1 需求分析...........................................................................................................161 4.2 架构设计...........................................................................................................162 4.2.1 系统架构图.......................................................................................................163 4.2.2 MVC模式和Struts..................................................................................................164 4.2.3 DBO模式和Castor..................................................................................................167 4.2.4 Cache设计........................................................................................................172 4.3 详细设计和实现.....................................................................................................173 4.3.1 基本对象设计.....................................................................................................173 4.3.2 数据模型的实现...................................................................................................174 4.3.3 抽象工厂(Abstract Factory)模式...................................................................................175 4.3.4 生成器(Builder)模式..............................................................................................180 4.4 表现层的实现.......................................................................................................187 4.4.1 Strut相关设置....................................................................................................187 4.4.2 创建PageForm.....................................................................................................189 4.4.3 创建PageAction...................................................................................................192 4.4.4 创建page.jsp页面.................................................................................................194 4.4.5 自定义标签库.....................................................................................................196 4.4.6 创建SavePageAction...............................................................................................199 4.4.7 Tile模板.........................................................................................................201 4.4.8 创建cmsMenu.jsp..................................................................................................203 4.4.9 创建index.jsp....................................................................................................203 4.4.10 小技巧..........................................................................................................204 4.5 项目重整Refactoring................................................................................................205 4.6 调试、发布和运行...................................................................................................206 4.6.1 配置和运行.......................................................................................................206 4.6.2 Log调试信息的配置................................................................................................206 4.7 小结...............................................................................................................207 第5章 订阅信息系统.....................................................................................................209 5.1 需求分析...........................................................................................................209 5.2 架构设计...........................................................................................................209 5.2.1 Cache和Pool......................................................................................................210 5.2.2 EJB框架体系......................................................................................................211 5.2.3 架构图...........................................................................................................213 5.2.4 接口框架设计.....................................................................................................213 5.3 EJB详细设计和实现..................................................................................................214 5.3.1 业务对象建模.....................................................................................................215 5.3.2 开发环境配置.....................................................................................................216 5.3.3 CMP图形开发......................................................................................................217 5.3.4 实体Bean.........................................................................................................221 5.3.5 Facade Session Bean..............................................................................................229 5.3.6 Transfer Object模式..............................................................................................232 5.4 Web与EJB接口框架...................................................................................................233 5.4.1 框架的设计.......................................................................................................233 5.4.2 框架的实现.......................................................................................................235 5.4.3 框架的使用.......................................................................................................243 5.5 表现层的设计和实现.................................................................................................247 5.5.1 创建ActionForm...................................................................................................247 5.5.2 创建Action 类....................................................................................................248 5.5.3 创建JSP页面......................................................................................................248 5.6 调试配置和运行.....................................................................................................249 5.6.1 JBoss和MySQL的配置...............................................................................................250 5.6.2 JNDI配置.........................................................................................................251 5.6.3 部署和发布.......................................................................................................253 5.6.4 调试和测试.......................................................................................................254 5.7 小结...............................................................................................................254 第6章 用户安全管理系统.................................................................................................256 6.1 需求分析...........................................................................................................256 6.2 架构设计...........................................................................................................256 6.2.1 角色.............................................................................................................257 6.2.2 J2EE的JAAS.......................................................................................................257 6.2.3 单点登录.........................................................................................................259 6.2.4 邮件发送组件.....................................................................................................261 6.3 详细设计和实现.....................................................................................................261 6.3.1 业务对象建模.....................................................................................................261 6.3.2 数据库设计.......................................................................................................263 6.3.3 实体bean实现.....................................................................................................263 6.3.4 Session Bean实现.................................................................................................266 6.3.5 EJB容器安全配置..................................................................................................273 6.4 JMS 邮件发送组件...................................................................................................275 6.4.1 消息发送器.......................................................................................................276 6.4.2 MDB..............................................................................................................279 6.5 Web层的实现........................................................................................................282 6.5.1 用户资料管理.....................................................................................................282 6.5.2 Web容器安全配置..................................................................................................287 6.6 调试配置和运行.....................................................................................................289 6.6.1 JAAS配置.........................................................................................................290 6.6.2 邮件服务的配置...................................................................................................291 6.6.3 部署和发布.......................................................................................................292 6.7 小结...............................................................................................................292 第7章 EJB方法调用框架..................................................................................................294 7.1 框架概况...........................................................................................................294 7.1.1 远程调用技术背景.................................................................................................294 7.1.2 框架结构.........................................................................................................295 7.2 框架设计..........................................................................................................296 7.2.1 代理(Proxy)模式...............................................................................................296 7.2.2 动态代理........................................................................................................298 7.2.3 反射(Reflection)和方法调用....................................................................................300 7.2.4 HTTP协议和对象序列化............................................................................................302 7.2.5 框架设计图......................................................................................................304 7.2.6 HTTPSession和缓存机制...........................................................................................305 7.2.7 基于HTTP的安全机制..............................................................................................306 7.3 类的详细设计和实现................................................................................................309 7.3.1 基本业务对象....................................................................................................310 7.3.2 动态代理工厂....................................................................................................312 7.3.3 肥客户端/服务器架构下实现.......................................................................................315 7.3.4 Web层代理Servlet Proxy..........................................................................................322 7.3.5 浏览器/服务器架构下实现.........................................................................................324 7.3.6 核心代理Business Proxy实现......................................................................................327 7.4 框架的使用和调试..................................................................................................333 7.4.1 配置............................................................................................................333 7.4.2 浏览器/服务器架构下的应用.......................................................................................335 7.4.3 肥客户端/服务器架构下的应用.....................................................................................336 7.5 小结..............................................................................................................337 第8章 网上商店系统...................................................................................................338 8.1 系统需求和设计...................................................................................................338 8.1.1 基本业务对象...................................................................................................339 8.1.2 数据表设计.....................................................................................................340 8.2 数据操作通用框架.................................................................................................344 8.2.1 框架的提炼和设计...............................................................................................347 8.2.2 增、删、改、查框架实现.........................................................................................352 8.3 商品类别管理功能的实现...........................................................................................356 8.3.1 创建Session Bean................................................................................................357 8.3.2 EJB配置.........................................................................................................358 8.3.3 创建Category相关类实现..........................................................................................360 8.3.4 Web配置.........................................................................................................361 8.3.5 创建Category.jsp................................................................................................362 8.4 商品管理功能的实现................................................................................................364 8.4.1 创建ProductManager..............................................................................................364 8.4.2 EJB配置.........................................................................................................366 8.4.3 创建Product相关类实现...........................................................................................368 8.4.4 Web配置.........................................................................................................369 8.4.5 创建product.jsp.................................................................................................370 8.4.6 商品图片上传功能................................................................................................374 8.5 商品批量查询和多页显示............................................................................................376 8.5.1 DAO模式.........................................................................................................377 8.5.2 Strut框架下设计和实现...........................................................................................385 8.5.3 页导航条实现....................................................................................................388 8.6 购物车功能的实现..................................................................................................393 8.6.1 有状态Session Bean..............................................................................................393 8.6.2 Web功能实现.....................................................................................................396 8.7 小结..............................................................................................................399
Platform: | Size: 31514707 | Author: fengbozs@163.com | Hits:

[JSP/Java日志

Description: java日志处理-java log processing
Platform: | Size: 3072 | Author: feng | Hits:

[Internet-Network实现日志11

Description: 用Java实现日志功能,操作方便,记录客户端与服务器间的任何操作-using Java log function, easy to operate and record client and server operation of any
Platform: | Size: 2048 | Author: 施成 | Hits:

[Windows DevelopWinzip Java版

Description: 本项目推出的目的是丰富java工具集,另外就是提供给java研究组织的会员一个锻炼的机会。 希望有兴趣提高自己的java应用程序编程的java研究组织的朋友加入我们的开发行列。 我们希望在给大家提供一个实用的工具的同时可以激起大家学习使用java工具的激情。 这个工具不光是一个工具,我们还希望向你展示JDK1.4的下列新特性: XML处理 更好的swing界面 日志 参数选择API 串行化 国际化 -the project's purpose is to enrich java tool sets, the other is for java Research Organization members to have a training opportunity. Hopes are interested in enhancing its own application programming java java Research Organization of friends to join the ranks of our development. We hope to provide you with a useful tool at the same time can inspire you to learn how to use the tools java passion. This tool is not only a tool, but we also hope to demonstrate JDK1.4 you the following new features : better handling of XML interface swing log API parameter choice of serial International
Platform: | Size: 508928 | Author: bull | Hits:

[JSPjava系统开发实例导航

Description: 今天买了一本书,见其不错,将其源代码打包上传。1.基于struts的客户资料管理系统2.基于struts的人事管理系统3.办公日志系统4.电子政务管理系统5.餐饮业进销存系统6手机短信数据采集系统。-today bought a book, reflected good to upload source code package. 1. Based on the struts of customer information management system 2. Struts-based personnel management system 3. Office log system 4. E-government management system 5. Food industry Invoicing System 6 SMS Data Acquisition System.
Platform: | Size: 11740160 | Author: 大灰熊 | Hits:

[JSP/JavaJavaGPS_V1.01

Description: JavaGPS enables access to GPS devices from any Java application. Provides Java API, NMEA0183 parser, record and playback GPS log files, convert between earth dates and Gauss Krueger, GPS management GUI with map.
Platform: | Size: 494592 | Author: 辛骏 | Hits:

[Windows Developlog

Description: 自己动手做log输出....使用读取properties-DIY .... the use of log output read properties
Platform: | Size: 18432 | Author: sam | Hits:

[JSP/Javajakarta-log4j-1.2.8

Description: java日志读写,双工附带例子,可以快速掌握串口编程的基础-java log read and write, duplex attached example, you can quickly grasp the basic serial programming
Platform: | Size: 3206144 | Author: baixwyai | Hits:

[ICQ-IM-Chatjava

Description: 基于Socket的局域网聊天室系统, 本系统是采用JAVA1.6来完成的,是在TCP/IP环境下,实现客户端和服务器端两部分程序(Client和Server)。即首先服务器方要启动,客户端向服务器发出请求,服务器接收到请求后提供相应的服务。当客户端连接到已启动的服务器,客户端用户登录时,客户端输入的内容通过服务器端与其他客户端连接;客户端进入聊天室聊天时,服务器端与客户端进行数据交互。-Socket LAN-based chat room system, the system is used to complete JAVA1.6 is in the TCP/IP environment, the achievement of client and server-side program in two parts (Client and Server). That is, first of all, to start the server side, the client request to the server, the server receives a request to provide the corresponding services. When the client has started to connect to the server, client users log on, enter the contents of the client through the server-side with other clients to connect client to enter the chat room to chat, the server-side data and client interaction.
Platform: | Size: 18432 | Author: 高飞 | Hits:

[JSP/Javaapache-log4j-1.2.15

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

[Otherjava

Description: java编的小程序 编写出一个聊天室,此聊天室应具备如下功能: (1) 允许用户注册; (2) 允许注册用户登陆聊天室; (3) 登录用户之间进行聊天和文件传输; (4) 用户可以更改背景和音乐; -compiled java applet to write a chat room, this chat room should have the following functions: (1) allows the user to register (2) allows registered users to log chat room (3) logged-on user chat and file transfers between ( 4) The user can change the background and music
Platform: | Size: 1174528 | Author: sjfkldj | Hits:

[JSP/JavaJAVA

Description: java聊天室 是想群聊,登录功能,可以显示在线用户,本机ip-java chat room is to group chat, log function, can display online users, the machine ip
Platform: | Size: 1039360 | Author: 李春霖 | Hits:

[JSP/JavaUC-Browser-v7.6-Java-Universal

Description: UC浏览器 v7.6 Java通用版,永久免费,手机高速浏览器,速度最快,畅想互联网,赶快下载体验吧! 更新内容: 1、修复部分三星手机在设置浏览器的字体后重启不能打开(Java版本) 2、修复开启wap压缩中转,部分网站登录后出现丢失Cookies的情况(Java&BlackBerry版本) 3、修复部分国产手机打开文件管理出现白屏的情况(Java版本) -UC Browser v7.6 Java Universal, permanently free, mobile high-speed browser, the fastest, Imagine the Internet, to download to experience it! Updates: 1, fixed part of the Samsung mobile phone set the font and restart your browser can not open ( Java version) 2, repair open wap compression transit, part of the site log on the situation after the loss of Cookies (Java & BlackBerry version) 3, fix some of the domestic mobile phone to open the file management of any case of black and white (Java version)
Platform: | Size: 414720 | Author: xiang | Hits:

[JSP/Javalog-normal

Description: log-normal随机数生成代码java-log-normal random number generation code in java
Platform: | Size: 1024 | Author: zhang | Hits:

[JSPjava--log-in-interface

Description: 登陆界面,具有注册界面,能够储存账号,对密码的设定有一系列的要求-log in interface,Has registered interface, to be able to store account and password to set a series of requirements
Platform: | Size: 7168 | Author: 尹家豪 | Hits:

[JSP/Javalog

Description: java logging static lib
Platform: | Size: 2048 | Author: Gargoyle | Hits:

[JSP/Javajava Swing mysql实现简单的购物系统项目源码

Description: 简单的购物程序 仅供学习 新用户注册管理员登陆(Simple shopping procedures are only available for learning new user registrars to log in)
Platform: | Size: 65629184 | Author: 哈哈呵呵呵哈 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 22 »

CodeBus www.codebus.net