书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 7642 个相关结果.
  • 46.7.3 Git提交信息

    46.7.3 Git提交信息 46.7.3 Git提交信息 info 端点的另一个有用特性是,在项目构建完成后发布git 源码仓库的状态信息。如果GitProperties bean可用,Spring Boot将暴露git.branch ,git.commit.id 和git.commit.time 属性。 注 如果classpath根目录存在...
  • Quick Start

    Spring Cloud Quick Start Features Main Projects Release Trains Sample Projects Spring Cloud Spring Cloud为开发人员提供了工具,用以快速的在分布式系统中建立一些通用方案(例如配置管理,服务发现,断路器,智能路由,微代理,控制总线,一次性令牌...
  • rmmod 从运行的内核中移除指定的内核模块

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

    63.1 包含该插件 63.1 包含该插件 想要使用Spring Boot Maven插件只需简单地在你的pom.xml的plugins 部分包含相应的XML: <? xml version = "1.0" encoding = "UTF-8" ?> <project xmlns = "http://maven.apache.org/PO...
  • What huge pages do and how they are consumed by apps

    What huge pages do and how they are consumed by applications What huge pages do How huge pages are consumed by apps Consuming huge pages resources using the Downward API Configu...
  • 整合案例 - ApiBoot落地使用案例

    1110 2019-06-26 《ApiBoot 使用文档》
    集成的ApiBoot依赖 数据库结构 源码下载 整合案例的源码是恒宇少年知识库 小程序的接口源码,采用ApiBoot 构建的接口服务项目,是一个针对ApiBoot 落地使用的案例。 集成的ApiBoot依赖 该项目集成的ApiBoot 模块比较多,pom.xml 部分相关ApiBoot 依赖如下所示: <dependencies> ...
  • Kernel load address randomization

    Kernel booting process. Part 6. Introduction Initialization of page tables Avoid reserved memory ranges Physical address randomization Virtual address randomization Conclusion...
  • STOMP

    1339 2019-07-31 《WeEvent v1.0.0 文档》
    STOMP 协议说明 JavaScript语言 Java语言 Spring Boot 环境 代码样例 Spring环境 其他语言的适配 STOMP STOMP 是面向流文本的消息传输协议Streaming Text Oriented Messaging Protocol ,是 WebSocket 通信标准的一部分,属于业务层的控制协议...
  • Java 应用开发

    Java 应用开发 使用 Java SDK 使用 Spring Cloud 使用 Spring Boot 使用 Dubbo 使用 gRPC-Java Java 应用开发 使用 Java SDK 使用 Spring Cloud 使用 Spring Boot 使用 Dubbo 使用 gRPC-Java
  • Debugging by printing / Printk

    Debugging by printing Contents Usage Log Levels Rate limiting and one time messages Printk from userspace Internals / Changing the size of the printk buffer Pros and Cons De...