代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/336996/12402928
sql create.sql
DROP TABLE IF EXISTS `employee`;
CREATE TABLE `employee` (
`id` int(10) unsigned NOT NULL auto_increment,
`name` varchar(45) NOT NULL,
`birthday` datetime NOT NULL,
`email` varchar(45)
www.eeworm.com/read/131060/14162937
bmp create.bmp
www.eeworm.com/read/232614/14188386
create_oracle
-- Copyright (C) 2000 Carnegie Mellon University
--
-- Author(s): Mike Andersen , ,
-- Thomas Stenhaug ,
www.eeworm.com/read/232614/14188405
create_postgresql
-- Copyright (C) 2000 Carnegie Mellon University
--
-- Author(s): Jed Pickel ,
-- Todd Schrubb
-- Roman Danyliw ,
www.eeworm.com/read/232614/14188417
create_mysql
# Copyright (C) 2000 Carnegie Mellon University
#
# Author(s): Jed Pickel ,
# Todd Schrubb
# Roman Danyliw ,
www.eeworm.com/read/229638/14326039
c create.c
/*++
Copyright (C) Microsoft Corporation, 1991 - 1999
Module Name:
class.c
Abstract:
SCSI class driver routines
Environment:
kernel mode only
Notes:
Revision H
www.eeworm.com/read/127261/14363829
initrd_create
#!/bin/bash
#
# initrd_create: make initrd rootdisk
#
# Author: Tomas Matejicek
# Chinese Patch Author: atfa
#
. ../config || exit 1
. ./libl
www.eeworm.com/read/227311/14432725