返回顶部
摘要: List [chr(i) for i in range(97,123)] String ''.join([chr(i) for i in range(97,123)]) String两句话 import string string.ascii_lowercase dict两句话 dict.fromk 阅读全文
posted @ 2019-03-19 15:57 Will_D_Zhang 阅读(615) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.cnblogs.com/artech/p/restful-web-api-02.html RESTful背景介绍 2000年,Roy Thomas Fielding博士在他那篇著名的博士论文《Architectural Styles and the Design of 阅读全文
posted @ 2019-03-19 15:32 Will_D_Zhang 阅读(510) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.cnblogs.com/artech/p/restful-web-api-01.html REST不是一个标准,而是一种软件应用架构风格。 如果说RPC是一种面向操作的架构风格,那么REST便是一种面向资源的架构风格。 web 我们所熟悉的web(World Wide 阅读全文
posted @ 2019-03-19 14:23 Will_D_Zhang 阅读(201) 评论(0) 推荐(0) 编辑