https 39 whitelist protocol

有效设置 Windows 11 的 DNS Over HTTPS (DoH)

注意: - 未设置autoupgrade将导致DOH一直使用53端口,从而无法使DOH生效 - 可以使用53UDP防火墙阻止访问53 彻底屏蔽明文请求。 - 一些浏览器带的官方大厂DNS域名被防火墙彻底封杀,即使更换IP也无法使用 - 可以禁止获取IPV6来避免设置IPV6 DNS的麻烦,如不设置, ......
Windows HTTPS Over DNS DoH

using method 'mysql_native_password' failed with message

错误消息:Connection open error . Authentication to host '10.114.129.206' for user 'root' using method 'mysql_native_password' failed with message: Reading ......

Oracle TO_CHAR(待格式化数据, 'FM99999990.00')

作用:对数据进行格式化 ①其9代表:如果存在数字则显示数字,不存在则显示空格 ②其0代表:如果存在数字则显示数字,不存在则显示0,即占位符。 ③其FM代表:删除如果是因9带来的空格,则删除之 ......
99999990.00 99999990 TO_CHAR 格式 数据

网关神器traefik的,etcd和https配置例子

traefik v2 https router service etcd 边缘 Edge Gateway 博客园 【前言】 写本文目的: 网上应该没有 traefik v2 配 etcd 的例子。 traefik被我喜爱的原因:跨平台,支持win,linux版同时使用。同时支持监控目录和etcd。 ......
神器 网关 例子 traefik https

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?' 问题的解决

问题描述 显示在条件查询的sql语句那里报错 问题解决 本来我是习惯了使用servlet写数据库操作的,然后就直接忽略掉了,或者说,直接忘记了在jsp里面的sql语句怎么正确书写了; 经过查阅资料发现,查询语句是这样写的: String sql="select * from book where i ......
syntax your corresponds the version

Springboot 项目配置 HTTPS

生成证书 输入命令 keytool -genkeypair -alias "boot" -keyalg "RSA" -keystore "boot.keystore" 生成完成后会提示 Warning: JKS 密钥库使用专用格式。建议使用 "keytool -importkeystore -src ......
Springboot 项目 HTTPS

nginx配置https(缺失中间证书)

问题记录:主要问题开发中需要配置HTTPS:常规的https配置签发,自行百度即可。 https://segmentfault.com/a/1190000039135687?utm_source=tag-newest 正常生成的证书文件有这四个,平常我们使用证书文件大多数用以下三个 xxx-chai ......
缺失 证书 nginx https

OpenGL学习笔记-3:编译shader报错: cannot convert from 'const highp float' to 'FragUserData 4-component vector of highp float'

报错信息: ERROR::SHADER_COMPILATION_ERROR of type: FRAGMENTERROR: 0:10: 'assign' : cannot convert from 'const highp float' to 'FragUserData 4-component ve ......
float highp 39 FragUserData component

postman 发送 https 请求失败 Error: Protocol "https:" not supported. Expected "http:"

这两天使用 postman 发送请求时,发现发送 https 请求时会报错 Error: Protocol "https:" not supported. Expected "http:",提示我把 https 改成 http,改成 http 之后确实没问题了,可以正常发送请求。 但是原来能发 ht ......
quot https supported Protocol Expected

ssh和https连接

1.生成.ssh文件里面有公钥和私钥: 2.公钥和私钥: 3.码云复制到该输入栏: 3_1.添加公钥成功: 4.选择readme则创建的仓库就不是空仓库: 5.使用SSH地址将文件夹拉取到本地git clone SSH地址: 6.项目管理-仓库成员管理添加gitee用户: 6_1.项目管理-仓库成员 ......
https ssh

flink Connecting to remote task manager 'localhost/127.0.0.1:44489

问题: 启动集群后,执行任务时失败: Caused by: org.apache.flink.runtime.io.network.partition.consumer.PartitionConnectionException: Connection for partition 47d4a41224 ......
Connecting localhost manager remote flink

