understand error does code

11g 数据库 连接 19c的asm磁盘组报错 ERROR at line 1: ORA-01119: ORA-15055: ORA-28040:

报错信息 ERROR at line 1: ORA-01119: error in creating database file '+data/oracle11g/hrz.dbf' ORA-17502: ksfdcre:4 Failed to create file +data/oracle11g/ ......
ORA 磁盘 数据库 数据 01119

mysql8 执行聚合函数报错:Error 1140: In aggregated query without GROUP BY,sql_mode=only_full_group_by

解决办法: ``` set global sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'; SET GLOBAL log_bin ......

QNX-9—QNX官网文档翻译—Understanding QNX Virtual Environments

注:翻译自QNX Hypervisor --> QNX Hypervisor 2.2 User's --> Understanding QNX Virtual Environmentshttps://www.qnx.com/developers/docs/7.1/index.html#com.qnx ......

曲线艺术编程 coding curves 第十二章 超级椭圆与超级方程(Superellipses and Superformulas)

# 第十三章 超级椭圆与超级方程(Superellipses and Superformulas) > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > > 译者:池中物王二狗(sheldon) > > 源码: ......

linux下修改VS Code的"更新"源,提高更新下载速度

linux下修改VS Code的"更新"源,提高更新下载速度(这里用的是Debian/Ubuntu发行版),亲测有效。 发现在网上搜索的vs code都是有关下载时速度慢,然后修改为vscode.cdn.azure.cn就可提高下载速度的帖子,但发现,装上vs code后,如果它更新,会发现vs c ......
quot 速度 linux Code

2023-06-24 error Command "husky-run" not found.

前言:用git提交代码到git,完整报错: error Command "husky-run" not found. git 未能顺利结束 (退出码 1) (875 ms @ 2023/6/24 19:05:32) 原因:估计是项目中的eslint导致的这个问题。 解决方案:执行强制提交,请在项目根 ......
quot husky-run Command error husky

[C/C++] Visual Stdio Code中多线程多源码文件编译、运行和调试

搞了很久,记录一下: 一. 环境 OS:Ubuntu 20.04 VS Code:1.77.0 g++:g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 二. 配置文件 下面两个文件先不要手动创建,下面第三章会讲到: task.json:编译程序的配置文件; lau ......
线程 文件 Visual Stdio Code

Error:java: Compilation failed: internal java compiler error 的解决过程

1.错误描述: IDEA导入一个新的项目,运行时包编译失败 在这里插入图片描述 2.错误原因 这个错误的原因是因为 JDK 版本问题,有两个原因,一个是编译器版本不匹配,一个是当前项目 JDK 版本不支持 3.解决步骤 需要调整三个位置的jdk版本 调整项目的jdk版本,File --> Proje ......
java Compilation compiler internal 过程

Error:java: Compilation failed: internal java compiler error 的解决过程

感谢原作者:https://blog.csdn.net/weixin_42045639/article/details/125538161 #### 1.错误描述: - IDEA导入一个新的项目,运行时包编译失败 ![在这里插入图片描述](https://img2023.cnblogs.com/bl ......
java Compilation compiler internal 过程

CMake Error at /root/anaconda3/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:9 (message): Failed to fi

001、问题 CMake Error at /root/anaconda3/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:9 (message): Failed to fi 002、 报错原因 centos中没有安装opengl,安装opengl [root@P ......

windows系统的code2md 和 md2code

# `code2md\code2md_v1.bat` ```bat @echo off :start set filePath= set /p filePath=Please drag a file in the project(or project dir): D:\Python38\python ......
code windows code2md md2code 系统

C++类中报错:class "xxx" does not name a type

# C++类中报错:class "xxx" does not name a type ## 原因 1. 引用的类命名空间未包含 2. 引用的类头文件未包含 3. 包含了头文件,或者已经前置声明了,则说明所引用的类名写错。 4. 循环引用头文件 5. 类内修改了类成员 [类中报错 xxx does n ......
中报 quot class does name

Nginx安装、不能启动的解决办法(无sbin目录,无error.log及access.log文件)、简单文件服务器的配置

