+ 设置npm的源 不使用cnpm命令,直接设置NPM为淘宝镜像 然后验证 + 全局删除npm安装模块 + 设置全局模块安装位置和缓存位置 + 查看全局安装过的模块 + 报错: + 解决办法: ...
分类:
其他好文 时间:
2020-05-21 00:21:58
阅读次数:
48
OS:centos7 主IP:192.168.80.15 备IP:192.168.80.12 1.主服务器安装与配置 1.1关闭防火与Selinux #关闭firewalld systemctl stop firewalld systemctl disable firewalld #关闭selinu ...
分类:
系统相关 时间:
2020-05-20 14:13:57
阅读次数:
66
背景:运行代码提示找不到ADB An unknown server-side error occurred while processing the command. Original error: Could not find 'adb.exe' in PATH. Please set the A ...
分类:
移动开发 时间:
2020-05-20 12:43:19
阅读次数:
157
背景 运行时代码报错: selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error ...
分类:
移动开发 时间:
2020-05-20 12:36:57
阅读次数:
127
现在目录中得src文件中自定义一个文件在里面建立一个request.js文件 这个里面写得请求拦截和响应拦截 代码如下::: /* eslint-disable prefer-promise-reject-errors */// eslint-disable-next-line no-unused- ...
分类:
移动开发 时间:
2020-05-19 23:01:01
阅读次数:
194
Python通过创建文件对象,进行磁盘文件的读写(IO)。 主要函数:def open(file, mode='r', buffering=None, encoding=None, errors=None, newline=None, closefd=True) file:指的是文件路径 mode: ...
分类:
编程语言 时间:
2020-05-19 12:37:50
阅读次数:
93
调试思路优先级 打开PHP错误提示 在php.ini文件里改变display_errors和error_reporting的值,没有的直接加上 注意:E_ALL – 所有的错误和警告(不包括 E_STRICT) PHP文件中加入 检查PHP语法错误 调试技巧 有时候在调试项目的时候,需要将一个对象或 ...
分类:
Web程序 时间:
2020-05-19 10:35:17
阅读次数:
59
“/”应用程序中的服务器错误。 The following errors occurred while attempting to load the app.- The OwinStartup attribute discovered in assembly 'RoadRescue' referen ...
1.pom.xml springboot-2.3.0的 spring-boot-starter-web启动器好像不包含 spring-boot-starter-validation启动器,需要自己添加 <dependency> <groupId>org.springframework.boot</g ...
分类:
编程语言 时间:
2020-05-16 18:57:31
阅读次数:
89
错误日志: Caused by: org.gradle.api.ProjectConfigurationException: A problem occurred configuring root project 'AwesomeProject'. 原因:本地没有下载对应的gradle版本 解决方法 ...
分类:
移动开发 时间:
2020-05-14 00:52:47
阅读次数:
115