代码搜索:Structure
找到约 10,000 项符合「Structure」的源代码
代码结果 10,000
www.eeworm.com/read/312645/3650770
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/312509/3671105
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/299358/3853194
cnf structure.cnf
3.0.0.507
1005
1000,index.html,0,Free-RAM,0,957331583,1
vti_globalpage:BW|true
1002,ram_dp.html,0,Dual Port RAM,1000,956983864,0
1004,ram_dp2.html,0,Dual Port RAM 2,1000,963981971,0
1003,fifo.ht
www.eeworm.com/read/298952/3857712
sql structure.sql
-- 修改友情链接名称字段长度为 255
ALTER TABLE `ecs_friend_link` CHANGE `link_name` `link_name` VARCHAR( 255 ) NOT NULL;
www.eeworm.com/read/298952/3857716
sql structure.sql
ALTER TABLE `ecs_activity`
CHANGE `name` `name` VARCHAR( 120 ) NOT NULL;
ALTER TABLE `ecs_ad`
CHANGE `position_id` `position_id` SMALLINT UNSIGNED NOT NULL DEFAULT '0',
CHANGE `ad_link`
www.eeworm.com/read/298952/3857727
sql structure.sql
ALTER TABLE `ecs_activity`
CHANGE `activity_id` `activity_id` smallint(5) unsigned NOT NULL auto_increment,
CHANGE `start_time` `start_time` int(10) unsigned NOT NULL default '0',
CHANGE `
www.eeworm.com/read/298952/3857737
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/298952/3857740
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/298952/3857749
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/298952/3858106
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