代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/298054/7976807
java lookupapi.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/298054/7976812
props bankdb.props
driver: postgresql.Driver
database: jdbc:postgresql:bank
user: david
password:
www.eeworm.com/read/398415/7989932
pas myldbconst.pas
unit MYLDBConst;
interface
{$I MYLDBVer.inc}
uses SysUtils, MYLDBSecurity;
{$I MYLDBErrorL.inc}
{$I MYLDBErrorA.inc}
{$I MYLDBErrorG.inc}
const MYLDBVersion = 5.18;
MYLDBVersi
www.eeworm.com/read/297417/8022586
h~ adddb.ui.h~
/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
** If you want to add, delete, or rename f
www.eeworm.com/read/297417/8022747
h adddb.ui.h
/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
** If you want to add, delete, or rename f
www.eeworm.com/read/297417/8022856
h delform.ui.h
/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
** If you want to add, delete, or rename f
www.eeworm.com/read/297316/8031775
cs userdatabase.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Project1
{
///
/// This interface defines the basic functions of
/// manipulating data in Us
www.eeworm.com/read/297316/8031782
cs accountdatabase.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Project1
{
///
/// This interface defines the basic functions of
/// manipulating data in Ac
www.eeworm.com/read/297150/8050211
java makewordnetcache.java
/**
* Title: MakeWordNetCache
* Description: Reads WordNet 1.6 index files and makes a part of speech
* serialized file consisting of 4 Java hash tables (for adj,
*