http://ift.tt/1kcccs6
http://ift.tt/1lwHUhS
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1kcceQJ
via LifeLong Community
The Problem: Blogger (Blogspot) Label widget allows us to show all labels, or show specific labels. But in some cases, we may want to show all labels except which just has a small amount of posts - such as less than 5. - or s...
I am a fan of ConEmu, as it allows me to open various console(cmd, powsershell, Cygwin bash) in one place with tabs. Also it can auto save and restore opened tabs. Today when I reopen ConEmu, it prompts a dialog: "Command g...
The Code Tested in Chrome: function getSelectionHtml(selection) { var range = selection.getRangeAt(0); var div = document.createElement('div'); div.appendChild(range.cloneContents()); var htmlText = div.innerHTML; return html...
The Problem: The apk does not include classes.dex Recently, when I deploy my simple Android application to emulator in Android Studio, it always fails with error: Failure [INSTALL_FAILED_DEXOPT] Check the logcat log: it sho...
The Problem: The apk does not include classes.dex Recently, when I deploy my simple Android application to emulator in Android Studio, it always fails with error: Failure [INSTALL_FAILED_DEXOPT] Check the logcat log: it s...