点数信息
www.dssz.net
注册会员
|
设为首页
|
加入收藏夹
您好,欢迎光临本网站!
[请登录]
!
[注册会员]
!
首页
移动开发
云计算
大数据
数据库
游戏开发
人工智能
网络技术
区块链
操作系统
模糊查询
热门搜索:
源码
Android
整站
插件
识别
p2p
游戏
算法
更多...
在线客服QQ:632832888
当前位置:
资源下载
搜索资源 - notexists
下载资源分类
移动开发
开发技术
课程资源
网络技术
操作系统
安全技术
数据库
行业
服务器应用
存储
信息化
考试认证
云计算
大数据
跨平台
音视频
游戏开发
人工智能
区块链
在结果中搜索
所属系统
Windows
Linux
FreeBSD
Unix
Dos
PalmOS
WinCE
SymbianOS
MacOS
Android
开发平台
Visual C
Visual.Net
Borland C
CBuilder
Dephi
gcc
VBA
LISP
IDL
VHDL
Matlab
MathCAD
Flash
Xcode
Android STU
LabVIEW
开发语言
C/C++
Pascal
ASM
Java
PHP
Basic/ASP
Perl
Python
VBScript
JavaScript
SQL
FoxBase
SHELL
E语言
OC/Swift
文件类型
源码
程序
CHM
PDF
PPT
WORD
Excel
Access
HTML
Text
资源分类
搜索资源列表
c 函数速查.chm
c 函数迅速查找,学才轻松上手 函数名: absread, abswirte 功 能: 绝对磁盘扇区读、写数据 用 法: int absread(int drive, int nsects, int sectno, void *buffer); int abswrite(int drive, int nsects, in tsectno, void *buffer); 程序例: /* absread example */ #include #include #include #inclu
所属分类:
Access
发布日期:2009-05-28
文件大小:96kb
提供者:
yicajier
C语言教室(函数大全速查) CHM
C语言函数大全 函数速查 格式如下:例子: 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i); 程序例: #include #include int main(void) { int number = -1234; printf("number: %d absolute value: %d\n", number, abs(number)); return 0; } 函数名: absread, abswirte 功 能: 绝对磁盘扇区读、写数据 用 法: i
所属分类:
C
发布日期:2009-07-08
文件大小:96kb
提供者:
amarantine19890105
php Zend Framework 中文 手册 chm
php Zend Framework 中文 手册 chm版 比较详细。 . Zend Framework简介 1.1. 概述 1.2. 安装 2. Zend_Acl 2.1. 简介 2.1.1. 关于资源(Resource) 2.1.2. 关于角色(Role) 2.1.3. 创建访问控制列表(ACL) 2.1.4. 注册角色(Role) 2.1.5. 定义访问控制 2.1.6. 查询 ACL 2.2. 精细的访问控制 2.2.1. 精细的访问控制 2.2.2. 除去访问控制 2.3. 高级用法
所属分类:
PHP
发布日期:2010-04-29
文件大小:2mb
提供者:
zytry
C语言库函数手册--c语言大全
函数名: abort 功 能: 异常终止一个进程 用 法: void abort(void); 程序例: #include #include int main(void) { printf("Calling abort()\n"); abort(); return 0; /* This is never reached */ } 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i); 程序例: #include #include int main(void
所属分类:
C
发布日期:2010-05-25
文件大小:71kb
提供者:
kaddish1987
zend framework 中文手册 chm 最新版
php Zend Framework 中文 手册 chm版 比较详细。 . Zend Framework简介 1.1. 概述 1.2. 安装 2. Zend_Acl 2.1. 简介 2.1.1. 关于资源(Resource) 2.1.2. 关于角色(Role) 2.1.3. 创建访问控制列表(ACL) 2.1.4. 注册角色(Role) 2.1.5. 定义访问控制 2.1.6. 查询 ACL 2.2. 精细的访问控制 2.2.1. 精细的访问控制 2.2.2. 除去访问控制 2.3. 高级用法
所属分类:
PHP
发布日期:2010-09-09
文件大小:2mb
提供者:
sunmy520
c 函数速查宝典
函数名: abort 功 能: 异常终止一个进程 用 法: void abort(void); 程序例: #include #include int main(void) { printf("Calling abort()\n"); abort(); return 0; /* This is never reached */ } 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i); 程序例: #include #include int main(void
所属分类:
Access
发布日期:2010-12-11
文件大小:96kb
提供者:
tracyailk2
C语言函数大全
函数名: abort 功 能: 异常终止一个进程 用 法: void abort(void); 程序例: #include #include int main(void) { printf("Calling abort()\n"); abort(); return 0; /* This is never reached */ } 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i); 程序例: #include #include int main(void
所属分类:
C/C++
发布日期:2011-10-02
文件大小:179kb
提供者:
xhbuming
sql in,exists,not in,not exists区别
里面自己根据网上的资源整理出来的一份sql中in,exists,not in,not exists的使用方法以及注意事项等,有助于初学的朋友们借鉴。
所属分类:
Oracle
发布日期:2012-01-12
文件大小:44kb
提供者:
tjh550227
c函数速查 详细的c函数下载
c函数速查详细的c函数下载 eg 函数名: absread, abswirte 功 能: 绝对磁盘扇区读、写数据 用 法: int absread(int drive, int nsects, int sectno, void *buffer); int abswrite(int drive, int nsects, in tsectno, void *buffer); 程序例: /* absread example */ #include #include #include #incl
所属分类:
C
发布日期:2008-09-15
文件大小:96kb
提供者:
beiliubei
C语言函数大全
C所有函数 函数名: abort 功 能: 异常终止一个进程 用 法: void abort(void); 程序例: #include #include int main(void) { printf("Calling abort()\n"); abort(); return 0; /* This is never reached */ } 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i); 程序例: #include #include int mai
所属分类:
C
发布日期:2013-09-05
文件大小:179kb
提供者:
fei_0204
C语言函数及相关知识
C语言函数及相关知识 函数名: abort 功 能: 异常终止一个进程 用 法: void abort(void); 程序例: #include #include int main(void) { printf("Calling abort()\n"); abort(); return 0; /* This is never reached */ } 函数名: abs 功 能: 求整数的绝对值 用 法: int abs(int i); 程序例: #include #include in
所属分类:
C
发布日期:2008-10-30
文件大小:2mb
提供者:
xiao78050576
Oracle In和exists not in和not exists的比较分析
一个是问in exist的区别,一个是not in和not exists的区别
所属分类:
其它
发布日期:2020-09-11
文件大小:30kb
提供者:
weixin_38603704
sqlserver exists,not exists的用法
exists,not exists的使用方法示例,需要的朋友可以参考下。
所属分类:
其它
发布日期:2020-09-11
文件大小:30kb
提供者:
weixin_38601311
IN&EXISTS与NOT IN&NOT EXISTS 的优化原则小结
下面只是从理论上提出了一些建议,最好的原则是大家在上面的基础上,能够使用执行计划来分析,得出最佳的语句的写法。
所属分类:
其它
发布日期:2020-09-11
文件大小:55kb
提供者:
weixin_38720173
mysql not in、left join、IS NULL、NOT EXISTS 效率问题记录
mysql not in、left join、IS NULL、NOT EXISTS 效率问题记录,需要的朋友可以参考下。
所属分类:
其它
发布日期:2020-09-11
文件大小:96kb
提供者:
weixin_38752897
sql not in 与not exists使用中的细微差别
用的时候我们只注重查询的效率,但却往往会忽略一下比较细小的区别
所属分类:
其它
发布日期:2020-09-10
文件大小:28kb
提供者:
weixin_38516706
oracle中not exists对外层查询的影响详解
主要给大家介绍了关于oracle中not exists对外层查询的影响,文中介绍的非常详细,需要的朋友可以参考下。
所属分类:
其它
发布日期:2020-09-09
文件大小:53kb
提供者:
weixin_38749895
mysql exists与not exists实例详解
主要介绍了mysql exists与not exists实例详解的相关资料,鉴于 not exists 的效率往往要高于 not in , 所以一般情况下会使用前者替代后者,需要的朋友可以参考下
所属分类:
其它
发布日期:2020-09-09
文件大小:34kb
提供者:
weixin_38608688
oracle中not exists对外层查询的影响详解
前言 最近同事发现了一个问题,在12c中跑的buffer get很高,但是在10g中跑的buffer很低。怀疑是不是12c的优化器有问题。 这个10g的环境和12c的环境,数据量大致一样,只是有很少部分的不同,但是就是这个很少部分不同,造成了not exists中的子查询返回不同的值,进而对外层查询产生不同的影响。 我们来用如下的代码模拟一下。 初始化数据: --10g drop table t1; drop table t2; create table t1 (id number,name
所属分类:
其它
发布日期:2020-12-15
文件大小:57kb
提供者:
weixin_38642636
sql not in 与not exists使用中的细微差别
上面两个简单的Sql,我们从表面理解,查询的最终结果应该是一样的,但实际结果却和我们想象的不一样 第一条sql查询的结果有一条数据 第二条sql查询的结果却为空 原因: not exists的子查询,对于子查询不返回行和子查询返回行的查询结果是有区别的 这些细小的差别千万不要被我们所忽视,一旦项目庞大了,想跟踪到具体的错误所花费的时间也是可观的。尽量把这些不必要的错误扼杀在摇篮里。 啰嗦了,呵呵。 上面两个简单的Sql,我们从表面理解,查询的最终结果应该是一样的,但实际结果却和我们想象的不一样
所属分类:
其它
发布日期:2020-12-15
文件大小:36kb
提供者:
weixin_38564826
«
1
2
»