代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/155067/5629914
aspx edit-xml.aspx
Creating and Editing the Content of XML Documents
www.eeworm.com/read/155067/5629946
sql userlist.sql
use master
go
IF EXISTS (SELECT name FROM master.dbo.sysdatabases WHERE name = N'UserList')
DROP DATABASE [UserList]
GO
CREATE DATABASE UserList
GO
use UserList
go
CREATE TABLE [db
www.eeworm.com/read/154514/5636616
java rangetab.java
/*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying mater
www.eeworm.com/read/154514/5636617
java spinnertab.java
/*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying mater
www.eeworm.com/read/154367/5638111
properties localstrings.properties
common.both=You can specify either the literal value or a message key but not both
common.io=Encountered input/output error: {0}
enumerateTag.enumeration=Cannot create enumeration for {0}
formTag.c
www.eeworm.com/read/154277/5638469
java threadfactory.java
/*
File: ThreadFactory.java
Originally written by Doug Lea and released into the public domain.
This may be used for any purposes whatsoever without acknowledgment.
Thanks for the assist
www.eeworm.com/read/153824/5644853
mkfiles
#!/usr/bin/perl
open(IN,"README") || die "open README: $!";
while () {
if (/^---\s*(\S+)\s*/) {
if ($writing) {
close OUT || die "close: $!";
$writing = 0;
}
next if $1 eq "-";
o