代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/221199/4834724
sql database.sql
/*
建立一个SQL数据库
执行完后设置好web.config,然后在网站中注册一个新用户,在进入数据库把Users表里该用户的IsAdmin字段设为True,即成为管理员
后台地址为:http://您的网址/Admin/
用户李宏 密码 fdsjkl 进入后台管理设置管理员,然后可删除该用户
*/
Create DataBase Class
Go
use Class
G
www.eeworm.com/read/219730/4847276
java database.java
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2002-2006
* Oracle Corporation. All rights reserved.
*
* $Id: Database.java,v 12.5 2006/08/24 14:46:07 bostic Exp $
www.eeworm.com/read/219115/4849506
java database.java
package com.database;
import java.sql.*;
/**
*这里将访问数据库的各种操作封装成一个类
*/
public class DataBase {
protected Connection conn=null; //Connection接口
protected Statement stmt=null; //Statement接口
www.eeworm.com/read/218586/4857373
txt database.txt
Some information about database access in MediaWiki.
By Tim Starling, January 2006.
------------------------------------------------------------------------
API
----------------------------------
www.eeworm.com/read/218586/4857445
sql database.sql
-- SQL script to create database for wiki. This is run from
-- the installation script which replaces the variables with
-- their values from local settings.
--
DROP DATABASE IF EXISTS `{$wgDBname}`
www.eeworm.com/read/218254/4863392
c database.c
/* database.c - deals with database subsystem */
/* $OpenLDAP: pkg/ldap/servers/slapd/back-monitor/database.c,v 1.61.2.10 2007/01/05 09:47:11 ando Exp $ */
/* This work is part of OpenLDAP Software
www.eeworm.com/read/218176/4863714
fgl database.fgl
[General]
Type=FILELIST
Version=1.10.000
[TopDir]
SubDir0=database
SubDir1=bde
[database]
fulldirectory=database
file0=C:\Documents and Settings\Administrator\桌面\ESDD\DATABASE\WTR50T.DLL
www.eeworm.com/read/218176/4863780
fgl database.fgl
[General]
Type=FILELIST
Version=1.10.000
[TopDir]
SubDir0=database
SubDir1=bde
[database]
fulldirectory=database
file0=C:\Documents and Settings\administrator.TOP-ODDLE24YY36\桌面\ESDD\DATAB
www.eeworm.com/read/217864/4867334
java database.java
package manpowersystem;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2003
* Company:
* @author not attributable
* @version 1.0
*/
import ja