搜索结果
"tag:"java""
标题及摘要 | 日期/时间 | |
---|---|---|
61
|
Frequently Asked Questions About the Java HotSpot VM
This FAQ answers common questions about Java HotSpot Technology and about performance in general. Unless otherwise noted, all information on this page applies to both the Java HotSpot Client VM and the Java HotSpot Server VM. See also Java HotSpot P... |
2006-11-4 11:03:30 |
62
|
Scaling Enterprise Java on 64-bit Multi-Core X86-Based Servers
Multi-core and 64-bit CPUs are the hottest commodities in the enterprise server market these days. In recent years, as the cost and power requirement of faster CPU clock speeds has increased, the growth in raw clock speed (usually measured in megahe... |
2006-11-4 10:43:01 |
63
|
Creating Images in a Java Servlet
Dynamic images are commonly used in web applications. You will find dynamic images such as charts, captcha, web site thumbnails, image thumbnails, watermarks, etc. This tutorial will give you a brief walk through on creating a simple dynamic image in ... |
2006-11-1 18:47:36 |
64
|
Mysql Hibernate Struts Tomcat中文问题解决方法
Mysql 的版本经常变化,对字符集的支持也是经常变化;mysql 的 JDBC Driver的版本也经常变化,而且mysql JDBC Driver本身也不完善,不仅仅是中文问题。本文介绍一个特定环境的中文处理办法,思想是在所有的地方都一致的使用GBK编码。 |
2006-11-1 14:39:19 |
65
|
A developer's guide to EJB transaction management
Overview This article describes the principles of transaction management in an EJB from the perspective of a Java developer; that is, it explains what the developer has to do to take advantage of the transaction management facilities offered by the E... |
2006-10-31 12:01:44 |
66
|
ObjectDeletedException: deleted object would be re-saved by cascade (remove deleted object from associations)解决方法
org.hibernate.ObjectDeletedException: deleted object would be re-saved by cascade (remove deleted object from associations)解决方法: 1. To delete a Parent: a. Make sure your Parent is not associated to any parent. b. Delete the Parent and all connected ... |
2006-10-31 11:42:33 |
67
|
Hibernate Reference Documentation
Hibernate Reference Documentation |
2006-10-20 13:30:04 |
68
|
如何做代码评审(Code Reviews)
这篇文章谈到了: 1、代码评审的目的 2、减少代码评审成本 3、评审什么 4、什么时候评审 5、自动化评审 6、评审指南 |
2006-10-17 18:58:10 |
69
|
实现java.util.Comparator接口,对对象集合进行多属性组合排序
实现java.util.Comparator接口,对对象集合进行多属性组合排序,List列表排序,多列组合排序 |
2006-10-13 23:03:42 |
70
|
Exception Handling in Web Applications
If you've ever diagnosed a bug in a web application, you've undoubtedly experienced annoyance digging through a list of fifteen exception stack traces trying to identify the one you're interested in (if it's even present), or a sinking feeling when you ta... |
2006-10-13 22:57:55 |
71
|
Step into the J2EE architecture and process
Summary The Java 2 Enterprise Edition (J2EE) Platform is defined by four key pieces: the specification, the reference implementation, the compatibility test suite, and the BluePrints program. BluePrints describes the best practices and design guideline... |
2006-10-13 22:50:34 |
72
|
Implementing Business Logic in J2EE
My previous two articles in this series have provided a general overview of the Java 2 Platform, Enterprise Edition (J2EE) and a more detailed look at the technologies contained within the web-tier of the J2EE platform. Using these technologies allows us ... |
2006-10-13 22:49:21 |
73
|
Give Your Business Logic a Framework with Drools
Most web and enterprise Java applications can be split into three parts: a front end to talk to the user, a service layer to talk to back-end systems such as databases, and business logic in between. While it is now common practice to use frameworks for b... |
2006-10-13 22:46:31 |
74
|
Domain Service Owner Transaction Design Pattern
spring transaction 設計 |
2006-10-10 14:26:06 |
75
|
Agile Object to Relational Database Replication with db4o
在db4o与不同的关系数据库之间复制数据,基于hibernate,db4o Replication System |
2006-10-9 20:27:42 |
76
|
The 2nd most useful Java-Oracle Tool for 2006
The 2nd most useful Java-Oracle Tool that I’ve used this year is schema spy. How often have you taken over a project without any documenation? Even worse , there is a database involved, and everybody just ‘knows’ (or pretends to know) where things ar... |
2006-10-9 20:10:19 |
77
|
使用native2ascii进行本地码-至-ASCII 码互相转换
Usage: native2ascii [-reverse] [-encoding encoding] [inputfile [outputfile]] 选项[-reverse]为反向转换 native2ascii -encoding GBK -reverse resources_zh_CN.properties resources_zh_CN.properties.source native2ascii -encoding GBK resources_zh_CN.properties.so... |
2006-10-9 19:53:55 |
78
|
Topic: Communication between Servlet and Applet
Topic: Communication between Servlet and Applet |
2006-9-20 23:27:01 |
79
|
Java文件操作大全
Java文件操作大全 |
2006-7-13 21:51:57 |
80
|
The Framework for Integrated Tests (Fit)
用户接受测试 Every few years, someone in the tools and practices community has a great idea for improving the process of software development; one that is important enough for anyone with a role in software development to stop and take notice. Fit (Framework fo... |
2006-3-25 6:50:35 |