代码搜索:DataBase

找到约 10,000 项符合「DataBase」的源代码

代码结果 10,000
www.eeworm.com/read/149795/5696769

sql pdt.sql

-- SQL script for PDT module DROP DATABASE IF EXISTS pdt; CREATE DATABASE pdt; USE pdt; -- create table CREATE TABLE domains( code INTEGER NOT NULL PRIMARY KEY, domain VARCHAR(255) NOT NULL DEFA
www.eeworm.com/read/149795/5696951

h cpl_db.h

/* * $Id: cpl_db.h,v 1.9 2004/08/24 08:58:26 janakj Exp $ * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of ser, a free SIP server. * * ser is free software; you can redistribute i
www.eeworm.com/read/149795/5697025

sql msilo.sql

-- SQL script for MSILO module DROP DATABASE IF EXISTS msilo; -- create a database for storage CREATE DATABASE msilo; USE msilo; -- create the table CREATE TABLE silo( -- unique ID per mess
www.eeworm.com/read/149795/5697258

sgml auth_db_user.sgml

$Revision: 1.4.2.1 $ $Date: 2005/06/22 23:12:01 $
www.eeworm.com/read/149795/5697544

sgml db_fifo.sgml

Database FIFO interface Introduction SER of
www.eeworm.com/read/149795/5697597

readme

$Id: README,v 1.3 2002/08/12 11:23:17 janakj Rel $ This is very simple example module that shows how to use database interface. If you want to compile this module, move it to modules directory.
www.eeworm.com/read/149476/5699129

cpp 7zupdate.cpp

// UpdateMain.cpp #include "StdAfx.h" #include "7zUpdate.h" #include "7zFolderInStream.h" #include "7zEncode.h" #include "7zHandler.h" #include "7zOut.h" #ifndef EXCLUDE_COM #include "7z
www.eeworm.com/read/149476/5699131

cpp 7zin.cpp

// 7zIn.cpp #include "StdAfx.h" #include "7zIn.h" #include "7zMethods.h" #include "7zDecode.h" #include "../../Common/StreamObjects.h" #include "../../Common/StreamUtils.h" #include "../../
www.eeworm.com/read/149476/5699161

cpp 7zhandler.cpp

// 7zHandler.cpp #include "StdAfx.h" #include "7zHandler.h" #include "7zProperties.h" #include "../../../Common/IntToString.h" #include "../../../Common/ComTry.h" #include "../../../Window
www.eeworm.com/read/147391/5730126

java cloudcustomerlist.java

import java.io.*; import java.sql.*; import java.text.*; import java.awt.*; import javax.servlet.*; import javax.servlet.http.*; public class CloudCustomerList extends HttpServlet { Connect