quot husky-run command error

VSCode:"princexml" is required to be installed

这应该是我们在使用VSCode插件“markdown-preview-enhanced”插件时,使用PDF(prince)的时候出现的问题,那么关于这个问题的解决方法,请大家参照下边的解决方案。 进入prince官网,点击电脑版本对应的链接进行下载并安装。网址如下:Prince - Download ......
quot princexml installed required VSCode

rocketmq 报错ERROR: Please set the JAVA_HOME variable in your environment, We need java(x64)! !!

以下命令全部按顺序执行 unlink /usr/bin/javacunlink /usr/bin/jarunlink /bin/java ln -s /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64/bin/javac /usr ......

问题处理分享 SQLSTATE[HY000]: General error: 126 Incorrect

今天网站访问内容页突然报错: SQLSTATE[HY000]: General error: 126 Incorrect key file for table '.\数据库名\qb_cms_content1.MYI'; try to repair it 当mysql的临时文件大小设置太小,或者由于并 ......
Incorrect SQLSTATE General 问题 error

Unknown custom element: <el-tabs> - did you register the component correctly? For recursive components, make sure to vue.runtime.esm.js?c320:619provide the "name" option.

mad 从官网上扒下来的 一模一样就是一直报错 然后一直百度 百度上的答案五花八门 没一个有用的 草!!!!! 这个原因就是你没有在项目中引入element-ui 所以你用它的组件会报错 第一步 npm i element-ui -S 第二步 在main.js里面加入 import ElementU ......

pod中安装tc(解决chaosblade-box报错`tc`: command not found)

1、进入pod kubectl exec -it nginx-pvc-65f97c4894-lrp8j -n dev /bin/bash 2、执行 apt-get update 3、安装tc apt-get install iproute2 ......
chaosblade-box chaosblade command found pod

ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

安装mysql8后,本地登录成功,选择数据库报错 ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. 解决办法: 执行语句修改密码:s ......
statement executing password before ERROR

ERROR Failed to compile with 541 errors 11:27:44 These dependencies were not found: * core-js/modules/es.array.concat.js in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./

ERROR Failed to compile with 541 errors 11:27:44 These dependencies were not found: * core-js/modules/es.array.concat.js in ./node_modules/cache-loade ......

vue "vue-awesome-swiper": "^4.1.1" 的使用

<!-- swiper1 --> <swiper class="swiper gallery-top" :options="swiperOptionTop" ref="swiperTop"> <swiper-slide v-for="item in img_list" :key="item.id" ......
quot vue-awesome-swiper vue awesome swiper

linux sudo命令提示 command not found

什么是sudo su 是申请切换 root用户,需要申请root用户密码,sudo 是用户申请管理员权限执行一个操作,而此处的操作就是变成管理员。 sudo 是 Linux 系统管理指令,是允许系统管理员让普通用户执行一些或者全部的 root 命令的一个工具,如 halt,reboot,su 等等。 ......
命令 command linux found sudo

express node模块连接数据库提示Connect error Error: connect ETIMEDOUT

服务器配置,点开防火墙配置,添加规则设置好端口号即可。 ......
ETIMEDOUT 模块 express Connect connect

解决:Error running 'Tomcat 8.5.84': Unable to open debugger port (127.0.0.1:12288): java.net.SocketException "Interrupted function call: accept failed"

启动项目的时候,tomcat报错,错误内容是 Error running 'Tomcat 8.5.84': Unable to open debugger port (127.0.0.1:12288): java.net.SocketException "Interrupted function c ......

MySQL 8.0.32中mysqldump需要"reload/flush_tables权限"问题的解决方案

在MySQL Server 8.0.32, Oracle修复了Bug #105761: "mysqldump make a non-consistent backup with ‐‐single-transaction option" 这引起了用户的一波抱怨,他们无法再使用mysqldump程序进行 ......

javafx.fxml.FXMLLoader.getClassLoader()" is null错误解决方法

