configuration installing because libcurl

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

在aliyun linux上npm install失败

今天在ESC上使用npm进行安装,出现以下错误: npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request to https://registry.npmjs.org/pm2 failed, reason: n ......
install aliyun linux npm

Configuration配置

Configuration相关项目: Microsoft.Extensions.Configuration:配置接口实现 Microsoft.Extensions.Configuration.Abstractions:配置相关接口 Microsoft.Extensions.Configuration ......
Configuration

自定义Configuration配置源

实现自定义配置源至少需要添加如下成员: 实现IConfigurationSource接口的配置源; 实现IConfigurationProvider接口或虚基类ConfigurationProvider的配置提供程序; 添加配置源的IConfigurationBuilder扩展方法; 如自定义一个T ......
Configuration

ORA-01187 cannot read from file 201 because it failed verification tests..temp01

Description:We get this message in running the Upgrade Express 20-21 export (create_customer_data):ORA-01187: cannot read from file 201 because it fai ......
verification because cannot failed 01187

pip3 install --user

pip3 install --user 是一个常用的 Python 包管理命令,用于在用户级别安装 Python 包。下面是这个命令的详细解释: pip3:这是 Python 3 的包安装工具。它允许你从 Python 包索引(Python Package Index,PyPI)安装和管理软件包。 ......
install pip3 user pip

用matplot和seaborn作图,出现This application failed to start because not Qt platform plugin could be initialized的报错

用matplotlib和seaborn作图,出现这样的弹窗: 尝试过增加环境变量的方法没有解决。使用了一种临时的解决方法: import matplotlib matplotlib.use('TKAgg') 如果不需要图形化界面,只需要运行后的参数可以使用: import matplotlib ma ......

OpenWrt编译报错——configure: error: you should not run configure as root

OpenWrt编译报错——configure: error: you should not run configure as root 具体日志如下: checking whether mknod can create fifo without root privileges... configur ......
configure OpenWrt should error root

npm install 报pnpm无法加载文件 (解决方法 )

例如:我现在要运行一个TS的项目,我的电脑上没有安装pnpm,导致我的vscode一直报错无法加载 Pnpm安装 npm install -g pnpm pnpm : 无法加载文件 pnpm : 无法加载文件 C:\Users\HP\AppData\Roaming\npm\pnpm.ps1,因为在此 ......
install 文件 方法 pnpm npm

SQLC - Installation

go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest zzh@ZZHPC:~$ sqlc version v1.24.0 ......
Installation SQLC

Windows AMD install PyTorch

根据本机python版本,创建pytorch环境 conda create -n pytorch python=3.11 激活pytorch环境 activate pytorch 设置清华镜像 conda config --add channels https://mirrors.tuna.tsin ......
Windows PyTorch install AMD

PostgreSQL - Install PostgreSQL Client

zzh@ZZHPC:~$ sudo apt install postgresql-client zzh@ZZHPC:~$ psql --version psql (PostgreSQL) 14.9 (Ubuntu 14.9-0ubuntu0.22.04.1) ......
PostgreSQL Install Client

Cannot invoke "Object.hashCode()" because "key" is null

奇葩问题,springboot+mybatis-plus 使用queryWrapper查询语句报错,Cannot invoke "Object.hashCode()" because "key" is null 使用的mybatis-plus-boot-start,3.3.2版本 jdk17 据说是 ......
quot hashCode because Cannot invoke

Filesystem type ntfs3,ntfs not configured in kernel

title: Filesystem type ntfs3,ntfs not configured in kernel banner_img: https://cdn.studyinglover.com/pic/2023/07/6eb76e56ebdd72a1bbcb48f4a19cc0da.png ......
ntfs Filesystem configured kernel ntfs3

pip install报错"Can't connect to HTTPS URL because the SSL module is not available"

pip时install报错 一、故障现象 [root@jenkins /data/package/openssl-1.1.1n]# pip3 install emoji WARNING: pip is configured with locations that require TLS/SSL, h ......
quot available install connect because

npm install xxxx 报错 reify:fsevents: sill reify mark deleted []

1. 问题描述 执行安装内容: npm install sass -D 报错:reify:fsevents: sill reify mark deleted [] 2、解决方法 2.1 查看当前npm镜像: npm config get registry 发现是淘宝镜像 https://regist ......
reify fsevents install deleted mark

