错误git

vscode 错误 go: go.mod file not found in current directory or any parent directory; see 'go help modules'

前言 安装VSCODE 后,新建立的GO文件按F5出错。go: go.mod file not found in current directory or any parent directory; see 'go help modules' 处理步骤 开启go modules功能 命令行输入 go ......
directory go 错误 current modules

将本地项目上传到git

设置好本地git账户配置信息 git config --global user.name "【你的Gitee的用户名】" git config --global user.email "【你的Gitee绑定的邮箱】" 1.远程建立好仓库,一般地址为 https://gitee.com/[你的git账 ......
项目 git

spring eureka服务注册配置,排查服务注册上来了,但是请求没有过来。检查是否服务注册配置错误

spring eureka服务注册配置,排查服务注册上来了,但是请求没有过来。检查是否服务注册配置错误 解决方法: 去掉该配置eureka.instance.hostname = client微服务的提供IP地址 //微服务的提供IP地址,点开服务注册的http://xxx:1246,找到服务,点开 ......
错误 spring eureka

如何解决MySQL Workbench中的错误Error Code: 1175

错误描述: 在MySQL Workbench8.0中练习SQL语句时,执行一条update语句,总是提示如下错误: Error Code: 1175. You are using safe update mode and you tried to update a table without a W ......
Workbench 错误 MySQL Error Code

解决Qt6“QApplication file not found”和“无法运行 rc.exe”错误

最近开始学习Qt(趟坑),买了一本《C++ GUI Qt 4编程》,照着书上的例子做,第一个就报编译不过,报错信息:'QApplication' file not found 查了下Qt助手, 使用qmake,需要加一句:QT += widgets 原因在于QApplication在Qt6中被放在了 ......
QApplication 错误 found file Qt6

git远程仓库

git创建公匙 ssh-keygen -t rsa查看公匙 cat ~/.ssh/id_rsa.pub 复制公匙 ssh -T git@gitee.com 创建端名 git remote add origin git remote add origin git@gitee.com:kkkk12300 ......
仓库 git

el-upload组件报TypeError: Cannot create property ‘uid‘ on string错误解决方法

今天发现使用el-upload上传文件,上传没有问题,点详情看文件时就会报一个错误,错误如下:TypeError: Cannot create property ‘uid’ on string ‘https://xxxx.com/upload/20230506/1683346602758.png’ ......
组件 el-upload TypeError property 错误

/lib64/libc.so.6 错误导致的系统崩溃

/lib64/libc.so.6 错误导致的系统崩溃 缘由 我们有个同事要安装一个软件,就用yum 安装,然后就悲剧。安装完成之后 发现无论执行任何命令都会报错,如下错误 psgrep: relocation error: : /usr/lib64/libpthread.so.0: relocati ......
错误 系统 libc lib 64

关于vs中 错误 类型“xxxx”在未被引用的程序集中定义,必须添加对程序集“System.Drawing, Version=4.0.0.0

原文链接:https://blog.csdn.net/weixin_50352816/article/details/130548200 必须添加对程序集“System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7 ......
程序 错误 Drawing Version 类型

git问题

文件名太长,无法签出工作树警告:克隆成功,但签出失败 git config --global core.longpaths true 设置用户名 git config --global --replace-all user.name "your user name" 设置邮箱git config - ......
问题 git

CentOS7 yum错误:One of the configured repositories failed (Unknown)

一、现象 二、原因 可能会有其他原因造成该问题(如,网络问题)。我这边的问题是红框中指定镜像重复,导致yum命令执行失败。 三、解决 cd /etc/yum.repos.d 排查重复的repo并将其删除。 ......

【Azure Function App】本地运行的Function发布到Azure上无法运行的错误分析

