Not
QOJ # 6508. This is not an Abnormal Team!
[题面传送门](https://qoj.ac/problem/6508) 感觉网络流学艺不精,被薄纱了/kk 原题意是最少一个点的链,在此基础上最少三个点的链,比较难去用网络流考虑。换个思路:先最大匹配出两点链,然后让最多两点链合并上一个单点变成三点链。这样显然单点最少,并且保证了不会有 $3$ 个 ......
npm audit 报错 501 Method Not Implemented npm/v1/security/audits/quick not implemented yet
## npm audit 报错 npm WARN audit 501 Method Not Implemented ``` npm WARN audit 501 Method Not Implemented - POST https://registry.npmmirror.com/-/npm/v1 ......
使用nrm快速切换npm源以及解决Method Not Implemented
@[toc] ## 什么是nrm - 是npm 源管理器 - 使用它可以快速切换 npm源 ## 如何使用nrm ### 查看本机目前使用的npm 源 ``` npm config ls ``` 中,无法找到FindEigen3.Cmake. CMake Error at loam_velodyne/CMakeLists.txt:13 ( ......
npm加参数--host启动报错 Could not auto-determine entry point from rollupOptions or html files and there are no explicit optimizeDeps.include patterns. Skipping dependency pre-bundling解决方法
参考:https://blog.csdn.net/qq_41664096/article/details/118961381 使用以下命令启动npm只能本机访问 ``` npm run dev ``` 如果需要网络访问则需要加参数--host ``` npm run dev --host 0.0.0 ......
2023-08-18 微信小程序报错:{"errcode":61004,"errmsg":"access clientip is not registered requestIP: 119.147.XX.170 rid: 62c3e8ff-5a283261-XXXXXXXX"} ==》在第三方平台配置ip白名单
问题描述:该报错由后端返回,业务为前端上传小程序代码至微信小程序代码草稿箱后,然后在同步小程序代码的时候报错。 原因:报错的这个IP【119.147.XX.170】没有加入到微信第三方平台的ip白名单中。 解决方案: 将该IP添加到第三方平台-开发资料-白名单IP地址列表中注意:通过“编辑”入口添加 ......
Curl error (60): SSL peer certificate or SSH remote key was not OK for
执行命令: 生成yum 缓存 dnf makecache 错误如下: Rocky Linux 9 - BaseOS 0.0 B/s | 0 B 00:04 Errors during downloading metadata for repository 'baseos': - Curl error ......
容器化部署nacos 1.4.6报错caused: The specified key byte array is 0 bits which is not secure enough for any JWT
### nacos2.0+ 与nacos 1.x区别 nacos在2.0+版本开始使用grpc与客户端通信,并且通过非8848端口通信 主要是有两个端口 | 端口 | 与主端口的偏移量 | 描述 | | | | | | 9848 | 1000 | 客户端gRPC请求服务端端口,用于客户端向服务端发起 ......
Error in head(mpg) : object 'mpg' not found
001、问题 002、解决方法 library(tidyverse) head(mpg) 。 ......
yum安装时提示:This system is not registered with an entitlement server. You can use subscription-manager
问题 原因 Subscription Manager订阅管理器,它会让你一直register,禁用就好。 解决 [root@localhost ~]# vim /etc/yum/pluginconf.d/subscription-manager.conf [main] enabled=0 #将它禁用 ......
vite打包报错:ERROR: Top-level await is not available in the configured target environment ("es2015" + 2 overrides)
在开发时,vita打包报错如下: 原因: ECMAScript 提案 Top-level await 由 Myles Borins 提出,它可以让你在模块的最高层中使用 await 操作符。在这之前,你只能通过在 async 函数或 async generators 中使用 await 操作符。To ......
teamcenter 报错:Could not open FcCJavaclientProxy library. Make sure FMS_HOME is set properly
报错: 解决方法: 路径相应改一下 ......
2023-08-16 flutter之执行命令【flutter doctor】报错:Android sdkmanager tool not found ==》在as工具安装Android SDK Command-line Tools (latest)即可
步骤如下: 注:请确保你有足够的空间安装并运行as工具。 ......
执行kubeadm 出现 FATAL: the ConfigMap "kubeadm-config" in the kube-system namespace used for getting configuration information was not found
现象: [upgrade/config] Making sure the configuration is correct:[upgrade/config] Reading configuration from the cluster...[upgrade/config] FYI: You can ......
[Vue warn]: Runtime directive used on component with non-element root node. The directives will not function as intended.
 ### 原因 意思是自定义指令不能放到组件上,而是要放到自有的元素上,也就是这里用到的`v-dialogDrag ......
2-07-Feign-基于Feign的远程调用-not practice
### 使用Feign共四步 引入依赖 ```xml org.springframework.cloud spring-cloud-starter-openfeign ``` 启动类添加注解开启功能  >原因分析 在执行./configure和m ......
ADM4016I The index indexName on the source table source-table does not match any partitioned indexes on the target table target-table . ALTER TABLE ATTACH processing continues.
ADM4016I The index indexName on the source table source-table does not match any partitioned indexes on the target table target-table . ALTER TABLE AT ......
2-06-Nacos配置管理-Nacos集群搭建-not practice
# Nacos集群搭建 # 1.集群结构图 官方给出的Nacos集群图:  其中包含3个nacos节点,然后一个负载 ......
2-05-Nacos配置管理-多环境配置共享-not practice
#### 单环境配置文件-${spring.application.name}-${spring.profiles.active}.yaml #### 多环境配置文件-${spring.application.name}.yaml 配置优先级: ${spring.application.name}- ......
2-04-Nacos配置管理-配置热更新-not practice
### 所谓的热更新共有两种实现方式 1.@Value+@Refresh 针对单一类的配置热更新 2.@ConfigurationProperties+@Autowired,针对所有类的配置热更新 : return variable is None def using_if_not_ ......
The selected directory is not a validhome for Go SDK
安装IDE集成开发工具配置 IDE版本:goland-2020.2.3_Protable 错误:下边指定go的sdk错误解决 报“The selected directory is not a validhome for Go SDK”报错解决方法 出现这个错误的原因是 idea 的Go-plugi ......
could not find boost (missing iostreams) (found version xxxx)
具体报错信息如上图,通过终端指定-DBOOST_LIBRARYDIR是无效的, 需要在cmakelis中修改。注意这里报错溯源是cmakelist line29, 所以修改如下 set(CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH} "/home/rzhang/de ......
$‘\r‘: command not found的解决方法
缘起在Linux系统中,运行Shell脚本,出现了如下错误: one-more.sh: line 1: $'\r': command not found出现这样的错误,是因为Shell脚本在Windows系统编写时,每行结尾是\r\n,而在Linux系统中行每行结尾是\n,所以在Linux系统中运行 ......
Python错误:This error originates from a subprocess, and is likely not a problem with pip.
问题描述: 最近把Python升级到了3.11,重新下载了一些模块,但下载安装pymssql的时候发生了如下报错: 解决办法: 原因分析:之前下载pymssql的时候是没有发生如上情况的,但当时用的Python版本是3.7、3.10,所以猜想是版本不兼容的问题。输入 pip install pyms ......
pg库报UnicodeDecodeError 'ascii' codec can't decode byte 0xe4 in position 0 ordinal not in range 128
UnicodeDecodeError 'ascii' codec can't decode byte 0xe4 in position 0 ordinal not in range 128 其实就是加个:client_encoding配置 #1、直接使用 psycopg2 def __init__( ......