代码搜索:实例教学
找到约 10,000 项符合「实例教学」的源代码
代码结果 10,000
www.eeworm.com/read/349036/10855213
ppt 汇编编程实例.ppt
www.eeworm.com/read/419382/10871750
exe 单一实例.exe
www.eeworm.com/read/419382/10871752
e 单一实例.e
www.eeworm.com/read/274007/10891176
rar 4.19实例代.rar
www.eeworm.com/read/273091/10927791
vi 最优化实例.vi
www.eeworm.com/read/418616/10938834
pdf mtk实例培训.pdf
www.eeworm.com/read/271686/10984875
txt orcale测试实例.txt
作者:blackwhites
日期:2000-11-9 15:13:59
/*
OracleTestServlet - This is a sample servlet which
connects to an Oracle instance. It includes some code to
log various points of invocation and execu
www.eeworm.com/read/417208/11000221
txt 实例(vip销售).txt
-- 综合题:
-- 1. 创建一个数据库 test
-- 2. 创建表vip(vip_id char(3) 主键,vip_name char(30) not null,vip_tel char(30),vip_opendate datetime not null,vip_closedate datetime)
-- 创建表procduct(product_id ch
www.eeworm.com/read/417208/11000222
sql 实例11(索引).sql
--上课内容:第六章 视图及索引
-- 6.2 索引的创建和使用
-- 6.2.1 索引的概念:索引是一种特殊类型的数据库对象,它保存着数据表中一列或几列组合的排序结构
-- 优点:
-- 1. 加快数据检索的速度
-- 2. 提高系统的性能
-- 3. 加速表与表之间的连接
-- 缺点:维护索引要占用磁盘空间,降低添加、 ...
www.eeworm.com/read/417208/11000224
sql 实例12(变量).sql
--上课内容:第五单元 Transact-SQL语言(变量)
-- 5.1 变量
-- 5.1.1 全局变量
select @@version as '当前安装的日期、版本、处理器类型'
select @@idle as '闲置毫秒数',getdate() as '当前日期'
@@error -- 返回程序的错误代码
-- 例:
create table aa