码迷,mamicode.com
首页 >  
搜索关键字:le    ( 2309个结果
Construct Binary Tree from Inorder and PreOrder Traversal
preOrder: (root) LLL RRRRinOrder: LLL (root) RRRRinOrder: LLL RRRR (root)根据preOrder/postOrder 可以知道root(一头一尾); 然后找到root在inorder中对应的位置(index)index左边即为Le...
分类:其他好文   时间:2014-12-30 14:50:20    阅读次数:202
让png在ie下正常显示 用到了jquery插件DD_belatedPNG 但是在ie6中这句话 前面添加有效 后面移除无效 IE6 jq removeClass无效
jQuery(this).addClass("background").siblings().removeClass("background") 导致IE6移除的css无效;通过css渲染效果解决:{ background:url(/images/about_us.png) no-repeat le...
分类:Web程序   时间:2014-12-30 11:18:07    阅读次数:106
javascript基础之数组对象
一、定义数组的方法:定义了一个空数组:var myArray =new Array();指定有n个空元素的数组:var myArray=new Array(n);定义数组并赋值:var myArray =[1,2,3];数组元素的使用:数组名[下标]=值;二、数组属性:length用法数组对象.le...
分类:编程语言   时间:2014-12-28 15:20:38    阅读次数:154
【oracle】oracledba5 A mapping table must have been created.
While designing your database, you have created the EMPLOYEES tab le as an index-organized (IOT). You want to create a bitmap index on  the JOD_ID column to make queries faster. Which task must have...
分类:移动开发   时间:2014-12-19 23:34:14    阅读次数:365
网络字节流和主机字节流
节流分为两类 little edition(LE) big edition(BE) 0x123456 地址               LE          BE 0x0000         56          12 0x0001         34          34 0x0002         12          56 主机字节流根据cpu类...
分类:其他好文   时间:2014-12-19 14:29:53    阅读次数:202
css的relative和position探究
在CSS中,Position 属性经常会用到,主要是绝对定位和相对定位,简单的使用都没有问题,尤其嵌套起来,就会有些混乱,今记录总结一下,防止久而忘之。CSS position 属性值:absolute:生成绝对定位的元素,相对于 static 定位以外的第一个父元素进行定位。元素的位置通过 "le...
分类:Web程序   时间:2014-12-18 13:32:46    阅读次数:186
lua-元表【实现类功能的核心】
--[[ lua元表完成 数值和逻辑运算 ]] --[[ Lua不支持函数默认值 所以通过是否为nil来判断 如果是nil的话,not nil为true Lua支持的元表函数 __add 加 __sub 减 __div 除 __unm 负 __pow 幂 Lua支持的元表逻辑运算 __eq 等于 __lt 小于 __le 小于等于 ]] require("math") functio...
分类:其他好文   时间:2014-12-17 00:22:01    阅读次数:133
dans le quartier
culture /kyltyr/ 文化 une école [ek?l] un cinéma un musée une église un théâtre [teɑtr] un opéra [?pera] un lycée [lise] 公立高中 un temple une uni...
分类:其他好文   时间:2014-12-14 13:06:40    阅读次数:190
sdut 迷之容器
#include #include #include #include #define N 100010using namespace std;int n,tt,le;char a[N][3];int m[N],X[N];struct node{ int l,r,w;} q[4*N];void...
分类:其他好文   时间:2014-12-09 22:47:52    阅读次数:174
快速排序
// 快速排序的实现版本// 其中median3 是从头,尾部,和中部取出值,再相互比较// 得到枢纽元#include #define Cutoff (7)int median3(int A[] , int Left , int Right);void Qsort(int A[] , int Le...
分类:编程语言   时间:2014-12-08 17:34:59    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!