代码搜索:Create

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

代码结果 10,000
www.eeworm.com/read/171581/5393525

properties rtextl10ngen.properties

Plugin.Name=RText L10nGen Plugin.Menu.Create=Create Localization Playpen... Plugin.Menu.Package=Package Existing Playpen Localization... Plugin.Wizard.Common.PPen.Header=Specify the Playpen Dir
www.eeworm.com/read/170769/5402837

sql jpetstore-mysql-schema.sql

CREATE DATABASE JPETSTORE; USE JPETSTORE; --DROP INDEX IF EXISTS productCat; --DROP INDEX IF EXISTS productName; --DROP INDEX IF EXISTS itemProd; DROP TABLE IF EXISTS lineitem; DROP TABLE IF
www.eeworm.com/read/170769/5402839

sql jpetstore-hsqldb-schema.sql

drop index productCat; drop index productName; drop index itemProd; drop table lineitem; drop table orderstatus; drop table orders; drop table bannerdata; drop table profile; drop table sign
www.eeworm.com/read/170769/5402844

sql jpetstore-postgres-schema.sql

drop index productCat; drop index productName; drop index itemProd; drop table lineitem; drop table orderstatus; drop table orders; drop table bannerdata; drop table profile; drop table sign
www.eeworm.com/read/170769/5402846

sql jpetstore-oracle-schema.sql

drop sequence linenum; drop sequence ordernum; drop index productCat; drop index productName; drop index itemProd; drop table lineitem; drop table orderstatus; drop table orders; drop tabl
www.eeworm.com/read/170278/5404979

txt mssqlscript.txt

/*==============================================================*/ /* Table: LoginHistory */ /*==========================================================
www.eeworm.com/read/169893/5409785

cpp mainfrm.cpp

/******************************************************************************/ // File: MainFrm.cpp [scope = APPS/SHOW] // Version: Kakadu, V2.2 // Author: David Taubman // Last Revised: 20 June, 20
www.eeworm.com/read/169792/5409996

cpp requestfactory.cpp

/** * Copyright (C) 2005 Savoir-Faire Linux inc. * Author: Yan Morin * * This prog
www.eeworm.com/read/169775/5410355

c fopen.c

/* fopen.c - open a file. stdio.h */ /* Copyright 1992-1995 Wind River Systems, Inc. */ /* modification history -------------------- 01d,10feb95,jdi doc format tweak. 01c,05mar93,jdi documentation
www.eeworm.com/read/169754/5411292

java circle.java

import java.lang.*; public class Circle extends Object { int x,y,r; /* method: Circle params: none return type: create time: 2004-08-25