代码搜索:DataSource
找到约 10,000 项符合「DataSource」的源代码
代码结果 10,000
www.eeworm.com/read/414020/2155180
java datasource.java
package org.gridsphere.provider.portletui.model;
import java.util.List;
/**
* Created by IntelliJ IDEA.
* User: novotny
* Date: May 16, 2006
* Time: 2:58:27 PM
* To change this template use Fil
www.eeworm.com/read/409188/2238575
java datasource.java
package com.eassol;
import java.io.IOException;
import java.util.Iterator;
import java.util.List;
import org.jdom.Document;
import org.jdom.Element;
import org.jdom.JDOMException;
import or
www.eeworm.com/read/408033/2254500
groovy datasource.groovy
dataSource {
pooled = true
driverClassName = "org.hsqldb.jdbcDriver"
username = "sa"
password = ""
}
hibernate {
cache.use_second_level_cache=true
cache.use_query_cache=true
cache.prov
www.eeworm.com/read/406814/2273477
properties datasource.properties
dataSource.driverClassName=com.mysql.jdbc.Driver
dataSource.url=jdbc:mysql://localhost:3306/yufei
dataSource.username=root
dataSource.password=yufei101
www.eeworm.com/read/405609/2287262
java datasource.java
package com.db;
import java.sql.Connection;
import java.sql.Statement;
import java.sql.*;
import java.util.Hashtable;
import java.util.ArrayList;
public class DataSource {
private stati
www.eeworm.com/read/402041/2333593
java datasource.java
package org.trinet.jasi;
import java.sql.Connection;
import org.trinet.jasi.GenericDataSource;
/**
* Define the default data source for all JASI classes. This data source will
* be used in
www.eeworm.com/read/399841/2357465
java datasource.java
/*
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con