HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum" Hashtable<String,Integer> ht = new Hashtable<String,Integer>() try{ ResultSet rs= DBAccess.getInstance().select(sum_sql) while(rs!=null) { ht.put(rs.getString(1),rs.getInt(2)) rs.next() } } catch (Exception e) { Logs.printError(e) } } }
标签: HashTable_msg public HashTable sum_sql
上传时间: 2014-12-07
上传用户:a6697238
Solves the incompressible Navier-Stokes equations in a rectangular domain with prescribed velocities along the boundary. The standard setup solves a lid driven cavity problem.
标签: incompressible Navier-Stokes rectangular prescribed
上传时间: 2013-11-25
上传用户:15736969615
a PML FDTD. computational domain
标签: computational domain FDTD PML
上传时间: 2017-05-23
上传用户:独孤求源
public class DBClass { private String driver private String url private String username private String password private Connection connection private Statement statement private String message="" }
标签: private String DBClass public
上传时间: 2017-05-23
上传用户:c12228
public class month1{ public static void main(String [] args){ int month = 10 int days = 0 switch(month){ case 1: days = 31 case 2: days = 28 case 3: days = 31
上传时间: 2014-08-26
上传用户:chenbhdt
public class guestbook{ String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" String sConnStr = "jdbc:odbc:guestbook" Connection conn = null ResultSet rs = null
标签: String JdbcOdbcDriver guestbook sDBDriver
上传时间: 2017-05-23
上传用户:qiaoyue
Frequency Domain Blind MIMO System Identification Based on Second- and Higher Order Statistics
标签: Identification Statistics Frequency Domain
上传时间: 2017-05-24
上传用户:VRMMO
XML Copy Editor is free software released under the GNU General Public License. It is available in Chinese (simplified and traditional), English, French, German, Italian, Slovak, Swedish and Ukrainian. There are Linux packages for Arch, Fedora, Gentoo, Slackware and Ubuntu.
标签: available software released General
上传时间: 2013-12-20
上传用户:lizhizheng88
An important book that cover wavelet domain. It help a lot in understanding wavelets and their applications. Beside explanations of the transform and application of this, there are also presents the reasons why wavelets are better than Fourier transform.
标签: understanding important wavelets wavelet
上传时间: 2017-06-14
上传用户:lanhuaying
Abstract—In this paper, we propose transform-domain algorithms to effectively classify the characteristics of blocks and estimate the strength of the blocky effect. The transform-domain algorithms require much lower computational complexity and much less memory than the spatial ones. Along with the estimated blocky strength,
标签: transform-domain effectively algorithms Abstract
上传时间: 2017-06-16
上传用户:zukfu