代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/369165/9660872
java~2~ savaipinfo.java~2~
package tsinghuaip;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.ResultSet;
import java.sql.ResultSetMeta
www.eeworm.com/read/173349/9661560
test autovacuum_ioerr2.test
# 2001 October 12
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for your
www.eeworm.com/read/173349/9661594
test trigger2.test
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive oth
www.eeworm.com/read/173349/9661595
test pager3.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/172869/9683939
script airline.script
CREATE TABLE "persons"("person_id" INTEGER NOT NULL PRIMARY KEY,"first_name" VARCHAR NOT NULL,"last_name" VARCHAR NOT NULL)
CREATE TABLE "flights"("flight_id" INTEGER NOT NULL PRIMARY KEY,"name" VARC
www.eeworm.com/read/172193/9721281
pas gnugettext.pas
unit gnugettext;
(**************************************************************)
(* *)
(* (C) Copyright by Lars B. Dybdahl and others
www.eeworm.com/read/171984/9727824
sql createtable.sql
use
SMIS
go
create table student(
学籍号 nvarchar(10) not null primary key,
姓名 nvarchar(8) not null,
性别 nvarchar(2) default '男' check(性别 in('男','女')),
出生年月 nvarchar(7) null
)
go
create
www.eeworm.com/read/171641/9744397
todo
* Tune reverb engine
* Add support for chorus, vibrato and tremolo
* Create Kernel driver that will use the lib.
* Windows/X front end for player.
www.eeworm.com/read/171376/9758573
java example.java
import javax.swing.*;
import java.awt.event.*;
import java.awt.*;
import java.util.Vector;
import snoozesoft.systray4j.*;
/**
* Example for the systray4j package.
*/
public class Examp