码迷,mamicode.com
首页 >  
搜索关键字:subgrid paging bar    ( 5566个结果
左右布局,中分线可以左右拖动
cursor有很多形状在中线附近变为向左 向右鼠标,通过mousemove来实现,要不断地计算。通过jquery实现,比较简单一些,用原生的js太复杂了。 bar index 标题 内容
分类:其他好文   时间:2015-10-13 18:33:38    阅读次数:154
配置navigation bar外观
/* 配置navigation bar外观开始 */ self.navigationBar.translucent = YES; self.navigationBar.titleTextAttributes = [NSDictionary dictionaryWithObject:[UICol...
分类:其他好文   时间:2015-10-13 00:07:13    阅读次数:161
iOS开发UI篇—UITabBarController生命周期(使用storyoard搭建)
iOS开发UI篇—UITabBarController生命周期(使用storyoard搭建)一、UITabBarController在storyoard中得搭建1.新建一个项目,把storyboard中默认的控制器删除,拖UITab Bar Controller。2.创建viewcontroller...
分类:移动开发   时间:2015-10-12 17:20:47    阅读次数:178
bar
看一个项目需求文档,发现的问题有两个阶段:1、对需求文档本身的问题红色的字代表什么意思?没有店家的后台管理端?2、对技术细节的问题toast提示是什么意思?定位发送短信调起键盘后,如果遮挡当前光标所在行,则将该行顶起位置两行显示(设计)是什么意思?
分类:其他好文   时间:2015-10-10 17:15:48    阅读次数:143
2:策略模式
1 class Strategy: 2 3 def result(self,original): 4 return print(original) 5 6 class NormalStrategy(Strategy): 7 pass 8 9 class Bar...
分类:其他好文   时间:2015-10-10 01:36:35    阅读次数:155
js中的delete
delete删除的是构造函数中的属性,不能删除原型对象中的属性function Foo(){} Foo.prototype.bar = 42; var foo = new Foo(); delete foo.bar; alert(foo.bar); // ...
分类:Web程序   时间:2015-10-09 01:56:11    阅读次数:189
84. Largest Rectangle in Histogram (Array; Stack, DP)
Givennnon-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histog...
分类:其他好文   时间:2015-10-08 21:27:26    阅读次数:186
LeetCode (42): Trapping Rain Water
链接:https://leetcode.com/problems/trapping-rain-water/【描述】Givennnon-negative integers representing an elevation map where the width of each bar is 1, c...
分类:移动开发   时间:2015-10-08 09:05:56    阅读次数:255
Trapping Raining Water 解答
QuestionGivennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after ra...
分类:移动开发   时间:2015-10-08 07:59:25    阅读次数:158
我的emacs配置:.emacs
(tool-bar-mode 0)(menu-bar-mode 0)(blink-cursor-mode 0);;(set-scroll-bar-mode nil);;(global-linum-mode 0)(set-default-font "16");;(fringe-mode 1);;---...
分类:系统相关   时间:2015-10-03 15:41:37    阅读次数:327
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!