12 2014 档案

摘要:import jsonuser={'name':'yao','gender':'male','group':{'L':'A'}}//python objectuserStr=json.dumps(user)user2=json.load(userStr)print user2['name']prin... 阅读全文
posted @ 2014-12-30 15:16 zyip 阅读(140) 评论(0) 推荐(0) 编辑
摘要:1. user guide on googlehttps://developers.google.com/google-apps/calendar/instantiate2. google app console for developershttps://developers.google.com... 阅读全文
posted @ 2014-12-29 15:07 zyip 阅读(167) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2014-12-28 16:10 zyip 阅读(0) 评论(0) 推荐(0) 编辑
摘要:0. install redis library for nodenpminstallredis1.node command example> var _redis = require("redis")undefined> var redis = _redis.createClient({auth_... 阅读全文
posted @ 2014-12-28 11:52 zyip 阅读(346) 评论(0) 推荐(0) 编辑
摘要:27017nodejs指定vsisual studio版本npm install mongodb --msvs_version=2013npm install mongoose --msvs_version=2013dbshow dbsdb.getCollectionNames()use users... 阅读全文
posted @ 2014-12-25 10:45 zyip 阅读(320) 评论(0) 推荐(0) 编辑
摘要:router.get('/refresh',function(req,res){ oauth2Client.credentials = { refresh_token: '1/RqVyL7yLBxwsCA4h5IzDJuMVcCwX3munQz1ntGyg99I'}; oauth2Client.... 阅读全文
posted @ 2014-12-21 21:09 zyip 阅读(318) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/10827920/google-oauth-refresh-token-is-not-being-receivedTherefresh_tokenis only provided on the first authorizatio... 阅读全文
posted @ 2014-12-21 20:42 zyip 阅读(234) 评论(0) 推荐(0) 编辑
摘要:线性代数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/... 阅读全文
posted @ 2014-12-19 12:37 zyip 阅读(214) 评论(0) 推荐(0) 编辑
摘要:http://www.sitepoint.com/understanding-responsive-web-design-cross-browser-compatibility/In thelast article, I described three ways to work with with ... 阅读全文
posted @ 2014-12-10 21:00 zyip 阅读(262) 评论(0) 推荐(0) 编辑
摘要:Create CSS3 Buttons Compatible with All Browsershttp://www.ourtuts.com/create-css3-buttons-compatible-with-all-browsers/http://css3pie.com/ 阅读全文
posted @ 2014-12-08 21:15 zyip 阅读(97) 评论(0) 推荐(0) 编辑
摘要:fs.readFile('c:\\tmp\\helloworld.txt','utf8',function(err,data){console.log(data);}) var token=fs.readFileSync('c:\\tmp\\toekn.txt','utf8'); fs.wri... 阅读全文
posted @ 2014-12-05 15:43 zyip 阅读(633) 评论(0) 推荐(0) 编辑
摘要:http://xamarin.com/ 阅读全文
posted @ 2014-12-02 13:55 zyip 阅读(132) 评论(0) 推荐(0) 编辑
摘要:google api for .net nugetInstall-Package Google.Apis.Calendar.v3oauth2 for asp.nethttp://www.codeproject.com/Articles/565032/Google-Calendar-Integrati... 阅读全文
posted @ 2014-12-02 10:52 zyip 阅读(437) 评论(0) 推荐(0) 编辑
摘要:http://googleappsupdates.blogspot.fr/2014/06/calendar-gdata-api-google-calendar.html 阅读全文
posted @ 2014-12-01 15:36 zyip 阅读(174) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示