码迷,mamicode.com
首页 >  
搜索关键字:azure stack    ( 11867个结果
完整案例——配置前端和后端API应用的安全认证——基于Azure实现
这篇文章记录了我的一些实践。官方文档是 https://docs.microsoft.com/en-us/azure/app-service/tutorial-auth-aad?pivots=platform-linux 案例场景 关键技术 配置前端应用对应的Azure AD application ...
分类:Windows程序   时间:2020-11-30 16:01:59    阅读次数:13
Dubbo接口泛化调用
Dubbo接口泛化调用▼关注测试君|会上瘾涉及jar包:<dependency><groupId>com.alibaba</groupId><artifactId>dubbo</artifactId><version>2.8.4</version></dependency><dependency&
分类:其他好文   时间:2020-11-30 15:17:06    阅读次数:7
P5163 WD与地图
###链接 贴一下青君大佬的博客~ #include<bits/stdc++.h> #define IL inline #define LL long long #define pb push_back #define pi pair<int,int> #define mk make_pair us ...
分类:其他好文   时间:2020-11-27 11:15:36    阅读次数:6
20. 有效的括号
给定一个只包括 '(',')','{','}','[',']' 的字符串,判断字符串是否有效。 有效字符串需满足: 左括号必须用相同类型的右括号闭合。 左括号必须以正确的顺序闭合。 注意空字符串可被认为是有效字符串。 这个题目蛮有意思的,在做这个题目之前对stack(栈)的使用很少,具有先入后出的特 ...
分类:其他好文   时间:2020-11-27 11:08:22    阅读次数:7
Programming Concepts: Static vs. Dynamic Type Checking
Programming Concepts Series: The Stack and the Heap Compiled and Interpreted Languages Concurrency Static vs. Dynamic Type Checking Type Introspection ...
分类:其他好文   时间:2020-11-26 15:03:39    阅读次数:6
Programming Concepts: Type Introspection and Reflection
Programming Concepts Series: The Stack and the Heap Compiled and Interpreted Languages Concurrency Static vs. Dynamic Type Checking Type Introspection ...
分类:其他好文   时间:2020-11-26 15:02:41    阅读次数:5
Azure Service Bus(一)入门简介
一,引言 今天开始学习新的内容 Azure Service Bus(服务总线),其实也叫 ”云消息服务“,和 RabbitMQ,KafKa的一样都是作为消息通信服务,但是它们直接还有有很多区别的,我这里就不过多解释了,大家可以自行了解。以下是我对Azure Service Bus的理解 Azure ...
分类:其他好文   时间:2020-11-26 14:22:11    阅读次数:5
ServiceStack.Redis 的 ASP.NET Core 扩展库
给大家安利一款 ServiceStack.Redis 的 ASP.NET Core 扩展库,它是基于 ServiceStack.Redis.Core 开发的。 简单易用,开源免费,使用ASP.NET Core自身提供的DI容器来实现针对服务的注册和消费。直接在程序启动时注册到服务中即可完成全部配置, ...
分类:Web程序   时间:2020-11-26 14:08:07    阅读次数:11
Fiddler抓取Java应用本地的HTTP请求报文
Fiddler抓取Java应用本地的HTTP请求报文
分类:编程语言   时间:2020-11-25 12:59:17    阅读次数:16
Azure Blob 文件索引检索查询 -- RedisSearch 篇
前面我们为大家介绍了 Azure Blob 文件索引检索查询 的几个典型场景,本文为大家来介绍一下 RedisSearch 的方案实现。我们来回顾一下架构图,该方案中选择 RedisSearch 作为索引数据查询引擎作为示例,用户也可以采用相同的架构使用 ElasticSearch 进行搭建。顺便口 ...
分类:其他好文   时间:2020-11-23 12:02:49    阅读次数:7
11867条   上一页 1 ... 19 20 21 22 23 ... 1187 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!