代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/158283/11627878
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/158283/11627930
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/158283/11627932
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/158189/11638379
sql family.sql
USE HrSys
GO
CREATE TABLE Family
(Id tinyint PRIMARY KEY IDENTITY,
Emp_Id int NOT NULL,
Name varchar(50) NOT NULL,
Sex char(2),
Age tinyint,
Relationship varchar(20),
www.eeworm.com/read/261428/11646406
pas upgrader.pas
{*******************************************************}
{ }
{ upgrader }
{
www.eeworm.com/read/157806/11662667
cpp main.cpp
/* Copyright (C) 2004 Per Johansson
This file is part of netGo.
netGo is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as publis
www.eeworm.com/read/157747/11666460
pas psitcpserver.pas
unit PsiTCPServer;
//******************************************************************************
// The original software is under
// Copyright (c) 1993 - 2000, Chad Z. Hower (Kudzu)
// and
www.eeworm.com/read/347333/11672085
pas main.pas
unit Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, Gauges, ADODB, DB;
type
TForm1 = class(TForm)
Bi
www.eeworm.com/read/157676/11673286
sql sequence.sql
create SEQUENCE ALARM_ID_NO;
create SEQUENCE seq_alarm_site_no ;
www.eeworm.com/read/260986/11676521
cpp e06-03.cpp
// =======================================================
// Chapter 6, Example 3
// Using the SLinkedList and SListIterator classes
// =======================================================
#