摘要:
特点: 定义 struct声明: type 标识符 struct{ field1 type field2 type } example: type Student struct{ Name string Age int Score int } struct中字段访问 struct定义的三种形式 va 阅读全文
摘要:
restful规范: 根据method不同做不同的操作 method: get post delete put www.cmdb.com/api/v1/asset?page=2&per_page=100 rest_framework进行认证 认证framework源码流程图 全局配置,局部配置 全局 阅读全文