码迷,mamicode.com
首页 >  
搜索关键字:actionbar up    ( 8653个结果
【Leetcode】【Easy】Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-11-22 00:43:18    阅读次数:130
Install Identity management Database
Install Identity management DatabaseInstalling Oracle Fusion Applications > Setting up Identity and Access Management Node > Install Oracle 11g Databa...
分类:数据库   时间:2014-11-22 00:41:21    阅读次数:428
Android获取actionbar高度和StatusBar高度的方法
ActionBar:getActionBar().getHeight();StatusBar: /** * 获取状态栏高度 * * @return */ public static int getStatusBarHeight(Context ...
分类:移动开发   时间:2014-11-21 23:03:54    阅读次数:702
poj 1564 Sum It Up 搜索
题意: 给出一个数T,再给出n个数。若n个数中有几个数(可以是一个)的和是T,就输出相加的式子。不过不能输出相同的式子。分析: 运用的是回溯法。比较特殊的一点就是不能输出相同的式子。这个可以通过map来实现:map把字符串(可以是C语言的字符串)和整数联系起来了。我们可以把相加起来的几个数变成一.....
分类:其他好文   时间:2014-11-21 20:26:05    阅读次数:298
类似QQ的抽屉菜单 SlidingMenu + Tab滑动ActionBar
直接看效果图附上源码下载地址:http://www.eoeandroid.com/thread-554491-1-1.html
分类:其他好文   时间:2014-11-21 20:08:52    阅读次数:181
SVN被锁定的几种解决方法
用SVN经常出现被锁定而无法提交的问题,选择解锁又提示没有文件被锁定,很是头疼。 这里整理了一下SVN 被锁定的几种解决方法: 1.出现这个问题后使用“清理”即"Clean up"功能,如果还不行,就直接到上一级目录,...
分类:其他好文   时间:2014-11-21 16:46:47    阅读次数:151
自定义actionbar的使用
来美图入职有几天了,刚拿到需求,看了一下所需要的actionbar,得,自定义的还没用过。。。赶紧脑补脑补,//ActionBar加载自定义布局的代码封装publicvoidsetActionBarLayout(intlayoutId){ActionBaractionBar=getActionBar();if(null!=actionBar){//隐藏图标actionBar.setDisp..
分类:其他好文   时间:2014-11-21 16:42:46    阅读次数:251
LeetCode-Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:其他好文   时间:2014-11-21 15:57:41    阅读次数:227
滚动字幕
滚动字幕此处显示 class "text" 的内容 注释:marquee /marquee(滚动) scrollAmount(滚动的速度) scrollDelay (延时1000毫秒) direction (属性规定文本的方向 / 书写方向。)(eg:left,right,up,down) onM....
分类:其他好文   时间:2014-11-21 15:39:48    阅读次数:183
Snake Sequence
ProblemYou are given a grid of numbers. A snake sequence ismade up of adjacent numbers such that for each number,the number on the right or the number...
分类:其他好文   时间:2014-11-21 12:16:50    阅读次数:104
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!