标签:
在写一个网站,所有的api controller都返回json数据,但是每次都 new ResponseJson()好麻烦,定义一个APIController类然后让每个ApiController都extends APIController。但是ide会提示‘should extends itself’,nginx错误日志提示‘can not redeclear class xxx’。
才猜到可能是类名不区分大小写。
一直为了方便都记成什么都区分大小写的,看来还有有必要仔细记忆一下。
找到了这篇资料整理的挺好,感谢作者,好人一生平安。
标签:
原文地址:http://www.cnblogs.com/wuliguale/p/5184071.html