语法another other the

git文件时出现gnutls_handshake() failed: The TLS connection was non-properly terminated.

使用 git config --global --unset https.https://github.com.proxy git config --global --unset http.https://github.com.proxy 重置github代理 ......

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

fofa语法记录

fofa语法够用篇记录。 ......
语法 fofa

[日语]语法篇②形容词和动词

形容词的结构、分类、接续和变形 形容词的结构、Ⅰ类形容词和Ⅱ类形容词、形容词的连体型、形容词的第一连用形、形容词的第二连用形、Ⅰ类形容词和Ⅱ类形容词的变形 ......
动词 形容词 语法

typora:The beta version of typora is expired, please download and install a newer version

该解决方案摘录自:摘录 问题描述 typora安装后提示 The beta version of typora is expired, please download and install a newer version 解决方案 按Windows+R打开运行窗口,输入regedit,点确定,打开 ......
version typora download expired install

关于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 ......

sql语法--distinct去重

distinct对单列数据实现去重效果并返回单列如果是对多列去重,当且仅当多条数据中多列的数据完全一致才能够去重如图1 select distinct password,phone from tb_user; 图1 不能够去重如图2 ......
语法 distinct sql

ocidll forced to load library,initialization error could not initialize make sure you have the 64 bits oracle client installed

是因为你使用pl/sql是64位的,但是软件只找到了32位的oracle 客户端 多次尝试,我的pl/sql是64位,但是这里需要对应的使用64位,我的方案是下载 https://www.allroundautomations.com/registered-plsqldev/ 这个版本的软件 这样配 ......

SQL语法之:连表查询:union all

1、准备 两条sql查询出来的字段数必须一致 表1 字段: 数据: 表2 字段: 数据: 2、使用 1、两张表结构完全一样,查询字段顺序也一样 select ID,NAME,SEX,AGE,NAME2 from T_01 UNION ALL select ID,NAME,SEX,AGE,NAME2 ......
语法 union SQL all

关于 class helper for ... 语法

class helper 可能是从 Delphi 2007 增加的新语法, Txxx = class helper for T... {T... 表示已存在的类} {可以替换已存在的方法} {也可以有新的方法、成员} end; //这之后再使用 T... 类及其子孙类时, 都会优先使用 Txxx 的 ......
语法 helper class for

DB2的基础语法

db2 基础语法 一、db2 基础 基本语法 注释:“--”(两个减号) 字符串连接:“||” 如set msg=’aaaa’||’bbbb’,则msg为’aaaabbbb’ 字符串的引用:‘’(一定用单引号),如果需要输入单引号,输入两个单引号即可。 语句结束:“;” 语法来源:PASCLE 转义 ......
语法 基础 DB2 DB

安装msi软件报错:The installer has encountered an unexpected error installing this package.The error code is 2503

因为安装权限不足 以管理员身份运行cmd 运行安装命令 msiexec /package "E:\xxx\charles-proxy-4.6.4-win64.msi" ......
error encountered installing unexpected The

好用的markdown语法

去掉表格边框 | Time | Length | Speed | Mass | | | | | | | -Millisecond | Millimetre | Kilometre per hour | Milligram | | Second | Centimetre | Foot per seco ......
语法 markdown

vscode语法校验器

笔记软件在2023/5/6 11:08:57推送该笔记 // 文本文件的内容改变时。文档首次打开或者文档内容修改时会触发这个事件。 documents.onDidChangeContent(async change => { let textDocument = change.document; / ......
语法 vscode

使用nacos配置,启动服务时一直报 Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. APPLICATION FAILED TO START

报错日志如下: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.-2023-05-05 09:46:02.328 [TID ......

MongoDB常用语法

查询 db.getCollection("collection").find({}) 排序 正序 db.getCollection("collection").find({}).sort({字段:-1}) 倒序 db.getCollection("collection").find({}).sort ......
语法 常用 MongoDB

ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)

现象 导入cv2时,报如下的错误 ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) 解决方案 win+R打开命令行,输入 pip install opencv-python ......
requirement satisfies versions version ERROR

The plugin distribution bundles IDE packages 'com.intellij.uiDesigner.core',

错误描述: The plugin distribution bundles IDE packages 'com.intellij.uiDesigner.core', 'com.intellij.uiDesigner'. Bundling IDE packages is considered bad ......

markdown基础语法

