码迷,mamicode.com
首页 >  
搜索关键字:bar    ( 5412个结果
ios 视图切换翻页效果
本文写的是视图切换,涉及到的内容有1.实现代码添加Navigation Bar Toolbal;2.实现在Navigation Bar和Toolbar上用代码添加Bar Button Item;3.UIView层面的简单动画效果先把实现结果功能截图贴出来,对应动画效果开始界面 和第一次向上翻页向上翻...
分类:移动开发   时间:2014-10-27 21:00:36    阅读次数:230
Django-cms show_menu参数解释
当页面结构设置(/admin/cms/page)如下:- Home (level=0) - About Us (level=1) - About Company Services (level=2) - Foo Bar (level=3) - Our Management Team (level=2...
分类:其他好文   时间:2014-10-27 16:59:50    阅读次数:247
beanutils中Lazy
public class LazyBean {// public static void main(String[] args) {// DynaBean dynaBean=new LazyDynaBean();// dynaBean.set("foo", "bar");//单独// dyna...
分类:其他好文   时间:2014-10-27 06:53:35    阅读次数:235
leetcode 第41题 Trapping Rain Water
题目:Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining...
分类:移动开发   时间:2014-10-27 01:44:33    阅读次数:231
iOS7隐藏状态栏 status Bar
转自:http://blog.csdn.net/dqjyong/article/details/17896145IOS7中,不仅应用的风格有一定的变化,状态栏变化比较大,我们可以看到UIVIEWCONTROLLER的状态栏与导航栏基本是一体的。因此UIVIEWCONTROLLER的HIDE/SHOW...
分类:移动开发   时间:2014-10-26 22:29:29    阅读次数:155
leetcode - Trapping Rain Water
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. For example,  Given [0,1,0,2,1,0,1,3,2,1,2,1]...
分类:移动开发   时间:2014-10-26 14:26:31    阅读次数:187
[Leetcode] Trapping Rain Water
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:移动开发   时间:2014-10-25 07:04:38    阅读次数:181
bootstrap 第二天
1.导航元素,导航栏模拟淘宝网的导航<!DOCTYPEhtml><html><head><title>Bootstrap实例-嵌套列</title><linkhref="./bootstrap/css/bootstrap.min.css"rel="stylesheet"><scriptsrc="./scripts/jquery.min.js"></script><sc..
分类:其他好文   时间:2014-10-23 20:57:15    阅读次数:284
自定义tab bar控件 学习资料
http://blog.csdn.net/zoeice/article/details/8068671importjava.util.Vector;importandroid.content.Context;importandroid.graphics.Bitmap;importandroid.gr...
分类:其他好文   时间:2014-10-23 19:17:12    阅读次数:254
Ios tab Bar 使用方法
http://blog.sina.com.cn/s/blog_63578f140100w56m.htmlUITabBar* tabBar = [[UITabBaralloc]initWithFrame:CGRectMake(40,0.0,240,30)];[mainView addSubview:t...
分类:移动开发   时间:2014-10-23 18:58:19    阅读次数:144
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!