understand error does code

docker compose failed to solve with frontend dockerfile.v0: failed to create LLB definition: unexpected status code [manifests 18.04]: 403 Forbidden

使用docker build命令构建镜像报: “failed to solve with frontend dockerfile.v0: failed to create LLB definition: unexpected status code [manifests 18.04]: 403 Fo ......

15-Verilog Coding Style

Verilog Coding Style 1.为什么需要Coding Style 可综合性 - 代码需要综合成网表,如果写了一些不可综合的代码,会出现错误 可读性,代码通常有多个版本,所以需要保证代码的可读性 保证代码质量,方便后续的综合以及后端的布局布线 2.头文件 使用统一的文件头,其中包括: ......
Verilog Coding Style 15

遇到的问题 vscode 连接远程主机报错 `Resolver error: Error: Got bad result from install script`

解决方案 我发现我的 cmd.exe 崩溃了(它会弹出并立即关闭) 我将注册表值Autorun 从更改HKEY_CURRENT_USER\Software\Microsoft\Command Processor为if exists空白(如此链接所示)。 我的 cmd.exe 工作正常,远程 SSH ......
Resolver 主机 install vscode result

P4057 [Code+#1] 晨跑 难度:普及

这道题目读完之后很好理解:求这三个数的最小公倍数 分析样例: 输入:2 3 5 输出:30 短除法都会吧(不会的去我百度账号看我发的文章,百度ID:Cy周边),2 3 5都不能被同时整除,所以就相乘呗: 2×3×5=30 与样例相等,读一个样例就能看出来,题目求最小公倍数 用一个自变函数gcd即可: ......
难度 P4057 4057 Code

Linux系统bash文件运行后出现error: unrecognized arguments中command not found的解决思路

跑了一个代码,如下图所示,我在配置完环境后运行了bash文件,结果是出现了command not found,稍微找了一下解决方案,最后是在github上一个的仓库问题找到了思路,链接如下: 为什么运行bash train.sh时一直说我的参数有错? · Issue #450 · THUDM/Cha ......
unrecognized arguments 思路 command 文件

prometheus Error on ingesting samples that are too old or a re too far into the future

目录prometheus Error on ingesting samples that are too old or a re too far into the future磁盘问题时间问题版本问题历史prometheus旧数据 prometheus Error on ingesting samp ......
prometheus ingesting too samples future

Go语言基础之error接口

Go 语言中的错误处理与其他语言不太一样,它把错误当成一种值来处理,更强调判断错误、处理错误,而不是一股脑的 catch 捕获异常。 Error接口和错误处理 Error 接口 Go 语言中把错误当成一种特殊的值来处理,不支持其他语言中使用try/catch捕获异常的方式。 Error 接口 Go ......
语言基础 接口 语言 基础 error

2VS Code配置Go语言开发环境

VS Code是微软开源的一款编辑器,插件系统十分的丰富。本文就介绍了如何使用VS Code搭建Go语言开发环境。 因为Go语言及相关编辑工具的更新迭代,本文已于2020/03/25更新,可能会和视频有所出入,请以更新后的本文为准。 VS Code配置Go语言开发环境 说在前面的话,Go语言是采用U ......
语言 环境 Code 2VS VS

mysql登录报错ERROR 1045 (28000): Plugin caching_sha2_password could not be loaded

现象:某主机远程登录数据库出现如下报错 [xxxx01 ~]$ mysql -h 10.1.254.139 -u root -p Enter password: ERROR 1045 (28000): Plugin caching_sha2_password could not be loaded: ......
caching_sha password caching Plugin loaded

【zabbix】configure: error: Unable to use libevent (libevent check failed)解决方案

安装zabbix,在zabbix目录下执行编译命令时报错configure: error: Unable to use libevent (libevent check failed),如图: 说明:新服务器,一般依赖不足,需要视情况安装依赖,问题解决。 解决方案: yum install libe ......

zabbix4.x安装出现“configure: error: Not found mysqlclient library”的解决办法

一、zabbix3.x安装出现“configure: error: Not found mysqlclient library”的解决办法 1、编译安装zabbix-server出现 编译时加参数:--with-mysql 在编译时,可能会出现题目中所示的错误,可以通过安装mysql-devel这个 ......
mysqlclient configure zabbix4 library 办法

编译安装zabbix时遇到configure: error: no acceptable C compiler found in $PATH 问题解决

./configure --prefix=/usr/local/zabbix --enable-agent no acceptable C compiler found in $PATH,代表你没有安装C编译器 解决办法如下: 安装GCC软件套件 ......
acceptable configure compiler zabbix 问题

Visual Studio Code - 是否有类似于Notepad++插件的比较功能?

内容来自 DOC https://q.houxu6.top/?s=Visual Studio Code - 是否有类似于Notepad++插件的比较功能? 是否有类似于Notepad++插件的比较功能? 你可以从资源管理器中的工作文件区域或文件夹区域比较文件。还可以从命令面板触发全局比较操作。 打开 ......
插件 Notepad 功能 Visual Studio

nginx报错 [error] 612#4188: CreateFile() "C:\yjzx\nginx-1.24.0/logs/nginx.pid" failed (2: The system cannot find the file specified)

背景 无论是nginx -s stop还是nginx -s reload命令,都会出现这个错误。 [error] 612#4188: CreateFile() "C:\yjzx\nginx-1.24.0/logs/nginx.pid" failed (2: The system cannot fin ......
nginx quot CreateFile specified cannot

yum install 报错Error downloading packages

yum install ntp报以下错误: Error downloading packages: autogen-libopts-5.18-5.el7.x86_64: [Errno 5] [Errno 2] No such file or directory ntp-4.2.6p5-29.el7. ......
downloading packages install Error yum

PHP file_get_contents(): SSL operation failed with code 1. OpenSSL Error message...

在调试php脚本代码时,发现使用 file_get_contents() 函数请求HTTPS的网址链接时出现了报错,其报错代码如下面所示“file_get_contents(): SSL operation failed with code 1. OpenSSL Error message...”百 ......

Syntax Error: Error: Node Sass version 8.0.0 is incompatible with ^4.0.0.

依赖关系如图: 如果报如题这个错误,并且按照上面node-sass官网的依赖关系依赖对了node版本还不行,那么,请删除node-sass npm uninstall node-sass 然后执行 npm i sass --save-dev 然后运行项目,如果出现类似图片中的错误时,别慌,把所有的/ ......
Error incompatible version Syntax Node

mysql docker容器中导入数据库失败 Failed to open file ‘‘****.sql‘‘, error: 2

mysql docker 容器中导入数据库失败【Failed to open file ‘’****.sql’’, error: 2】使用浑身解数docker exec -it xxxxxxxxx sh 进入mysql容器。mysql -uroot -pxxxx 登陆use database; 切换 ......
容器 数据库 数据 docker Failed

报错 org.springframework.dao.DataIntegrityViolationException: Error attempting to get column

原因是持久化层的字段属性 跟 数据库的没有对应上, 类型不对 dao.DataIntegrityViolationException: Error attempting to get column 'STATUS' from result set. <if test="record.status ! ......

uniapp开发编写nvue报警Unhandled error during execution of render function

关键的两行报错如下: [Vue warn]: Unhandled error during execution of render function [Vue warn]: Unhandled error during execution of scheduler flush. This is li ......
Unhandled execution function uniapp during

VS Code无法执行命令

问题: 使用npm install命令后,无法正常执行,显示不支持 解决方案: 以管理员身份运行VS Code后,在终端中执行:set-ExecutionPolicy RemoteSigned。 参考于: https://www.cnblogs.com/helow/p/14685283.html h ......
命令 Code VS

Python:重装Python后,在pycharm运行报错——Cannot run program "C:\Users\*****\Python36\python.exe" (in directory "E:\www\python_tony\spider"): CreateProcess error=2, 系统找不到指定的文件。

电脑重装Python后,重新打开Pycharm执行python,发现报错:Cannot run program "C:\Users\***\Python36\python.exe" (in directory "E:\www\python_tony\spider"): CreateProcess e ......
quot Python python CreateProcess python_tony

Error loading wikitext data raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).__name__} is not supported.")

