代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/116630/14962089
pas soundout.pas
unit soundout;
{-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); yo
www.eeworm.com/read/116418/14974084
pas mddsstream.pas
unit MdDsStream;
interface
uses
Classes, Db, MdDsCustom;
type
TMdDataFileHeader = record
VersionNumber: Integer;
RecordSize: Integer;
RecordCount: Integer;
end;
T
www.eeworm.com/read/217101/14978675
sql 毕业设计.sql
Create table LoginTable( /*罗东名要做的*/
AccountName nvarchar(20), /*帐号名称*/
Pass nvarchar(20), /*密码*/
PowerName nvarchar(10), /*权限名称*/
CanUse int, /*可
www.eeworm.com/read/216753/14993285
sql ltrain.sql
CREATE TABLE ltrain
(lid Int Not Null,
direct TinyInt Not Null,
tid Int Not Null,
tType Tinyint
)
www.eeworm.com/read/216753/14993294
sql lhotel.sql
CREATE TABLE lhotel
(lid Int Not Null,
hid Int Not Null,
rType Tinyint,
rdays Tinyint
)
www.eeworm.com/read/216753/14993306
sql lres.sql
CREATE TABLE lres
(lid Int Not Null,
rid Int Not Null,
rType Tinyint,
rTimes Tinyint
)
www.eeworm.com/read/216753/14993319
sql lamuse.sql
CREATE TABLE lamuse
(lid Int Not Null,
Iid Int Not Null,
aTimes Tinyint
)
www.eeworm.com/read/216753/14993356
sql lplane.sql
CREATE TABLE lplane
(lid Int Not Null,
direct TinyInt Not Null,
pid Int Not Null
)
www.eeworm.com/read/216753/14993457
sql area.sql
CREATE TABLE Area
(AreaId Int Primary Key IDENTITY,
AreaName Varchar(40) NOT NULL,
AreaType Smallint NOT NULL
)
www.eeworm.com/read/115583/15008734
java carthome.java
package examples;
import javax.ejb.*;
import java.rmi.RemoteException;
/**
* This is the home interface for CartBean. This interface
* is implemented by the EJB Server's glue-code tools - th