码迷,mamicode.com
首页 >  
搜索关键字:bottom bar    ( 10976个结果
iOS8 自定义navigationbar 以及 UIBarButtonItem 边距问题
一。自定义navigationbar- (void)initNavigationBar{ [self.navigationController setNavigationBarHidden:YES]; UINavigationBar *bar = [[UINavigationBar al...
分类:移动开发   时间:2014-10-17 15:15:30    阅读次数:198
sublime使用
显示侧板的文件夹:View -> Side Bar菜单【project】-》add folder to project.把文件夹显示在左边的sidebar上。安装插件:package control通俗易懂地说,这个是你在完成安装SublimeText后必须安装的东西。你问为什么?因为有了这个特殊的...
分类:其他好文   时间:2014-10-16 23:01:33    阅读次数:464
[leetcode]Binary Tree Level Order Traversal II
【题目】 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,#...
分类:其他好文   时间:2014-10-16 18:00:42    阅读次数:245
山寨优酷频道首页的图片效果
效果: 1 require('effect', function(S) { 2 var now=3,total = S('img').size(); 3 S('#bottom_nav div').on('click',function(){ 4 var r...
分类:其他好文   时间:2014-10-16 03:43:31    阅读次数:192
Top-Down和Bottom-Up位图的区别
Top-Down vs. Bottom-Up DIBsIf you are new to graphics programming, you might expect that a bitmap would be arranged in memory so that the top row of t...
分类:其他好文   时间:2014-10-15 21:27:41    阅读次数:836
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 path. Note: You can only move either down or right at...
分类:其他好文   时间:2014-10-15 15:13:00    阅读次数:200
Jquery实现<textarea>根据内容自动改变大小
<scripttype="text/javascript"src="${webRoot}/js/jquery.autogrow.textarea.js"></script><h3>任职要求</h3><div><textareastyle="outline:none;resize:none;BORDER-BOTTOM:0pxsolid;BORDER-LEFT:0pxsolid;BORDER-RIGHT:0pxsolid;BORDER-TO..
分类:Web程序   时间:2014-10-15 14:41:11    阅读次数:546
10.14课堂内容
颜色渐变:/*渐变的类型? (linear)渐变开始的X Y 轴坐标(0 0 – 或者left-top)渐变结束的X Y 轴坐标(0 100% 或者left-bottom)开始的颜色? (from(red))结束的颜色? (to(blue))*/ background: -webkit-gradi....
分类:其他好文   时间:2014-10-14 23:59:59    阅读次数:206
关于两个div高度保持一致的(css+js)两种解决办法
最近修改以前写的一些代码,发现点问题。 比如2个div需要动态的保持一致的高度。 css的做法是:  .代码   "overflow:hidden">              "left" style="margin-bottom:-10000px; padding-bottom:10000px;">...
分类:Web程序   时间:2014-10-14 17:51:34    阅读次数:247
Largest Rectangle in Histogram
Largest Rectangle in Histogram  Total Accepted: 18582 Total Submissions: 86792My Submissions Given n non-negative integers representing the histogram's bar height where the width of each b...
分类:其他好文   时间:2014-10-14 16:38:09    阅读次数:154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!