书栈网 · BookStack 本次搜索耗时 0.067 秒,为您找到 13607 个相关结果.
  • 基础服务配置

    450 2023-11-03 《go-zero v1.6 教程》
    基础服务配置 service 概述 参数定义 基础服务配置 service 概述 ServiceConf 这个配置是用来表示我们一个独立服务的配置。他被我们的 rest,zrpc 等引用,当然我们也可以自己简单定义自己的服务。 例如: package main import ( "github.com/zerom...
  • VDEV Management

    411 2020-05-08 《Rook 1.1 Document》
    EdgeFS VDEV Management EdgeFS on-disk organization Persistent data Persistent metadata Temporary metadata Consistency considerations EdgeFS RT-RD Architecture Cluster Health ...
  • webservice://

    webservice 协议 提示 依赖 特性 约束 配置 webservice 协议 webservice:// 协议参考手册 基于 WebService 的远程调用协议,基于 Apache CXF 1 的 frontend-simple 和 transports-http 实现。 提示 2.3.0 以上版本支持 可以和原生...
  • Token filter plugins

    Ranker plugins Token filter plugins Index-time tokenizer query-time token filter Miscellaneous tools indextool spelldump wordbreaker Ranker plugins Ranker plugins let you...
  • 八、跨站请求伪造

    八、跨站请求伪造 描述 示例 1. Shopify 导出已安装的用户 2. Shopify Twitter 断开连接 3. Badoo 账户的完整控制 总结 八、跨站请求伪造 作者:Peter Yaworski 译者:飞龙 协议:CC BY-NC-SA 4.0 描述 跨站请求伪造,或 CSRF 攻击,在恶意网站、电子邮...
  • 博流BL602

    EVM3 快速上手 1. 克隆仓库 2. 编译固件 3. 下载烧写工具 Windows Linux MacOS 4. 设置参数 5. 登录开发板 6. 调试 案例展示 如何移植一个驱动或者库 概述 实际操作 如何移植一个新的开发板或者RTOS 移植到RTOS EVM3 发布于2021年3月中旬 本次发布带来的...
  • Low latency tuning

    Low latency tuning Understanding low latency About hyperthreading for low latency and real-time applications Provisioning real-time and low latency workloads Known limitations fo...
  • Low latency tuning

    Low latency tuning Understanding low latency About hyperthreading for low latency and real-time applications Provisioning real-time and low latency workloads Known limitations fo...
  • 示例说明

    MQTT 示例程序 示例代码讲解 运行示例 MQTT 示例程序 示例代码讲解 下面讲解 RT-Thread 提供的 MQTT 示例代码,测试服务器使用 Eclipse 的测试服务器,地址 iot.eclipse.org ,端口 1883 ,MQTT 功能示例代码如下: #include <stdlib.h> #include <...
  • 6.内存管理

    2276 2018-09-19 《RT-Thread编程手册》
    内存管理 在计算系统中,变量、中间数据一般存放在系统存储空间中,只有在实际使用时才将它们从存储空间调入到中央处理器内部进行运算。通常存储空间可以分为两种:内部存储空间和外部存储空间。内部存储空间访问速度比较快,能够按照变量地址随机地访问,也就是我们通常所说的RAM(随机存储器),或电脑的内存;而外部存储空间内所保存的内容相对来说比较固定,即使掉电后数据也...