How to use 微PE to install WinOS. 怎么使用微PE安装系统.(no USB drive)

1.Download 微PE Install it. https://www.wepe.com.cn/download.html 2. Reboot your system, Select 微PE to start. 3. Open CGI备份还原 . Tips. Step 3 , choose y ......
install 系统 WinOS drive to

如何解决mim install mmengine/mmcv 时一直waring retry

mim install mmengine WARNING: Retrying (Retry(total=4 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after co ......
mmengine install waring retry mmcv

2023-11-23 npm install -g create-next-app ==>全局安装next,请确保你的node版本大于等于18.17.0

PS D:\xls\box> npm install -g create-next-app npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'create-next-app@14.0.3', npm WARN ......
next create-next-app 全局 install 版本

Spring5学习随笔-高级注解(@ComponentScan、@Configuration.....),替换XML配置文件

介绍了Spring的高级注解,包括@Configuration注解替代XML配置文件、@Bean注解创建和注入Bean、@ComponentScan注解进行注解扫描,配置Bean的底层实现原理等 ......

npm install 遇到的一些问题

node 不是命令符 快捷键win+R,输入 cmd,打开命令窗口,输入 node,如果出现了版本信息,就说明安装成功了 node.js。 右键以管理员身份打开 vsCode,打开项目,打开终端,再次输入 npm install,就不会报此错误了。 npm ERR! code ERR_SOCKET_ ......
install 问题 npm

C++ LibCurl实现Web指纹识别

Web指纹识别是一种通过分析Web应用程序的特征和元数据,以确定应用程序所使用的技术栈和配置的技术。这项技术旨在识别Web服务器、Web应用框架、后端数据库、JavaScript库等组件的版本和配置信息。通过分析HTTP响应头、HTML源代码、JavaScript代码、CSS文件等,可以获取关于We... ......
指纹识别 指纹 LibCurl Web

No installations recognized 以及 nvm use切换node版本无效的解决办法

NodeJS版本管理工具——NVM:https://blog.csdn.net/weixin_44767973/article/details/131591333 前端开发node.js、vue安装环境【安装node版本管理工具-nvm,耗时一天时间踩坑总结】: https://blog.csdn. ......
installations recognized 版本 办法 node

C++ LibCurl实现Web隐藏目录扫描

LibCurl是一个开源的免费的多协议数据传输开源库,该框架具备跨平台性,开源免费,并提供了包括HTTP、FTP、SMTP、POP3等协议的功能,使用libcurl可以方便地进行网络数据传输操作,如发送HTTP请求、下载文件、发送电子邮件等。它被广泛应用于各种网络应用开发中,特别是涉及到数据传输的场... ......
LibCurl 目录 Web

Configuration error: VRRP definition must belong to an interface

lobal_defs { } vrrp_instance VI_1 { state MASTER #指定A节点为主节点 备用节点上设置为BACKUP即可 interface eth0 #绑定虚拟IP的网络接口 virtual_router_id 51 #VRRP组名,两个节点的设置必须一样,以指明各 ......

npm install 报错

node-sass找不到 => 降低版本 => 发现package.json和package-lock.json中的nodesass版本不一致 => 卸载依赖,使用cnpm安装 => 依赖安装不全 => 使用npm安装,报错如下,解决方法如下 => 项目正常启动 npm install --lega ......
install npm

vue3_Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.

今天的开发中发现了这个问题 Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders frag ......

Troubleshooting ‘Externally Managed Environment’ Error in Debian 12 Pip3 Installation

https://medium.com/@kiena/troubleshooting-externally-managed-environment-error-in-debian-12-pip3-installation-439d62e5a970 When working with Python on ......

Centos 中在使用 yum install 时候报错解决

1.错误:在"/etc/yum.repos.d", "/etc/yum/repos.d", "/etc/distro.repos.d"中没有被启用的仓库 报错如下图 查资料得知为Centos 的原件源仓库配置文件错误 https://wenku.csdn.net/answer/eb4a07cfcd4 ......
install 时候 Centos yum

安装install的项目的报错sass npm ERR! node-sass@4.14.1 postinstall: `node scripts/build.js`

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.14.1 postinstall: `node scripts/build.js` npm ERR! Exit status 1 npm ERR! npm ERR! Fail ......
sass node postinstall node-sass install