书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 1030 个相关结果.
  • Help and Info

    Help and Info Help and Info General usage information can be viewed using the help flag on a command. mn > create - app - h Usage : mn create - app [- hivVx ] [-- list...
  • Using the Quarkus Extension for Spring Web API

    689 2021-07-08 《Quarkus v1.7 Guides》
    Quarkus - Quarkus Extension for Spring Web API Prerequisites Solution Creating the Maven project GreetingController GreetingControllerTest Package and run the application Run...
  • 5.13. Keeping State in Extensions

    548 2020-12-09 《JUnit 5 User Guide》
    5.13. Keeping State in Extensions 5.13. Keeping State in Extensions Usually, an extension is instantiated only once. So the question becomes relevant: How do you keep the state...
  • 17 Micronaut CLI

    17 Micronaut CLI Definitions Interactive Mode Help and Info 17 Micronaut CLI The Micronaut CLI is the recommended way to create new Micronaut projects. The CLI includes comm...
  • Pojo 序列化兼容模式

    Pojo 序列化兼容模式 前置条件 创建工程 常见问题 Pojo 序列化兼容模式 这篇教程会通过从零构建一个简单的工程来演示如何基于 POJO 方式使用 Dubbo Triple, 在应用不改变已有接口定义的同时升级到 Triple 协议。此模式下 Triple 使用方式与 Dubbo 协议一样。 具体用例可以参考:dubbo-samples...
  • Chapter 23. The Java Plugin 关于 Java 插件

    1146 2018-03-22 《Gradle 3 用户指南》
    Chapter 23. The Java Plugin 关于 Java 插件 23.1. 用法 23.2. Source set 23.3. Task(任务) Chapter 23. The Java Plugin 关于 Java 插件 Java 插件添加 Java 编译和测试、捆绑的能力到项目中。这是许多其他 Gradle 插件的基础。 ...
  • Changelog

    Changelog 0.9.4 - 2022-02-16 Added Fixed 0.9.3 - 2022-02-14 Fixed 0.9.2 - 2022-02-14 Fixed 0.9.1 - 2022-02-14 Fixed 0.9.0 - 2022-02-14 Added Changelog This page ...
  • Snapshots

    Contents Overview/Introduction Setup Instructions Limitations Useful Maven Commands for Snapshots Note to Gradle users Contents Introduction to Snapshots Setup Instructi...
  • 运行测试

    5.2 运行测试 5.2 运行测试 正如前面所提到的,引导任务 connectedCheck 需要一个已经连接的设备才能运行。这会依赖 androidTest ,所以 androidTest 也会被运行。这个任务做了以下事情: 确保应用和测试应用已经被构建(依赖 assembleDebug 和 assembleTest ) 安装这两个应...
  • 7.1. Organising the Folder Structure

    7.1. Organising the Folder Structure 7.1. Organising the Folder Structure After a template-based project has been created, its folder structure will need to be rearranged to su...