2012年2月

http://www.servletworld.com/servlet-tutorials/j2ee-web-container-introduction.html

 

Introduction to web containers

 介绍web容器

Overview of web containers:

This tutorial provides the basic introduction to J2EE web containers (Also called Servlet container orServlet engine).

这个教室讲了在j2ee中web容器到底是一个什么样的东西,web容器也称作是servlet容器或者servlet的引擎.

阅读剩余部分

转自: http://www.forbes.com/sites/ericjackson/2012/02/11/9-lessons-jeremy-lin-can-teach-us-before-we-go-to-work-monday-morning/

我自己翻译的,很简陋.

Lin-sanity has swept up the NBA over the last week. Now it seems like the phenomenon has gone worldwide.

林书豪上周在NBA赛场上刮起来一整所谓(华裔,国人造)球员的旋风.看来现在都已经蔓延到了全球.

阅读剩余部分

晚上9点多了,突然收到父亲的一条短信:

[caption id="attachment_886" align="alignleft" width="148" caption="父亲的短信"]父亲的短信[/caption]

突然我感觉到父母的寂寞,一下子家里空荡荡的.过年前妹妹和我相继回家,父母也从一年的劳作中休息下来,全家人在一起其乐融融.

而突然从父亲的短信中我仿佛看到了老两口吃饭不再有了好的胃口,不再说说笑笑,时时挂在脸上的笑容.

当然,一切的一切,生活还要继续,我想没有一个人少了另外一些什么东西就活不下去,地球就不再转动.其实这些远没有这么夸张,而只是我当时的兴趣罢了.其实又何尝没有这些呢?

接着父亲在短信中说到的,困难很多,但是还是要好好干.恩,是的,不管遇到什么问题还是要好好干的.有时候,父母把我们从小拉扯大.让我们上学,为的就是不让我们回家种地.而这个也是不变的一种有出息的模板.是的,我现在是能够在外面有活干了.能够回家不再问父母要钱了.而有时候想想,所有的意义有是什么,有能够干什么.难道生命的价值就是为了能够离开父母和家乡,一个人在外面流浪?

当然我想这些有点悲观.其实往以后长远的想,父母还是会有一天看见自己一辈子辛苦的成果,能够在晚年享受自己一辈子苦心经营的子女事业.我想他们是成功的.他们有人牵挂有人羡慕,有人孝顺,其实这些也就够了,因为只有了现在的分别才会有以后更加的幸福和珍惜.

父母,我爱你们.我会加油的!

之前说到了JSLint,不过在实际的工作中间到底是否能够完全遵循标准来实现就是另一说了.

According to Yahoo!'s Exceptional Performance Team, 40% to 60% of Yahoo!'s users have an empty cache experience and about 20% of all page views are done with an empty cache (see this article by Tenni Theurer on the YUIBlog for more information on browser cache usage). This fact outlines the importance of keeping web pages as lightweight as possible. Improving the engineering design of a page or a web application usually yields the biggest savings and that should always be a primary strategy. With the right design in place, there are many secondary strategies for improving performance such as minification of the code,HTTP compression, using CSS sprites, etc.

阅读剩余部分