Gitbooks - How Tomcat Works http://ift.tt/1UJwWvz

Please Visit: http://ift.tt/1ajReyV

Gitbooks - How Tomcat Works
http://ift.tt/1UJwWvz


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1UJwTQe
via LifeLong Community

Hardware Aware Algorithms http://ift.tt/1KIbIJH...

Please Visit: http://ift.tt/1ajReyV

Hardware Aware Algorithms
http://ift.tt/1KIbIJL
http://ift.tt/1KIbGBu


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1KIbIJT
via LifeLong Community

Google Java Style http://ift.tt/1LHeyi7 Every constant is a static final...

Please Visit: http://ift.tt/1ajReyV

Google Java Style
http://ift.tt/1LHeyi7
Every constant is a static final field, but not all static final fields are constants.
static final Logger logger = Logger.getLogger(MyClass.getName());

Projects are free to choose a column limit of either 80 or 100 characters.

Declared when needed, initialized as soon as possible
The default case is present 

Fall-through: commented 

@Override: always used

Caught exceptions: not ignored
Static members: qualified using class 

Finalizers: not used


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1KbD4pq
via LifeLong Community

5 Ways to Force Quit an Application in OS X 1. In the Dock, right-click the icon of the unresponsive...

Please Visit: http://ift.tt/1ajReyV

5 Ways to Force Quit an Application in OS X
1. In the Dock, right-click the icon of the unresponsive application.
2. Hold down the Option key, and you’ll see “Quit” change to “Force-Quit.”

Using The Force Quit Window
simply press “Command + Option + Escape” on your Mac, which will bring up the force-quit window:

Force-Quit Using Activity Monitor
http://ift.tt/1iw6mVk


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1IXDLxo
via LifeLong Community