摘要:
上次有2个东西没整明白,一个就是controller的注解使用RequestMappingHandlerAdapter报错No adapter for handler [controller.UserInfoController@1470933]: The DispatcherServlet configuration needs to include a HandlerAdapter that supports this handler一个就是controller使用modelandview无法传对象都在这个地址找到了答案http://sis huok.com/forum/posts/lis 阅读全文
摘要:
一个很奇怪的错误,全部错误信息是Failed to execute goal on project MavenTest: Could not resolve dependencies for project MavenTest:MavenTest:jar:1.0: Could not find artifact javax.transaction:jta:jar:1.0.1B in central (http://repo.maven.apache.org/maven2) -> [Help 1]查了下相关信息原因是This happened because Spring has a tr 阅读全文
摘要:
一个很正常的网站,使用httpclient提交怎么都会有问题 HttpPost httppost = new HttpPost(); // HttpGet httppost = new HttpGet(); URI uri = new URI(post); httppost.setURI(uri); HttpClient httpclient = new DefaultHttpClient(); String html = ""; HttpResponse response = httpclient.e... 阅读全文