justinchen
BlogJava
首頁
新隨筆
聯(lián)系
聚合
管理
隨筆 - 41 文章 - 29 trackbacks - 0
<
2025年5月
>
日
一
二
三
四
五
六
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
常用鏈接
我的隨筆
我的評論
我的參與
最新評論
留言簿
(5)
給我留言
查看公開留言
查看私人留言
隨筆分類
(28)
Agile(1)
Database Access Layer & Persistence Layer (2)
Emerging Technique (1)
Inside JVM (5)
Java Common(3)
Java Report(1)
Performance (1)
Project Management (1)
Rest (3)
Solr(2)
SQL Server(1)
Tools(3)
Unit Test & Mock Test(2)
Web Architecture(2)
Web Service - CXF
隨筆檔案
(23)
2010年7月 (1)
2009年4月 (5)
2009年3月 (8)
2009年2月 (2)
2009年1月 (1)
2008年12月 (2)
2008年11月 (4)
收藏夾
(6)
JVM (2)
PaaS(2)
Rest(2)
Inside JVM
HotSpot: A new breed of virtual machine
Explain the JVM techniques in plain English
Java
Performance of SOAP/HTTP vs. SOAP/JMS
java performance
Java Performance blog - My Photo Markus Kohler - SAP Architect
Solr
搜索
最新評論
1.?re: GC(Garbage collection) Log and Analysis - 2 of Series "Inside JVM"
For free gc log analysis, send the log file to performancetestexpert@gmail.com
--Performance Expert
2.?re: [絕對原創(chuàng)] [Java內(nèi)存管理精彩概述] JVM Memeory Management Summary - 0 of Series "Inside JVM"
Fantastic!!
--snowlee
3.?re: 【原創(chuàng)】單元測試和測試驅(qū)動開發(fā)(TDD)雜談
這個。。。
我想樓主得先把書好好翻一下,理解什么叫TDD才發(fā)表雜談吧。。。
--打醬油的
4.?re: 【原創(chuàng)】單元測試和測試驅(qū)動開發(fā)(TDD)雜談
受教了!~
--海洋之心
5.?re: [絕對原創(chuàng)] [Java內(nèi)存管理精彩概述] JVM Memeory Management Summary - 0 of Series "Inside JVM"[未登錄]
Good stuff
--my
閱讀排行榜
1.?GC(Garbage collection) Log and Analysis - 2 of Series "Inside JVM" (8503)
2.?How to use Eclipse Memory Analyzer to analyze JVM Memeory Issue - 3 of Series "Inside JVM"(5766)
3.?Common Validation Framework - How To Validate a Java Bean (4799)
4.?[絕對原創(chuàng)] [Java內(nèi)存管理精彩概述] JVM Memeory Management Summary - 0 of Series "Inside JVM"(4698)
5.?Using Tool To Improve Productivity (2) - P6Spy、IronTrack SQL、SQL Profiler - SQL Monitoring and Profiling (3547)
評論排行榜
1.?[絕對原創(chuàng)] [Java內(nèi)存管理精彩概述] JVM Memeory Management Summary - 0 of Series "Inside JVM"(11)
2.?An Overview on Common JVM Level Problems in Java SE Application - 1 of Series "Inside JVM" (3)
3.?Creating Restful Web Service instead of SOAP web service(3)
4.?[絕對原創(chuàng)] Simplify Duplicated JDBC Code By Annotation - How can we remove Connection, Statement, and ResultSet Codes from DAO method(2)
5.?GC(Garbage collection) Log and Analysis - 2 of Series "Inside JVM" (2)
我的隨筆
【原創(chuàng)】單元測試和測試驅(qū)動開發(fā)(TDD)雜談
Justin Chen 2010-07-13 17:34 閱讀:2894 評論:2
Understanding transaction pitfalls in Java Platform
Justin Chen 2009-04-15 15:12 閱讀:2872 評論:0
[原創(chuàng)翻譯] 剖析SQL Server執(zhí)行計劃(Dissecting SQL Server Execution Plans) - 簡介
Justin Chen 2009-04-14 22:43 閱讀:2292 評論:0
[Web Architecture] An Introduction to memcached - Improve Your Web Site Performance By Cache
Justin Chen 2009-04-12 21:29 閱讀:2099 評論:0
[Web Architecture] An introduction on Amazon Architecuture
Justin Chen 2009-04-11 21:27 閱讀:850 評論:0
FYI - Tuning Garbage Collection Outline - From http://www.petefreitag.com/articles/gctuning/
Justin Chen 2009-04-01 17:19 閱讀:1063 評論:0
[絕對原創(chuàng)] Use Unitils To Simplify Mock Test
Justin Chen 2009-03-30 22:30 閱讀:2011 評論:1
[絕對原創(chuàng)] [Java內(nèi)存管理精彩概述] JVM Memeory Management Summary - 0 of Series "Inside JVM"
Justin Chen 2009-03-26 09:47 閱讀:4698 評論:11
[絕對原創(chuàng)] Simplify Duplicated JDBC Code By Annotation - How can we remove Connection, Statement, and ResultSet Codes from DAO method
Justin Chen 2009-03-20 10:07 閱讀:2009 評論:2
GC(Garbage collection) Log and Analysis - 2 of Series "Inside JVM"
Justin Chen 2009-03-19 22:27 閱讀:8503 評論:2
Using Tool To Improve Productivity (2) - P6Spy、IronTrack SQL、SQL Profiler - SQL Monitoring and Profiling
Justin Chen 2009-03-14 21:06 閱讀:3547 評論:0
Using Tool To Improve Productivity (1) - JTracert - Runtime Sequence Diagram Generator Tool
Justin Chen 2009-03-11 22:42 閱讀:1757 評論:0
Why Performance Testing Result is NOT Stable - How can we avoid it?
Justin Chen 2009-03-09 23:25 閱讀:1532 評論:1
Open-Source Java Report Framework Summary
Justin Chen 2009-03-01 22:28 閱讀:679 評論:0
Profiling Java Performance With Perf4j
Justin Chen 2009-02-22 22:00 閱讀:2062 評論:0
How to use Eclipse Memory Analyzer to analyze JVM Memeory Issue - 3 of Series "Inside JVM"
Justin Chen 2009-02-22 21:29 閱讀:5766 評論:0
An Overview on Common JVM Level Problems in Java SE Application - 1 of Series "Inside JVM"
Justin Chen 2009-01-08 22:15 閱讀:3287 評論:3
The Role of Dev and QA In Agile Process - How Dev and QA cooperate in Agile Process
Justin Chen 2008-12-10 13:39 閱讀:1418 評論:1
Common Validation Framework - How To Validate a Java Bean
Justin Chen 2008-12-01 11:48 閱讀:4799 評論:1
Inside Solr (1) - Solr Cache
Justin Chen 2008-11-11 15:05 閱讀:1717 評論:0
Create Restful Web Service With CXF 2.1.X/CXF 2.2, Part 1: create a service in Tomcat (Contine) - Create client code
Justin Chen 2008-11-05 22:48 閱讀:1841 評論:0
Create Restful Web Service With CXF 2.1.X/CXF 2.2, Part 1: Create a service in Tomcat
Justin Chen 2008-11-05 18:24 閱讀:3504 評論:1
Creating Restful Web Service instead of SOAP web service
Justin Chen 2008-11-05 10:43 閱讀:2096 評論:3
Copyright ©2025 Justin Chen Powered by:
博客園
模板提供:
滬江博客
主站蜘蛛池模板:
博乐市
|
湄潭县
|
通江县
|
南川市
|
安远县
|
临高县
|
华蓥市
|
华亭县
|
延长县
|
重庆市
|
祁阳县
|
闽清县
|
木里
|
乡城县
|
射阳县
|
贵州省
|
清水河县
|
凌源市
|
石渠县
|
阜城县
|
金溪县
|
江川县
|
丰镇市
|
呼玛县
|
洪雅县
|
筠连县
|
花莲市
|
出国
|
金寨县
|
江油市
|
元阳县
|
黔江区
|
宾阳县
|
西贡区
|
离岛区
|
新邵县
|
永嘉县
|
玛曲县
|
榆中县
|
韶关市
|
佛教
|