configure: error: no acceptable C compiler found in $PATH因为是linux,默认可以采用yum方式安装,则采用如下命令安装gcc编译器即可:# yum -y install gcc
分类:
编程语言 时间:
2016-01-08 13:23:28
阅读次数:
162
用Intelligidea 构建spring MVC 很方便,就不赘述了。我的项目在 github:https://github.com/jimforcode/backendyo解决办法,导入jackson2.X的jar包:用maven 管理依赖包的,在pom.xml 中加入 com.fas...
分类:
编程语言 时间:
2015-12-31 12:29:17
阅读次数:
307
spring mvc通过@RequestMapping("/register")和@ResponseBody返回json格式的字符串时出现如下异常:The resource identified by this request is only capable of generating resp.....
分类:
编程语言 时间:
2015-12-03 09:43:54
阅读次数:
268
1、环境初始化1)安装GCC软件套件::yum install gcc 否则会报错configure: error: no acceptable C compiler found in $PATH2)安装解压缩:yum install -y unzip zip 否则会报错unzip: comma.....
分类:
数据库 时间:
2015-11-24 14:29:52
阅读次数:
173
如果没有使用json转换器,在ajax请求的返回方法声明@ResponseBody时,会出现以下错误"NetworkError: 406 Not Acceptable - http://uc.com:8081/login/check"/login/check请求映射的方法如下@RequestMapp...
分类:
编程语言 时间:
2015-09-10 17:27:22
阅读次数:
247
在我的jsp页面上有这些js代码:
//加载数据
$(document).ready(function() {
var param={};
param.page=3;
param.size=10;
$.post(home+"/user/queryAllInfo",param,
function(result)
{
if(result !=n...
分类:
Web程序 时间:
2015-08-19 13:27:06
阅读次数:
584
[root@localhost ~]# cd msmtp-1.4.20 [root@localhost msmtp-1.4.20]# ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system ...
分类:
其他好文 时间:
2015-08-10 10:50:31
阅读次数:
203
虽然不舍,但是OI生涯就告一段落了……day2爆炸,导致最后离Ag线差8分……本来以为随便Ag的……不过最后还是拿到了fdu的一本线,也算是一个Acceptable ending吧在现在这个时代,一个故事的精彩程度取决于结局仔细想想,我的OI路上尽写满了失败:读错题,SB题写不出来,省队也没进,最后...
分类:
其他好文 时间:
2015-07-20 00:59:26
阅读次数:
165
最近使用spring4.0的Mvc,json请求时,客户端报错,406 Not Acceptable 解决方法一: 1、导入第三方的jackson包,jackson-mapper-asl-1.9.7.jar和jackson-core-asl-1.9.7.jar。 2、Spring配置文件添加: [html]?...
分类:
编程语言 时间:
2015-07-13 06:44:51
阅读次数:
217