书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 55 个相关结果.
  • Coroutine\Http\Client

    Coroutine\Http\Client Saber - 人性化的协程HTTP客户端封装库 启用协程Http客户端 构造方法 使用实例 defer特性 Coroutine\Http\Client 协程版Http客户端基于原生的AsyncIo中的异步Http客户端,基本的设置和使用方法和异步Http客户端一致,不在需要注册回调函数,只需...
  • 注意事项

    897 2021-03-26 《Saber 使用教程》
    注意事项 注册你所希望的配置 注意在一次性脚本中释放连接池 注意事项 注册你所希望的配置 除了一定要记得配备连接池以外, 异常处理的方式也需要注意是符合你的编程习惯的, Saber 默认的异常处理是最主流且严谨的抛出异常 , 但Saber 也支持静默地使用错误码 和状态位 , 可能更符合很多人的口味. SaberGM :: exceptio...
  • 异常机制

    494 2021-03-26 《Saber 使用教程》
    异常机制 捕获例子 异常机制 Saber遵循将业务与错误 分离的守则, 当请求任意环节失败时, 默认都将会抛出异常 . 强大的是, Saber的异常处理也是多样化的, 且和PHP的原生的异常处理一样完善. 异常的命名空间位于Swlib\Http\Exception Exception Intro scene RequestException...
  • 简介

    987 2021-03-26 《Saber 使用教程》
    Saber 简介 Saber 简介 安装 依赖 协程调度 例子 注意事项 配置参数表 拦截器 Cookies 异常机制 Road Map IDE Helper 重中之重 附录 简介 HTTP军刀(呆毛王), Swoole人性化组件库 之PHP高性能HTTP客户端, 基于Swoole原生协程,...
  • Deploy the Spring Cloud Blade

    Deploy the Spring Cloud Blade 关于 Spring Cloud Blade 模块说明 通过源码部署 Spring Cloud Blade 一、部署 Nacos 二、部署 Redis 三、部署 Sentinel Dashboard 四、初始化数据库 五、部署 Blade 后端服务 tip spring配置 项目...
  • 部署 Spring Cloud Blade

    部署 Spring Cloud Blade 关于 Spring Cloud Blade 模块说明 通过源码部署 Spring Cloud Blade 一、部署 Nacos 二、部署 Redis 三、部署 Sentinel Dashboard 四、初始化数据库 五、部署 Blade 后端服务 tip spring配置 项目模块集中配置 ...
  • 部署 Spring Cloud Blade

    部署 Spring Cloud Blade 关于 Spring Cloud Blade 模块说明 通过源码部署 Spring Cloud Blade 一、部署 Nacos 二、部署 Redis 三、部署 Sentinel Dashboard 四、初始化数据库 五、部署 Blade 后端服务 tip spring配置 项目模块集中配置 ...
  • 部署 Spring Cloud Blade

    部署 Spring Cloud Blade 关于 Spring Cloud Blade 模块说明 通过源码部署 Spring Cloud Blade 一、部署 Nacos 二、部署 Redis 三、部署 Sentinel Dashboard 四、初始化数据库 五、部署 Blade 后端服务 tip spring配置 项目模块集中配置 ...
  • 生成会话

    331 2021-03-26 《Saber 使用教程》
    生成会话 生成会话 Session会自动保存cookie信息, 其实现是浏览器级别完备 的 $session = Saber :: session ([ 'base_uri' => 'http://httpbin.org' , 'redirect' => 0 ]); $session ->...
  • Text Search in the Aggregation Pipeline

    451 2019-12-01 《MongoDB v4.2 Manual》
    Text Search in the Aggregation Pipeline Restrictions Text Score Examples Calculate the Total Views for Articles that Contains a Word Return Results Sorted by Text Search Score ...