代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/227599/14420315
txt sql_struct.txt
create database if not exists `se_hosts`;
USE `se_hosts`;
/*Table structure for table `hostlist` */
DROP TABLE IF EXISTS `hostlist`;
CREATE TABLE `hostlist` (
www.eeworm.com/read/125935/14454396
srm m_main.srm
$PBExportHeader$m_main.srm
forward
global type m_main from menu
end type
type m_文件 from menu within m_main
end type
type m_打印设置 from menu within m_文件
end type
type m_打印报表 from menu within m_文件
www.eeworm.com/read/226394/14477239
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/226260/14483019
java applet3d.java
/*
* $RCSfile: Applet3D.java,v $
*
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are per
www.eeworm.com/read/125555/14485196
txt mysql.txt
CREATE DATABASE personal;
use personal;
###本数据库是用户详细资料
CREATE TABLE profile (
userid varchar(20) NOT NULL, #用户id
username varchar(50) NOT NULL, #用户姓名
email varchar(50),
www.eeworm.com/read/125257/14503106
c gvxlang.c
/* Copyright (C) 2000, Ghostgum Software Pty Ltd. All rights reserved.
This file is part of GSview.
This program is distributed with NO WARRANTY OF ANY KIND. No author
or distributor ac
www.eeworm.com/read/125257/14503158
c gvxlang.c
/* Copyright (C) 2001, Ghostgum Software Pty Ltd. All rights reserved.
This file is part of GSview.
This program is distributed with NO WARRANTY OF ANY KIND. No author
or distributo
www.eeworm.com/read/125257/14503184
c gvxlang.c
/* Copyright (C) 2000-2002, Ghostgum Software Pty Ltd. All rights reserved.
This file is part of GSview.
This program is distributed with NO WARRANTY OF ANY KIND. No author
or distribut
www.eeworm.com/read/125257/14503557
c gvxlang.c
/* Copyright (C) 2000, Ghostgum Software Pty Ltd. All rights reserved.
This file is part of GSview.
This program is distributed with NO WARRANTY OF ANY KIND. No author
or distributo
www.eeworm.com/read/125154/14511741
nnuga
#!/usr/local/bin/wish -f
#
# /*-----------------------------------------------------------------------*\
# | |
# |