摘要: //获取list(clob做参数) public List findDataByClob(final String str, final String[] clobArgs){ final StringBuffer sql = new StringBuffer(); sql.append(str); final List list = new ArrayList(); try{ this.getJdbcTemplate().query(new PreparedStatementCreator... 阅读全文
posted @ 2013-03-15 17:48 梦想mc 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 去web.xml文件中查看,看是否有: index.jsp如果没有,则在地址栏输入访问地址时要输入全路径,不能省略后面的index.jsp 阅读全文
posted @ 2013-03-15 10:24 梦想mc 阅读(398) 评论(0) 推荐(0) 编辑