javafx程序中,在Application的继承类中,启动了spring容器 @Override public void init() throws Exception { springApplicationContext = new SpringApplicationBuilder(HelloA ......

springboot中让sentinel持久化到nacos中报错sentinel持久化报错Error creating bean with name 'ds1-sentinel-nacos-datasource': Lookup method resolution failed; nested exception is java.lang.IllegalStateException

若依框架报错原因: pom中没有引入依赖: <!-- SpringCloud Alibaba Sentinel --> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba ......

【问题记录】【Linux】bash: ps: command not found

1 bash: ps: command not found apt-get update && apt-get install procps 2 bash: ll: command not found echo "alias ll='ls -rltha'" >> ~/.bashrc && sourc ......
command 问题 Linux found bash

NPM: command

~/.npmrc 配置文件 npm login --scope @sporadic 在.npmrc产生如下配置 npm logout --scope @sporadic npm whoami --registry https://registry.npmjs.org ~/.npm/ global o ......
command NPM

org.springframework.dao.TransientDataAccessResourceException: Error attempting to get column 'classification' from result set. Cause: java.sql.SQLException: Invalid value for getInt()

问题:mybatis查询的时候,始终报这个错。我看了字段,应该是ClickNumber是Integer,为什么会报classification的问题。我试了几种方式,但是还是有这个问题。 包括使用resultMap来进行返回。 晚上看了很多方法,包括Druid版本啊,参数名不一致啊,lombok注解 ......

error code ELIFECYCLE

error code ELIFECYCLE 18 verbose node v10.8.0 19 verbose npm v6.2.0 20 error code ELIFECYCLE 21 error errno 1 1、npm cache clean --force 2、rm -rf node_ ......
ELIFECYCLE error code

kubernetes failed to create kubelet: misconfiguration: kubelet cgroup driver: "cgroupfs" is different from docker cgroup driver: "systemd"

错误原因 kubernetes 的文件驱动与 docker 不一致,导致镜像无法启动。 docker info 可以看到驱动方式 Cgroup Driver: systemd。 解决方案 统一资源管理,一致使用 systemd 或者 cgroupfs。 在 Linux 上,控制组(CGroup)用于 ......
quot kubelet cgroup driver misconfiguration

C++ 用户自定义字面量(operator"" _)

字面量 字面量是指源码中,固定的常量。比如, const char* p = "abcd"; const std::string s = "efg"; const int v = 10; const double d = 20.1; const unsigned long l = 123465789 ......
字面 quot operator 用户

盈亏平衡之"盈亏平衡点和总可变成本和总收入和利润和边际收益"

案例1 案例2 案例3 因为他这里没有按2w件来算,而是按4w件 利润 = 总收入 - 总成本 总收入 = 产量 * 单价 总成本 = 固定成本 + 变动成本 变动成本 = 单件可变成本 * 产量 案例4 边际收益 = 边际贡献 解第一问 解第二问 ......
平衡点 总收入 边际 quot 收益

docker启动出现Job for docker.service failed because the control process exited error code问题

只需要修改docker.server文件即可: 执行以下命令: vim vim /lib/systemd/system/docker.service 然后将ExecStart=/usr/bin/dockerd -H fd:// 改成ExecStart=/usr/bin/dockerd -H fd:/ ......
docker because control service process

Command: command & type

command command 只能跳过function,而不能跳过shell builtin 三个选项 -vV都是打印 -p 使用 default PATH 执行命令 bash默认PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sb ......
Command command type amp

how to set static ip using command line for kali linux

How to configure Kali Linux to use a static IP address https://miloserdov.org/?p=542 sudo vim /etc/network/interfaces auto eth0 iface eth0 inet static ......
command static linux using line

git checkout 下一个"未来的"commit

如果可以使用 vscode,安装插件 git graph, 使用图形化git工具,直接观看所有commits log。 右键选中要 checkout 的 commit,然后点击 checkout 即可 如果不能使用 vscode,参考这个回答: https://stackoverflow.com/q ......
quot checkout commit git

马尔柯夫的"概率转换和市场份额和概率矩阵"

案例一 案例二 分析转移概率矩阵求法 分析求9月份各厂家分别拥有的市场份额 案例3 ......
概率 矩阵 quot 份额 市场

centos安装xampp后报错:egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

1、centos6.9安装xampp(xampp-linux-x64-7.0.21-0-installer.run)后启动的时候,报错: 2. 有人说少了glibc包,但是机器不缺少报错的包 3.正确答案: vi /opt/lampp/lampp 找到export LD_ASSUME_KERNEL= ......
shared file directory libraries loading

Chat+VPS+Socks+trending +error

Azure OS: ubuntu20.04 ChatGPT-wechat sudo apt-get update sudo apt-get install python3-pip git clone https://github.com/zhayujie/chatgpt-on-wechat cd c ......
trending Socks error Chat VPS

Linux shell set command All In One

Linux shell set command All In One https://FreeBSD.org erros ❌ unbound-variable # $1: unbound variable if (($1)) then echo $1 # arg=$1 # tsGenerator $ ......
command Linux shell All set

Centos7-tar包自定义安装mysql -ERROR 2002_ERROR 1045_ERROR 1054_ERROR 1290_ERROR 1820_ERROR 1819_ERROR 1193

@(目录) 下面是笔者拙劣的测试记录,安装mysql的精华版教程,如下所示: Linux (Centos 7) 自定义目录安装mysql - 精华版:传送门 1. 自定义安装 mysql 参考链接 ERROR 2002 / ERROR 1045 / ERROR 1054 / ERROR 1290 C ......
ERROR Centos7-tar Centos7 Centos mysql