代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5946080
c create_ticket.c
/*
* $Source: /mit/kerberos/src/lib/krb/RCS/create_ticket.c,v $
* $Author: jtkohl $
*
* Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute
* of Technology.
*
* For copying and dis
www.eeworm.com/read/131315/5946089
c create_ciph.c
/*
* $Source: /usr/src/kerberosIV/krb/RCS/create_ciph.c,v $
* $Author: kfall $
*
* Copyright 1986, 1987, 1988 by the Massachusetts Institute
* of Technology.
*
* For copying and distribution in
www.eeworm.com/read/131113/5948093
dz_create_rrd
#! /bin/sh
# $Id: dz_create_rrd.in,v 1.2 2004/02/29 18:16:44 vtt Exp $
# This script takes creates an RRD database according to a given order,
# taken from a device order file, ${RRD_ORDER}. The dat
www.eeworm.com/read/131113/5948102
in dz_create_rrd.in
#! /bin/sh
# $Id: dz_create_rrd.in,v 1.2 2004/02/29 18:16:44 vtt Exp $
# This script takes creates an RRD database according to a given order,
# taken from a device order file, ${RRD_ORDER}. The dat
www.eeworm.com/read/129848/5969682
sql create_tablespace.sql
create tablespace tbsdata uniform size 10M datafile '/opt/oracle/oradata/oradb/tbsdata.dbf' size 1000M;
create tablespace tbsindex uniform size 5M datafile '/opt/oracle/oradata/oradb/tbsindex.dbf' siz
www.eeworm.com/read/129848/5969683
sql create_table.sql
create table user_info
(
loginname char(12) not null,
create_ts date not null,
update_ts date not null,
status char(1) not null,
passwo