书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 8206 个相关结果.
  • rmmod 从运行的内核中移除指定的内核模块

    rmmod 补充说明 语法 选项 参数 实例 rmmod 从运行的内核中移除指定的内核模块 补充说明 rmmod命令 用于从当前运行的内核中移除指定的内核模块。执行rmmod指令,可删除不需要的模块。Linux操作系统的核心具有模块化的特性,应此在编译核心时,务须把全部的功能都放如核心。你可以将这些功能编译成一个个单独的模块,待有需要时...
  • rmmod 从运行的内核中移除指定的内核模块

    rmmod 补充说明 语法 选项 参数 实例 rmmod 从运行的内核中移除指定的内核模块 补充说明 rmmod命令 用于从当前运行的内核中移除指定的内核模块。执行rmmod指令,可删除不需要的模块。Linux操作系统的核心具有模块化的特性,应此在编译核心时,务须把全部的功能都放如核心。你可以将这些功能编译成一个个单独的模块,待有需...
  • 依赖

    1106 2021-09-26 《LiteFlow v2.6 教程》
    依赖 依赖 LiteFlow提供了liteflow-spring-boot-starter依赖包,提供自动装配功能 <dependency> <groupId> com.yomahub </groupId> <artifactId> liteflow-spring-boot-starter </artifactId> <...
  • OpenTelemetry

    OTlp 概述 案例架构图 快速开始 安装 & 启动 Otlp Collector 启动 Provider 启动 Consumer 查看 Trace 信息 如何在SpringBoot项目中使用 1. 在你的项目中添加依赖 2. 配置 application.yml 如何基于Dubbo API使用 1. 在你的项目中添加依赖 2. 配置...
  • How to debug Dracut problems

    688 2021-09-03 《Fedora Quick Docs》
    How to debug Dracut problems Identifying your problem area Information to include in your report All bug reports Logical Volume Management related problems Software RAID related...
  • springcloud(十四):Spring Cloud 开源软件都有哪些?

    1、 awesome-spring-cloud 2、 PiggyMetrics 3、 spaascloud-master 4、 Cloud-Admin 5、 spring-cloud-rest-tcc 6、 pig 7、 xxpay-master 8、 spring-boot-cloud 9、 FCat 10、 spring-cloud-e...
  • 全局配置文件

    全局配置文件 全局配置文件 升级日志: 20190324 前台全局配置文件配置内容:后台域名、图片服务器域名配置文件位置:public/index.html好处: 前端build完也可以直接修改index.html配置内容 <!-- 全局配置 --> <script> window . _CONFIG = {}; ...
  • Avoid Initramfs

    Avoid Initramfs From: eLinux.org Avoid Initramfs If you wish to improve the boot time, avoid using initramfs. Rationaleis that intramfs requires copying the data twice. Fi...
  • 使用Zookeeper注册中心

    使用 Zookeeper 作为注册中心实现自动服务发现 1 基本配置 1.1 增加 Maven 依赖 注意 1.2 选择 Zookeeper 版本 注意 1.3 配置并启用 Zookeeper 2 高级配置 2.1 认证与鉴权 2.2 分组隔离 2.3 其他扩展配置 3 工作原理 3.1 接口级节点结构 3.2 应用级节点结构 3.2....