majority 134c arc the

使用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 ......

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

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 错误

qoj6344. The Best Problem of 2021

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

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

OEM执行emcli任何参数报错Internal Error: The EM CLI system has encountered an internal error. Details have been added to the OMS log files

OEM执行emcli任何参数报错Internal Error: The EM CLI system has encountered an internal error. Details have been added to the OMS log files 今天卸载oem的一个目标服务器上的age ......
encountered Internal internal 参数 Details

The 2022 ICPC Asia Hangzhou Regional Programming Contest--M题 (字典树)

###https://codeforces.com/gym/104090/problem/K 题意:给你n个字符串,在给你m个字符大小顺序规则。求逆序对数量。 ###1. 常规求这n个字符串的逆序对数量O(n^2)的时间复杂度,必爆,肯定要想办法优化,就往预处理上想。 ###2. 在不同规则下,比较 ......
Programming 字典 Hangzhou Regional Contest

Python报错:Can't connect to HTTPS URL because the SSL module is not available

参考文章:(32条消息) Can‘t connect to HTTPS URL because the SSL module is not available - 关于anaconda中的SSL模块错误_anaconda https报错_Sky_Tree_Delivery的博客-CSDN博客 具体操 ......
available connect because Python module

Accelerating New Drug Development: The Role of Radioisotope Labeling

Isotopes are atoms of the same chemical element with different masses due to the presence of different neutron numbers in the nucleus, and there are l... ......

题解 ARC139D【Priority Queue 2】

problem 给定 $n,m,k,x$,给定了一个有 $n$ 个元素的可重集合 $a_i\in [1,m]$,会进行 $k$ 次如下操作:选择一个数 $y\in[1,m]$ 加到 $a$ 中,并把 $a$ 中第 $x$ 小的元素删除。 有 $m^k$ 种情况,对于每种情况的价值定义为最后 $a$ ......
题解 Priority Queue 139D ARC

[Docker] Add a SQLite Console Shortcut with the Dockerfile

With a long-running node server and a database, sometimes it's useful to ssh into the virtual machine to explore the file system, and look at the data ......
Dockerfile Shortcut Console Docker SQLite

Root privileges are required forrunning the Systemback!(转)

在使用systemback对Linux服务器进行镜像备份时发现无法正常打开,报错显示:Root privileges are required forrunning the Systemback!或者Unsafe Window authorization!Please do not use ‘sud ......

THE PLANETS MERCURY -环境变量的设置提权以及SETENV的理解

主机发现 sudo nmap -sT --min-rate 10000 -p- 192.168.28.32 -oA nmapscan/ports sudo nmap -sT -sC -sV -O -p22,8080 192.168.28.3 -oA nmapscan/detail sudo nmap ......
变量 PLANETS MERCURY 环境 SETENV

关于pandas.ExcelWriter()对象在执行.save()时报错FutureWarning: save is not part of the public API

有时使用pandas将多份数据,写入到Excel中不同的Sheet,可能会用到pandas.ExcelWriter("xxxx.xlsx")对象 这样在结束时,就会对对象进行.save()和close(),当然这也是从大部分网站上看到的使用方法 但是笔者在实际使用过程中,按这个过程,遇到报错: Fu ......
save FutureWarning ExcelWriter 时报 对象

「解题报告」ARC103D Distance Sums

给 Kaguya 看了一眼,Kaguya 用了一分钟切了。我看了一个小时。这就是神吗。 考虑一个点往叶子走答案的贡献,显然距离和会变化 $-siz_u + (n - siz_u) = n - 2siz_u$。如果我们以重心为根,那么所有的 $n - 2siz_u > 0$,那么这实际上是一个小根堆。 ......
Distance 报告 103D Sums ARC

idea创建SpringBoot项目报错For artifact {mysql:mysql-connector-java:null:jar}: The version cannot be em

