本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- zysnba
- xiangjie88
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sichunli_030
- sam123456gz
- arpenker
- tanling8334
- 龙儿筝
- kaizi1992
- gaojingsong
- xpenxpen
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
Erlang是否适合Web开发
Your web app does not require Erlang!
I have some experience with Erlang. I used it to write a poker server and then a high-performance test harness for another one. Everything these days is about web ...
自己翻译的Java.In.A.Nutshell.5th中泛型一章,欢迎拍砖把文章砸的漂亮一些
做些说明吧:转网页的东西,改起来稍觉得的麻烦,就可能滞后。不过pdf文件会不定时的及时更新
4.1. Generic Types
Generic types and methods are the defining new feat ...
Rails 是 Ruby 的最佳实践吗?
作SAP的用户可以从顾问和售前人员的口中经常听到Best Practices,但是并不情愿地接受行业解决方案是最佳的商业实践,试图通过程序员开发出可以自定制的可以改造的程序来运行符合用户情景的商业管理程序。真正完全全盘接受best practices的非常的少,那是相当的少。
Ruby和Rails也要有类似的最佳实践吗?
那么Best Practice到底是什么? 下面的译文也许会给些许的启 ...
挖出来一块好宝哇 -rails performance tunning
从railsconf 2006里面挖出来好大一块宝!
《Rails Performance》,里面讲的rails各个方面performance tunning,太全了。最狠的是还提供了Ruby的GC Patch代码,要你patch Ruby源代码,增加对Ruby GC的tunning参数,从后面给的GC performance log里面看来,效果异常明显呀,GC次数减少了13倍,惊人!好东西,等 ...
http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLo
The "Double-Checked Locking is Broken" Declaration
Signed by: David Bacon (IBM Research) Joshua Bloch (Javasoft), Jeff Bogda, Cliff Click (Hotspot JVM project), Paul Haahr, Doug Lea, Tom May ...
Linux-NTFS project发布能够完全读写ntfs的驱动
Linux-NTFS Project发布了经过详细测试的NTFS驱动ntfs-3g
原文:From: Szakacsits Szabolcs [announcement] ntfs-3g: open source read-write driver 2006-07-14 10:39
Hello,
As part of the Linux-NTFS project, I'm ha ...
InfraRED 监视系统的性能
InfraRED 监视系统的性能-- InfraRED (http://infrared.sourceforge.net/versions/latest/)is a tool for monitoring performance of a J2EE application and diagnosing performance problems. It collects me ...
[转] digitalmars.D上的一个建议。
标题:Proposal: Operator overloading without temporaries
作者:Don Clugston
正文:
Background: Operator overloading, in the form it exists in C++ and
currently in D, inherently results in sub-optimal code ...
关于Apache Portable Runtime and Tomcat
关于Apache Portable Runtime and Tomcat在从Tomcat 5.0.28转向5.5.X时,在启动时发现出现如下信息[org.apache.catalina.core.AprLifecycleListener]-[INFO] The Apache Tomcat Native library which allows optimal performance in produ ...
Why CMS and Wiki are helpful for project management?
What's CMS? CMS stands for Content Management System. From the name, you may guess it can help you manage the content. In order to make you get the clear view about the CMS's advantage, I will comp ...
InnoDB Tables 概述
InnoDB 给 MySQL 提供了具有事务(commit)、回滚(rollback)和崩溃修复能力(crash recovery capabilities)的事务安全(transaction-safe (ACID compliant))型表。InnoDB 提供了行锁(lock ...