摘要: select round(to_number(tt.time1)*24*60*60*1000) from (select t.finish_date-t.req_date as time1 from t_ckeck_ews t where ews_id =81) tt 阅读全文
posted @ 2012-11-26 18:07 合肥房屋托管 阅读(1083) 评论(0) 推荐(0)
摘要: <%@ page contentType="application/vnd.ms-excel" language="java" import="java.util.*,org.apache.poi.hssf.usermodel.HSSFCell,org.apache.poi.hssf.usermodel.HSSFRow,org.apache.poi.hssf.usermodel.HSSFSheet,org.apache.poi.hssf.usermodel.HSSFWorkbook,java.io.*,cn.com.starit.inas 阅读全文
posted @ 2012-11-26 11:01 合肥房屋托管 阅读(600) 评论(0) 推荐(0)
摘要: grid.on('mouseover',function(e){//添加mouseover事件 var index = grid.getView().findRowIndex(e.getTarget());//根据mouse所在的target可以取到列的位置 var cell= grid.getView().findCellIndex(e.getTarget()); if(index!==false){//当取到了正确的列时,(因为如果传入的target列没有取到的时候会返回false) var record = errorInfoStore.getAt(index);//把这 阅读全文
posted @ 2012-11-26 10:38 合肥房屋托管 阅读(3125) 评论(0) 推荐(0)