书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 2517 个相关结果.
  • mica-auto 使用

    1608 2019-08-06 《mica 开发指南》
    版本 使用场景 功能 使用 maven gradle >= 5.x gradle < 5.x 原理 详细说明 微信公众号 mica-auto 基于 Spring boot 配置注解自动生成 Spring boot 部分配置文件。 版本 使用场景 主要是用来避免 Spring boot 主项目包同 子项目 或者子模块 包...
  • Project Template for Java

    Project Template for Java Build Tools Maven Requirements Create Project Inspect Project Build Project Gradle Requirements Create Project Inspect Project Build Project Ne...
  • 任务列表

    任务列表 任务列表 执行 gradle tasks 命令会列出项目中所有任务.这会显示项目中所有的默认任务以及每个任务的描述. 例 11.9 获取任务信息 gradle -q tasks 命令的输出 > gradle - q tasks ------------------------------------------------...
  • CocoaPods 集成

    CocoaPods integration CocoaPods Gradle plugin Workflow Interoperability Current Limitations CocoaPods integration Starting with 1.3.30, an experimental integration with Coc...
  • FAQ

    Q: How do I run my program? Q: What is Kotlin/Native memory management model? Q: How do I create a shared library? Q: How do I create a static library or an object file? Q: How...
  • 安装

    安装 Maven Gradle 安装 HStreamDB Java SDK 已经在 Maven 发布,查看 hstreamdb-java (opens new window) . Maven Maven 用户可以这样使用 HStreamDB 客户端: <dependencies> <dependency> <gro...
  • Proguard

    Proguard note note Proguard note This help topic is in development and will be updated in the future. If you have some restrictions on your JAR size (for example whe...
  • 给 tasks 排序

    给 tasks 排序 给 tasks 排序 任务的排序功能正在测试和优化. 请注意, 这项功能在 Gradle 之后的版本里可能会改变. 在某些情况下, 我们希望能控制任务的的执行顺序, 这种控制并不是向上一张那样去显示地加入依赖关系. 最主要的区别是我们设定的排序规则不会影响那些要被执行的任务, 只是影响执行的顺序本身. 好吧, 我知道可能...
  • Using libGDX With Kotlin

    About the Kotlin language Migrating an existing project to Kotlin Configure Gradle Set up the kotlin-gradle plugin Apply the kotlin-gradle plugin Configuring Dependencies Note f...
  • Chapter 1. Introduction 介绍

    1002 2018-03-22 《Gradle 2 用户指南》
    Chapter 1. Introduction 介绍 1.1. About this user guide 关于本用户指南 Chapter 1. Introduction 介绍 Gradle 为Java(JVM)世界提供快速构建的工具。提供如下功能: 一个非常灵活的通用构建工具,如 Ant 方便从 Maven 中切换过来。但我们从不强制 对多项...