https 39 whitelist protocol

通过docker安装的jira提示We've detected a potential problem with JIRA's Dashboard configuration that your administrator can correct. Click here to learn more

正常通过docker安装jira后,访问是不会出问题的 但是如果使用nginx代理后,就是在nginx里配置了proxy_pass http://localhost:2800 再访问后,就会报错We've detected a potential problem with JIRA's Dashbo ......

nginx配置https

## nginx配置https **方法1** ``` server{ listen 80; server_name XXX.COM; rewrite ^/(.*)$ https://XXX.com:443/$1 permanent; } ``` **方法二(使用497状态码跳转)** ``` er ......
nginx https

sqlserver:拒绝了对对象 'QualityChxxx' (数据库 'xxx',架构 'dbo')的 SELECT 权限

选择 数据库(xxxx) —>安全性—->架构—->dbo(属性)—>权限—>添加—>浏览–>QualityChxxx ......
39 QualityChxxx 架构 sqlserver 权限

Cannot read properties of undefined (reading 'state') 或者 Cannot read properties of undefined (reading 'commit')

第一步,先检查是否在main.js中引入 store.js 如果检查完都引入了,且还是存在报错,第二步: 在 package.json 将vuex 的版本更换为其它版本,并从新yarn安装,建议vuex 版本为 3.0然后从新启动项目即可解决 ......
properties undefined reading Cannot 39

Codeforces Round 887 (Div 2) C. Ntarsis' Set

Ntarsis' Set 题意是给你n个数,每次按照顺序删除位于a[i]位置的这n个数,问k次后最小的是多少 参考这位大佬的题解Codeforces Round 887 (Div 2)A~C - 知乎 (zhihu.com) 结合一个官方题解,进行一次操作后,由于前面删掉i个数,a[i]到a[i+1 ......
Codeforces Ntarsis Round 887 Div

ModuleNotFoundError: No module named 'pip' 的解决方法

ModuleNotFoundError: No module named 'pip' 的解决方法 主要原因是版本冲突,卸载旧版,安装新版就可以了 python -m ensurepip python -m pip install --upgrade pip ......
ModuleNotFoundError 方法 module named 39

vue--day39--mixin混合

组件就是在复用代码,如果组件里面有许多配置是相同的可以借助混合去复用 1. minxin.js //组件就是在复用代码,如果组件里面有许多配置是相同的可以借助混合去复用 export const hunhe={ methods:{ showName(){ alert(this.name); } }, ......
mixin vue day 39

「雕爷学编程」Arduino动手做(39)——DS18B20温度传感器3

37款传感器与模块的提法,在网络上广泛流传,其实Arduino能够兼容的传感器模块肯定是不止37种的。鉴于本人手头积累了一些传感器和执行器模块,依照实践出真知(一定要动手做)的理念,以学习和交流为目的,这里准备逐一动手试试多做实验,不管成功与否,都会记录下来——小小的进步或是搞不掂的问题,希望能够抛 ......
传感器 温度 Arduino 18B B20

「雕爷学编程」Arduino动手做(39)——DS18B20温度传感器2

37款传感器与模块的提法,在网络上广泛流传,其实Arduino能够兼容的传感器模块肯定是不止37种的。鉴于本人手头积累了一些传感器和执行器模块,依照实践出真知(一定要动手做)的理念,以学习和交流为目的,这里准备逐一动手试试多做实验,不管成功与否,都会记录下来——小小的进步或是搞不掂的问题,希望能够抛 ......
传感器 温度 Arduino 18B B20