Starting Host (HostId=funapp-xxx-dev, Version=1.0.20776.0, InstanceId=xxx-x-xx-x-xxx, ProcessId=7924, AppDomainId=2, Debug=True, ConsecutiveErrors=0, ... ......
Function Azure 错误 App

git 合并分支处理

前提 合并分支之前,拉取需要合并的两个分支的最新代码;(git pull) git checkout <brachName> // 切换分支git branch -a // 查看所有分支git status // 查看当前分支状态git log // 查看当前分支日志 git merge 需要合并到 ......
分支 git

07信息打点-资产泄漏&CMS 识别&Git 监控&SVN&DS_Store&备份

一、知识点CMS 指纹识别源码获取方式习惯&配置&特性等获取方式托管资产平台资源搜索监控 二、详细点源码泄漏原因: 从源码本身的特性入口从管理员不好的习惯入口从管理员不好的配置入口从管理员不好的意识入口从管理员资源信息搜集入口 源码泄漏集合: composer.json git 源码泄露svn 源码 ......
amp 备份 DS_Store 资产 Store

金仓数据库物理备份初始化错误

1:执行sys_backup.sh init初始化报错: ERROR:secourecmdd dose not work,please check 解决办法:root用户下执行如下操作: 执行完成后,继续kingbase用户执行sys_backup.sh init成功 2:初始化报错: ERROR: ......
备份 物理 错误 数据库 数据

Git — husky + eslint 实现提交前校验与规范提交

node版本: = 14.21.3 || >16.0.0 一、配置ESlint 1.1 安装eslint npm install eslint -D 1.2 初始化eslint,生成配置文件 npx eslint --init 1.3 在编辑器安装ESlint插件 1.4 通过执行命令检测文件代码规 ......
eslint husky Git

mysql 常见错误

Data truncation: Data too long for column 'subtitle2' at row 1 报错:.MysqlDataTruncation: Data truncation: Data too long for column 1、可能 数据库中的字符集的编码与写代码 ......
常见 错误 mysql

Postgresql中自增主键序列的使用以及数据传输时提示:错误:关系"xxx_xx_xx_seq"不存在

场景 Postgresql在Windows中使用pg_dump实现数据库(指定表)的导出与导入: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/135011801 上面讲使用pg_dump进行postgresql的导出与导入。 如 ......

278. 第一个错误的版本

278. 第一个错误的版本 你是产品经理,目前正在带领一个团队开发新的产品。不幸的是,你的产品的最新版本没有通过质量检测。由于每个版本都是基于之前的版本开发的,所以错误的版本之后的所有版本都是错的。 假设你有 n 个版本 [1, 2, ..., n],你想找出导致之后所有版本出错的第一个错误的版本。 ......
错误 版本 278

Git 提交代码报错

1、报错代码:use “git add …” to include in what will be committed 2、执行 git commit -m “描述语句” 提交代码时报错。 3、网上找了很多,但是后面还是发现了 ,执行“git add …”,有提示错误。 4、解决访问:按照git a ......
代码 Git

think\db\Raw could not be converted to string 错误的处理方式

我使用的是thinkphp 8.0.2 版本,在分页查询使用fileld出现提示think\db\Raw could not be converted to string的问题。 解决方案为,在文件vendor\topthink\think-orm\src\db\Raw中重写tostring即可。 ......
converted 错误 方式 string think

GitHub 致命错误:无法访问

一、现象 ......
错误 GitHub

GitHub 致命错误:鉴权失败

一、现象 二、解决 git remote set-url origin https://token@github.com/Meidanlong/all-in-one.git git push ......
错误 GitHub

切换Git远程路径

一、切换仓库地址 1、直接修改远程路径 git remote set-url origin URL 2、先删除再添加 # 删除现有库 git remote rm origin # 添加新库 git remote add origin url 二、查看远程仓库地址 git remote -v ......
路径 Git

Git:submodule子模块操作

一、子模块添加 git submodule add <url> <path> git submodule add https://github.com/../.git themes/MeiFixIt 二、子模块更新 git submodule update --remote --merge 三、下载 ......
submodule 模块 Git

GitHub 致命错误:无法访问

一、现象 ......
错误 GitHub

GitHub 致命错误:鉴权失败

一、现象 二、解决 git remote set-url origin https://token@github.com/Meidanlong/all-in-one.git git push ......
错误 GitHub

Git:submodule子模块操作

一、子模块添加 git submodule add <url> <path> git submodule add https://github.com/../.git themes/MeiFixIt 二、子模块更新 git submodule update --remote --merge 三、下载 ......
submodule 模块 Git

切换Git远程路径

一、切换仓库地址 1、直接修改远程路径 git remote set-url origin URL 2、先删除再添加 # 删除现有库 git remote rm origin # 添加新库 git remote add origin url 二、查看远程仓库地址 git remote -v ......
路径 Git

hadoop集群常见错误

虚拟及没有启动任何服务器查看jps会显示jps,如果没有显示任何东西 [root@slave2 ~]# jps 9647 Jps 解决方案 # 进入/tmp查看 [root@slave1 dfs]# cd /tmp [root@slave1 tmp]# ll 总用量 48 drwxr-xr-x. 2 ......
集群 常见 错误 hadoop
共3740篇  :7/125页 首页上一页7下一页尾页