摘要:
简单说一下有关“Tomcat version 7.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5 and 6 Web modules” 遇见的问题:Web项目不能通过eclipse加载到服务器上 解决方式 1.在eclipse的workspace里 阅读全文
摘要:
A项目中的被调用方法: public class Eg1Action { public void save(){ write("{\"state\":1,\"student\":[{\"student1\":\"xx\"},{\"student2\":\"yy\"}]}"); } public vo 阅读全文