首页

搜索结果

"tag:"java""

<<上篇 ... 8 9 10 11 12 13 14 15 16 17 18 19 下篇>>

标题及摘要 日期/时间
341
Domain Service Owner Transaction Design Pattern
spring transaction 設計
2006-10-10
14:26:06
342
Agile Object to Relational Database Replication with db4o
在db4o与不同的关系数据库之间复制数据,基于hibernate,db4o Replication System
2006-10-9
20:27:42
343
Wire Hibernate Transactions in Spring
  本文主要探讨如何利用Spring来装配组件,包括其事务上下文。从J2EE应用程序内部连接到单个的数据库并不是什么难事。但是,如果要装配或者集成企业级的组件,情况就复杂了。一个组件可以有一个或多个支持它的数据库,因此,当装配两个或更多的组件时,我们希望能够保持在跨组件的多个数据库中进行的操作的原子...
2006-10-9
20:21:26
344
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
345
使用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
346
JavaScript如何与Applet通讯
JavaScript如何与Applet通讯
2006-10-8
17:41:14
347
Call Javascript from a Java applet(在applet里调用 javascript)
Call Javascript from a Java applet(applet 和javascript通信)
2006-10-8
17:39:45
348
Spring mvc is Working with Checkboxes
To be able to bind multiple values (from HTML table) onto a collection of objects
2006-9-26
16:07:49
349
Topic: Communication between Servlet and Applet
Topic: Communication between Servlet and Applet
2006-9-20
23:27:01
350
Java文件操作大全
Java文件操作大全
2006-7-13
21:51:57
351
Java取得linux系统下的cpu、内存信息
Java取得linux系统下的cpu、内存信息
2006-7-13
21:48:37
352
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
353
Get creative with Wicked Cool Java
Peek inside a Java book that presents 101 exciting and cool code bits, open source projects, and project ideas Summary Every now and then, a really interesting and helpful Java book appears: Wicked Cool Java is one example. In this article, Jeff Fries...
2006-3-23
4:17:30
354
In pursuit of code quality: Resolve to get FIT
In pursuit of code quality: Resolve to get FIT Try FIT and JUnit for a requirements testing workout!
2006-3-21
4:23:20
355
Tracking Memory Leaks in Java
Tracking Memory Leaks in Java
2006-3-21
3:03:56
356
Build your own profiling tool
Profiling is a technique for measuring where software programs consume resources, including CPU time and memory. In this article, software architect Andrew Wilcox explains the benefits of profiling and some current profiling options and their shortcomings...
2006-3-16
6:54:36
357
Plug memory leaks in enterprise Java applications
Strategies for detecting and fixing enterprise memory leaks Summary Because Java uses automatic garbage collection, developers think Java programs are free from possible memory leaks. Although automatic garbage collection solves the main cause of mem...
2006-3-15
7:22:36
358
WebApp Monitoring made easy : J2SE 5.0 and then Mustang
WebApp Monitoring made easy : J2SE 5.0 and then Mustang Architect Corner If you haven't tried this... feel free to try this out... using jdk1.5 and java options set JAVA_OPTS=-Dcom.sun.management.jmxremote and start the tomcat or any other appserver... th...
2006-3-14
1:27:07
359
用 Cobertura 测量测试覆盖率
Cobertura 是一种开源工具,它通过检测基本的代码,并观察在测试包运行时执行了哪些代码和没有执行哪些代码,来测量测试覆盖率。除了找出未测试到的代码并发现 bug 外,Cobertura 还可以通过标记无用的、执行不到的代码来优化代码,还可以提供 API 实际操作的内部信息。Elliotte Rusty Harold 将与您分享如何利用代码覆盖率的最佳实践来使用 Cobertura。
2006-3-8
1:08:29
360
Maven2 一个完整的pom.xml
Maven2是一个很好的build工具,它简化了项目管理,用它的插件可生成各种报表,自动化测试等等。但是把已有的项目转移到Maven2上其实是一件痛苦的事情,但关键在于要理解 pom.xml文件。我的经验是,一旦你的应用包依赖搞定了的话,就用mvn -o site来离线进行maven2工作 安装第三方包: mvn install:install-file -Dfile=E:/workdir/dg_new/主站/源代码/m2m/lib/mail-1.3.jar -DartifactId=javamail ...
2006-2-24
0:45:41

<<上篇 ... 8 9 10 11 12 13 14 15 16 17 18 19 下篇>>