基于Nginx搭建的[http服务器](https://so.csdn.net/so/search?q=http服务器&spm=1001.2101.3001.7020)应用已愈发广泛,本文介绍的Nginx的相关内容都是在Linux环境下搭建完成的。 ## 一、Nginx的安装 两种方法,二选一即可, ......
文件 log 办法 服务器 目录

code2md md2code

# `code2md/run_img2markdown.command` ```sh #! /bin/bash source /Users/song/Code/script_python/code2md/venv/bin/activate # echo -n '请任意拖入文件夹中的一个文件:' # ......
code code2md md2code 2code code2

UDP recvfrom error错误10022

1. #### fromlen参数没有初始化 2. #### from参数没有设置正确,也就是结构问题 3. #### 终于发现原来是bind函数的问题。由于在文件开头使用了 using namespace std 导致默认的bind变成了 functional中的那个,而不是socket的bind ......
recvfrom 错误 10022 error UDP

ERROR: nginx-1.22.1 installation failed.

libraries. You can either do not enable the module or install the libraries.make: *** No rule to make target 'build', needed by 'default'. Stop.make: ......
installation failed ERROR nginx 22

解决:Volo.Abp.AbpInitializationException: An error occurred during ConfigureServices phase of the module Volo.Abp.Data.AbpDataModule, Volo.Abp.Data,

问题复现说明: 问题说明: 手动搭建AbpVnext框架,就搭了Web层,配置好WebModule和Program,运行就一直报:An error occurred during ConfigureServices phase of the module Volo.Abp.Data.AbpDataM ......

Proj. CAR Paper Reading: CodeBPE: Investigating Subtokenization Options for Large Language Model Pretraining on Source Code

## Abstract 本文:探索LLM在source code上pretrain时的subtokenization效果。 subtokenization: split long tokens into smaller subtokens, in order to ensure the relati ......

【vs code / idea】快速去除代码注释

一、前言随着代码量的增加,我们的注释量也会增加,有时为了提高代码的效率,我们会去掉注释,如果一行一行的去掉注释,效率太低,本文主要介绍一下 vs code 或 idea 中如何快速去除注释,希望对大家有所帮助。 二、删除单行注释 ( // )1.在替换命令中,使用下面的正则,进行全局匹配替换,替换内 ......
注释 代码 code idea

【Azure Redis 缓存】应用中出现连接Redis服务错误(production.ERROR: Connection refused)的排查步骤

问题描述 在PHP应用中,连接Redis的方法报错 RedisException(code: 0): Connection refused at /data/Redis/Connectors/PhpRedisConnector.php production.ERROR: Connection ref ......
Redis 缓存 Connection production 步骤

A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - 证书链是由不受信任的颁发机构颁发的。)

昨天搞了个测试接口,用postman请求测试,Https的协议,然后请求发出去,既没有报错,也没有返回数据库的数据,code倒是0,不是 100,那程序也没有报错,这就奇怪了,我就先监测数据库,发现请求并没有过来,我傻眼了,一些简单的代码还能出错吗?然后开后端调试,就发现了上面的这个提示,在请求的时 ......

MySQL 8的MGR集群中设置autocommit=0引起ERROR 1064 (42000)错误

在一套MySQL MGR集群测试环境中,同事测试时,在my.cnf参数文件中修改了autocommit参数(修改为autocommit=0),结果上周五,由于系统管理员要升级RHEL 8.8的系统补丁,所以将这这三台MySQL的数据库服务关闭了,升级完RHEL 8.8的系统补丁后,启动MySQL的集 ......
集群 autocommit 错误 MySQL ERROR

verilog仿真过程中modelsim出现“Error loading design”原因与解决方案

modelsim仿真出现以下错误: 原因:测试文件的模块名或者参数名错误 解决方法:1. 查看tb文件是否正确 2.查看tb文件模块名称是否正确 下图完成了仿真: ......
modelsim 解决方案 过程 原因 verilog

es ctags for code on win

# setup ```ps1 # dep: tar, 7z, pwsh, java $theGrokRoot="D:/sevtest/opengrok" $theTomcatRoot="D:/sevtest/tomcat" $theGrokFile="./opengrok-1.12.11.tar.g ......
ctags code for win es

如何解决 vscode exe does not exist 的问题

问题一:使用vscode运行go时,提示需要launch.json文件需配置 解决方法: 在vscode 插件搜索code runner, 然后安装 问题二: E:\go\goWorkspace\src\GoProjects2> go run main.goexec: "C:\\Users\\向键雄 ......
vscode 问题 exist does exe

Eclipse集成Maven打包时报错:[ERROR] Unknown lifecycle phase "mvn". You must specify a valid lifecycle phase

1、Eclipse集成Maven打包时报错:[ERROR] Unknown lifecycle phase "mvn". You must specify a valid lifecycle phase or a goal in the format。 使用eclipse打包项目,右击项目Run A ......
lifecycle phase quot 时报 Eclipse

[ERROR] No loader is configured for ".node" files: node_modules/fsevents/fsevents.node

## 解决方法: 修改项目中./node_modules/fsevents/fsevents.js 文件 ```javascript //修改 const Native = require("./fsevents.node") //更改为 const Native = window.require( ......
fsevents node quot node_modules configured

VS Code 中 HTML文件使用emmet语法 感叹号!+Tab 生成HTML元素的修改方法

在 visual studio code(以下简称vsc)新建一个html,输入!后会提示按tab键生成html元素: ![image](https://img2023.cnblogs.com/blog/626637/202306/626637-20230621114630186-801637420 ......
感叹号 HTML 语法 元素 文件

IDEA 取消“Commented out code (3 lines) ” 提示

IDEA 多行注释,会提示“Commented out code (3 lines) ”, 怎么取消? File > Setting > Code Style > Inspections > Java 把“Commented out code” 的对钩取消之后就可以了。 ......
Commented lines IDEA code out

Porting Code to Python 3 with 2to3

# 参考 https://www.cmi.ac.in/~madhavan/courses/prog2-2012/docs/diveintopython3/porting-code-to-python-3-with-2to3.html ......
Porting Python Code 2to3 to