码迷,mamicode.com
首页 >  
搜索关键字:top    ( 21129个结果
android rectF
newRect(left, top, right, bottom)这个构造方法需要四个参数这四个参数指明了什么位置?我们就来解释怎么画这个矩形这四个参数分别代表的意思是:left top right bottom上下左右呗。啊,不是是左上右下。下面给大家解释left:矩形左边的X坐标150 ----...
分类:移动开发   时间:2015-07-31 17:49:59    阅读次数:132
HTML框架,链接,登录,注册联合应用
先看一下结果吧 框架 <frame src="top.html" noresize...
分类:Web程序   时间:2015-07-31 14:53:25    阅读次数:269
Leetcode: climbing stairs
July 28, 2015Problem statement:You are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In how m...
分类:其他好文   时间:2015-07-31 14:43:06    阅读次数:100
设置input(radio,checkbox)和lable对齐的问题
在做页面的时候几次遇到label和前面的小图标无法对齐的情况,后来发现解决方法不过是label { display:inline-block; vertical-align:top;line-height:22px;//根据具体情况调节line-height }
分类:其他好文   时间:2015-07-31 14:26:49    阅读次数:142
添加遮罩时禁止滚屏
写页面经常会遇到弹出层,为了突显弹出层,一般会设一个遮罩遮罩层的样式为:.mask{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); position: fixed; top: 0; left:...
分类:其他好文   时间:2015-07-31 12:08:05    阅读次数:243
工作总结----动态显示tab样式
1、Tab选项卡的嵌入:编写的css样式一定要层层嵌套,优先级高,不被原来页面的css样式影响。 2、根据点击按钮的不同,改变Tab页面显示的位置: 获取元素距离顶部的高度:obj.offset().top; 获取元素距离左边的高度...
分类:其他好文   时间:2015-07-31 10:56:38    阅读次数:211
使用top工具,找出消耗CPU 较多的进程
1.使用top工具,找出消耗CPU 较多的进程[oracle@cuug ~]$ toptop - 10:48:27 up 23:15, 4 users, load average: 1.09, 0.43, 0.15Tasks: 161 total, 3 running, 158 sleeping, ...
分类:系统相关   时间:2015-07-30 23:00:56    阅读次数:258
Scala界面事件处理编程实战详解.
今天学习了一个Scala界面事件处理编程,让我们从代码出发。import scala.swing._import scala.swing.event._object GUI_Panel extends SimpleSwingApplication{ def top = new MainFrame{/...
分类:其他好文   时间:2015-07-30 21:19:14    阅读次数:108
使用虚拟机VM运行Linux版OpenERP
Table of Contents 下载、安装vmware player --免费 从百度云下载 镜像文件 建立vm 运行vm 访问openerp 更新代码至最新 下载、安装vmware player --免费 (Back to Top) Vmware player 可以从百度云下载 http://...
分类:系统相关   时间:2015-07-30 21:10:01    阅读次数:188
(easy)LeetCode 225.Implement Stack using Queues
Implement the following operations of a stack using queues.push(x) -- Push element x onto stack.pop() -- Removes the element on top of the stack.top()...
分类:其他好文   时间:2015-07-30 21:06:04    阅读次数:113
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!