
Java
文章平均质量分 67
iteye_8622
这个作者很懒,什么都没留下…
展开
-
Process multimedia with the JMF API
REF: http://www.builderau.com.au/program/java/soa/Process-multimedia-with-the-Java-Media-Framework-API/0,339024620,339288502,00.htm The Java Media Framework (JMF) API allows developers to process m...2008-05-10 19:56:22 · 156 阅读 · 0 评论 -
Java Optimize Reference
Java SE 6 HotSpot[tm] Virtual Machine Garbage Collection Tuning JavaDebianTuning Tuning Garbage Collection with the 5.0 Java[tm] Virtual Machine JVM Lies: T...原创 2009-08-26 09:33:55 · 140 阅读 · 0 评论 -
Out Of Memory Errors Refernece
From: confluence OutOfMemoryError: Java Heap Space If you are running Fisheye/Crucible as a windows service, increasing memory needs to be done in the wrapper.conf file. Refere to th...原创 2009-08-26 09:28:00 · 245 阅读 · 0 评论 -
idea resource
----------------------------------------------------------- http://unsolicitedfeedback.com/2009/01/09/cssedit-color-theme-for-xcode-and-intellij-ideia/ ----------------------------------------------...原创 2009-07-15 19:49:09 · 103 阅读 · 0 评论 -
谁能告诉我JVM什么情况下崩溃会不产生hs_err_pid.log?
自己的服务已经出现过两次这种情况了,linux下的jvm进程悄无声息的没了,却没有发现任何崩溃、转储的hs_err*/core.pid等日志文件;可以排除非人为kill、没有权限写文件这些低级错误。 那jvm会在其他什么情况下会就这样一下子撒手啥都不管呢?google出来了些类似信息,但没一个网页能给个答案.. :oops: ...2009-12-28 09:51:58 · 388 阅读 · 0 评论 -
JProfiler 5.1 LicenseKey
From http://serendipityspaces.spaces.live.com/Blog/cns!71616649A887E6A!604.entry JProfiler 5.1 LicenseKey Stop!,Don't request anything for keygen. L-Larry_Lau@163.com#70426-8uapae1iych2w#035 ...原创 2009-12-01 15:44:23 · 209 阅读 · 0 评论 -
Understanding CMS GC Logs
http://blogs.sun.com/poonam/entry/understanding_cms_gc_logs Understanding CMS GC Logs CMS GC with -XX:+PrintGCDetails and -XX:+PrintGCTimeStamps prints a lot of information. Understanding ...原创 2009-11-19 11:45:24 · 106 阅读 · 0 评论 -
The most complete list of -XX options for Java 6 JVM
http://www.cnblogs.com/totti19841106/archive/2009/01/12/1374274.html The most complete list of -XX options for Java 6 JVM product flags are always settable / visible develop flags are s...原创 2009-11-19 11:43:48 · 177 阅读 · 0 评论 -
Thread Management
From http://jikesrvm.org/Thread+Management Thread Management This section provides some explanation of how Java™ threads are scheduled and synchronized by Jikes™ RVM. All Java threads (appl...原创 2009-11-11 10:00:09 · 293 阅读 · 0 评论 -
Tips About JDK5.0' Tool
http://www.javaperformancetuning.com/news/newtips063.shtml Tips February 2006 About JDK5.0' Tool http://java.sun.com/j2se/1.5/pdf/jdk50_ts_guide.pdf JSE 5.0 Trouble-Shooting and Diagnos...原创 2009-11-09 14:19:47 · 152 阅读 · 0 评论 -
Quick Troubleshooting Tips on Solaris OS and Linux for Java SE 6
From http://java.sun.com/javase/6/webnotes/trouble/other/matrix6-Unix.html Quick Troubleshooting Tips on Solaris OS and Linux for Java SE 6 This "Quick Start Guide" gives you some quick tips f...原创 2009-11-09 13:46:33 · 158 阅读 · 0 评论 -
JDK5 下载
Sun上下个JDK5还得注册,真是啰嗦,从这个地址进入不用再注册了,记下。 http://java.sun.com/javase/downloads/5u21/jdk 不同的版本只需更换5u21部分即可2009-10-21 09:14:42 · 401 阅读 · 0 评论 -
Java Debian Tuning
From JavaDebianTuning Debian is a stable easy to maintain platform for Java Web Applications. However if you start using some caching frameworks, you may need to do some JVM tuning and here's t...原创 2009-08-26 09:35:17 · 191 阅读 · 0 评论