搜索结果

找到约 66 项符合 Drop-Dead 的查询结果

MySQL数据库 phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Cur

phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields
https://www.eeworm.com/dl/688/215503.html
下载: 153
查看: 1128

通讯编程文档 You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your pr

You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your private data, one for the common data in order to receive data from other applications like Excel, WinWord etc. and at last, I ll give you a handy-dandy class you can derive ANY MFC object from, to make ...
https://www.eeworm.com/dl/646/249493.html
下载: 130
查看: 1056

单片机开发 I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are p

I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are plenty of commercial grouped list controls available I wanted to have total control over the code and of course its usability. Superlist supports drag drop column customisation, grouping as well as han ...
https://www.eeworm.com/dl/648/284262.html
下载: 117
查看: 1060

SQL Server Sqlserver2000压力测试 数据库请自己建

Sqlserver2000压力测试 数据库请自己建,附脚本。不懂的可以发邮件问我:killwolf@163.com 10万 109640ms 插入 23078ms 清空 20万 216281ms 8391马上 40万: 416781 9381 if exists (select * from dbo.sysobjects where id = object_id(N [dbo].[StuInfo] ) and OBJECTPROPERTY(id, N IsUserTable ) = 1) drop table [dbo ...
https://www.eeworm.com/dl/689/293207.html
下载: 100
查看: 1039

企业管理 SQL(Structured Query Language

SQL(Structured Query Language,结构查询语言)是一个功能强大的数据库语言。SQL通常使用于数据库的通讯。ANSI(美国国家标准学会)声称,SQL是关系数据库管理系统的标准语言。SQL语句通常用于完成一些数据库的操作任务,比如在数据库中更新数据,或者从数据库中检索数据。使用SQL的常见关系数据库管理系统有:Oracle、 Syb ...
https://www.eeworm.com/dl/632/323850.html
下载: 88
查看: 1028

SQL Server SQL(Structured Query Language

SQL(Structured Query Language,结构查询语言)是一个功能强大的数据库语言。SQL通常使用于数据库的通讯。ANSI(美国国家标准学会)声称,SQL是关系数据库管理系统的标准语言。SQL语句通常用于完成一些数据库的操作任务,比如在数据库中更新数据,或者从数据库中检索数据。使用SQL的常见关系数据库管理系统有:Oracle、 Syb ...
https://www.eeworm.com/dl/689/323881.html
下载: 113
查看: 1045

Delphi控件源码 DevExpress.ExpressSideBar.v5.37.for.Delphi.BCB.Full.Source delphi和 bcb源码

DevExpress.ExpressSideBar.v5.37.for.Delphi.BCB.Full.Source delphi和 bcb源码,能轻松实现outlook风格的侧边栏,效果很好,推荐! ExpressSideBar is a VCL implementation of the MS Outlook bar. Designed to be easy to use and built with a significant feature set. Just drop it on a form, double click the ...
https://www.eeworm.com/dl/666/347758.html
下载: 70
查看: 1082

VC书籍 Windows CE 1.0 does not support the cascading menu. In the use of Windows CE 1.0, it can not insert

Windows CE 1.0 does not support the cascading menu. In the use of Windows CE 1.0, it can not insert a MF_POPUP menu to another drop-down menu. Window CE 1.0 does not support the following signs:
https://www.eeworm.com/dl/686/420235.html
下载: 63
查看: 1110

其他书籍 orumThemes.com - Breezet vBulletin Theme www.forumthemes.com ForumThemes.com would like to thank y

orumThemes.com - Breezet vBulletin Theme www.forumthemes.com ForumThemes.com would like to thank you for purchasing one of our themes. If at anytime you have any problems with installation please visit our forums at www.forumthemes.com/forums. Included - Fluid XML files - Custom Java Script for drop ...
https://www.eeworm.com/dl/542/424309.html
下载: 110
查看: 1037

Java编程 alter table tbl_name add col_name type 例如,给表增加一列weight mysql>alter table pet add weight int 删

alter table tbl_name add col_name type 例如,给表增加一列weight mysql>alter table pet add weight int 删除列 alter table tbl_name drop col_name 例如,删除列weight: mysql>alter table pet drop weight 改变列 alter table tbl_name modify col_name type 例如,改变weight的类型: mysql> alter table pet mod ...
https://www.eeworm.com/dl/633/453416.html
下载: 61
查看: 1031