码迷,mamicode.com
首页 >  
搜索关键字:native application    ( 20137个结果
Consul 的注册与消费
Consul 的单节点注册 首先我们来创建一个服务提供者,就是一个普通的 Spring Boot 项目,添加如下依赖: 项目创建好后,添加如下配置: # 给服务起个别名 spring.application.name=consul-provider server.port=2000 # Consul ...
分类:其他好文   时间:2020-07-26 23:22:41    阅读次数:118
SpringBoot的配置文件
SpringBoot的配置文件 SpringBoot配置文件类型 SpringBoot配置文件的类型和作用 SpringBoot是基于约定的,所以很多配置都有默认值,但如果想使用自己的配置替换默认配置的话,就可以使用application.properties或者application.yml(ap ...
分类:编程语言   时间:2020-07-26 19:49:56    阅读次数:85
Lagom 官方文档之随手记
Lightbend推出的微服务框架Lagom,与Akka Typed自然耦合,为实现Domain-Driven Designed Distributed Application提供了完整的解决方案。 ...
分类:其他好文   时间:2020-07-26 19:04:18    阅读次数:102
数据库系统简介
什么是数据库系统? 数据库系统=数据库(DataBase(DB))+数据库管理系统(Database Management System (DBMS))+数据库应用程序(Database Application (DBA)) 数据库:为了满足一个机构的信息需求而设计的逻辑上相关的可共享的数据及数据描 ...
分类:数据库   时间:2020-07-26 18:58:29    阅读次数:82
面试常见的http问题
1.请说一下OSI 网络分层模型是怎样分层的? 应用层、表示层、会话层、传输层、网络层、数据链路层、物理层 application layer、presentation layer、session layer、transport layer、network layer、data link layer ...
分类:Web程序   时间:2020-07-26 16:01:19    阅读次数:168
JVM系列之:String.intern和stringTable
简介 StringTable是什么?它和String.intern有什么关系呢?在字符串对象的创建过程中,StringTable有起到了什么作用呢? 一切的答案都在本文中,快来看看吧。 intern简介 intern是String类中的一个native方法,所以它底层是用c++来实现的。感兴趣的同学 ...
分类:其他好文   时间:2020-07-26 15:49:45    阅读次数:63
IO驱动通信
客户端通信是DLL 文件,看需求可以自己编译到exe上 下面是DLL调用过程 客户端代码 // DriveDll.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include <windo ...
分类:其他好文   时间:2020-07-26 15:25:12    阅读次数:107
Android studio编译不同架构apk方法
起初这个是因为编译时出现了一个错误: 使用安卓模拟器遇到Installation failed with message INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113. 错误 后来发现该解决 ...
分类:移动开发   时间:2020-07-26 15:03:39    阅读次数:109
RabbitMq消息可靠性之确认模式 通俗易懂 超详细 【内含案例】
RabbitMq保证消息可靠性之确认模式 前提 完成 SpringBoot 整合 RabbitMq 中的Topic通配符模式 一、更改Producer工程的application.yml文件 spring: rabbitmq: host: localhost port: 5672 virtual-h ...
分类:其他好文   时间:2020-07-26 01:04:06    阅读次数:114
RabbitMq消息可靠性之回退模式 通俗易懂 超详细 【内含案例】
RabbitMq保证消息可靠性之回退模式 前提 完成 SpringBoot 整合 RabbitMq 中的Topic通配符模式 一、更改Producer工程的application.yml文件 spring: rabbitmq: host: localhost port: 5672 virtual-h ...
分类:其他好文   时间:2020-07-26 01:03:17    阅读次数:81
20137条   上一页 1 ... 38 39 40 41 42 ... 2014 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!