上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: Pecan Introduce Pecan是一个轻量级的基于Python的Web框架, Pecan的目标并不是要成为一个“full stack”的框架, 因此Pecan本身不支持类似Session和Databases.Pecan Features (1)Object-dispatch for... 阅读全文
posted @ 2015-08-05 17:34 Edisonxiang 阅读(5488) 评论(0) 推荐(0)
摘要: Meeting time: 2015.August.4th 1:00~2:00Chairperson: Serg Melikyan, PTL from MirantisMeeting summary:1.Migrating to yaql 1.0 status. PIC: Stan L... 阅读全文
posted @ 2015-08-05 01:03 Edisonxiang 阅读(239) 评论(0) 推荐(0)
摘要: def application(environ, start_response): start_response('200 OK', [('Content-Type', 'text/html')]) return 'Hello, web!'# 1st# Just for Test and... 阅读全文
posted @ 2015-08-04 16:36 Edisonxiang 阅读(354) 评论(0) 推荐(0)
摘要: 1. WSGIServer WSGIMiddlewareWSGIApplication1.1 WSGI Server wsgi server可以理解为一个符合wsgi规范的web server,接收request请求,封装一系列环境变量,按照wsgi规范调用注册的wsgi app,最后将resp... 阅读全文
posted @ 2015-08-04 11:27 Edisonxiang 阅读(1699) 评论(0) 推荐(0)
摘要: Module Reviews Drafted Blueprints Completed Blueprints Filed Bugs Resolved BugsCinder 7 1 1 7 11Swift 10 N/... 阅读全文
posted @ 2015-08-03 09:27 Edisonxiang 阅读(156) 评论(0) 推荐(0)
摘要: ESLint 简介ESLint是由Nicholas C. Zakas编写的一个Javascript的验证工具,ESLint不仅可以检验Javascript错误,也可以进行代码风格检测。2013年6月发布第一个版本,最新版本是2015年7月24号发布的ESLint 1.0.0-rc-3。ESLint主... 阅读全文
posted @ 2015-07-30 16:56 Edisonxiang 阅读(2177) 评论(0) 推荐(0)
摘要: Meeting time: 2015.July.28th 1:00~2:00Chairperson: Kirill Zaitsev, core from MirantisMeeting summary:1.Migrating to yaql 1.0 status. PIC: Stan L... 阅读全文
posted @ 2015-07-30 11:01 Edisonxiang 阅读(194) 评论(0) 推荐(0)
摘要: Keywords Descriptions FWIW For what it's worth(不管结果怎样) ASAP As Soon As Possible(尽快) FYI For Your Information(信息供您参考) AFAIK As Far As I Know(据我所知) LMK Let Me Know(让我知道) BTW ... 阅读全文
posted @ 2015-07-27 11:14 Edisonxiang 阅读(298) 评论(0) 推荐(0)
摘要: Module Reviews Drafted Blueprints Completed Blueprints Filed Bugs Resolved BugsCinder 7 1 1 7 10Swift 10 N/... 阅读全文
posted @ 2015-07-27 10:00 Edisonxiang 阅读(146) 评论(0) 推荐(0)
摘要: 文件流转的三个工作区域:Git 的工作目录,暂存区域,以及本地仓库。 基本的 Git 工作流程如下: 在工作目录中修改某些文件。 对修改后的文件进行快照,然后保存到暂存区域。 提交更新,将保存在暂存区域的文件快照永久转储到 Git 目录中。 1.安装git和git-review apt-get in 阅读全文
posted @ 2015-07-22 18:05 Edisonxiang 阅读(811) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页