My Note on Solutions.
Pages
(Move to ...)
Home
Contact/Tip Me
▼
Thursday, October 16, 2014
Keyboard / trackpad non-functional after winclone restore for macbook pro 2014 mid retina
›
Problem first, I restored one windows 7 using winclone, when I boot back to the new restored windows 7 partition. Gosh, neither keyboard/Tra...
1 comment:
Tuesday, October 14, 2014
Git tips, how to generate patch and apply it
›
we have one version , for demo. just called file.txt with version1 as the content. after we change it to version 2 , we can run git diff...
Regular expression tips, match repeatable characters.
›
Regular expression has a powerful support for submatches (subexpressions). here are some powerful match. if you user got a sticky keyboard...
Wednesday, October 8, 2014
Node.js tips-1, put your configuration in a special .json module, selenium webdriver
›
if you use node selenium-webdriver to do a basic UI test, here is a quick sample code to open google, enter the keyword and do the serach, t...
Wednesday, September 24, 2014
Node.js tips and modules
›
Several useful modules and tips for Node.js beginners. Nodemon, monitor the source file change and reload it for you automatically. ...
Sunday, September 21, 2014
Chrome Develop Tools Tips -2
›
using monitorEvents like the Spy++ using in old days to monitor event triggered on an element by pressing CTL+F, you can use ele...
Chrome Developer Tools Tips - 1
›
I've been using the Chrome developer tools always, just realized several tips. Console.dir will list all the attributes or methods ...
‹
›
Home
View web version