1、 checking for OS+ Linux 3.10.0-327.el7.x86_64 x86_64checking for C compiler ... not found ./configure: error: C compiler cc is not found 解决方法:安装gcc ...
分类:
其他好文 时间:
2020-02-20 15:24:15
阅读次数:
86
原因是你的项目配置的库有问题,没有吧Tomcat服务器的库配置进去,要重新配置 添加库 选择Server Runtime后点击下一步 选中Tomcat服务器,点击finish 成功导入后就会发现少了的下图第一个库又回来了 ...
分类:
编程语言 时间:
2020-02-20 11:38:33
阅读次数:
83
NuxtJS 2 errors and 2 warnings potentially fixable with the `--fix` option. 第二种报错 Error: No build files found in E:\xiaojin4need\pro_all\ssr\myapp\.nu ...
分类:
Web程序 时间:
2020-02-20 10:29:46
阅读次数:
482
[root@iZbp145axkc98giot5b448Z network-scripts]# mail wgr Subject: test test test . EOT [root@iZbp145axkc98giot5b448Z network-scripts]# send-mail: fata ...
分类:
Web程序 时间:
2020-02-19 01:13:48
阅读次数:
110
java8新出的YearMonth可以方便的用来表示某个月。我的项目中使用springmvc来接收YearMonth类型的数据时发现 x-www-from-urlencoded 格式的数据可以使用"2018-12"的类型接收,但是在post请求中 接收application/json的数据时出现以下 ...
分类:
编程语言 时间:
2020-02-18 13:23:03
阅读次数:
83
原因是mybatis的mapper.xml文件没有在输出资源中 ...
分类:
Web程序 时间:
2020-02-17 18:01:41
阅读次数:
91
一、开发环境 sudo apt-get update sudo apt-get install -y build-essential sudo apt-get install cmake sudo add-apt-repository ppa:longsleep/golang-backports s ...
分类:
系统相关 时间:
2020-02-17 12:38:34
阅读次数:
145
*************************** APPLICATION FAILED TO START *************************** Description: A component required a bean named 'cacheManager' that ...
分类:
系统相关 时间:
2020-02-16 23:24:51
阅读次数:
271
前言 因为自己最近在学Redis,想要在C++中获取到Redis内存数据库中的数据,需要使用Redis客户端来连接Redis传输命令并接收数据,在Redis官方网站上推荐的客户端中选择了acl redis。而Clion是一款非常优秀的C++集成开发环境,Clion选择了CMake作为构建工具,所以需 ...
分类:
其他好文 时间:
2020-02-16 14:35:51
阅读次数:
334
2020 CDUT寒假集训第一场 [TOC] "A Vasya and Golden Ticket" Recently Vasya found a golden ticket — a sequence which consists of n digits a 1 a 2… a n . Vasya c ...
分类:
其他好文 时间:
2020-02-16 01:54:04
阅读次数:
123