上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 70 下一页
摘要: 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 阅读(151) 评论(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 阅读(173) 评论(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 阅读(355) 评论(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 阅读(335) 评论(0) 推荐(0)
摘要: router.get('/refresh',function(req,res){ oauth2Client.credentials = { refresh_token: '1/RqVyL7yLBxwsCA4h5IzDJuMVcCwX3munQz1ntGyg99I'}; oauth2Client.... 阅读全文
posted @ 2014-12-21 21:09 zyip 阅读(324) 评论(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 阅读(245) 评论(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 阅读(219) 评论(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 阅读(326) 评论(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 阅读(105) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 70 下一页