For artifact {mysql:mysql-connector-java:null:jar}: The version cannot be empty. 报错如图: pom.xml文件如图: 添加版本号: 就好了 ......

cublas runtime error : the GPU program failed to execute 报错

情景 在使用 pytorch 1.0 和 RTX 3060 Laptop 训练 GIN 的时候出现了这个错误 原因 pytorch 1.0 对应的 cuda 10.0 版本太低了,不支持新的 GPU 架构 解决 最终使用了更新版本的 pytorch ......
runtime program execute cublas failed

hdu:surrounding the trees(凸包)

Problem Description There are a lot of trees in an area. A peasant wants to buy a rope to surround all these trees. So at first he must know the minim ......
凸包 surrounding trees hdu the

[Typescript] ts-toolbelt F.Narrow preserve the exactly data for function arguement

Example code: interface Fruit { name: string; price: number; } export const wrapFruit = <TFruits extends Fruit[]>(fruits: TFruits) => { const getFruit ......

The 2022 ICPC Asia Nanjing Regional Contest

写了题解没写代码的:BDGHK A 题解 先求出没有洞的话,最终留下来的袋鼠是哪个矩形。再看洞相对袋鼠是怎么移动的,这个洞会留下来一个移动轨迹。check 一个点是不是答案,就是看这个移动轨迹和袋鼠矩形的交的大小。那么每次是对移动轨迹进行一个二维数点。移动轨迹坐标必须在 $[-n,n]$ 和 $[- ......
Regional Contest Nanjing 2022 ICPC

E325: ATTENTION Found a swap file by the name "/etc/ssh/.sshd_config.swp"

今天使用vim /etc/ssh/.sshd_config命令报下面这个错误 查询后发现是上次修改内容没有保存,意外退出造成的,生成了一个.swp文件。我按了一下回车就回到编辑页面了,没有保存上次的编辑。其他解决方法还原上次编辑结果,使用命令vim -r 文件名 命令恢复上次编辑结果,使用 rm - ......
quot sshd_config ATTENTION config Found

Luogu P2973 [USACO10HOL]Driving Out the Piggies G

发现答案其实与这个点炸弹经过的次数有关,因为只要知道了这个点炸弹经过次数 $w$,这个点答案就能算出:$w\times \frac{p}{q}$ 就想到设 $f_u$ 为 $u$ 点炸弹经过次数 $u$ 点经过次数便可以由有连边的 $v$ 点推来,要满足 $v$ 点此时炸弹没爆炸且 $deg_v$ ......
Driving Piggies Luogu P2973 USACO

IDEA报错:Unsupported characters for the charset 'ISO-8859-1'

IDEA报错:Unsupported characters for the charset 'ISO-8859-1' 解决方法 File->Settings->Editor->File Encodings 将Properties Files (*.properties)下的Default encod ......
Unsupported characters charset IDEA 39

Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none) ERROR: No matching distribution found f

命令行输入: pip install mediapipe 报错: Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple ERROR: Could not find a version that satisfies the requi ......

Elasticsearch专题精讲——Installing Elasticsearch ——Install ECK using the Helm chart

Install ECK using the Helm chart Starting from ECK 1.3.0, a Helm chart is available to install ECK. It is available from the Elastic Helm repository a ......

The Org2Blog Project README.org

About {#about id="org_gcr_2019-03-06T17-15-24-06-00_cosmicality:B5FB31EA-EA25-4675-90B0-AE0167BAE092"} Blog from Org mode to WordPress. Table of Conte ......
Org2Blog Project README 2Blog Blog

ARC

ARC121D 1 or 2 先考虑没有选一个的情况 这个玩意感觉就很最小和最大加,次小和次大加……仔细想想发现是对的 然后发现选一个和选一个和 $0$ 一样,所以就枚举有几个是选一个的,往序列里面补上 $0$ 就好了 code ARC121E Directed Tree 容斥 让求恰好 $0$ 个 ......
ARC