required rmblastn version found

安装jsdom/tough-cookie not found 解决方法

本人使用nvm 安装的node 解决方法: cmd 管理员模式下 npm install -g jsdom tough-cookie与上同理 再把目录 放到环境变量中 参考: https://blog.csdn.net/qyk594760/article/details/134353102 http ......
tough-cookie 方法 cookie jsdom found

网安靶场环境_DVWA-读取文件报错File not found! Cookie中有两个security键

DVWA-文件包含漏洞-读取文件报错-ERROR: File not found! Cookie中有两个security键 1 问题复现 (1)登录DVMA后,设置DVWA Security为Low。 (2)进入File Inclusion,访问dvwa/vulnerabilities/fi目录下的 ......
靶场 security 两个 环境 文件

requirements.txt

参考Python 中的 requirement.txt Python 中的依赖 Python 需要维护项目相关的依赖包。通常我们会在项目的根目录下放置一个 requirements.txt 文件,用于记录所有依赖包和它的确切版本号。 requirements.txt 的内容长这样: alembic= ......
requirements txt

pip 导入导出模块 requirement.txt

前言全局说明 pip 导出模块名功能,是为了在其他环境安装方便而产生的。 不管是新环境部署,还给他人代码运行,这个都非常实用。 一、导出 pip freeze > requirement.txt 二、导入模块 pip install -r requirements.txt 三、导入模块,指定国内安装 ......
requirement 模块 pip txt

火狐:SSL_ERROR_UNSUPPORTED_VERSION,谷歌、EDGE: ERR_SSL_VERSION_OR_CIPHER_MISMATCH

一些老的系统,在登陆的时候会报如下错误 现象:火狐:SSL_ERROR_UNSUPPORTED_VERSION,谷歌、EDGE: ERR_SSL_VERSION_OR_CIPHER_MISMATCH 原因:就是老系统https使用的协议太老,不安全,新的浏览器版本不兼容 解决方法:chrome和ed ......

Caused by: io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required.【Springboot 连接 腾讯 redis 认证失败解决】

原文链接 : https://blog.csdn.net/De_Buffer/article/details/132492287 最终解决方法 虽然通过更换连接客户端为jedis解决了问题,但不符合发展趋势,lettuce已成为主流redis客户端,springboot2官方推荐,因此在这个保底方案 ......

pip 安装 mysqlclient报错ERROR: Could not build wheels for mysqlclient, which is required to install pyproject.toml-based projects

这是本地环境中没有安装C++的环境,安装好后再次运行报错: 国内网站上找了半天,试了又试,不能根本上解决问题,最后从国外的网站上找到的: 下载安装MariaDB C Connector,地址:Download MariaDB Connectors for data access & analysis ......

