代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/146930/5734153
txt changes.txt
CHANGES - CAN bootloader
CHANGES
-------
Version 1.0.0, 31/08/2001
- First release
Version 1.0.2
- Autobaud Improvment
- Fix the bypass of autobaud
Version 1.0.3
- Fix of Connection i
www.eeworm.com/read/146652/5734921
java resourcemanager.java
package org.helpsoft.blog.jdbc;
import java.sql.*;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Date;
i
www.eeworm.com/read/146649/5735114
cs sqlhelper.cs
//*********************************************************************
// Microsoft Data Access Application Block for .NET
// http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp
//
//
www.eeworm.com/read/146638/5736415
java starsserverconnector.java
/*
* StarsServerConnector.java
*
* Created on January 14, 2002, 11:58 PM
*/
package org.impact.stars.appclient.common;
import java.util.*;
import java.io.*;
import java.net.*;
import java.sql.Da
www.eeworm.com/read/145839/5743487
java dbconn.java
package connection;
import java.io.Serializable;
import java.sql.*;
public class DbConn implements java.io.Serializable //串行化单个连接类
{
private Connection conn = null;//数据库连接对象conn
private b
www.eeworm.com/read/145188/5747204
java simplesqlservlet.java
package examples.jdbc.datasource;
import java.sql.*;
import java.util.*;
import javax.naming.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
/**
* This servlet dem
www.eeworm.com/read/145188/5747418
filter
# This is a sample connection filter file. It is not intended for
# real use.
# The following two rules deny access to non-http services to all
# addresses in the 192.168 block, except for addre
www.eeworm.com/read/145188/5747421
java simpleconnectionfilter.java
//声明这个类所在的包
package examples.security.net;
//声明这个类引入的其他类
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStream;
import java.io.InputStreamReader;
im
www.eeworm.com/read/143923/5754004
java urlutil.java
/*
* $Id: URLUtil.java,v 1.2 2005/01/31 05:27:54 jdon Exp $
*
* Copyright (c) 2001, 2002 The Open For Business Project - www.ofbiz.org
*
* Permission is hereby granted, free of charge, to
www.eeworm.com/read/143622/5756224
java ftpurlconnection.java
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
*