代码搜索:DataSource
找到约 10,000 项符合「DataSource」的源代码
代码结果 10,000
www.eeworm.com/read/482904/6615987
h datasource.h
// DataSource.h: interface for the CDataSource class.
//
//////////////////////////////////////////////////////////////////////
#import "c:\Program Files\Common Files\System\ado\msado15.dll" no_nam
www.eeworm.com/read/482904/6616008
obj datasource.obj
www.eeworm.com/read/482904/6616016
cpp datasource.cpp
// DataSource.cpp: implementation of the CDataSource class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "filesend.h"
#include "DataSou
www.eeworm.com/read/410649/11273468
java _datasource.java
package com.holpe.database;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
impo
www.eeworm.com/read/408881/11366310
java datasource.java
/**
* A Simple DataSource sample without using JNDI.
* Please compare to DataSourceJNDI.java
*
* Please use jdk1.2 or later version
*/
// You need to import the java.sql package to use JDBC
impo
www.eeworm.com/read/401625/11553088
java datasource.java
package java2.D;
import java.util.*;
public class DataSource
{
public static List getData()
{
List data = new ArrayList();
return data;
}
}