书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 3356 个相关结果.
  • 对象注册

    执行对象注册 执行对象注册 默认路由方法 路由内置变量 命名风格规则 对象方法注册 绑定路由方法 RESTful对象注册 构造方法Init 与析构方法Shut 执行对象注册 执行对象注册是在注册时便给定一个实例化的对象,以后每一个请求都交给该对象(同一对象)处理,该对象常驻内存不释放 。服务端进程在启动时便需要初始化这些执行对象,并...
  • Extensions

    Extensions Introduction Defining a New Extension Adding Templates Adding Global Annotations Adding Hooks Using an Extension in Code Generation Popular Extensions Extensio...
  • Dynamic Partition

    Dynamic Partition Noun Interpretation Principle Usage Establishment of tables Enable Dynamic Partition Feature Disable Dynamic Partition Feature Modify Dynamic Partition Prope...
  • 13.3. Design controllers

    13.3 Designing controllers The controller’s role RESTful design in Beego Application guide Links 13.3 Designing controllers Most traditional MVC frameworks are based on suf...
  • Extensions

    Extensions Introduction Defining a New Extension Adding Templates Adding Global Annotations Adding Hooks Using an Extension in Code Generation Popular Extensions Extensio...
  • 定义服务契约

    定义服务契约 概念阐述 场景描述 配置说明 示例代码 定义服务契约 `` 概念阐述 服务契约,指基于OpenAPI规范的微服务接口契约,是服务端与消费端对于接口的定义。java chassis提供了两种方式定义契约:code first和contract first。 code first producer使用Jax-RS或Spr...
  • 定义服务契约

    定义服务契约 概念阐述 场景描述 配置说明 示例代码 定义服务契约 `` 概念阐述 服务契约,指基于OpenAPI规范的微服务接口契约,是服务端与消费端对于接口的定义。java chassis提供了两种方式定义契约:code first和contract first。 code first producer使用Jax-RS或Spri...
  • 资源控制器

    资源控制器可以让你轻松的创建RESTFul 资源控制器,可以通过命令行生成需要的资源控制器,例如: // 生成index模块的Blog资源控制器 php think make : controller index / Blog 或者使用完整的命名空间生成 php think make : controller app\index\cont...
  • 基本架构

    基本架构 基本架构 Docker 采用了 C/S 架构,包括客户端和服务端。Docker 守护进程 (Daemon )作为服务端接受来自客户端的请求,并处理这些请求(创建、运行、分发容器)。 客户端和服务端既可以运行在一个机器上,也可通过 socket 或者 RESTful API 来进行通信。 Docker 守护进程一般在宿主主机后台...