首页

搜索结果

"category:/java"

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

标题及摘要 日期/时间
341
JavaScript如何与Applet通讯
JavaScript如何与Applet通讯
2006-10-8
17:41:14
342
Call Javascript from a Java applet(在applet里调用 javascript)
Call Javascript from a Java applet(applet 和javascript通信)
2006-10-8
17:39:45
343
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
344
Topic: Communication between Servlet and Applet
Topic: Communication between Servlet and Applet
2006-9-20
23:27:01
345
Java文件操作大全
Java文件操作大全
2006-7-13
21:51:57
346
Java取得linux系统下的cpu、内存信息
Java取得linux系统下的cpu、内存信息
2006-7-13
21:48:37
347
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
348
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
349
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
350
Tracking Memory Leaks in Java
Tracking Memory Leaks in Java
2006-3-21
3:03:56
351
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
352
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
353
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
354
用 Cobertura 测量测试覆盖率
Cobertura 是一种开源工具,它通过检测基本的代码,并观察在测试包运行时执行了哪些代码和没有执行哪些代码,来测量测试覆盖率。除了找出未测试到的代码并发现 bug 外,Cobertura 还可以通过标记无用的、执行不到的代码来优化代码,还可以提供 API 实际操作的内部信息。Elliotte Rusty Harold 将与您分享如何利用代码覆盖率的最佳实践来使用 Cobertura。
2006-3-8
1:08:29
355
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
356
What does the exception "java.net.SocketException: Connection reset by peer" mean? How can this be avoided?
It usually happens when the connection was reset by the peer -- that is, when the client unexpectedly closed the socket. This happens when the user clicks "stop", or "reload", or "back", or enters a new URL, or closes his Int...
2005-12-30
22:40:28
357
java URLConnection and timeout and non-blocking io
自从JDK1.5以后java.net.URLConnection加入了setConnectTimeout(int timeout),但是也有办法在JDK1.5以前获得这个功能。 Adding Socket Timeout to java.net.URLConnection HTTPClient Version 0.3-3 The Jakarta Commons HttpClient 另外,可以通过以下两个语句来设置相应的超时: System.setProperty("sun.net.client....
2005-12-30
6:28:59
358
Non-blocking IO and blocking queues
Well performing NIO code is a Good Thing. But getting details of how to do it right is difficult. The examples supplied with the JDK are complete noddy. There's a link on Sun's site to an example but that has a race condition. O'Reilly's NIO book cops out ...
2005-12-30
4:11:16
359
JAVA开发者应该去的20个英文网站
[http://www.javaalmanac.com] - Java开发者年鉴一书的在线版本. 要想快速查到某种Java技巧的用法及示例代码, 这是一个不错的去处.  [http://www.onjava.com] - O'Reilly的Java网站. 每周都有新文章.  [http://java.sun.com] - 官方的Java开发者网站 - 每周都有新文章发表.  [http://www.developer.com/java] - 由Gamelan.com 维护的Java技术文章网站.  [h...
2005-12-21
6:28:21
360
架构宣言: MDA 实战
在这一期文章中,把已经学到的关于 MDA 的知识应用于实践,了解如何使用开放源码的模型驱动架构(MDA)工具来简化 Spring-Hibernate 的开发。
2005-12-14
9:51:51

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