书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 1526 个相关结果.
  • Compatibility

    Introduction Introduction Introduction Core Concepts Compatibility Vaadin is designed to be a one-stop solution to create web UIs, but you can also use some of its parts in...
  • XML热加载

    XML文件热加载 XML文件热加载 开启动态加载 mapper.xml 多数据源配置多个 MybatisMapperRefresh 启动 bean 默认情况下,eclipse保存会自动编译,idea需自己手动编译一次 参数说明: sqlSessionFactory : session 工厂 mapperLoc...
  • Code Conventions

    Code Conventions Submitting Code System Settings Coding Style Logging Conventions Unit Testing Unit Test Goals How to Write a Unit Test Conventions Patterns to avoid Managi...
  • 热加载

    热加载 热加载 3.0.6 版本上移除了该功能,不过最新快照版已加回来并打上废弃标识,3.1.0 版本上已完全移除 开启动态加载 mapper.xml 多数据源配置多个 MybatisMapperRefresh 启动 bean 默认情况下,eclipse保存会自动编译,idea需自己手动编译一次 参数说明: sqlSes...
  • 热加载

    热加载 热加载 3.0.6 版本上移除了该功能,不过最新快照版已加回来并打上废弃标识,3.1.0 版本上已完全移除 开启动态加载 mapper.xml 多数据源配置多个 MybatisMapperRefresh 启动 bean 默认情况下,eclipse保存会自动编译,idea需自己手动编译一次 参数说明: sqlSes...
  • 配置项目结构

    配置项目结构 配置项目结构 当默认的项目结构不适用时,可以自定义配置。查看 Gradle 文档中 Java plugin 部分以了解如何在纯 Java 项目中进行配置。 Android plugin 使用了类似的语法,但因为 Android 有自己的 sourceSets,所以需要配置到 android 块中。下面的例子使用了旧的项目结构(Ec...
  • MQTT

    MQTT Component format Spec metadata fields Communication using TLS Consuming a shared topic Warning Create a MQTT broker Related links MQTT Detailed documentation on the ...
  • 19、运行您的应用

    19、运行您的应用 19.1、使用 IDE 运行 19.2、作为打包应用运行 19.3、使用 Maven 插件 19.4、使用 Gradle 插件 19.5、热交换 19、运行您的应用 将应用程序打包成 jar 可执行文件并使用嵌入式 HTTP 服务器的最大有点之一就是可以按照您想使用的其它方式来运行应用。调试 Spring Boot 也...
  • MQTT

    MQTT Component format Spec metadata fields Communication using TLS Consuming a shared topic Warning Create a MQTT broker Related links MQTT Detailed documentation on the ...
  • 使用Volley执行网络数据传输

    使用 Volley 传输网络数据 Lessons 使用 Volley 传输网络数据 编写:kesenhoo - 原文:http://developer.android.com/training/volley/index.html Volley 是一个 HTTP 库,它能够帮助 Android app 更方便地执行网络操作,最重要的是,...