代码搜索:Structure
找到约 10,000 项符合「Structure」的源代码
代码结果 10,000
www.eeworm.com/read/470930/1438038
sql structure.sql
ALTER TABLE `ecs_category`
CHANGE `cat_id` `cat_id` smallint(6) unsigned NOT NULL auto_increment;
ALTER TABLE `ecs_order_info`
CHANGE `from_ad` `from_ad` SMALLINT( 5 ) NOT NULL DEFAULT '0';
www.eeworm.com/read/470930/1438042
sql structure.sql
-- 分类表增加样式的字段
ALTER TABLE `ecs_category` ADD `style` VARCHAR( 150 ) NOT NULL;
-- 增加办事处表
DROP TABLE IF EXISTS `ecs_agency`;
CREATE TABLE `ecs_agency` (
`agency_id` smallint(5) unsigned NOT NUL
www.eeworm.com/read/470930/1438051
sql structure.sql
ALTER TABLE `ecs_template` ADD `theme` VARCHAR( 30 ) NOT NULL FIRST;
ALTER TABLE `ecs_template` ADD INDEX ( `theme` );
ALTER TABLE `ecs_category` CHANGE `cat_name` `cat_name` VARCHAR( 180 ) NOT NU
www.eeworm.com/read/470930/1438187
sql structure.sql
-- --------------------------------------------------------
--
-- 表的结构 `ecs_ad`
--
DROP TABLE IF EXISTS `ecs_ad`;
CREATE TABLE `ecs_ad` (
`ad_id` smallint(5) unsigned NOT NULL auto_increment,
`p
www.eeworm.com/read/470773/1443933
txt structure.txt
Notes on the JPEG Library
=========================
This JPEG module is derived from work of the IJG (see below),
and may be copyied and redistributed according to the
conditions under LEGAL ISS
www.eeworm.com/read/250758/4426882
doc structure.doc
IJG JPEG LIBRARY: SYSTEM ARCHITECTURE
Copyright (C) 1991-1995, Thomas G. Lane.
This file is part of the Independent JPEG Group's software.
For conditions of distribution and use, see the accompanyin
www.eeworm.com/read/247605/4476911
doc structure.doc
IJG JPEG LIBRARY: SYSTEM ARCHITECTURE
Copyright (C) 1991-1995, Thomas G. Lane.
This file is part of the Independent JPEG Group's software.
For conditions of distribution and use, see the accompa
www.eeworm.com/read/247536/4481532
h structure.h
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 Xi
www.eeworm.com/read/242944/4533250
txt structure.txt
Notes on the JPEG Library
=========================
This JPEG module is derived from work of the IJG (see below),
and may be copyied and redistributed according to the
conditions under LEGAL ISS