首页 > 技术文章 > 记录

ShaunChen 2017-03-02 14:51 原文

Pagination in the REST API(Restful Api 分页):

https://developer.atlassian.com/confdev/confluence-server-rest-api/pagination-in-the-rest-api

 

Django分页模块Pagination:

https://docs.djangoproject.com/en/1.8/topics/pagination/

 

autopep8 格式规范:

autopep8 -i --aggressive (文件名)

推荐阅读