【问题描述】 CtsVerifier Bluetooth LE SEcure ClientServer Test测试pass但是无法选择Pass Button 工具版本:9.0 r11 其他信息: 上个版本正常,verifier版本相同 分析过程中结合代码咨询测试,印证只有Client无法选中,Se ...
分类:
其他好文 时间:
2020-05-02 21:00:22
阅读次数:
57
文章来自:https://www.cnblogs.com/axzxs2001/p/10070562.html 关于https双向认证的知识可先行google,这时矸接代码。 为了双向认证,我们首先得准备两个crt证书,一个是client.crt,一个是server.crt,有时为了验证是否同一个根证 ...
分类:
Web程序 时间:
2020-05-02 20:46:04
阅读次数:
129
mogodb:client = pymongo.MongoClient('localhost', 27017) # 连接数据库mydb = client['mydb'] # 新建mysb数据库test = mydb['test'] # 新建test数据集合/表# mongoDB数据库只有插入数据才会 ...
分类:
编程语言 时间:
2020-05-02 16:52:30
阅读次数:
54
安装docker 卸载旧版docker yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrot ...
分类:
其他好文 时间:
2020-05-02 12:04:15
阅读次数:
62
Ribbon可以整合整合断路器监控HystrixDashboard,Feign也不能少,本篇讲解一下Feign如何整合断路器监控HystrixDashboard。本篇主要整合sc-eureka-client-consumer-feign-hystrix项目和sc-hystrix-dashboard项目。1、新建项目sc-feign-hystrix-dashboard,对应的pom.xml文件如下&
分类:
其他好文 时间:
2020-05-02 09:49:56
阅读次数:
58
上一篇简介了ZipkinServer的搭建,但是从Springboot2.x版本后,Zipkin官网已经不再推荐自己搭建定制Zipkin,而是直接提供了编译好的jar包。详情可以查看官网:https://zipkin.io/pages/quickstart.html有了ZipkinServer还不能对微服务的调用链路进行人祸监控,ZipkinServer可以被认为是一个数据处理和展示中心,那它的数
分类:
编程语言 时间:
2020-05-02 09:26:30
阅读次数:
68
1构建MySQL服务器1.1问题本案例要求熟悉MySQL官方安装包的使用,快速构建一台数据库服务器:安装MySQL-server、MySQl-client软件包修改数据库用户root的密码确认MySQL服务程序运行、root可控1.2方案本课程将使用64位的RHEL7操作系统,MySQL数据库的版本是5.7.17。访问http://dev.mysql.com/downloads/mysql/,找到
分类:
数据库 时间:
2020-05-02 09:21:28
阅读次数:
73
xampp默认的mysql编码为gbk的,可能因为是windows的原因,如图: 当插入utf8格式的数据时,数据会显示乱码,网上找了找,很多说是修改my.ini文件,[client]、[mysqld]、[mysql]下追加设置utf8格式的文本,发现无效。其实xampp给我们预留了设置utf8格式 ...
分类:
数据库 时间:
2020-05-01 22:30:19
阅读次数:
92
加入依赖 net.oschina.zcx7878 fastdfs-client-java 1.27.0.0yml中配置spring: servlet: multipart: max-file-size: 10MB max-request-size: 10MBfdfs_clients.confconn... ...
分类:
其他好文 时间:
2020-05-01 21:04:59
阅读次数:
73
proto文件helloword.proto: // Copyright 2015 gRPC authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this ...
分类:
其他好文 时间:
2020-05-01 20:54:54
阅读次数:
65