is
docker pull拉 x509: certificate has expired or is not yet valid:
[root@LIN-2F8AC9DC590 macro1.3]# docker pull XXXcode-analysis:centos7.3-1.0 Error response from daemon: Get "XXXX": x509: certificate has expired or i ......
Top-level await 新特性(ERROR: Top-level await is not available in the configured target environment (“chrome87”.....})
Top-level await 新特性 「ECMAScript」提案 Top-level await 由 Myles Borins 提出,它可以让你在模块的最高层中使用 await 操作符。在这之前,你只能通过在 async 函数或 async generators 中使用 await 操作符。To ......
npm run dev 提示 { parser: “babylon“ } is deprecated; we now treat it as { parser: “babel“ }.
#### 方法1 修改文件 : ..../node_modules/vue-loader/lib/template-compiler/index.js ``` //原来是这样的 if (!isProduction) { code = prettier.format(code, { semi: fal ......
解决启动dpdk时,报"VFIO group is not viable! Not all device in IOMMU group bound to VFIO or unbund" 的问题
问题如下图: 这个错误信息其实是linux内核的vfio驱动报出来的,主要原因是"在iommu分组中,不是所有的设备都被绑定到vfio驱动". 所以,解决方案核心思想: 将要使用的设备独立到一个iommu分组中。 步骤1:通过以下 "list_iommu_group.sh "可以看到所有的iommu ......
Pulsar集群: instanceId xxx is not match with xxx
### Pulsar集群: instanceId xxx is not match with xxx  ##### 1.问题原因 pulsar本地存储的instanceId与zookeeper不一致导致,即使 ......
python3使用pip安装wordcloud报错error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
背景: 使用的是Anaconda集成环境,python版本是:3.10,安装wordcloud包,使用的命令是:pip install wordcloud,出现报错:error: Microsoft Visual C++ 14.0 or greater is required. Get it wit ......
mac解决pycharm运行报错NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled
mac解决pycharm运行报错NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled 第一步:卸载 urllib3 pip3 uninstall url ......
Is Docker-Compose Suited For Production?
Is Docker-Compose Suited For Production? https://vsupalov.com/docker-compose-production/ Hidden Assumptions Production means different things to diffe ......
QNX-9—QNX官网文档翻译—Resource Managers—What is a resource manager?
注:本文翻译自QNX Software Development Platform --> Programming --> Getting Started with QNX Neutrino --> Resource Managers http://www.qnx.com/developers/doc ......
Java报错--xxx is not an enclosing class
# Java报错--xxx is not an enclosing class ## 一、出错原因 此类问题一般出现在定义了外部类和内部类之外,声明内部类对象时代码书写不规范导致的语法错误。 
最近在开发一个electron应用,需要用到ssh功能。 经过挑选,最终使用的是node-ssh这个包。 然而,使用的过程并不顺利,执行npm run electron:serve运行出错,报错信息如下(仅截取部分): error in ./node_modules/node-ssh/lib/esm ......
what is Enveloped Data Messages?
from: Creating and Receiving Enveloped Data Messages - Win32 apps | Microsoft Learn An enveloped message is a message that is encrypted for a set of r ......
What is DMZ in security?
DMZ: 非军事化区 摘抄自:Firewall with DMZ (lancom-systems.de) The demilitarized zone (DMZ) represents a special area of the local area network, which is shield ......
VMware:Package vim is not available, but is referred to by another package.
出错语句 在ubuntu中输入sudo apt-get install vim安装vim时出现如下错误语句 Reading package lists... Done Building dependency tree Reading state information... Done Package ......
redis 启动报错oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 07 Jul 2023 06:48:05.705 # Redis version=6.0.6, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 07 Jul 2023 06:48:05.705 # Configura ......
ubuntu pip is configured with locations that require TLS/SSL
使用 pip 时 出现 pip is configured with locations that require TLS/SSL 是因为在编译时候没有加上开启 SSL 的参数,现在大部分的网络链接为了安全,都开启了 SSL 加密,常见的有 HTTPS 。 加上 --with-openssl=/us ......
IDE Error running 'XXXApplication': Command line is too long. Shorten command line forXXX
在运行一个SpirngBoot项目时发生了一个错误: Error running 'XXXApplication': Command line is too long. Shorten command line forXXXApplication 命令行过长,打开 /.idea/workspace. ......
vue - 动态组件(:is在组件中的使用)
### 使用场景: 有些场景会需要在两个组件间来回切换,比如 Tab 界面: 我们可以通过 Vue 的` ` 元素和特殊的 `is` attribute 实现的:如 ``` ``` 在上面的例子中,被传给` :is `的值可以是以下几种: * 被注册的组件名 * 导入的组件对象 你也可以使用 `is ......
Why is 127.0.0.1 used for localhost?
Why is 127.0.0.1 used for localhost? Does anyone know why that number was chosen? Although it’s not documented anywhere (at least as far as I know), b ......
CentOS grub引导损坏 Minimal BASH-like line editing is supported.For the first word.TAB lists possible command completions.Anywhere else TAB lists possible deyice or file completions.
这是 GRUB boot loader 的命令行提示。它可能出现在以下情况中: 系统没有正确引导 启动项配置不正确 硬盘分区有问题 GRUB 配置有误等 为了解决这个问题,你需要做的是恢复 GRUB。以下是一般步骤,适用于大多数 Linux 发行版(如 Ubuntu): 启动 Live CD - 首 ......
Git Merge Failed Merging is not possible because you have unmerged files. hint: Fix them up in
这个错误提示意味着在进行git merge操作时,存在未解决的冲突(unmerged files)。Git无法自动合并这些冲突,因此您需要手动解决冲突并进行提交。 要解决这个问题,您可以按照以下步骤进行操作: 首先,运行git status命令来查看未解决的冲突文件。您会看到类似下面的提示: U ......
Git Merge Failed Merging is not possible because you have unmerged files. hint: Fix them up in
这个错误提示意味着在进行git merge操作时,存在未解决的冲突(unmerged files)。Git无法自动合并这些冲突,因此您需要手动解决冲突并进行提交。 要解决这个问题,您可以按照以下步骤进行操作: 首先,运行git status命令来查看未解决的冲突文件。您会看到类似下面的提示: U ......
pip3 Defaulting to user installation because normal site-packages is not writeable
**Defaulting to user installation because normal site-packages is not writeable** 的解决方法
# 解决方法: 1. https://stackoverflow.com/questions/69343038/cant-import-the-named-export-xxxx-from-non-ecmascript-module-only-default-expo 2. https://gith ......
Cannot create a component of type 'ahb_mst_burst_incr' because it is not registered with the factory
运行VCS仿真报错: Cannot create a component of type 'ahb_mst_burst_incr' because it is not registered with the factory 但是我在test class中已经注册了,为什么还报错呢? 报错就说明没有找 ......
org.apache.spark.shuffle.FetchFailedException: The relative remote executor(Id: 21), which maintains the block data to fetch is dead.
# 问题描述 org.apache.spark.shuffle.FetchFailedException: The relative remote executor(Id: 21), which maintains the block data to fetch is dead. 最近在做Spark ......
HikariPool-1 - Connection is not available
该问题从字面意思上说是数据链池链接资源已全部使用完毕,没有可用的链接使用 排查问题发现原因是: sql由于参数填写错误,进行了全表扫描,由于返回数据量过大导致数据卡在映射层,导致资源卡死的情况,每调用一次就会损失一个链接资源,当所有链接资源都使用完毕时候,就出现以上的情况。 所以在写sql时一定要注 ......
what is DIGITAL ENVELOPES?
摘抄自:https://flylib.com/books/en/4.178.1.29/1/ There are advantages and disadvantages related to both secret and public key cryptography. For example, ......
System is booting up. See pam_nologin(8)
1、问题 System is booting up. See pam_nologin(8) ? 这是什么锤子问题?,快下班的时候隔壁老王找我说他登录不上线上机器了,我试了一下root用户可以,然后普通用户不行,然后我就让他先临时用root用一下,我先查查问题。 1)完整报错是这个样子的 [root@ ......
Variable 'xxxx' is accessed from within inner class, needs to be final or effectively final-Lambda 表达式的变量与作用域
#### 问题的原因 问题代码: ``` public static void main(String[] args) { Integer sum = 0; Integer count = 0; List list = new ArrayList(Arrays.asList(1,2,3,4,5)); ......