代码搜索:Structure
找到约 10,000 项符合「Structure」的源代码
代码结果 10,000
www.eeworm.com/read/292705/3949767
h structure.h
#ifndef _INCLUDE_GUARD_STRUCTURE_H_
#define _INCLUDE_GUARD_STRUCTURE_H_
#include
#include
struct http_request;
struct http_request
{
/* Linked list */
struct http_r
www.eeworm.com/read/291974/3961404
sql structure.sql
-- 修改友情链接名称字段长度为 255
ALTER TABLE `ecs_friend_link` CHANGE `link_name` `link_name` VARCHAR( 255 ) NOT NULL;
www.eeworm.com/read/291974/3961408
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/291974/3961419
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/291974/3961429
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/291974/3961432
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/291974/3961441
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/291974/3961798
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/290502/3973761
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/290502/3974074
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