码迷,mamicode.com
首页 >  
搜索关键字:short    ( 4647个结果
plsql游标的介绍
3.游标的介绍游标:一个指向保存多行SQL查询结果集的工作区的句柄(指针)3.1显式游标(1)显式游标的使用案例1:定义变量的方式使用游标declarecursorcsr_orgisselecth.hrc_descr,o.org_short_namefromorg_tabo,hrc_tabhwhereo.hrc_code=h.hrc_codeorderby2;--定义游标v_hrc_des..
分类:数据库   时间:2015-02-25 23:59:17    阅读次数:398
gSpan频繁子图挖掘算法
参考资料:http://www.cs.ucsb.edu/~xyan/papers/gSpan.pdf http://www.cs.ucsb.edu/~xyan/papers/gSpan-short.pdf http://www.jos.org.cn/1000-9825/18/2469.pdf 更多挖掘算法:https://github.com/linyiqun/DataMiningAlgor...
分类:编程语言   时间:2015-02-24 12:40:14    阅读次数:472
hdu3652---B-number(数位dp)
Problem Description A wqb-number, or B-number for short, is a non-negative integer whose decimal form contains the sub- string “13” and can be divided by 13. For example, 130 and 2613 are wqb-numbers,...
分类:其他好文   时间:2015-02-22 15:49:05    阅读次数:166
In Unix, what is tar, and how do I use it?
In Unix, the name of the tar command is short for tape archiving, the storing of entire file systems onto magnetic tape, which is one use for the comm...
分类:其他好文   时间:2015-02-21 21:02:50    阅读次数:170
kali下进行wifi干扰
首先启动混杂模式 ifconfig查看interfaceairmon-ng start wlan0Found 5 processes that could cause trouble. If airodump-ng, aireplay-ng or airtun-ng stops working after a short period of time, you may want to kill (...
分类:其他好文   时间:2015-02-20 11:57:50    阅读次数:2129
结构体的sizeof
首先有几条规则: 1. 结构体的成员相对于结构体的偏移量,是该成员所包含的最大简单类型(指占用内存数)的整数倍(如果该成员本身又是一个结构体,就要递归查找其简单类型,简单类型就是char short int float double,long) 比如struct a1{ char a[5]; int...
分类:其他好文   时间:2015-02-14 18:48:48    阅读次数:181
mysql数据库sql语句调优 、
mysql数据库sql语句调优 、 索引设计原则: 索引列一般为where子句中的列或连接字句中的列 尽量不对基数小的列做索引,如性别列 尽可能使用短索引:如果对字符列索引尽量指定最小长度。 (short Keys are better,Integer best) create index cityname on city(city(10)); 复合索引前缀特性,索引的顺序很重要。 ...
分类:数据库   时间:2015-02-14 11:06:31    阅读次数:195
多说最近访客通用代码使用方法
添加[最近访客],请在页面中添加如下代码: var duoshuoQuery = {short_name:"您的多说二级域名"}; (function() { var ds = document.createElement('script'); ds.type = 'text/javascript';ds.async = true; ds.src = 'http://s...
分类:其他好文   时间:2015-02-13 23:46:48    阅读次数:338
C语言数据类型的表示范围
1、C和C++语言中基本的数据类型有:字符型(char),整形(short, int, long), 浮点型(float, double)类型字节数类型字节数char1short2int根据系统而定,可能是2或4long4float4double8同时字符型和整形还可以继续分为带符号的和不带符号的,...
分类:编程语言   时间:2015-02-12 16:06:09    阅读次数:151
c语言基本数据类型short、int、long、char、float、double
C 语言包含的数据类型如下图所示:一、数据类型与“模子”short、int、long、char、float、double 这六个关键字代表C 语言里的六种基本数据类型。怎么去理解它们呢? 举个例子:见过藕煤球的那个东西吧?(没见过?煤球总见过吧)。那个东西叫藕煤器,拿着它在和好的煤堆里这么一咔,一个...
分类:编程语言   时间:2015-02-12 15:30:01    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!