Javaeclipseaccesstomcat
SEVERE: Context initialization failed
java.security.AccessControlException: access denied (“java.lang.RuntimePermission” “accessDecla……继续阅读 »
11年前 (2015-04-10) 2297浏览 0评论
0个赞
datagridstruts2json
上一个帖子可能问题太多了,没人来。。。我就一个问题 .datagrid中url发送请求到action,action当中准备好了json字符串,怎么传到前台呢?
struts-xml中我这么写的
<action name=”getCourseList” method=”……继续阅读 »
11年前 (2015-04-10) 1477浏览 0评论
0个赞
单独测试Spring和Hibernate都没问题
加入事物后就报错了
这是错误信息
org.springframework.beans.factory.BeanCreationException: Error creating bean with name “”txManager”” define……继续阅读 »
11年前 (2015-04-10) 1438浏览 0评论
0个赞
jsonjavabeanrestful
数据格式如下——
{
“requestId”: 63,
“callBack”: “http://192.168.17.57:8880/activation-engine/responseApi/account”,
……继续阅读 »
11年前 (2015-04-10) 1423浏览 0评论
0个赞
java
代码:
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.io.Reader……继续阅读 »
11年前 (2015-04-10) 1540浏览 0评论
0个赞
hashmaparraylist
有点转不过弯来,请教一下……
public static void main(String[] args) {
HashMap<String,List<String>> hashmap=new HashMap<String,List<String>>();
Lis……继续阅读 »
11年前 (2015-04-09) 1747浏览 0评论
0个赞
log4j中我想关闭以下输出,但一直关不上
[WARN ] 2012-04-22 08:30:02,750 method:com.opensymphony.xwork2.util.logging.commons.CommonsLogger.warn(CommonsLogger.java:56)
Could not find token mapp……继续阅读 »
11年前 (2015-04-09) 1362浏览 0评论
0个赞
hibernateexception
本人新手,在做整合时,各种问题不停………..求大哥..
user 和 subject是one-to-many的双向关系,
但在保存subject时,出现
Exception in thread “main” org.springframework.da……继续阅读 »
11年前 (2015-04-09) 1630浏览 0评论
0个赞
@XmlClass(nodeName = “type”, display = true)
public class AppBean {
/** id */
@XmlAttribute(nodeName = “id”, display = true, attr = true)
private Str……继续阅读 »
11年前 (2015-04-09) 1538浏览 0评论
0个赞