摘要: Ext.onReady(function () {//给grid添加数据源var store = new Ext.data.JsonStore({root: 'rows',totalProperty: 'total',url: 'RareWords.aspx?opt=init',fields: ['RWLID', 'RWLNAME', 'CHARACTERS', 'PRONUNCE']});function createStore(url) {return new Ext.data. 阅读全文
posted @ 2013-11-21 21:27 韩梦芫 阅读(338) 评论(0) 推荐(0)
摘要: using System;using System.Configuration;using System.Data;using System.Data.OracleClient;using System.Collections;using System.Data.OleDb;namespace DBUtility{ /// /// A helper class used to execute queries against an Oracle database /// public abstract class OracleHelper { //... 阅读全文
posted @ 2013-11-21 21:21 韩梦芫 阅读(672) 评论(0) 推荐(0)