12 2014 档案
摘要:import jsonuser={'name':'yao','gender':'male','group':{'L':'A'}}//python objectuserStr=json.dumps(user)user2=json.load(userStr)print user2['name']prin...
阅读全文
摘要:1. user guide on googlehttps://developers.google.com/google-apps/calendar/instantiate2. google app console for developershttps://developers.google.com...
阅读全文
摘要:0. install redis library for nodenpminstallredis1.node command example> var _redis = require("redis")undefined> var redis = _redis.createClient({auth_...
阅读全文
摘要:27017nodejs指定vsisual studio版本npm install mongodb --msvs_version=2013npm install mongoose --msvs_version=2013dbshow dbsdb.getCollectionNames()use users...
阅读全文
摘要:router.get('/refresh',function(req,res){ oauth2Client.credentials = { refresh_token: '1/RqVyL7yLBxwsCA4h5IzDJuMVcCwX3munQz1ntGyg99I'}; oauth2Client....
阅读全文
摘要:http://stackoverflow.com/questions/10827920/google-oauth-refresh-token-is-not-being-receivedTherefresh_tokenis only provided on the first authorizatio...
阅读全文
摘要:线性代数http://v.163.com/movie/2010/11/D/T/M6V0BQC4M_M6V2ADFDT.html数学分析http://v.163.com/special/cuvocw/shuxuefenxi.html统计学http://v.163.com/movie/2011/6/6/...
阅读全文
摘要:http://www.sitepoint.com/understanding-responsive-web-design-cross-browser-compatibility/In thelast article, I described three ways to work with with ...
阅读全文
摘要:Create CSS3 Buttons Compatible with All Browsershttp://www.ourtuts.com/create-css3-buttons-compatible-with-all-browsers/http://css3pie.com/
阅读全文
摘要:fs.readFile('c:\\tmp\\helloworld.txt','utf8',function(err,data){console.log(data);}) var token=fs.readFileSync('c:\\tmp\\toekn.txt','utf8'); fs.wri...
阅读全文
摘要:http://xamarin.com/
阅读全文
摘要:google api for .net nugetInstall-Package Google.Apis.Calendar.v3oauth2 for asp.nethttp://www.codeproject.com/Articles/565032/Google-Calendar-Integrati...
阅读全文
摘要:http://googleappsupdates.blogspot.fr/2014/06/calendar-gdata-api-google-calendar.html
阅读全文