码迷,mamicode.com
首页 >  
搜索关键字:application context    ( 25921个结果
gateway 跨域问题解决方案
1.写个配置类CorsConfig (如果不行,可以不写此类,和springcloud的版本有关) package net.youqu.micro.service.config; import org.springframework.context.annotation.Bean; import o ...
分类:其他好文   时间:2021-06-05 18:32:57    阅读次数:0
k8s-statefulset介绍
概述 该篇介绍 statefulset 的特点,我们通过实践部分验证 statefulset 的特点 . 有状态应用和无状态应用 实例之间有不对等关系,以及实例对外部数据有依赖关系的应用,就被称为“有状态应用”(Stateful Application),例如 : web 应用和数据库,比如我们可以 ...
分类:其他好文   时间:2021-06-05 18:29:47    阅读次数:0
WEB服务-Nginx之5-Server和Location和Include
WEB服务-Nginx之5-Server和Location和Include Server ? 在开始处理一个http请求时,nginx会取出header头中的Host变量,按优先级与nginx.conf中的每个server_name进行匹配,以此决定到底由哪一个server来处理这个请求。优先级匹配 ...
分类:Web程序   时间:2021-06-05 18:15:30    阅读次数:0
android编译: Path is not a readable directory
Path '\react-native-safe-area-context\android\build\intermediates\compiled_local_resources\debug\out' is not a readable directory. 解决: 按照目录手动新建文件夹 ...
分类:移动开发   时间:2021-06-04 19:43:18    阅读次数:0
ssm实现qq邮箱发送验证码
ssm实现qq邮箱发送验证码 导入maven依赖 <!--邮箱验证码--> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>5.1 ...
分类:其他好文   时间:2021-06-04 19:09:34    阅读次数:0
Pigeon源码分析(四) -- 服务端接收请求过程
客户端发送tcp请求给服务端,最终所有服务端的逻辑都存在于服务端的netty中,进一步说就是channelHandler中 public class NettyServerPipelineFactory implements ChannelPipelineFactory { private Nett ...
分类:其他好文   时间:2021-06-04 18:49:49    阅读次数:0
Login failed for user 'IIS APPPOOL\web2'
Error: I am getting following error while openning connection with Database from asp.net application. [SqlException (0x80131904): Login failed for use ...
分类:移动开发   时间:2021-06-03 18:29:29    阅读次数:0
tensorrt 中的一些基本概念 Logger, Context, Engine, Builder, Network, Parser 知识梳理
先来看一下官方文档的api简介: TensorRT provides a C++ implementation on all supported platforms, and a Python implementation on Linux. Python is not currently supp ...
分类:Web程序   时间:2021-06-03 18:07:29    阅读次数:0
[flutter-06] Column
1. Column 垂直组件排版 组件内小控件间距可以通过SizedBox设置 整个组件内的间距可以通过padding设置 Widget build(BuildContext context) { return Container( // 通过Container包裹起来 padding: const ...
分类:其他好文   时间:2021-06-02 20:01:04    阅读次数:0
springboot 集成 elk 日志收集功能
Lilishop 技术栈 官方公众号 & 开源不易,如有帮助请点Star 介绍 官网:https://pickmall.cn Lilishop 是一款Java开发,基于SpringBoot研发的B2B2C多用户商城,前端使用 Vue、uniapp开发 系统全端全部代码开源 本系统用于教大家如何运用系 ...
分类:编程语言   时间:2021-06-02 18:51:34    阅读次数:0
25921条   上一页 1 ... 6 7 8 9 10 ... 2593 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!