from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1jzdwnR
via LifeLong Community
So before we dive in, let's rule two things out. First, I'm not a JVM expert and second, microbenchmarking is hard. The bigger problem is that it isn't only hard but also looks very easy if you start. You put your test code in a loop, use System.nanoTime or something similar to measure the total ...
Original Post from Jeffery yuan:
Using Chrome DevTools to Bring Back Browser Default Context Menu
http://ift.tt/1ndqOHl
Describe How to bring back browser default context menu(we all miss Chrome DevTool's Inspect Element function) in most site, and take Google Drive as a special example.
Geeks love keyboard shortcuts – they can make you faster and more productive than clicking everything with your mouse. We’ve previously covered keyboard shortcuts for Chrome and other browsers, but you can assign your own custom keyboard shortcuts, too.
You're right. I don't recall really struggling to choose the name “Make” it just seemed like the only option at the time, probably because in EXIF data it is called Make and Model. Now that I look at it, “makeKey” is a pretty stupid variable name, I just never read it in my head in the way ...
A developer's list and crib-sheet of some of the best resources on the web for learning about Java 8, now in general availability.
While developing a Chrome extension you can come up with the situation to copy text to clipboard. I was searching over internet since I found following code
I just started playing with Gaelyk and GAE. The goal is to learn the GAE APIs and services and improve my groovy foo! So, in order to practice it I've chosen to develop a simple pastebin like application using Gaelyk. I started it by modeling the main entity: Snippet, which is a very simple POGO ...
Original Post from Kirill Evstigneev:
Java #GarbageCollection tuning - a never ending quest.
A comprehensive story from LinkedIn,
- they work with 40GB Java heap,
- and managed to keep the app responce time within 60msec - without GC-induced pauses.
Interesting that they found G1, designed for large heaps, behaving not so well as good old CMS.