摘要:
笔者将在windows下的eclipse写的代码拷贝到MAC下,发现中文会出现乱码。 最初笔者遇到这个问题的时候,在网络上寻找了解决办法,出来的第一个网页(http://blog.csdn.net/woaifen3344/article/details/45023351),发现解决无效。 后来尝试得 阅读全文
摘要:
The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly referenced from required .class files 是缺少serverlet的引用库,解决如下 1.工程右键 阅读全文