书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 6803 个相关结果.
  • 19. 运行应用程序

    19. 运行应用程序 19. 运行应用程序 将应用打包成jar,并使用内嵌HTTP服务器的一个最大好处是,你可以像其他方式那样运行你的应用程序。调试Spring Boot应用也很简单,你都不需要任何特殊IDE插件或扩展! 注 :本章节只覆盖基于jar的打包,如果选择将应用打包成war文件,你最好参考相关的服务器和IDE文档。
  • Vaadin On Grails with IntelliJ IDEA

    Vaadin on Grails with IntelliJ IDEA Setup IDE Create New Project Developing Vaadin on Grails with IntelliJ IDEA Versions used in this tutorial: Grails 2.3.x, Vaadin 7.1.x. N...
  • 硬盘访问概述

    硬盘访问概述 硬盘访问概述 bootloader让CPU进入保护模式后,下一步的工作就是从硬盘上加载并运行OS。考虑到实现的简单性,bootloader的访问硬盘都是LBA模式的PIO(Program IO)方式,即所有的IO操作是通过CPU访问硬盘的IO地址寄存器完成。 一般主板有2个IDE通道,每个通道可以接2个IDE硬盘。访问第一个硬盘的扇区...
  • Kotlin Roadmap

    Kotlin Roadmap Key priorities Kotlin roadmap by subsystem Kotlin Roadmap Last modified on October 2020 Time frame 6 months until March 2021 Next update January 2021 Welc...
  • Project Template for Scala

    Project Template for Scala Build Tools SBT Create Project Build Project Run Project IntelliJ Eclipse Maven Requirements Create Project Inspect Project Build Project Nex...
  • Developing applications

    Developing applications Building blocks Integrations Dapr Software Development Kits (SDKs) IDE support Middleware Debugging Dapr applications and the Dapr control plane De...
  • VoiceRecognizer.onStart

    VoiceRecognizer.onStart 方法参数 示例 图片示例 代码示例 1:短语音识别(与长语音使用方式一致) - 自动听音 代码示例 2:短语音识别 (与长语音使用方式一致)- 自动听音 代码示例 3:短语音识别 - 手动听音 VoiceRecognizer.onStart 解释 : 引擎准备就绪,可以开始说话Web 态说明...
  • Nightly Builds

    Using npm Using NuGet with MSBuild Updating your IDE to use the nightly builds Visual Studio Code Sublime Text Visual Studio 2013 and 2015 IntelliJ IDEA (Mac) IntelliJ IDEA (...
  • Developing applications

    Developing applications Building blocks Integrations Dapr Software Development Kits (SDKs) IDE support Middleware Debugging Dapr applications and the Dapr control plane De...
  • 注释

    注释 注释 sjs 文件中的注释方式与 JavaScript 一致。 sjs 文件中的代码注释 代码示例 在开发者工具中打开 在开发者工具中打开 在 WEB IDE 中打开 // pages/utils/sjs // const NAME = 'sjs'; /** * let str = 'swan'; ...