书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 2471 个相关结果.
  • Project Configuration

    Overview Using Maven Using Gradle Connectors and Formats Test Dependencies Advanced Configuration
  • 运行 Dokka

    运行 Dokka 运行 Dokka Gradle Maven CLI
  • 项目配置

    概览 使用 Maven 使用 Gradle 连接器和格式 测试的依赖项 高级配置
  • 项目配置

    概览 使用 Maven 使用 Gradle 连接器和格式 测试的依赖项 高级配置
  • Custom builds for Android

    Custom builds for Android Set up the custom build environment Enabling the custom build and exporting Up to date This page is up to date for Godot 4.0 . If you still find out...
  • LDAP

    LDAP authentication LDAP authentication Ktor supports LDAP (Lightweight Directory Access Protocol) for credential authentication. authentication { basic ( "authName" ) ...
  • 文件树

    文件树 文件树 文件树就是一个按照层次结构分布的文件集合,例如,一个文件树可以代表一个目录树结构或者一个 ZIP 压缩文件的内容.它被抽象为 FileTree 结构,FileTree 继承自 FileCollection ,所以你可以像处理文件集合一样处理文件树, Gradle 有些对象实现了FileTree 接口,例如 源集合 .使用 Pr...
  • 构建 UberJar

    4.3.4.2. 构建 UberJar 4.3.4.2. 构建 UberJar buildUberJar – CubaUberJarBuilding 类型的任务,会创建一个包含应用程序代码和所有依赖包在一起并且还有嵌入的 Jetty Http 服务的 JAR 包。可以选择创建一个大而全的包含所有的 JAR 包,或者选择给每一个应用程序 block...
  • Docker

    Docker note Package an application using Gradle note Prepare Docker image Building and running the Docker image Pushing docker image Sample Docker note This help t...
  • Manifest

    22.14.1.Manifest 22.14.1.Manifest 每个 jar 或 war 对象有一个 manifest 属性做为Manifest 单独的实例,当生成存档, 一个对应MANIFEST.MF文件被写入到档案中. 例22.15.MANIFEST.MF的定​​制 build.gradle jar { manifest ...