REST 客户端 Retrofit
- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: http://square.github.io/retrofit/
- 官方下载: https://github.com/square/retrofit
软件介绍
retrofit 是一个类型安全的 REST 客户端,用于 Android 平台。
示例代码:
RestAdapter restAdapter = new RestAdapter.Builder()
.setServer("https://api.github.com")
.build();
GitHubService service = restAdapter.create(GitHubService.class);
Paradigms of Artificial Intelligence Programming
Peter Norvig / Morgan Kaufmann / 1991-10-01 / USD 77.95
Paradigms of AI Programming is the first text to teach advanced Common Lisp techniques in the context of building major AI systems. By reconstructing authentic, complex AI programs using state-of-the-......一起来看看 《Paradigms of Artificial Intelligence Programming》 这本书的介绍吧!
