npm sill idealTree buildDeps一直安装不动1、删除npmsrc文件,用如下命令找到存放位置npm config get userconfig2、清除缓存npm cache clean --force3、设置镜像源,淘宝的https://registry.npm.taobao.org已经凉了npm config set registry https://registry.n
2024-08-07 michael007js 191
使用`systemctl`命令报错:System has not been booted with systemd as init system (PID 1). Can‘t operate.一、问题概述在Windows中使用WSL的CentOS时,使用systemctl命令报错:System has not been booted with systemd as init system (PID
2024-03-28 michael007js 378
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?错误:E: Could not open lock
2024-03-28 michael007js 125
Andorid Could not install Gradle distribution from ‘https://services.gradle.org/distributions/gradleAndorid Studio报错Could not install Gradle distribution from ‘https://services.gradle.org/distribution
2024-03-28 michael007js 124
Selenium Webdriver Java.io.IOException:状态代码无效 = 403 text=Forbidden解决方法是将 chromedriver 选项添加到驱动程序实例ChromeOptions chromeOptions = new ChromeOptions();chromeOptions.addArguments("--headless");ch
2024-03-04 michael007js 136
idea解决跨域访问问题(简单快捷)在controller类上加入 下面的注解即可@CrossOrigin //在服务器端支持跨域访问
2024-02-04 michael007js 149
No primary or single unique constructor found for interface javax.servlet.http.HttpServletRequest 前端发送请求需要根据token获取当前用户信息,但是一直报500,代码如下:@GetMapping("/getCurrentMerchant")public Result<Mer
2024-02-03 michael007js 173
问题处理分享 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的临时文件大小
2024-01-28 michael007js 194