摘要:
需要在js中获取从Controller传过来的list集合,通过循环遍历找到对应的值,赋值到指定input框中 刚开始做法: for (var h = 0; h = parseInt(minValue) && result array.push("${grade}"); //js中可以使用此标签,将EL表达式中的值push到数组中 console.log("${grade}"); ... 阅读全文
摘要:
我在项目中删了2个jar,然后SVN提交,一直提交不成功 svn在提交时报错如下图: working copy is not up-to-date svn:commit failed(details follow): svn:file "xxxxx is out of date" item is o 阅读全文
摘要:
总是报:ORA-00932: 数据类型不一致: 应为 -, 但却获得 CLOB 是由于这个a.progressAndPlan字段clob字段。 第一种解决方法: a.progressAndPlan 改成 to_char(a.progressAndPlan)。 第二种解决方法:去掉distinct 去 阅读全文
摘要:
代码如下: 阅读全文