代码搜索:DataSource

找到约 10,000 项符合「DataSource」的源代码

代码结果 10,000
www.eeworm.com/read/462628/1544213

txt 知识点.txt

调用存储过程 IList lists = BLLGeneric.Select(CommandType.StoredProcedure, "ArticalTypeInfoList"); this.gridArticalInfoList.DataSource = lists; 传参调用存储过程
www.eeworm.com/read/459626/1566645

xml~7~ struts-config.xml~7~

www.eeworm.com/read/251080/4424349

cs catalog.cs

using System; using System.Data; namespace simpleCart.components { /// /// bookCatalog acts as cached datasource. Enables retreival of data in data ranges /// publ
www.eeworm.com/read/228717/4763025

properties modelresources.properties

DAO=jsfdb.model.dao.JDBCSubscriberDAO # DAO=jsfdb.model.dao.TopLinkSubscriberDAO TopLinkSession=JSFDBSession JavaCompEnv=java:comp/env DataSource=jdbc/OracleDS SelectStatement=SELECT \
www.eeworm.com/read/224134/4806974

xml~7~ struts-config.xml~7~

www.eeworm.com/read/191030/5169049

java jrextendedbeandatasource.java

/* * JRiReportXMLDataSource.java * * Created on 22 giugno 2004, 14.55 */ package it.businesslogic.ireport.connection; import java.util.*; /** * The XML datasource define a row as a path. *
www.eeworm.com/read/173141/5379297

sql xamorph.sql

disconnect; -- -- testing using an xaConnection alternately produce local and global -- transaction -- -- xa_datasource 'wombat' ; xa_connect user 'sku' password 'testmorph'; -- get a local connecti
www.eeworm.com/read/334661/3363558

java mediahandler.java

package javax.media; public interface MediaHandler { public abstract void setSource(javax.media.protocol.DataSource source) throws java.io.IOException, IncompatibleSourceException; }
www.eeworm.com/read/334661/3363592

java mediaproxy.java

package javax.media; public interface MediaProxy extends MediaHandler { public abstract javax.media.protocol.DataSource getDataSource() throws java.io.IOException, NoDataSourceException; }
www.eeworm.com/read/323961/3506917

js connectors.js

isc.TreeGrid.create({ ID: "employeeTree", width: 500, height: 400, dataSource: "employees", autoFetchData: true, showConnectors: true, nodeIcon:"icons/16/person.png", f