码迷,mamicode.com
首页 >  
搜索关键字:bottom bar    ( 10976个结果
使用jqMobi开发app基础:Badge的使用
显示效果:      红色的部分就是Badge,可以用来显示数量或者是其他的信息。   使用其实很简单,  $.ui.updateBadge("#" + id, res.Msg, "tr");   第一个参数是需要显示的标签编号,第二个参数是需要显示的文字,第三个参数是需要显示的位置。 bl - bottom left tl - top left br - bottom ri...
分类:移动开发   时间:2014-06-20 13:10:33    阅读次数:263
LeetCode: Binary Tree Level Order Traversal II [107]
【题目】 Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, level by level from leaf to root). For example: Given binary tree {3,9,20,#,#,15,7}, 3 / 9 20 / 15 7 return its b...
分类:其他好文   时间:2014-06-20 09:42:30    阅读次数:224
解决图片元素下多余空白的BUG
1、将图片转换为块级对象 即,设置img为“display:block;”。在本例中添加一组CSS代码:“#sub img {display:block;}”。2、设置图片的垂直对齐方式 即设置图片的vertical-align属性为“top,text-top,bottom,text-botto.....
分类:其他好文   时间:2014-06-13 14:06:55    阅读次数:276
hive的基本命令
创建表CREATE TABLE pokes (foo INT, bar STRING);创建表并创建索引字段dsCREATE TABLE invites (foo INT, bar STRING) PARTITIONED BY (ds STRING);显示所有表SHOW TABLES;按正条件(正则...
分类:其他好文   时间:2014-06-11 23:10:11    阅读次数:299
重写actionbar的up返回按钮
@Override public boolean onOptionsItemSelected(MenuItem item) {     switch (item.getItemId()) {     // Respond to the action bar's Up/Home button     case android.R.id.home:      //这里写重写的方法 一定要retrun ...
分类:其他好文   时间:2014-06-08 10:39:02    阅读次数:278
【Android】动态设置android:drawableLeft|Right|Top|Bottom
Android中有时需动态设置控件四周的drawble图片,这个时候就需要调用 setCompoundDrawables(left, top, right, bottom),四个参数类型都是drawableButton继承TextView,所以可以采用相同的设置方法方法一.XML方式方法二.JAVA...
分类:移动开发   时间:2014-06-08 01:17:39    阅读次数:430
LeetCode:Minimum Path Sum
题目链接 Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its p...
分类:其他好文   时间:2014-06-07 21:59:08    阅读次数:344
leetcode--Minimum Path Sum
Given amxngrid filled with non-negative numbers, find a path from top left to bottom right whichminimizesthe sum of all numbers along its path.Note:Yo...
分类:其他好文   时间:2014-06-07 20:22:17    阅读次数:264
生成pgsql表结构的程序
//前台代码                     p.a         {             margin-bottom: .0001pt;             text-align: justify;             text-justify: inter-ideograph;             text-in...
分类:数据库   时间:2014-06-07 16:18:51    阅读次数:212
projecteuler---->problem=18----Maximum path sum I
By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23. 3 7 4 2 4 6 8 5 9 3 That is, 3 + 7 + 4 + 9 = 23. Find th...
分类:其他好文   时间:2014-06-07 13:45:25    阅读次数:189
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!