上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 69 下一页
摘要: Introduction to Office 365 Developmenthttp://www.microsoftvirtualacademy.com/training-courses/introduction-to-office-365-development?m=10072&ct=31602D... 阅读全文
posted @ 2015-01-06 13:24 zyip 阅读(907) 评论(0) 推荐(0)
摘要: 廖雪峰的官方网站http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000git - 简明指南http://rogerdudler.github.io/git-guide/index.zh.ht... 阅读全文
posted @ 2015-01-06 08:55 zyip 阅读(212) 评论(0) 推荐(0)
摘要: server_names_hash_bucket_size 512;upstream node_app { server 127.0.0.1:3000; }server { listen 80; server_name www.abc.n... 阅读全文
posted @ 2015-01-01 17:40 zyip 阅读(573) 评论(2) 推荐(0)
摘要: http://matplotlib.org/downloads.html import matplotlib.pyplot as pltYou need to install it on your system. This basically means putting the zip file w... 阅读全文
posted @ 2015-01-01 08:04 zyip 阅读(218) 评论(0) 推荐(0)
摘要: http://sebug.net/paper/books/scipydoc/numpy_intro.htmlnpArr1=np.array([1,2,3],[4,5,6],[7,8,9]])npArr1[0] #0th rownpArr1[0][1] #oth row ,1stcolumnnpArr... 阅读全文
posted @ 2015-01-01 07:23 zyip 阅读(209) 评论(0) 推荐(0)
摘要: 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 阅读(147) 评论(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 阅读(170) 评论(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 阅读(351) 评论(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 阅读(324) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 69 下一页