码迷,mamicode.com
首页 >  
搜索关键字:mole box    ( 8262个结果
css3 animation之box-shaow
/*Typing Loader*/div.typing { width: 400px; height: 300px; margin: 20px auto 500px; border: 2px #0f0 solid; background: #000; }.typing_loader{ width: ...
分类:Web程序   时间:2014-08-31 00:18:30    阅读次数:819
对BFC的总结
上周老师给我们提到BFC一词;以前只听过KFC,没听过BFC,这几天看了一些资料,稍微总结一下!BFC 定义 BFC(Block formatting context)直译为"块级格式化上下文"。它是一个独立的渲染区域,只有Block-level box参与, 它规定了内部的Block-lev...
分类:其他好文   时间:2014-08-30 21:43:20    阅读次数:354
css3动画-animation之rotate
/* Timer*/.timer{ width: 240px; height: 240px; background-color: transparent; box-shadow: inset 0px 0px 0px 2px #fff; border: 2px #f00 solid; border-r...
分类:Web程序   时间:2014-08-30 19:03:29    阅读次数:4133
POJ 1442 Black Box treap求区间第k大
题目来源:POJ 1442 Black Box 题意:输入xi 输出前xi个数的第i大的数 思路:试了下自己的treap模版 #include #include #include #include using namespace std; struct Node { Node *ch[2]; int r; int v; int s; Node(){} Node(int ...
分类:其他好文   时间:2014-08-30 00:04:28    阅读次数:282
javascript--瀑布流
简单瀑布流代码实现 html代码如下 瀑布流-zhangzhang *{padding: 0;margin:0;} #main{ position: relative; } .pin{ padding: 15px 0 0 15px; float:left; } .box{...
分类:编程语言   时间:2014-08-29 22:46:28    阅读次数:378
阿里巴巴-2015秋招研发工程师附加题
public static void main(){ int box=500000; string User; try { for(int i=1;i99 && user[i].getNBox()=0) { box--; user[i].setNBox()=1; user[i].setPoint()...
分类:其他好文   时间:2014-08-29 22:36:48    阅读次数:241
阿里巴巴-2015秋招研发工程师附加题
public static void main(){ int box=500000; string User; try { for(int i=1;i99 && user[i].getNBox()=0) { box--; user[i].setNBox()=1; user[i].setPoint()...
分类:其他好文   时间:2014-08-29 22:31:08    阅读次数:289
PowerShell远程安装应用程序
安装MSI包使用PowerShell调用WMI对象,你可以执行下面的脚本来安装你的MSI安装包:1 $box="deviis01" #this is the name of your server2 $product= [WMICLASS]"\\$box\ROOT\CIMV2:win32_Produ...
分类:其他好文   时间:2014-08-28 14:41:19    阅读次数:476
弹性盒模型
1、注意在使用弹性盒模型的时候 父元素必须要加display:box 或 display:inline-box 1 2 3 4 52、Box-orient 定义盒模型的布局方向 ?Horizontal 水平显示 ?vertical 垂直方向 1 ...
分类:其他好文   时间:2014-08-28 11:10:19    阅读次数:261
UVA - 12293 Box Game (规律)
Description   Box Game  There are two identical boxes. One of them contains n balls, while the other box contains one ball. Alice and Bob invented a game with the boxes and bal...
分类:其他好文   时间:2014-08-28 09:41:09    阅读次数:189
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!