代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/147391/5730127
java customerlist.java
import java.io.*;
import java.sql.*;
import java.text.*;
import java.awt.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class CustomerList extends HttpServlet {
Connection d
www.eeworm.com/read/147391/5730200
java barecustomernames.java
import java.util.*;
import java.sql.*;
/**
* This class connects to the Oracle demo database and reads
* customer names from the CUSTOMER table, outputing
* them to System.out. It does very
www.eeworm.com/read/147391/5730245
java recording.java
import java.util.*;
import java.sql.*;
/**
* This class connects to an Oracle database with a simple
* Recording table and maps the data in this class to/from
* that table. One instance of
www.eeworm.com/read/147391/5730246
java recording.java
import java.util.*;
import java.sql.*;
/**
* This class connects to an Oracle database with a simple
* Recording table and maps the data in this class to/from
* that table. One instance of
www.eeworm.com/read/147391/5730247
java recording.java
import java.util.*;
import java.sql.*;
/**
* This class connects to an Oracle database with a simple
* Recording table and maps the data in this class to/from
* that table. One instance of
www.eeworm.com/read/147091/5733482
sql is-null2.sql
use master
go
create database mydb
go
use mydb
create table jobs
(jobid int primary key,
jobname char(10))
go
insert into jobs values (1,'aa')
insert into jobs values (2,null)
insert into
www.eeworm.com/read/147091/5733486
sql count-2.sql
use master
go
create database mydb
go
use mydb
create table jobs
(jobid int primary key,
jobname char(10))
go
insert into jobs values (1,'aa')
insert into jobs values (2,null)
insert into
www.eeworm.com/read/144610/5749568
sample build.properties.sample
#middlegen.skip=dummy
build.compiler=modern
#Tell Middlegen where weblogic.jar is located. Works with 6.1 and 7.0
#weblogic.jar=D:/bea/wlserver6.1/lib/weblogic.jar
weblogic.jar=D:/bea/weblogic70
www.eeworm.com/read/144216/5752112
1 dbe.1
.TH dbe 1 "ndbm(3) EDITOR"
.SH NAME
dbe \- Edit a ndbm(3) database
.SH USAGE
dbe [-m r|w|rw] [-crtvx] -a|-d|-f|-F|-s [ []]
.SH DESCRIPTION
\fIdbme\fP operates on ndbm(3) datab
www.eeworm.com/read/144216/5752214
pm db_file.pm
# DB_File.pm -- Perl 5 interface to Berkeley DB
#
# written by Paul Marquess (Paul.Marquess@btinternet.com)
# last modified 17th December 2000
# version 1.75
#
# Copyright (c) 1995-2000 Paul Marq