代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/451533/7462485
class database.class
www.eeworm.com/read/451421/7464068
chm database.chm
www.eeworm.com/read/449528/7501415
sql database.sql
-- --------------------------------------------------------
--
-- Tabel structuur voor tabel `[auto]`
--
CREATE TABLE `[auto]` (
`id` int(255) NOT NULL auto_increment,
`soort` int(3)
www.eeworm.com/read/448427/7533628
o database.o
www.eeworm.com/read/448427/7533657
cpp database.cpp
#include "Database.h"
#include
using namespace std;
// Init static values
Database* Database::instance = 0;
// Obtains the singleton instance
Database* Database::getInstance() {
if (instance
www.eeworm.com/read/448427/7533658
h database.h
#ifndef DATABASE_H_
#define DATABASE_H_
/*
* Class for storing key value pairs
*
* It will use the KadC library and the KadCppApi C++ wrapper around it,
* It implements the singleton interface,
www.eeworm.com/read/448427/7533678
cpp database.cpp
#include "Database.h"
#include
using namespace std;
// Init static values
Database* Database::instance = 0;
// Obtains the singleton instance
Database* Database::getInstance() {
if (instance
www.eeworm.com/read/448427/7533679
h database.h
#ifndef DATABASE_H_
#define DATABASE_H_
/*
* Class for storing key value pairs
*
* It will use the KadC library and the KadCppApi C++ wrapper around it,
* It implements the singleton interface,
www.eeworm.com/read/448228/7536470
cs database.cs
using System;
using System.Data;
using System.Data.OleDb;
using System.ComponentModel;
using System.Collections;
using System.Web;
using System.Web.Configuration;
using System.Drawing.Drawing2D
www.eeworm.com/read/447976/7542642
cs database.cs
using System;
using System.Data;
using System.Configuration;
using System.Data.OleDb;
using System.Web;
using System.Collections;
namespace DataBaseLayer
{
public class DataBase:Syst