https 39 whitelist protocol

https://www.w3cschool.cn/weixinapp/

框架为开发者提供了一系列基础组件,开发者可以通过组合这些基础组件进行快速开发。详细介绍请参考组件文档。 什么是组件: 组件是视图层的基本组成单元。 组件自带一些功能与微信风格一致的样式。 一个组件通常包括 开始标签 和 结束标签,属性 用来修饰这个组件,内容 在两个标签之内 <tagname pro ......
w3cschool weixinapp 3cschool cschool https

在 Windows 系统上,使用 Certbot 生成 Let's Encrypt 的泛域名证书

https://www.cnblogs.com/liucai/p/17460451.html https://zhuanlan.zhihu.com/p/627526278 在 Windows 系统上,你可以使用 Certbot 生成 Let's Encrypt 的泛域名证书。以下是具体步骤 软件准备 ......
证书 Windows Certbot Encrypt 域名

Exception: Not found: 'python/cv2/py.typed'

Copying files from CMake outputcreating directory _skbuild/linux-x86_64-3.6/cmake-install/cv2copying _skbuild/linux-x86_64-3.6/cmake-install/python/cv ......
Exception python found typed 39

linux strings 用法,解决类似libstdc++.so.6: version `CXXABI_1.3.11'问题

参考https://blog.csdn.net/Aliven888/article/details/122428668 ``` ./bin/horizon: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by ......
libstdc strings version CXXABI 问题

HTTP 和 HTTPS | HTTP发展

#### 1.http 和 https 的基本概念 http: 是一个客户端和服务器端请求和应答的标准(TCP),用于从 WWW 服务器传输超文本到本地浏览器的超文本传输协议。 https:是以安全为目标的 HTTP 通道,即 HTTP 下 加入 SSL 层进行加密。其作用是:建立一个信息安全通道, ......
HTTP HTTPS

format='%y-%m-%d'

format='%y-%m-%d' 和 format='%Y-%m-%d' 是日期格式化字符串中的两种不同的格式符。 format='%y-%m-%d' 中的 "%y" 表示年份的后两位数字(例如:21 表示 2021年),"%m" 表示月份,"%d" 表示日期。这样的格式化字符串会将日期格式化成类 ......
format 39

Oracle 常见hint 转载 https://www.cnblogs.com/yhq1314/p/10559813.html

Hints 应该慎用,收集相关表的统计信息,根据执行计划,来改变查询方式 只能在SELECT, UPDATE, INSERT, MERGE, or DELETE 关键字后面,只有insert可以用2个hint(append 跟parallel),其他只能only one—如果sql中使用了hint, ......
10559813 常见 cnblogs Oracle https

Oracle日常性能问题查看 转载 https://www.cnblogs.com/yhq1314/p/10601630.html

1 判断回滚段竞争的sql --当Ratio大于2时存在回滚段竞争,需要增加更多的回滚段) select rn.name, rs.GETS, rs.WAITS, (rs.WAITS / rs.GETS) * 100 ratio from v$rollstat rs, v$rollname rn wh ......
10601630 性能 cnblogs Oracle 问题

'GridViewDeletedEventArgs '末包含' RowIndex "的定义,并且找不到可接受第一 个"GridViewDeletedEventArgs类型参数的扩展方法RowIndex "(是否缺少using指令或程序集引用?)

页面中设置了“ OnRowDeleting="List_RowDeleting" DataKeyNames="id"”后台代码为:行 178: protected void List_RowDeleting(object sender, GridViewDeletedEventArgs e)行 17 ......

oracle常见重要视图-v$sql,v$sql_plan,v$sqltext,v$sqlarea,v$sql_plan_statistcs 转载 https://www.cnblogs.com/yhq1314/p/10570043.html

v$sql V$SQL中存储具体的SQL语句。 一条语句可以映射多个cursor,因为对象所指的cursor可以有不同用户(如例1)。如果有多个cursor(子游标)存在,在V$SQLAREA为所有cursor提供集合信息。 例1: 这里介绍以下child cursor user A: select ......
sql sql_plan_statistcs plan 视图 statistcs

CF1853C Ntarsis' Set