Error loading wikitext data raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).name} is not supported.") QA I was trying to loa ......

code.009

1.https://wwze.lanzoub.com/iQNh51df3qdc 2.https://wwze.lanzoub.com/iiGNB1df3txa 3.网盘https://pan.baidu.com/s/19OtTFblnX3tgVQloSpoanw 提取码:qaf2 4.https:/ ......
code 009

linux启动mysql数据库,报错mysql: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

如下 原因: 解决方案: 1、在/usr/lib64目录里面找一个差不多名称版本的文件进行链接 # 软连接出一个新的文件 sudo ln -s /usr/lib64/libtinfo.so.6.1 /usr/lib64/libtinfo.so.5 若本服务器没有相近版本的文件 2、从其他服务器下载一 ......
shared mysql file directory libraries

双层while嵌套循环导致 500internal server error

在编写从文本文件中提取有用信息的过程中,使用到了双层while嵌套循环(其实内循环就是8,9次数据处理,时间复杂度并不高,为O(n))。 奇怪现象:第一次进入内层while循环,函数会成功执行,但是不能正确退出,且浏览器页面不显示任何内容,只是一个劲儿地转圈圈,随后(大约6,7秒钟之后,会出现:50 ......
双层 internal server while error

net core 在 vs code 或者 rider 无法调试的其中一个解决方法

去掉 csproj 里面 的但文件发布 配置 这个加上了 就不能调试 了,vs里面倒可以调试 , 但是 不知道为啥 rider 或者 vscode 不行 vscode 会说 net clr 有问题, rider 里面会说 发生一个或多个错误 ......
方法 rider core code net

[929] datetime format (strftime() and strptime() Format Codes)

ref: strftime() and strptime() Format Codes The following is a list of all the format codes that the 1989 C standard requires, and these work on all p ......
datetime strftime strptime Format format

《clean code》读书笔记

《clean code》正如其书名所言,是一本关于整洁代码规范的“教科书”。作者在书中通过实例阐述了整洁代码带来的种种利处以及混乱代码、冗余注释等带来的毁灭性后果,并且结合多段代码块、非常详尽地将“书写整洁代码的技巧与守则”教给读者。以下,是我本周细读其前四章的心得体会。 为什么要写整洁代码?书中首 ......
笔记 clean code

阿里发布AI编码助手:通义灵码,兼容 VS Code、IDEA等主流编程工具

今天是阿里云栖大会的第一天,相信场外的瓜,大家都吃过了。这里就不说了,有兴趣可以看看这里:云栖大会变成相亲现场,最新招婿鄙视链来了... 。 这里主要说说阿里还发布了一款AI编码助手,对于我们开发者来说,还是非常值得关注的。 根据官网介绍,这款插件支持 VS Code、JetBrains 旗下的诸多 ......
编程工具 助手 编码 主流 工具