##markdown演示内容 ##二级标题 ###三级标题 ####四级标题 #####五级标题 说明内容 +无序列表 +无序列表 +无序列表 1.有序列表 2.有序列表 3.有序列表 //代码块 <div> html tag </div> ......
语法 markdown 基础

Jenkins 执行Docker build错误Got permission denied while trying to connect to the Docker daemon socket...

问题: 解决方法: 这个报错为权限问题 1.把jenkins用户,加到docker用户组 #如果没有docker用户组,先创建用户组: groupadd docker #添加jenkins用户到用户组: sudo usermod -a -G docker jenkins -a<追加> 必须与-G选项 ......
Docker permission 错误 Jenkins connect

CI3报错The URI you submitted has disallowed characters

报错: An Error Was Encountered The URI you submitted has disallowed characters. 遇到错误 您提交的URI包含不允许的字符。 解决方法: 1、打开application/config/config.php 2、找到$confi ......
disallowed characters submitted CI3 The

爬取过程中出现stale element reference: element is not attached to the page document 错误

Bug实际情况描述如下:当我想爬取信息类型中的6个元素时,使用这样的 1 smallClassList = seleniumService.waitFindElements(bidCrawler.getSmallClassTag()); 2 for (WebElement smallLi : sma ......
element reference attached document 错误

网络管理实验——wireshark抓包,然后查询相关ASN.1语法在RFC文档中的定义来分析

一、实验目的: 学习捕获SNMP报文,通过报文分析理解SNMP协议的工作过程。 二、实验内容: 1) 使用snmputilg发送SNMP数据包; 使用wireshark抓包;使用netstat –an查看代理站TCP/UDP连接表,分析并验证SNMP协议的工作过程; 2) 自行挑选MIB-2功能组中 ......
网络管理 语法 wireshark 文档 网络

Google谷歌语法 - 让搜索事半功倍

#高效率的搜索方法-谷歌语法 适用于多种搜索引擎,原主要对象为Google搜索引擎,其他搜索引擎也适用,如必应bing,百度,搜狗等 ##语法类搜索方法 ###site语法 site意思为站点,该语法是限制搜索的目标为域名,然后搜索子域名。比如我们搜索“site:edu.cn”,这样搜出来的内容都是 ......
事半功倍 语法 Google

React Native之JSX语法

一、什么是 JSX JSX即JavaScript XML。一种在React组件内部构建标签的类XML语法。JSX为react.js开发的一套语法糖,也是react.js的使用基础。React在不使用JSX的情况下一样可以工作,然而使用JSX可以提高组件的可读性,因此推荐使用JSX。 二、JSX 的基 ......
语法 Native React JSX

qoj6344. The Best Problem of 2021

如果给出的线性基不是最小的,那么无解。 考虑简单转化一下问题。先把线性基消元,求出 $X$ 在线性基中的 $\text{Rank}$,再判一下全选是否无解。令 $X\to \text{Rank}(X)$,问题可以转化为:在 ${0,1,..,X}$ 的子集中选若干个数,使得子集线性基满秩(即秩等于 ......
Problem 6344 2021 Best qoj

正则表达式_常见语法

1.正则表达时格式一: 2.正则表达式_从长串字符串中找到正则表达式的内容: 3.符号匹配: 4.正则表达式[]匹配: 5.常见语法: 6.预定义的字符集: 7.正则表达式_数量词: 8.总结: ......
正则 表达式 语法 常见

CONNECT THE DOTS 挂载操作 jsfuck ftp download 信息收集

主机发现 sudo nmap -sT --min-rate 10000 -p- xx.x.xx.x -oA nmapscan/ports 要提取出所有的端口,进行字符操作 cat nmapscan/ports | grep open | awk -F'/' '{print $1}' | tr '\n ......
download CONNECT jsfuck 信息 DOTS

Android dtbo(2) dto语法

设备树源 (DTS,device tree source) 格式是设备树的文本表示形式。设备树编译器 (DTC) 可将这种格式处理为二进制设备树,这是 Linux 内核要求的形式。 1. 使用引用 DTC(Device Tree compiler + overlay patches)项目在 dtc- ......
语法 Android dtbo dto

springboot 分析源码欢迎页和图标-> thymeleaf模板引擎常用语法->扩展

欢迎页: icon: 注意点: thymeleaf模板引擎 1.使用thymeleaf模板引擎前要导入对应依赖包 2.阅读源码: 根据源码说明我们可以将html文件放置在templates目录下,然后通过controller进行跳转即可 controller类: //在templates下的东西需要 ......
语法 springboot 图标 thymeleaf 源码