import requestsurl = "https://aip.baidubce.com/oauth/2.0/token"data = { 'grant_type':'client_credentials', 'client_id':API Key, 'client_secret':Secret ...
分类:
数据库 时间:
2019-06-08 14:51:31
阅读次数:
567
使用ActiveMQ自带simpleAuthenticationPlugin 1.直接将用户名密码写入activemq.xml文件 2.可以使用凭证文件credentials.properties来存储 activemq.xml 顶部导入了file:${activemq.conf}/credenti ...
分类:
其他好文 时间:
2019-06-05 21:59:13
阅读次数:
150
今天要讲的 用fiddler来监听,昨天的客户端的请求 这是一个post的请求 这是响应的数据 Expores_in超时时间, 今天的内容 在服务端再声明一个client端 wpf的应用的效果图 首先还是需要安装IdentityModel的库 测试程序 用户名和密码是在Testuser内 请求API ...
分类:
其他好文 时间:
2019-05-31 19:28:36
阅读次数:
148
Beautify 用来格式化html js css代码Bracket Pair Colorrizer 用来区分括号Chinese(Simplified) Language 汉化Code Runner 用于运行代码Code Spell Checker 用于检测代码语法Open in browser 用 ...
分类:
其他好文 时间:
2019-05-24 18:40:06
阅读次数:
398
遇到的错误:The destination storage credentials must contain the account key credentials,参数名: destinationStorageCredentials 解决方法:AccountName与AccountKey参数值错误 ...
分类:
Web程序 时间:
2019-05-15 18:02:28
阅读次数:
159
Django 报错,跨域请求出现问题。 在settings.py中添加 #设置可跨域范围 CORS_ALLOW_CREDENTIALS = True CORS_ORIGIN_ALLOW_ALL = True #定义跨域中间件 'corsheaders.middleware.CorsMiddlewar ...
分类:
数据库 时间:
2019-05-04 00:31:24
阅读次数:
19856
接上篇的允许跨域 4.CORS 策略(Policy)的选项 这里讲解Policy可以设置的选项: 设置允许的访问源 设置允许的HTTP methods 设置允许的请求头(request header) 设置暴露的响应头(response header) 跨不同源请求的证书(Credentials) ...
分类:
Web程序 时间:
2019-05-02 09:48:17
阅读次数:
364
摘自:http://es6.ruanyifeng.com/#docs/intro 1、查看 node 已经实现的 es6 特性 2、阮一峰老师写了一个工具 ES-Checker,用来检查各种运行环境对 ES6 的支持情况 3、访问网址查看当前环境对 es6 的支持情况 http://ruanyf.g ...
分类:
其他好文 时间:
2019-03-30 13:25:03
阅读次数:
317
git版本2.14.1 windows系统 用户根目录 .gitconfig 文件添加配置 [credential] helper = store[push] default = simple 用户根目录 .git-credentials 文件添加配置 https://username:paswor ...
分类:
其他好文 时间:
2019-03-18 01:08:21
阅读次数:
143
Cisco Common Service Platform Collector - Hardcoded Credentials (CVE-2019-1723)--https://www.info-sec.ca/advisories/Cisco-Collector.htmlOverview"The C ...
分类:
系统相关 时间:
2019-03-14 20:00:21
阅读次数:
194