书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 2517 个相关结果.
  • Godot Android library

    Godot Android library Using the Godot Android library Godot Android plugins Embedding Godot in existing Android projects 1. Create the Android app 2. Create the Godot project ...
  • 1.2 快速学习工具

    5085 2019-03-05 《Kotlin极简教程》
    1.2 快速学习工具 1.2.1 云端IDE 1.2.2 本地命令行环境搭建 1.2.3 使用IntelliJ IDEA 1.2.4 使用Eclipse 1.2.5 使用Gradle构建Kotlin工程 1.2.6 编程语言学习小结 小结 参考资料 1.2 快速学习工具 工欲善其事必先利其器 1.2.1 云端IDE 未来的...
  • 简介

    简介 Spring Security是什么? 历史 发布版本号 获取 Spring Security 使用Maven Maven 仓库 Spring 框架 Bom 使用Gradle Gradle 仓库 使用Spring 4.0.x 和Gradle 项目模块 核心模块 spring-security-core.jar 远程调用 - sp...
  • HTML DSL

    Emit HTML with a DSL Installing Basic Usage Templates & Layouts Emit HTML with a DSL This feature integrates with kotlinx.html to directly emit HTML using Chunked transfer e...
  • JWT and JWK

    JWT and JWK authentication Configuring server/routes: Using a verifier and a validator: application.conf: JWT auth: Using a JWK provider: JWT and JWK authentication Ktor s...
  • 第14章 使用 Kotlin DSL

    2960 2019-03-05 《Kotlin极简教程》
    第14章 使用 Kotlin DSL 第14章 使用 Kotlin DSL 我们在前面的章节中,已经看到了 Kotlin DSL 的强大功能。例如Gradle 的配置文件 build.gradle (Groovy),以及前面我们涉及到的Gradle Script Kotlin(Kotlin)、Anko(Kotlin)等,都是 DSL。我们可以看出...
  • 部署说明

    部署说明 1. 前提条件 国密支持 solidity v0.6.10支持 2. 拉取代码 3. 编译代码 4. 修改配置 5. 服务启停 6. 访问控制台 7. 查看日志 部署说明 1. 前提条件 依赖软件 支持版本 Java JDK8或以上版本 FISCO-BCOS V2.0.x版本 备注: Java推荐使用Oracle...
  • 一个基础的 Java 项目

    一个基础的 Java 项目 {#revision1} 一个基础的 Java 项目 {#revision1} 让我们先来看一个简单的例子. 我们可以加入下面的代码来使用 Java 插件: 例子 7.1. 使用 Java 插件 build.gradle apply plugin : 'java' (注:此例子的代码可以再所有“-all...
  • 带有接收者的 SAM 编译器插件

    带有接收者的 SAM 编译器插件 Gradle Maven Command-line compiler 带有接收者的 SAM 编译器插件 The sam-with-receiver compiler plugin makes the first parameter of the annotated Java “single abstract me...
  • 外部的依赖

    外部的依赖 外部的依赖 通常,一个 Java 项目的依赖许多外部的 JAR 文件.为了在项目里引用这些 JAR 文件,你需要告诉 Gradle 去哪里找它们.在 Gradle 中,JAR 文件位于一个仓库中,这里的仓库类似于 MAVEN 的仓库,可以被用来提取依赖,或者放入依赖。 举个例子,我们将使用开放的 Maven 仓库: 例子 7.3. 加...