码迷,mamicode.com
首页 >  
搜索关键字:le    ( 2309个结果
[转]CSS浏览器兼容问题总结
E6.0,ie7.0与Firefox的CSS兼容性问题1.DOCTYPE影响CSS处理 2.FF:div设置margin-left,margin-right为auto时已经居中,IE不行 3.FF:body设置text-align时,div需要设置margin:auto(主要是margin-le.....
分类:Web程序   时间:2014-10-30 19:04:08    阅读次数:264
tobii SDK开发学习
最近实验室用到tobii的眼动仪,从网上了解了下,tobii是瑞典的眼跟踪技术开发商,今年似乎有上市计划,不知道市值多少买了仪器后试用了下,还算可以,将来配合人体设备开发,不过配套软件还需要花钱买。导师崩溃了,于是交代咱们自己动手一来给实验室省点经费,二来之后可能围绕眼动仪开发相关的软件。So,le...
分类:其他好文   时间:2014-10-29 16:16:56    阅读次数:872
Maximum Depth of Binary Tree 二叉树的最大深度
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:其他好文   时间:2014-10-26 07:58:51    阅读次数:161
关于左右浮动元素的同行问题
在实现散列布局的时候,遇到一个问题,想用自适应布局,即左右两列分别为左右浮动,中间列自适应html代码如下 对应CSS代码为:#wrap{ width: 80%; border: 1px solid #dda; height: 98px; margin: 0 auto; } #le...
分类:其他好文   时间:2014-10-24 16:00:08    阅读次数:194
Exercise 5: More Variables And Printing
my_name = 'Zed A. Shaw'my_age = 35 # not a liemy_height = 74 # inchesmy_weight = 180 # lbsmy_eyes = 'Blue'my_teeth = 'White'my_hair = 'Brown'print "Le...
分类:其他好文   时间:2014-10-21 23:05:05    阅读次数:257
转载:DIV+CSS有可能遇到的问题
【总结】DIV+CSS有可能遇到的问题一、超链接访问过后hover样式就不出现的问题?被点击访问过的超链接样式不在具有hover和active了,解决方法是改变CSS属性的排列顺序: L-V-H-A二、IE6的双倍边距BUG例如:body { margin: 0 ; }div { float: le...
分类:Web程序   时间:2014-10-21 16:54:41    阅读次数:252
avec sa vision unique sur le goût commun de sac a main desigual de blé
Ce sac de transport confortable peut être acheté sur desigual Manteau prix au prix de 69, cette industrie a montré de très bons progrès, le sac Guess ...
分类:其他好文   时间:2014-10-21 15:18:50    阅读次数:191
H.264学习笔记5——熵编码之CAVLC
H.264中,4x4的像素块经过变换和量化之后,低频信号集中在左上角,大量高频信号集中在右下角。左边的低频信号相对数值较大,而右下角的大量高频信号都被量化成0、1和-1;变换量化后的残差信息有一定的统计特性和规律。 CAVLC(Context-based AdaptiveVariable-Le...
分类:其他好文   时间:2014-10-18 22:08:22    阅读次数:282
Maximum Depth of Binary Tree | LeetCode
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:其他好文   时间:2014-10-18 20:57:37    阅读次数:229
clojure实现最长上升子序队列算法
4Clojure上的一道题:[4Clojure 最长上升子序列算法][1] 描述如下: > Given a vector of integers, find the longest consecutive sub-sequence of increasing numbers. If two sub-sequences have the same le...
分类:编程语言   时间:2014-10-18 09:55:22    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!