自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(3)
  • 资源 (14)
  • 收藏
  • 关注

原创 Java的内部类问题

前一段时间在CSDN论坛回答的一个问题,觉得蛮有意思的,决定拿出来在这里记录一下。 问题的提出: 该例子程序涉及到了三个class文件,分别是Contents.java,Destination.java,Parcel10.java。其中的Contents.java和Destination.java是两个interface,而Parcel10.java是含有静态内部类的一个类文件。

2009-10-12 22:40:00 478

原创 一个变量搞定求和运算

闲来无事逛CSDN论坛,大多帖子都蛮无聊的,但是这时候看到一篇文章叫做《一个变量能搞定吗?》 算法题,一个小学生都会做的题目,求用一个变量实现从1加到100的算法。我回了帖子,感觉还算简洁,借了stack用一下,答案如下: public class Sum { public static void main(String[] args) { System

2009-09-04 22:56:00 524

原创 GAE 500字符问题解决与论思考方法

继续前面一篇Blog的问题,那张JavaEye上的帖已经很值得看一下了,上面的讨论能引发很多思考(http://www.javaeye.com/topic/421104)。 GAE上面的String类型,只能支持500字符,所以需要使用它提供的com.google.appengine.api.datastore.Text作为数据类型。一位坛友认为是Play!框架的原因,不能处理该类型,我则

2009-07-11 20:27:00 847

构建高性能Web站点(精华版)

本书将为你提供构建高性能的网站的完整解决方案,它会成为每个致力于开发并发百万级用户规模网站的开发者的工具箱。

2010-02-10

OSGi原理与最佳实践

OSGi在Java业界正是风生水起。几乎所有的JEE Server,比如IBM Websphere、Oracle Weblogic和Sun glassfish,都采用了OSGi作为基础平台,甚至推崇实用主义的SpringSource也挟Spring DM之势,推出了基于OSGi的应用服务器——Spring DM Server。山雨欲来风满楼,乘着这股东风,在BlueDavy发布了《OSGi实战》以及《OSGi进阶》之后,国内第一本OSGi的专业书—— 《OSGi原理与最佳实践》刚刚面世。

2009-10-26

Eleven Steps to Success in Data Warehousing

A best pratice of building a successful Data Warehousing.

2009-09-02

A Note on Distributed Computing

We argue that objects that interact in a distributed system need to be dealt with in ways that are intrinsically different from objects that interact in a single address space. These differences are required because distributed systems require that the programmer be aware of latency, have a different model of memory access, and take into account issues of concurrency and partial failure. We look at a number of distributed systems that have attempted to paper over the distinction between local and remote objects, and show that such systems fail to support basic requirements of robustness and reliability. These failures have been masked in the past by the small size of the distributed systems that have been built. In the enterprise-wide distributed systems foreseen in the near future, however, such a masking will be impossible. We conclude by discussing what is required of both systems-level and application-level programmers and designers if one is to take distribution seriously.

2009-09-02

(EN) Unix Shell Programming (3rd Ed, Sams, 2003)

Unix Shell Programming is a tutorial aimed at helping Unix and Linux users get optimal performance out of their operating out of their operating system. It shows them how to take control of their systems and work efficiently by harnessing the power of the shell to solve common problems. The reader learns everything he or she needs to know to customize the way a Unix system responds.

2009-09-02

BEST PRACTICES FOR RUNNING ORACLE DATABASES IN Solaris

Oracle在收购SUN后,可以想象得到Solaris会成为Oracle最佳的运行环境。果不其然,Oracle官方发布本手册,作为如何在Solaris内运行Oralce的最佳实践。

2009-07-05

Performance Myths Exposed

Clifford Click博士在Java One上面精彩的演讲ppt,介绍了一些关于Java性能优化的误区,以及一些切实有用的意见。

2009-05-24

项目管理知识体系指南

美国国家标准ANSI/PMI 99-001-2004

2008-09-12

流动的城市——SOA策略、方法及实施案例

城市规划管理之于SOA,不仅仅是一个比喻,它本身的很多策略就是SOA实施过程中各种策略的指导。

2008-09-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除