代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/341062/3257721
cip create.cip
CipWiz::SetVersion "10.1.01";
CipWiz::SetFlow "CREATE";
CipWiz::SetParameter "ProjectDir" "C:\xup\embedded\labs\lab3";
CipWiz::SetParameter "IpName" "lcd_ip";
CipWiz::SetParameter "IpVersion" "1.0
www.eeworm.com/read/341062/3258209
cip create.cip
CipWiz::SetVersion "10.1.01";
CipWiz::SetFlow "CREATE";
CipWiz::SetParameter "ProjectDir" "C:\xup\embedded\labs\lab3";
CipWiz::SetParameter "IpName" "lcd_ip";
CipWiz::SetParameter "IpVersion" "1.0
www.eeworm.com/read/338072/3322865
c create.c
/*
* create.c
*
* Description:
* This translation unit implements routines associated with spawning a new
* thread.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C)
www.eeworm.com/read/334125/3373685
c create.c
/*
Unix SMB/CIFS implementation.
SMB2 client tree handling
Copyright (C) Andrew Tridgell 2005
This program is free software; you can redistribute it and/or modify
it under the te
www.eeworm.com/read/334125/3374420
c create.c
/*
Unix SMB/CIFS implementation.
SMB2 create test suite
Copyright (C) Andrew Tridgell 2008
This program is free software; you can redistribute it and/or modify
it under the terms
www.eeworm.com/read/333088/3390699
sql create.sql
CREATE TABLE `jbb_answer_notify` (
`id_topic` bigint(20) NOT NULL default '0',
`id_user` bigint(20) NOT NULL default '0',
PRIMARY KEY (`id_topic`,`id_user`),
KEY `jbb_answer_notify_ind1_f
www.eeworm.com/read/333088/3390704
sql create.sql
-- TT 2006-10-09: drop table jbb_answer_notify
DROP TABLE jbb_answer_notify;
DROP TABLE jbb_badwords;
DROP TABLE jbb_category;
DROP TABLE jbb_forum;
-- TT 2006-10-09: drop table jbb_forum_top_use
www.eeworm.com/read/333088/3390709
sql create.sql
CREATE TABLE jbb_badwords (
id_badword bigint DEFAULT 0 NOT NULL,
word character varying(50),
replacement character varying(50)
) WITHOUT OIDS;
--
-- Structure for table jbb_category