代码搜索:Structure
找到约 10,000 项符合「Structure」的源代码
代码结果 10,000
www.eeworm.com/read/437645/1830171
cnf structure.cnf
3.0.0.507
1001
1000,index.htm,0,古典风情,0,1028822511,1
vti_globalpage:BW|true
www.eeworm.com/read/437645/1830185
cnf structure.cnf
3.0.0.507
1001
1000,index.htm,0,一笑家园==免费模板下载,0,1033012416,1
vti_globalpage:BW|true
www.eeworm.com/read/431121/1910521
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/430518/1928650
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/430265/1934999
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/429072/1951891
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/428850/1953174
sql structure.sql
-- 修改友情链接名称字段长度为 255
ALTER TABLE `ecs_friend_link` CHANGE `link_name` `link_name` VARCHAR( 255 ) NOT NULL;
www.eeworm.com/read/428850/1953179
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/428850/1953188
sql structure.sql
-- 增加Feed记录表
DROP TABLE IF EXISTS `ecs_user_feed`;
CREATE TABLE `ecs_user_feed` (
`feed_id` mediumint(8) unsigned NOT NULL auto_increment,
`user_id` mediumint(8) unsigned NOT NULL default '0',
`
www.eeworm.com/read/428850/1953194
sql structure.sql
-- 修改 sessions 表
DROP TABLE IF EXISTS `ecs_sessions`;
CREATE TABLE `ecs_sessions` (
`sesskey` char(32) binary NOT NULL default '',
`expiry` int(10) unsigned NOT NULL default '0',
`userid` m