代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/473872/1396250
java database.java
package org.pan.web;
import java.sql.*;
import org.pan.util.*;
/**
* Title: 用户登录信息检查
* Description:
* Copyright: Copyright (c) 2003
* Company: 多智能网络有限公司
* @author: sin
www.eeworm.com/read/473749/1397208
java database.java
package student.dao;
import java.sql.*;
public class DataBase {
private static final String driver = "com.mysql.jdbc.Driver";
private static final String schema = "test";
private static fina
www.eeworm.com/read/473283/1400624
java database.java
import java.sql.*;
/**
* 连接数据库的类
*/
public class Database {
private Statement stmt=null;
ResultSet rs=null;
private Connection conn=null;
String sql;
String strurl="jdbc:odbc:scmanage";
p
www.eeworm.com/read/472233/1413514
idl database.idl
/*
* Copyright (C) 2007 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
www.eeworm.com/read/472233/1413548
cpp database.cpp
/*
* Copyright (C) 2007, 2008 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condi
www.eeworm.com/read/472233/1413553
h database.h
/*
* Copyright (C) 2007, 2008 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condi
www.eeworm.com/read/472233/1415239
js database.js
/*
* Copyright (C) 2007, 2008 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following cond
www.eeworm.com/read/472110/1419375
sql database.sql
DROP TABLE IF EXISTS phonebook;
CREATE TABLE phonebook (
id int(11) NOT NULL auto_increment,
name varchar(20) character set gbk default NULL,
phone_number int(15) default NULL,
PRIMARY KE
www.eeworm.com/read/472110/1419377
properties database.properties
#\u6570\u636e\u5e93\u914d\u7f6e\u6587\u4ef6
jdbc.driver=org.gjt.mm.mysql.Driver
jdbc.url=jdbc:mysql://localhost/test
jdbc.username=root
jdbc.password=root