格式与布局流式布局:float:left/right 向左流/向右流 clera:both 截断流例如木头放在水流上碰到墙,挨个停下,先流的先靠墙停下元素并列元素嵌套定位布局:position:fixed/absolute/relative;top right bottom left三种定位方式的....
分类:
其他好文 时间:
2015-08-26 15:41:51
阅读次数:
119
何为Sahara The Sahara project provides a simple means to provision a Hadoop cluster on top of OpenStack 即基于OpenStack提供简单的Hadoop集群创建和管理方式。 Sahara提供的功能 *????? Hadoop clust...
分类:
其他好文 时间:
2015-08-26 14:10:41
阅读次数:
145
一、性能监控的资源性能监控主要监控以下资源:CPU(包括应用服务器和数据库服务器) Linux——top命令 ; AIX——topas命令;MEM(内存,包括应用服务器和数据库服务器)free命令IO读写 iostat磁盘空间(Disk space) Linux下可以通过 df...
分类:
其他好文 时间:
2015-08-26 13:39:02
阅读次数:
116
var clientHeight = $(window).height(); window.onscroll = function(){ var top = document.getElementsByClassName("bottom")[0].getBoundingClientRect().top; console.log(top); if(top < clientHeight){ $(...
分类:
Web程序 时间:
2015-08-26 07:12:25
阅读次数:
158
ControlTime Limit: 1000msMemory Limit: 32768KB64-bit integer IO format: %I64d Java class name: MainSubmit Status PID: 26307 You, the head of Department of Security, recently received a top-secre...
分类:
其他好文 时间:
2015-08-25 21:50:35
阅读次数:
160
我有一个需求需要在top页面广播一个事件,然后所有的iframe 或 frame中的页面接收到这个事件后做出对应的响应,实现基于jquery库。 代码如下: 在top页面里这么写 $("iframe,frame").each(function(){
$(t...
分类:
Web程序 时间:
2015-08-25 19:49:27
阅读次数:
203
有如下两个input: css代码:.search { padding-top: 5px;}.search input{ vertical-align: top; margin:0; border:0;}.search #s { p...
分类:
其他好文 时间:
2015-08-25 16:05:59
阅读次数:
184
SELECT TOP 30000 REPLACE(REPLACE(T1.ReceiverName,CHAR(10),' '),CHAR(13),' ') AS ReceiverName,REPLACE(REPLACE(ReceiverCompany,CHAR(10),' '),CHAR(13),' ...
分类:
数据库 时间:
2015-08-25 16:02:02
阅读次数:
298
Unique PathsA robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right a...
分类:
其他好文 时间:
2015-08-25 15:47:56
阅读次数:
158
一、栈的基本概念栈(stack):限定在表尾进行插入和删除操作的线性表。
栈顶(top):允许进行插入和删除操作的一端,又称表尾。
栈底(bottom):固定端,又称表头。
空栈:不含元素的空表称为空栈。
插入元素的操作称为入栈(压栈)。
删除元素的操作称为出栈(弹栈)。
顺序存储的栈称为顺序栈。
链式存储的栈称为链栈。设栈S=(a1,a2,...an),则a1称为栈底元...
分类:
其他好文 时间:
2015-08-25 14:19:51
阅读次数:
125