书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 1473 个相关结果.
  • 1 Introduction

    1 Introduction 1.1 What’s New? Build Features Maven Plugin Improvements Gradle Plugin Improvements Micronaut Launch Enhancements Support for Kotlin Gradle Builds Push to Github...
  • Kotlin

    Hello World - Kotlin Before you begin Recreating the sample code Build and deploy this sample Remove the sample app deployment Hello World - Kotlin A simple web app written...
  • Kotlin

    Hello World - Kotlin Before you begin Recreating the sample code Build and deploy this sample Remove the sample app deployment Feedback Hello World - Kotlin A simple web a...
  • Metrics

    1. Exported Metrics 1.1. Broker 1.2. Address 1.3. Queue 1.4. Optional metrics 2. Configuration Apache ActiveMQ Artemis can export metrics to a variety of monitoring systems ...
  • Writing an Echo Server 写个应答服务器

    Writing an Echo Server 写个应答服务器 Writing an Echo Server 写个应答服务器 到目前为止,我们虽然接收到了数据,但没有做任何的响应。然而一个服务端通常会对一个请求作出响应。让我们学习怎样在 ECHO 协议的实现下编写一个响应消息给客户端,这个协议针对任何接收的数据都会返回一个响应。 和 discard ...
  • Kotlin

    Hello World - Kotlin Before you begin Recreating the sample code Build and deploy this sample Remove the sample app deployment Feedback Hello World - Kotlin A simple web a...
  • Kotlin

    Hello World - Kotlin Before you begin Recreating the sample code Build and deploy this sample Remove the sample app deployment Hello World - Kotlin A simple web app written...
  • Kotlin

    Hello World - Kotlin Before you begin Recreating the sample code Build and deploy this sample Remove the sample app deployment Hello World - Kotlin A simple web app written...
  • Configuration

    Configuration Basic Configuration (common.properties) Log Output Configuration(log4j2.xml) Other Auto-Update Configurations Source-Channel-Sink Configuration(dataproxy-{tube|pul...
  • 自定义消息协议

    自定义协议开发 环境准备和开发工具 第一步 通过idea创建maven工程:demo-protocol 第二步 修改pom文件,添加依赖 第三步 协议开发 第四步 设备上报消息解码 第五步 平台发送消息到设备(消息编码) 第六步 打成jar包上传到平台,并进行测试 调试(debug)协议 自定义协议开发 环境准备和开发工具 JD...