书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 3202 个相关结果.
  • 接口形式

    接口形式 错误代码 接口形式 本文档所描述的 API 接口均基于HTTP Restful 协议,支持 GET/POST 方法调用,若无特殊说明每个参数值都必须采用 UTF-8 字符集编码,在发送调用请求时,所有参数都必须进行 urlencode 编码处理,消息返回结果均采用 JSON 格式。 错误代码 在请求出现错误时,系统会返回对应的错...
  • Implementing API Exceptions

    Implementing API Exceptions Simple Exception Class Registering an Error Handler Usage in Views Implementing API Exceptions It’s very common to implement RESTful APIs on top ...
  • Server push

    Server push Server push Remote event Restful callback Server push Learn how to server push. Server push What “server push” refers to is: server sends a message to client af...
  • taosAdapter

    taosAdapter taosAdapter architecture diagram taosAdapter Deployment Method Install taosAdapter Start/Stop taosAdapter Remove taosAdapter Upgrade taosAdapter taosAdapter param...
  • 运维平台

    运维平台 登录 功能列表 设计理念 运维平台 运维平台内嵌于elastic-job-cloud-scheduler的jar包中, 无需额外启动WEB付服务器, 可通过修改配置文件中http_port参数来调整启动端口,默认端口为8899,访问地址为http://{your\_scheduler\_ip}:8899。 登录 提供两种账户,...
  • User management

    User management Version: v1.3 User management Once VelaUX is installed, there’s a built-in administrator user with full access to the system. It is recommended to use the admin...
  • Who is using

    1223 2019-10-24 《JustAuth 使用手册》
    Who is using? Who is using? spring-boot-demo : spring boot demo 是一个用来学习 spring boot 的项目,总共包含 55 个集成demo,已经完成 46 个。(注:spring-boot-demo-social 模块中集成了JustAuth)注:该作者是JustAuth的开发者之...
  • 路由

    745 2018-02-05 《Rails 风格指南》
    当需要为一个 RESTful 资源添加动作时(你真的需要吗?),应使用 member 路由和 collection 路由。 # 差 get 'subscriptions/:id/unsubscribe' resources : subscriptions # 好 resources : subscriptions do...
  • taosAdapter

    taosAdapter taosAdapter architecture diagram taosAdapter Deployment Method Install taosAdapter Start/Stop taosAdapter Remove taosAdapter Upgrade taosAdapter taosAdapter param...
  • Chapter 5: Django’s Views

    Django’s views are the information brokers of a Django application. A view sources data from your database (or an external data source or service) and delivers it to a template. F...