【优先队列】【堆排序实现优先队列】[1054. 距离相等的条形码](https://leetcode.cn/problems/distant-barcodes/)

#### 【优先队列】【堆排序实现优先队列】[1054. 距离相等的条形码](https://leetcode.cn/problems/distant-barcodes/) 在一个仓库里,有一排条形码,其中第 i 个条形码为 barcodes[i]。 请你重新排列这些条形码,使其中任意两个相邻的条形 ......

import { eventemitter } from 'events' eventemitter 等于null

运行 cnpm install events --save 不要用 npm package.json "events": "^3.3.0", 报错 Module "events" has been externalized for browser compatibility. Cannot acce ......
eventemitter import events 39 from

Python报错 | AttributeError: 'NoneType' object has no attribute 'group'

**报错信息** 使用Python正则匹配的时候,报如下错误: ```python AttributeError: 'NoneType' object has no attribute 'group' ``` **错误原因** 报错翻译过来是: ```python 属性错误:“NoneType”对象 ......
39 AttributeError attribute NoneType Python

Mayor's posters

Smiling & Weeping 你是我年少的欢喜,这句话反过来也是你⁄(⁄ ⁄•⁄ω⁄•⁄ ⁄)⁄ Description The citizens of Bytetown, AB, could not stand that the candidates in the mayoral elect ......
posters Mayor 39

Fiddler关于https抓包

一、Fiddler默认只抓取HTTP请求 Fiddler安装后默认只抓取HTTP请求,如要抓取HTTPS请求需要进行证书安装 二、Fiddler导出HTTPS证书 1、勾选HTTPS 工具栏Tools->Options->HTTPS,勾选“Decrypt HTTPS traffic”和“Ignore ......
Fiddler https

Uncaught AssertionError: Assertion failed. See https://openlayers.org/en/v6.15.1/doc/errors/#25 for details.

openlayers 点击具体错误 Cannot fit empty extent provided as geometry. 这个错误信息意味着 OpenLayers 在尝试使用一个空的范围作为几何图形时出现了问题。范围(extent)表示几何图形覆盖的边界框或区域,它由四个坐标值组成:最小经度、 ......

pip install flask 时,总包blinker uninstall 失败(ERROR: Cannot uninstall 'blinker'. It is a distutils installed project and thus we cannot ...)

今天用pip install flask时,总因为uninstall blinker失败,报错如下: ``` ERROR: Cannot uninstall 'blinker'. It is a distutils installed project and thus we cannot accur ......
uninstall 总包 blinker distutils installed

error 'fun' is assigned a value but never used @typesc

在vue3+ts 的项目中在进行eslint 配置之后 在main.ts 进行测试 出现了 error 'fun' is assigned a value but never used @typesc 错误’fun’被分配了一个值,但从未使用过没有未使用的变量 在 package.json 的 ru ......
assigned typesc error value never

HTTPS 对称加密与非对称加密

## HTTPS 对称加密与非对称加密 ### 1、HTTPS的实现原理 HTTPS 协议之所以是安全的是因为 HTTPS 协议会对传输的数据进行加密,而加密过程是使用了非对称加密实现。但其实:**HTTPS 在内容传输的加密上使用的是对称加密,非对称加密只作用在证书验证阶段**。 **HTTPS的 ......
HTTPS

cuffmerge报错解决方案:run_log = open(logging_dir + "run.log", "w", 0), ValueError: can't have unbuffered text I/O

运行命令`${src}/cuffmerge -o ./merge -g ${input}/gencode.v44.primary_assembly.annotation_sorted.gtf merge.list`时报错: >run_log = open(logging_dir + "run.log ......

Linux shell | 竖线管道符号放变量 无法访问'|': 没有那个文件或目录 无法访问'wc': 没有那个文件或目录

工作中遇到一个实际问题,文本编码转换。 原始命令: ```bash cat utf8.log | iconv -c -f UTF-8 -t GBK| tee gbk.log ``` 因为某种(方便修改、方便替换)原因,想把 “| iconv -c -f UTF-8 -t GBK|”命令这段,想放到变 ......
竖线 文件 目录 39 变量

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 1023: unexpected end of data

Connected to pydev debugger (build 213.6461.77)Traceback (most recent call last): File "PyCharm Community Edition 2021.3.1\plugins\python-ce\helpers\p ......

C# 使用EPPlus 操作excel The given key '8' was not present in the dictionary.

使用EPPlus 删除excel中某一个sheet中的几列的时候,出现了The given key '8' was not present in the dictionary.的报错; 最开始的写法,是从前往后删除,出现错误//ExcelWorksheet sheet = package.Workb ......
dictionary present EPPlus excel given

安装 MySQL for Windows 时报错 The configuration for MySQL Server 8.0.34 has failed. You can find more information about the failures in the 'Log' tab. 解决方法

今天在安装 MySQL for Windows 时报错 ```txt The configuration for MySQL Server 8.0.34 has failed. You can find more information about the failures in the 'Log' ......
MySQL configuration information for the

idea启动总是报错Error running 'Tomcat 9.0.6': Unable to open debugger port (127.0.0.1:57757): java.net.SocketException "socket closed",但是我57757端口实际上并没有被使用

问题:当遇到idea启动报错"Error running 'Tomcat 9..6': Unable to open debugger port (127.0.0.1:57757): java.net.SocketException "socket closed""时,很多人可能会尝试改变debug ......
57757 quot SocketException 端口 debugger

[GPT] 如何配置抓包工具以解密HTTPS流量才能看到明文的域名地址

要配置抓包工具以解密HTTPS流量,您需要执行以下步骤: 1. 安装抓包工具:首先,确保您已经安装了支持HTTPS解密的抓包工具,例如Wireshark。 2. 获取SSL证书:抓包工具需要使用目标网站的SSL证书来解密HTTPS流量。 您可以通过以下两种方式之一获取SSL证书: a. 从目标网站获 ......
明文 流量 地址 域名 工具

TypeScript 二维数组生成 要注意初始化 TypeError: Cannot set properties of undefined (setting '1')

private _dataMap:Vec3[][] = []; private _userDataMap:number[][] = []; init() { for(let i = 1; i <= 4; i++){ for(let j = 1; j <= 4; j++){this._dataMap[ ......

CF1530H Turing's Award

参考官方题解。 你发现这个覆盖不太好考虑,考虑时间倒流,变成如下形式: > 一开始,小 A 的位置上有一个数 $a_n$,然后对于接下来 $n-1$ 步,每次小 A 可以向左走/向右走/不动,然后如果此时小 A 所站的位置上**没有数**,就写上 $a_i$,求最后形成序列的最长上升子序列长度。 考 ......
Turing 1530H Award 1530 CF

flak创建数据库报 NameError: name 'MySQLdb' is not defined

因为pycharm中无法安装MySQLdb ,安装会报错 所以安装pymysql 然后替换MySQLdb 进入到mysqldb.py文件中 替换mysqldb方法,导入pymysql 取别名为MySQLdb 再次执行便能成功 ......
NameError MySQLdb defined 数据库 数据

NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

###问题提示: ` NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and runn ......

HTTPS chatgpt

对于 HTTPS 协议的底层实现,需要同时使用 TCP 和 SSL/TLS 协议来提供安全的通信。TCP 协议用于建立可靠的网络连接,而 SSL/TLS 则用于对数据进行加密和身份验证。 在 C++ 中,你可以使用 OpenSSL 库来实现 HTTPS 的底层支持。OpenSSL 提供了丰富的功能和 ......
chatgpt HTTPS