pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName + " ") rs=pstmt.executeQuery() if(rs!=null && rs.next()){ String datetime = rs.getString(2) java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") Date date = new Date() String date1=formatter.format(date) ParsePosition pos = new ParsePosition(0) ParsePosition pos1 = new ParsePosition(0) Date dt1=formatter.parse(datetime,pos) Date dt2=formatter.parse(date1,pos1) Long l = (dt2.getTime()-dt1.getTime())/(3600*24*1000)+1 double price = rs.getDouble(3) double dayofmoney=rs.getDouble(4) double dayofmoneybuy=dayofmoney*l double otherMoney = price-dayofmoneybuy request.setAttribute("price", price) request.setAttribute("l", l) request.setAttribute("dayofmoney", dayofmoneybuy) request.setAttribute("otherMoney", otherMoney)
标签: prepareStatement ordernumber dayofmoney datetime
上传时间: 2013-12-14
上传用户:zsjinju
实现:select [ALL|DISTINCT] <属性表达式>[,<属性表达式>…] FROM <表名或视图名>[,<表名或视图名>…] [WHERE <条件>] [GROUP BY <属性1>[HAVING<条件>]] [ORDER BY <属性2> [ASC|DEC]
上传时间: 2014-01-19
上传用户:lvzhr
所有算法 java原代碼(如bubble,select ,quick,heap...sort)
上传时间: 2014-11-23
上传用户:ywqaxiwang
数据查询技巧 5.1 用select语句创建查询
上传时间: 2013-12-15
上传用户:671145514
select函数在linux下的应用,服务器连接
上传时间: 2017-01-25
上传用户:qoovoop
GKCJProject1.exe,this is a system for students to select the scores they got in the exams!
标签: GKCJProject the students system
上传时间: 2017-02-04
上传用户:FreeSky
Linux网络编程一步一步学-异步通讯聊天程序(select)
上传时间: 2013-12-12
上传用户:yuzsu
select socket linux网络编程
上传时间: 2017-02-28
上传用户:weixiao99
select 编程必看程序,一个不错的服务器
上传时间: 2017-02-28
上传用户:hjshhyy
select 函数的详细描述,select 函数可以用于非阻塞机制。
上传时间: 2013-12-16
上传用户:jhksyghr