My Note on Solutions.
Pages
(Move to ...)
Home
Contact/Tip Me
▼
Wednesday, August 21, 2013
java, testing salted hash using the commons-codec
›
There is one class called DigestUtils in the apache commons-codec, here is a quick how to start tutorial to pickup the jar and do a simple o...
Tuesday, August 6, 2013
How to FIx,”New Nexus 7 stuck at X logo, but FULLY CHARGED”
›
Got a New Nexus 7 (2013) modal, and it was stuck on the X logo forever, it’s fully charged. my firs try is to restore to the factory im...
Sunday, August 4, 2013
Centos: disable Ipv6
›
To begin, log in as root and disable IPv6 by typing: echo "install ipv6 /bin/true" > /etc/modprobe.d/disable-ipv6.conf No...
Wednesday, June 5, 2013
How to, use windbg to catch .net process exception
›
for some cases, you may find it’s hard to debug the .net application exception using mdbg or cordbg. then windbg will be the good shoot. y...
Wednesday, May 29, 2013
Jquery Url parser library
›
jQuery-URL-Parser is one great utility to parse urls, and provide access to attributes, querystrings. p.segment return all the pathes i...
Thursday, May 23, 2013
How to: Adb install apk get error, INSTALL_FAILED_ALREADY_EXISTS
›
If you are a developer, and want test your new build and keeping the old settings of your app.here is the quick answer. TRY install t...
3 comments:
Friday, May 3, 2013
ZeroMq, pub/sub mode tutorial , how-to
›
following the last post, it’s extremely easy to do a pub/sub empowering the zeromq. IN C#, we setup one socket to pub type, and bind to on...
‹
›
Home
View web version