- 浏览: 11937 次
- 性别:
- 来自: 武汉
最新评论
文章列表
List<Map<String, Object>> entryList = jdbcTemplate.execute(new CallableStatementCreator() {
public CallableStatement createCallableStatement(Connection con) throws SQLException {
String storedProc = "{ call JSJD_DXJG(?,?,?,?,?) }";// 调用的sql
CallableStatement cs = con. ...
<script type="text/javascript">
Ext.onReady(function(){
var oneTbar = new Ext.Toolbar({
items: ['开始时间',{
xtype:'datefield',
id : 'startDate',
editable:false,
height:20,
format:'Y-m-d'
},{
text:'清空',
handler:function(){
Ext.getCmp ...