摘要:
width:(window.screen.width-50)*0.18, 阅读全文
posted @ 2012-04-04 01:12
看透美女
阅读(299)
评论(0)
推荐(0)
摘要:
if(aqf.form.isValid()){ aqf.form.doAction('submit',{ //这里估计要修改 url:contextPath+'/xg/pypx/pypxYxjhAction.do?method=addPypxYxjh', method:'post', waitTitle:'提示信息', waitMsg:'数据更新中,请稍候...', success:function(form,action) if(action.result.success)... 阅读全文
posted @ 2012-04-04 01:11
看透美女
阅读(255)
评论(0)
推荐(0)
摘要:
1.查询oracle中的number类型的字段,调用hibernate中的查询方法,会转换成BigDecimal,
2.查询oracle中的varchar2类型的字段,调用hibernate中的查询方法,会转换成String, 不用转换了,方便些 public int getPypxYxjhByXnXqPyxmid(int pyxmid, String xn, String xq){ String sql = "SELECT p.fprs FROM XG_PYPX_YXJH p where p.xn='"+xn+"' and p.xq='& 阅读全文
posted @ 2012-04-04 01:03
看透美女
阅读(173)
评论(0)
推荐(0)