【五期邹昱夫】CCF-A(NeurIPS'19)Inverting gradients-how easy is it to break privacy in federated learning?

"Geiping J, Bauermeister H, Dröge H, et al. Inverting gradients-how easy is it to break privacy in federated learning?[J]. Advances in Neural Informat ......

WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager......

pip install -r requirements.txt 报错"WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system ......

spring 配置https

生成jks证书(请安装jdk) keytool -keystore mykeys.jks -genkey -alias myAlias -keyalg RSA 自己生成的口令要记住,后面配置需要用到 然后把生成的jks文件复制到项目目录下,在spring配置文件(application.yml/ap ......
spring https

MySQL连接失败解决方法can't connect to local MySQL server through socket '/tmp/mysql.sock'(111)

【报错信息】 can't connect to local MySQL server through socket '/tmp/mysql.sock'(111) 【问题描述】 新服务器上安装MySQL后无法正常启动,提示连接失败。 【问题分析】 出现这个问题主要是mysql配置错误,找不到mysql ......
MySQL 39 connect through 方法

nginx配置ssl证书实现https访问

ssl_certificate server.crt; 证书放到跟nginx.conf同级下面 也可以指定目录 ssl_certificate_key server.key; 证书的密钥文件放到跟nginx.conf同级下面 也可以指定目录 jks格式证书转crt首先将jks转p12后在转crt: ......
证书 nginx https ssl

How to use Linux command or Python code get Raspberry PI's Temperature All In One

How to use Linux command or Python code get Raspberry PI's Temperature All In One 如何使用 Linux 命令或 Python 代码获取 Raspberry PI 的温度 ......
Temperature Raspberry command Python Linux

java泛型'T'与'?'基本知识

结论:'T'指的是某一类具体的对象,'?'可以表示成占位符,表明多种数据类型; 示例:可以看到show1方法中我们使用了T,大家都知道这是泛型的常见写法,那么这里的T指的是某一类具体的对象,list集合里只能存放同一类型数据,如果插入不同类型数据则会报错。那么show2方法中我们使用的是?,可以看到 ......
39 基本知识 知识 java

[ERROR] [MY-012263] [InnoDB] The Auto-extending innodb_system data file './ibdata1' is of a different sizethan specified in the .cnf file: initial 65536 pages, max 0 (relevant if non-zero) pages!

实际my.cnf发现里面的innodb_data_file_path = ibdata1:1G:autoextend 设置得太大,我这机器容量小,所以调到12M , innodb_data_file_path = ibdata1:12M:autoextend ......

[Warning] World-writable config file '/etc/my.cnf' is ignored

告警信息,全局读写配置文件,那么就把权限调整小。 ......

Mixed Content: xxx This request has been blocked; the content must be served over HTTPS

1.情景展示 这是教师资格证,准考证的下载界面。 当我们去点击“下载准考证”的时候,你将发现点击该按钮并没有反应。 按F12,打开开发者工具。 该网站,会自动进入断点调试模式,目的是为了:禁止前端开发者查看网页代码之类的吧。 我们要想看看,为什么无法下载准考证,就不能够被它拦住。 解决办法: 第一步 ......
Content request blocked content served

https://www.bilibili.com/video/BV1LY411H7Gg/?spm_id_from=333.788&vd_source=37d19140dbf0320f20b6afd9d783712e知识点备忘录

c++隐式构造函数的危害:单参数构造函数被隐式调用在C++中是被默许的,但是这种写法很明显会影响代码的可读性,有时甚至会导致程序出现意外的错误。 显示explict构造和隐式构造:项目开发中,不建议使用隐式构造! 内部成员的拷贝赋值函数:(26条消息) 拷贝赋值函数(详解)_arron盘的博客-CS ......

无法解析符号 'Date'

在程序运行的过程中无法导入,请关闭程序后正在导入 ......
符号 39 Date

运行pycharm报错ModuleNotFoundError: No module named 'psutil'

解决办法: psutil库要和电脑的python版本还有系统匹配才可以,我个人是不建议直接用pycharm的插件库来安装第三方包的,他是直接用pycharm安装所以不成功,我去官网下载了匹配他系统的版本再安装就成功了 1、upgrade进行升级 ......

django-datatable-view==0.9.0 Django 3.1.3: ImportError:无法导入名称'FieldDoesNotExist‘

问题答案来自于:https://cloud.tencent.com/developer/ask/sof/891274源码: from django.db.models.fields import FieldDoesNotExist 替换: from django.core.exceptions im ......

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts

报错原因: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the f ......
dependency the currently behaviour conflicts

'hello'.split('e')[::-1] # ['llo', 'h']

'hello'.split('e')[::-1] # ['llo', 'h'] lst = [1,2,3] lst.append(4,5) # append() takes exactly one argument (2 given) a = 2 ; b = 3 print(eval('a*b')) ......
39 hello split llo

JFrog Artifactory 系列2 --- Https

一、概念 1. 承上启下 JFrog Artifactory 系列1 安装与配置 2. 配置方式 如果希望通过Https访问JFrog Artifactory,有三种配置方式: (1) 代理HTTPS方式:在代理软件(负载均衡软件)处配置TLS,代理软件与JFrog Artifactory的通信采用 ......
Artifactory JFrog Https

关于Kubernetes-v1.23.6-初始化时报错[kubelet-check] It seems like the kubelet isn't running or healthy

笔者今天在对k8s,v1.23.6版本的的master节点使用如下命令进行初始化时 [root@k8s-master qq-5201351]# kubeadm init \ > --apiserver-advertise-address 192.18.106.87 \ > --image-repos ......

UDP User Datagram Protocol 协议 RFC768

相对TCP,UDP更简单,UDP只需要传递数据,不需要建立链接,不保证顺序,没有重传(也就是数据丢了就丢了),没有拥塞控制。 虽然UDP本身看上去是不可靠的,但是我们可以在上一层(应用层)自己控制,编写逻辑来维护其可靠性。 UDP一般用作网络音视频流、网络电话视频会议等。因为这些场景的特点是偶尔丢失 ......
Datagram Protocol User UDP 768