- 授权协议: CPAL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/mulesoft/api-designer
软件介绍
API-Designer 是个专门用于创建和分享 API 标准的 web 编辑器。它能提示在什么地方应该使用什么元素以及指出创建的 RAML 文档中的错误。下面的代码片断中,有一个 books 的 API,其中有 get 方法,它返回同一个作者编写的所有书籍,而 {booksId} 部分有一个方法用于获得指定的书本并且 delete 方法用 于从集合中删除书本。
Via:InfoQ
Python Algorithms
Magnus Lie Hetland / Apress / 2010-11-24 / USD 49.99
Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it......一起来看看 《Python Algorithms》 这本书的介绍吧!
