代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/321301/3538752
h database.h
/* database.h - DHCP server include file for database functions */
/* Copyright 1984 - 2004 Wind River Systems, Inc. */
/*
modification history
--------------------
01l,28may04,niq Merging from ba
www.eeworm.com/read/320990/3540661
java database.java
package model.db;
import java.sql.*;
public class Database {
private static final String driver = "com.mysql.jdbc.Driver";
private static final String url = "jdbc:mysql://localhost/store";
pri
www.eeworm.com/read/320710/3541842
cs database.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
namespace EquipmentMS.BaseClass
{
class DataBase:IDisposable
{
www.eeworm.com/read/320688/3542035
cs database.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
namespace EquipmentMS.BaseClass
{
class DataBase:IDisposable
{
www.eeworm.com/read/320425/3548071
cs database.cs
using System;
using System.ComponentModel;
using System.Collections;
using System.Diagnostics;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
namespace UDS.Compon