[Miku](https://codeforces.com/contest/1853/problem/C) 一道逆向思维的题目。 我们假设最后的最小的数是个1,放在第一个位置上,然后我们往数列开头按照规则插入0,其中应该插在这个1后面的,我们视为无效插入,插在这个1前面的,我们视为有效插入。 显然随 ......
Ntarsis 1853C 1853 Set CF

Codeforces 1852A Ntarsis' Set 题解

题目传送门:[Codeforces 1852A Ntarsis' Set](https://codeforces.com/contest/1852/problem/A) # 题意 给定一个集合,里面初始有 $1,2,3...10^{1000}$,告诉你每天会拿掉其中的第 $a_1, a_2, a_3 ......
题解 Codeforces Ntarsis 1852A 1852

Ingress HTTPS代理tomcat站点

准备证书 # openssl genrsa -out tls.key 2048 # openssl req -new -x509 -key tls.key -out tls.crt -subj /C=CN/ST=Beijing/L=Beijing/O=DevOps/CN=tomcat.yzy.com ......
Ingress 站点 tomcat HTTPS

HDU4738 Caocao's Bridges

## [$HDU4738$ $Caocao$'$s$ $Bridges$](https://blog.csdn.net/u012587561/article/details/48959779) ### 一、题目描述 曹操在长江上建立了一些点,点之间有一些边连着。如果这些点构成的无向图变成了连通图,那 ......
Bridges Caocao 4738 HDU 39

/tmp/ccVJLYWf.s:589: Error: selected processor does not support `cpsid i' in ARM mode 解决办法

linux20@ubuntu:~/Desktop/new$ arm-none-eabi-gcc -c ec_main.c /tmp/ccVJLYWf.s: Assembler messages:/tmp/ccVJLYWf.s:589: Error: selected processor does n ......
processor ccVJLYWf selected support 办法

Python的OCR工具pytesseract解决TesseractNotFoundError: tesseract is not installed or it's not in your PATH. See README file for more information环境变量问题

pytesseract是基于Python的OCR工具, 底层使用的是Google的Tesseract-OCR 引擎,支持识别图片中的文字,支持jpeg, png, gif, bmp, tiff等图片格式。 如何安装使用请看我的上一篇。 在使用pytesseract打开图片是遇到没有找到文件解决pyt ......

Cloud Ace 成为 Google Cloud Next '23 联合赞助商

Cloud Ace, Inc.(总部位于东京千代田区;总裁青木诚;以下简称“Cloud Ace”)将成为 Google Cloud Next '23 的基金会赞助商。Google Cloud 将于 2023 年 8 月 29 日(星期二)至 8 月 31 日(星期四)在加利福尼亚州旧金山举办该活动。 ......
Cloud 赞助商 Google Next Ace

jmeter 使用https协议(jmeter不添加ssl证书的解决方案)

使用https协议时,jmeter不添加ssl证书的解决方法:使用https协议,访问时将域名替换成真实的IP地址及端口号,如下图: ......
jmeter 证书 解决方案 方案 https

浏览器取消强制访问HTTPS

浏览器开启https重定向,但是你访问的网页默认不能够进行https访问,只可以访问http,那么就需要取消浏览器的默认转发请求 ![image-20230725090429701](https://img2023.cnblogs.com/blog/2623593/202307/2623593-20 ......
浏览器 HTTPS

CF506E Mr. Kitayuta's Gift 思考--zhengjun

妙妙题。 首先可以有一个 $O(kn^2)$ 的 dp,但是显然不行。 但是,发现其中的大多数转移都浪费在自环上了,所以考虑不要这个东西。 这个 dp 一共有三种转移: 1. 左右端点一起向内移动一格; 2. 左端点或右端点单独移动; 3. 左右端点都不动。 所以考虑加一维 $k$ 表示走了 $k$ ......
Kitayuta zhengjun 506E Gift 506

前端请求报错:'JSON parse error: syntax error, expect {, actual e…1, line 1, column 2selectUid%5B%5D=VluJeA9upFXgJD', code: '500'}

1、如果不用 JSON.stringify(inputJson) 包起来就会报错 let inputJson = {"selectUid" : selectUid}; var response = await $.ajax({ type: 'POST', url: 'xxx', data: inpu ......
error 39 前端 VluJeA9upFXgJD 2selectUid

fiddler抓苹果手机https请求

1、下载并安装fiddler(链接: https://pan.baidu.com/s/1MR5jpZv5B1wNte_0dkk5-g 提取码: 5une ) 直接双击安装包安装就ok了~ 2、fiddler安装好以后,就可以设置相关参数并连接代理了 操作步骤下图: (1)点击tools>option ......
苹果 fiddler 手机 https

minio将http改为https方式访问

https://codeleading.com/article/56205149993/ 由于项目更新成了https的访问方式,原来http格式的图片就无法在https页面中显示,查看minio官网的升级TLS方式没有解决 https://docs.min.io/cn/how-to-secure-a ......
方式 minio https http

忽略证书的HTTPS请求实现

```java public static void httpsTest(String httpUrl){ //忽略证书的https请求 try { SSLContext sslContext = new SSLContextBuilder().loadTrustMaterial(null, new ......
证书 HTTPS

rgi heatmap 报错AttributeError: 'DataFrame' object has no attribute 'append'

在使用rgi heatmap 时候运行时候报错: rgi heatmap -i rgi_json/ --output rgi_heatmap -cat gene_family -clus samples 报错: Traceback (most recent call last): File "/gp ......

【题解】Ntarsis' Set - Codeforces 1852A

**出处:** Codeforces Round 887 **链接:** https://codeforces.com/problemset/problem/1852/A **题目大意:** 给定一个包含 $n$ 个正整数的表示删除位置的严格升序序列 $p$ ,以及另外一个连续正整数的被删除的无穷序 ......
题解 Codeforces Ntarsis 1852A 1852

vmware6.7安装vc报错VMware VirtualCenter failed firstboot. An error occurred while starting service 'vpxd'

错误 VMware VirtualCenter failed firstboot. An error occurred while starting service 'vpxd' 解决方案 Please search for these symptoms in the VMware Knowledg ......

SpringBoot基于Spring Security的HTTP跳转HTTPS

简单说说 之所以采用Spring Security来做这件事,一是Spring Security可以根据不同的URL来进行判断是否需要跳转(不推荐), 二是不需要新建一个TomcatServletWebServerFactory Bean,新建这个Bean可能会导致SpringBoot关于Serve ......
SpringBoot Security Spring HTTPS HTTP

idea解析sql语句报错:Unable to resolve column 'uname'

### 1. 如题 ![](https://img2023.cnblogs.com/blog/1517467/202307/1517467-20230724152638965-1018189430.png) ### 2. 解决办法 ![](https://img2023.cnblogs.com/bl ......
语句 resolve Unable column uname

Protocol Buffer命名空间冲突

原文在[这里](https://protobuf.dev/reference/go/faq/#namespace-conflict)。 ## 什么是Protocol Buffer命名空间冲突? 所有链接到Go二进制文件的Protocol Buffer声明都被插入到一个全局注册表中。 每个Protoc ......
Protocol Buffer 空间