码迷,mamicode.com
首页 >  
搜索关键字:basic authorization    ( 5412个结果
【One by One系列】IdentityServer4(四)授权码流程
接下来我们介绍新内容,OAuth2.0叫做授权码(authorization code),在OpenID Connect中则属于OpenId Connect Flow,称为授权码流程(Authorization Code Flow),这种方式主要场景: 保密客户端,服务器端的web应用 例如asp. ...
分类:其他好文   时间:2020-07-10 10:05:04    阅读次数:186
VBA绘制Excel图表
VBA调试运行进入: 几个例子: 删除工作表内所有图表 录制一个宏 简化宏再使用 大量图表可采用for循环 CSDN上用积分下载的一个例子 VBA调试运行进入: 右键Excel的Sheet - 查看代码 - Microsoft Visual Basic for Applications(VBA) 为 ...
分类:编程语言   时间:2020-07-09 23:58:31    阅读次数:182
abp重构登录
a、Core层 Authorization.Users.UserStore.cs public class UserStore : AbpUserStore<Role, User> { private readonly IRepository<User, long> _userRepository; ...
分类:其他好文   时间:2020-07-07 23:32:28    阅读次数:203
科技爱好者周刊:第 1期
这里记录过去一周,我看到的值得分享的东西。 长久以来,我一直用各种方式,尝试整理我的收藏夹。最近想到,把它写成文章,共享出来,也许效果更好。 语雀 语雀(yuque.com)是阿里巴巴集团内部最大的文档平台,也是阿里系知识管理和团队协作的主要工具之一。 今天(4月23日)是世界读书日,语雀选在今天放 ...
分类:其他好文   时间:2020-07-07 16:09:44    阅读次数:80
WCF on .NET Core missing client Negotiate scheme in authorization scheme
https://stackoverflow.com/questions/53784440/wcf-on-net-core-missing-client-negotiate-scheme-in-authorization-scheme Well its too bad if another proje ...
分类:Web程序   时间:2020-07-07 15:38:36    阅读次数:92
PIE-Basic遥感图像基础处理软件总体介绍
1.产品概述 PIE-Basic是一款高度自动化、简单易用的遥感工程化应用软件,主要面向国内外主流的多源遥感影像数据提供遥感图像基础处理、辅助解译、信息提取及专题制图功能。平台采用多核并行计算技术,大幅提高了软件运行效率,能更好的适应大数据量的处理需要;采用组件化设计,可根据用户具体需求对软件进行灵 ...
分类:其他好文   时间:2020-07-07 15:06:25    阅读次数:95
【干货】批量文件合拼 cat 命令的使用
cat * > new.mp4 More Details:https://www.tecmint.com/13-basic-cat-command-examples-in-linux/ ffmpeg.exe -allowed_extensions ALL -i xx.m3u8 -c copy -bs ...
分类:其他好文   时间:2020-07-07 09:29:20    阅读次数:81
OBEX 1.Introduction
1.Introduction 1.1 Tasks, Platforms, and Goals One of the most basic and desirable(向往的,可取的) uses of the IrDA infrared(红外) communication protocols is s ...
分类:其他好文   时间:2020-07-05 23:18:33    阅读次数:55
OBEX 3. Session Protocol
The session protocol describes the basic structure of an OBEX conversation. It consists of a format for the “conversation” between devices and a set o ...
分类:其他好文   时间:2020-07-05 22:44:14    阅读次数:61
学习项目-前端-第一课:ElementUI
一、vueadmin-template-master 1、basic operation: (1)unzip (2)cnpm install (3)npm run dev 2、specific operation: (1)shut down grammatical normative check(E ...
分类:其他好文   时间:2020-07-05 20:58:26    阅读次数:83
5412条   上一页 1 ... 15 16 17 18 19 ... 542 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!