found character '@' that cannot start any token. (Do not use @ for indentation)

Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token found character '@' that cannot start any token. (Do not use ......
indentation character cannot found start

项目规范——requirements.txt

在python项目中,需要有一个txt文件requirements.txt,里面面书写当前项目中所有的依赖 书写规范如下: requirements.txt 内 django==3.2.20 pillow mysqlclient 以后使用项目时输入以下命令: pip install -r requi ......
requirements 项目 txt

nginx:Failed to start nginx.service:unit not found

nginx:Failed to start nginx.service:unit not found - 知乎 (zhihu.com) 错误的原因就是没有添加nginx服务,所以启动失败。 解决方法: 1. 在/root/etc/init.d/目录下新建文件,文件名为nginx 或者用命令在根目录下 ......
nginx service Failed found start

springboot解决Invalid character found in the request target 异常

源自: https://mp.weixin.qq.com/s?__biz=MzAxMjY5NDU2Ng==&mid=2651866587&idx=1&sn=adb24cc2766eefccc72efba8aba9d259&chksm=80490092b73e898471a0b31e7ae19db4a ......
springboot character Invalid request target

jupyter notebook代码补全扩展安装遇到 Jupyter command `jupyter-contrib` not found.” 问题

Jupyter command jupyter-contrib not found. 解决方案——新的安装方式。 方法1 : pip方式 1.先使用以下命令,卸载旧版本的 jupyter_contrib_nbextensions 和 upyter_nbextensions_configurator: ......

InvalidVersionSpecError: Invalid version spec: =2.7

解决方式:将~/anaconda3/lib/python3.7/site-packages/conda/models/version.py中 这一行version_relation_re = re.compile(r'(==|!=|<=|>=|<|>)(?![=<>!])(\S+)$')改成vers ......

gerrit 反向代理从 apache 换成 nginx 之后项目页报错“The page you requested was not found, or you do not have permission to view this page”

每次配置 gerrit 需要用反向代理来实现auth_basic_user_file,以前用apache 进行配置,但不喜欢 apache 要换成 nginx,结果换成 nginx 之后,登录后打开project页报错“The page you requested was not found, or ......
page permission not you requested

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 103 Current browser version is 106.0.5239.0

pyhon 调selenium报: selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chro ......

Extraneous children found when component already has explicitly named default slot

下述代码会报错: Extraneous children found when component already has explicitly named default slot. These children will be ignored. <el-table-column prop="go ......

【解决方案】adb server version (41) doesn't match this client (36);

【GiraKoo】adb server version (41) doesn't match this client (36); 环境 夜神模拟器无法与Android Studio连接。使用命令行连接时会提示adb server version (41) doesn't match this cli ......
解决方案 version 方案 server client

CodeForces 1497E2 Square-free division (hard version)

洛谷传送门 CF 传送门 感觉和 CF1889C2 Doremy's Drying Plan (Hard Version) 有异曲同工之妙。 显然去除每个数的平方因子后,两个数相乘为完全平方数当且仅当它们相等。 考虑若确定了分段方案,那么修改次数就是,每一段重复出现的数的个数。 那么我们设 \(f_ ......

CF1824B1 LuoTianyi and the Floating Islands (Easy Version) 题解

题意: 思路: 由于 $ k ∈ [1,3] $ ,分类讨论: 当 $ k = 1 $ 时,有人结点自身即为好结点,每种情况的期望为 $ \frac{1}{n} $ , $ n $ 种情况的期望和为 $ 1 $ 。最终答案即为 $ 1 $ 。 当 $ k = 2 $ 时,$ 2 $ 个有人结点之间的 ......
题解 LuoTianyi Floating Islands Version

C1. Good Subarrays (Easy Version)

思路:我们枚举每一个左端点,对于每一个左端点,寻找最长的满足条件的区间,这个区间长度就是左端点对答案的贡献,可以发现具有单调性,右端点只会前进不会倒退。所以我们两个指针各扫一遍区间就可以。 #include <bits/stdc++.h> #define ls p<<1 #define rs p<< ......
Subarrays Version Good Easy C1

I found no \bibdata command---while reading file main.aux

报错: I found no \bibdata command while reading file main.aux I couldn't open file name `main.aux' 使用vscode 原因是文章使用的是biblatex而不是natbib,所以要用biber而不是bibte ......
bibdata command reading found while

Scope api1 not found in store. IdentityServer4.Validation.TokenRequestValidator: Error: Invalid scopes requested

看明白了这个报错,说是scope api在授权服务器没有定义,但是一直不知道哪出错,我寻思也定义了这个资源来着 但其实并没有,说的是scope不是说的resource,所以需要再定义一个Scope ......

C1. Good Subarrays (Easy Version)(推公式找性质)

思路: \[能想到平方是比较特殊的,因为x*x一定是x的倍数也就是说\sqrt[2]{x*x} = {x} \]\[所以需要考虑平法之间的数手模一下样例可以发现 [x^2 ,(x+1)^2)之间是x倍数的有x^2 \]\[x*(x+1), x*(x+2)这三个,所以可以知道平方之间有三个,只要讨论一 ......
公式 Subarrays 性质 Version Good

Django和sqlite3版本不匹配解决 Django-django.core.exceptions.ImproperlyConfigured: SQLite 3.9.0 or later is required (found 3.7.17)

1.修改django源文件配置 2升级sqlite 下载sqlite3 wget https://www.sqlite.org/2019/sqlite-autoconf-3270200.tar.gz 解压并安装sqlite3 tar -zxvf sqlite-autoconf-3270200.tar ......

CF1681D Required Length 题解

题意: 思路: $ BFS $ : 对于每一个数 $ x $ ,枚举其数位 $ num \space (0 \le num \le 9) $ ,将 $ x $ 与 $ num $ 的乘积 $ y $ 放入队列。重复该过程,直至 $ y $ 的位数与 $ n $ 相同。 剪枝: $ 1 $ . 对于重 ......
题解 Required Length 1681D 1681

No valid Maven installation found

点击 Maven 的 clean 确报错:Error running 'vs-file-backend-util [clean]': No valid Maven installation found. Either set the home directory in the configurati ......
installation Maven valid found No

[Codeforces] CF1753A1 Make Nonzero Sum (easy version)

题目大意 给你一个数组 \([a_1,a_2,...a_n]\) ,其中每一项 \(a_i\) 都为 \(1\) 或 \(-1\) ,你需要构造一个划分 \([l_1,r_1],[l_2,r_2],[l_3,r_3],...[l_k,r_k]\) 使得: 将每一个区间内的数按照以下方法计算出\(s_ ......
Codeforces Nonzero version 1753A 1753

使用PyUIC将.ui文件转换为.py文件时出现 <?xml version="1.0" encoding="UTF-8"?> ^ SyntaxError: invalid syntax

弄好相应第三方库在Pycharm中的配置后,完成窗口界面后生成.ui文件 使用PyUIC将.ui文件转换为.py文件时出现 <?xml version="1.0" encoding="UTF-8"?> ^ SyntaxError: invalid syntax 查了网上方法没解决,最后将PyUIC配 ......
quot 文件 SyntaxError encoding invalid

SAP Fiori Tools 的 Application Information 视图里的 Min UI5 Version

如下图所示: 这个值位于 manifest.json 文件中的 sap.ui5.dependencies.minUI5Version 字段。 manifest.json 是 SAP UI5 应用程序的一个重要文件,它包含了应用程序的所有元数据。这个文件是以 JSON 格式编写的,所以它是人类可读的, ......
视图 Application Information Version Fiori

2023-12-02 cannot found module 'xxx'

问题描述:运行命令报错找不到模块 原因:你本地没装好依赖 解决方案:删掉依赖,重新build 但有时事实并不如此简单,就比如我记录这个bug,不仅仅是删掉依赖,重新build就可以了,还需要找到一个lock文件。 如:yarn.lock,如果没有该文件,那么你拉下来的依赖的版本依旧不符合需求,原因就 ......
cannot module found 2023 39