Centos7.5 编译安装apr-util时报错:xml/apr_xml.c:35:19: fatal error: expat.h: No such file or directory 解决方案:yum install expat-devel 编译pcre 报错 error: Invalid C ...
分类:
Web程序 时间:
2020-07-10 13:39:29
阅读次数:
92
我是跟着《深入浅出 Spring Boot 2.x》这本书学习的,在“初识Spring MVC”章节中,搭建项目,然后访问jsp页面时报错:Path with "WEB-INF" or "META-INF": [WEB-INF/jsp/details.jsp 1、因为没有书本中说的 WEB-INF ...
分类:
编程语言 时间:
2020-07-09 00:43:04
阅读次数:
93
git clone时报RPC failed; curl 18 transfer closed with outstanding read data remaining 错误 原因1:缓存区溢出 解决方法:命令行输入 git config http.postBuffer 524288000 执行上面命 ...
分类:
Web程序 时间:
2020-07-08 13:46:10
阅读次数:
71
垃圾回收与内存分配 垃圾回收与内存分配 一些基础 垃圾回收算法 垃圾回收器 常见问题 一些基础 对象的四种引用类型 强引用,内存不足时报错oom,但不会该类对象 弱引用,当内存不足时才会回收 软引用,不管内存是否充足,在gc都会回收 虚引用,任何时候都可以被回收 怎么判断对象是否仍在使用? 引用计数 ...
分类:
其他好文 时间:
2020-07-08 01:34:17
阅读次数:
81
最近小编在运行springboot项目时,发现前端调用后端接口时报出了跨域的错误,解决方式: 添加@CrossOrigin这个注解即可。 ...
分类:
编程语言 时间:
2020-07-07 15:42:44
阅读次数:
73
1、报错如下: 2、原因: 工程路径中存在中文,如上图中的“测试”。 ...
分类:
其他好文 时间:
2020-07-07 11:33:02
阅读次数:
90
问题描述:执行shell脚本时报错Nosuchfileordirectory,而目录确实是存在的执行shell脚本时报错syntaxerrornearunexpectedtoken`elif‘[root@host1scripts]#bashmysql_full_backup.sh:Nosuchfileordirectory1:!/bin/sh:Nosuchfileordirectory14
分类:
系统相关 时间:
2020-07-05 10:38:32
阅读次数:
76
此博客链接: 点击文件,新建MYSQL 链接 2.填写链接名和密码,点击测试 3.测试时报以下错误。 查找原因:mysql8.0之前的版本加密规则是mysql_native_password,mysql8.0之后,加密规则是caching_sha2_password。 修改步骤 1.打开控制台,进到 ...
分类:
其他好文 时间:
2020-07-04 23:01:53
阅读次数:
81
学习字符串format()函数,执行如下语句时报错:ValueError: cannot switch from manual field specification to automatic field numbering,意思为:值错误:无法从手动字段规范切换到自动字段编号 原来是因为自动编号和 ...
分类:
其他好文 时间:
2020-07-04 20:32:26
阅读次数:
86
Your requirements could not be resolved to an installable set of packages. Problem 1 - phpoffice/phpspreadsheet 1.10.1 requires ext-fileinfo * -> the ...
分类:
其他好文 时间:
2020-07-04 11:39:20
阅读次数:
104