Month: January 2015

cordova

Local testing with http server: #To develop run chrome without cross domain checking /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome –disable-web-security #safari open -a '/Applications/Safari.app' --args --disable-web-security ##To run a local web server using python to have a look in the browser how it works...

6 days in hongkong and macau

In general, it is all about delicious food. Hongkong is crowded, and macau is quiet. Day 1: 早层到了casa hotel, 油麻地地铁站旁边. Hotel room is extremely small. It is convenient around hotel, got temple street, portland street around. All kinds of nice food, and...

Git Proxy

create gitconfig: user> git config –global user.name “jayceee” user> git config –global user.email jicheng17@gmail.com user> git config –global -e edit gitconfig to add in: [http] proxy = http://mydomain\\myusername:mypassword@myproxyserver:8080...