码迷,mamicode.com
首页 >  
搜索关键字:application    ( 14554个结果
数据库系统简介
什么是数据库系统? 数据库系统=数据库(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
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
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
RabbitMq高级特性之消费端限流 通俗易懂 超详细 【内含案例】
RabbitMq高级特性之消费端限流 一丶首先部署SpringBoot框架 完成 SpringBoot 整合 RabbitMq 中的Topic通配符模式 二丶在 resource资源文件夹里application.yml文件中 添加配置 spring: rabbitmq: listener: sim ...
分类:其他好文   时间:2020-07-26 01:02:48    阅读次数:134
springboot 整合Druid
过程 1、导入包 <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.1.12</version> </dependency> 2、配置application.yml文件 spri ...
分类:编程语言   时间:2020-07-25 09:51:17    阅读次数:66
解决nginx下vue单页面刷新问题
1、添加 try_files $uri $uri/ /index.html; worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/oct ...
分类:其他好文   时间:2020-07-24 16:14:03    阅读次数:176
SpringBoot 使用技巧与心得
1. 配置类有3次机会可以去覆盖配置,这对于框架封装是很有好处的 1 // 2. 在 bean 生成后,populateBean() 时,在 application.yml 配置文件里面进行覆盖 2 @ConfigurationProperties(prefix = "cas") 3 public ...
分类:编程语言   时间:2020-07-24 13:24:29    阅读次数:85
jsp九大内置对象
jsp九大内置对象 内置对象名 类型 request HttpServletRequest response HttpServletResponse config ServletConfig application ServletContext session HttpSession excepti ...
分类:Web程序   时间:2020-07-23 23:17:26    阅读次数:85
14554条   上一页 1 ... 26 27 28 29 30 ... 1456 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!