码迷,mamicode.com
首页 >  
搜索关键字:scroll view    ( 39515个结果
C# 自动计算字符串公式的值(三种方式)
http://www.csframework.com/archive/2/arc-2-20110426-1394.htm 提供数据的WebForm2.aspx [csharp] view plain copy public partial class WebForm2 : System.Web.UI
分类:Windows程序   时间:2016-02-24 17:34:22    阅读次数:864
Spring Security教程(5)---- 国际化配置及UserCache
这一章是为了给后面的讲解打基础的,主要介绍下国际化的配置及UserCache的配置及使用 国际化配置 [html] view plain copy <!-- 定义上下文返回的消息的国际化 --> <bean id="messageSource" class="org.springframework.
分类:编程语言   时间:2016-02-24 17:32:42    阅读次数:212
view的事件体系
一、View基础知识 View 是Android中所有控件的基类,是一种界面层的控件的一种抽象,代表了一个控件 1.View的位置参数 View的四个属性:top(左上角纵坐标) left(左上角横坐标) right(右上角横坐标) bottom(右下角纵坐标) 注意:这些坐标都是相对于View的父
分类:其他好文   时间:2016-02-24 17:10:17    阅读次数:150
String对象不可改变的特性
1. 声明String对象 [java] view plain copy String s = "abcd"; 图1 2. 将一个字符串变量赋值给另一个String变量 [java] view plain copy String s2 = s; 图2 3. 字符串连接 [java] view pla
分类:其他好文   时间:2016-02-24 17:07:55    阅读次数:143
看到一篇写的关于block和delegate放在一起来方便大家理解的文章,感觉不错,就推荐给大家来看一下。
代理设计模式对于iOS开发的人来说肯定很熟悉了,代理delegate就是委托另一个对象来帮忙完成一件事情,为什么要委托别人来做呢,这其实是MVC设计模式中的模块分工问题,例如View对象它只负责显示界面,而不需要进行数据的管理,数据的管理和逻辑是Controller的责任,所以此时View就应该将这
分类:其他好文   时间:2016-02-24 15:41:56    阅读次数:229
android中view的生命周期
请参见:http://ndquangr.blogspot.jp/2013/04/android-view-lifecycle.html Category MethodsDescription Creation Constructors There is a form of the construct
分类:移动开发   时间:2016-02-24 15:41:40    阅读次数:205
RecyclerView解析--onViewDetachedFromWindow()/onViewAttachedToWindow()
先看这段源码介绍: /** * Called when a view created by this adapter has been detached from its window. * * <p>Becoming detached from the window is not necessar
分类:Windows程序   时间:2016-02-24 15:38:33    阅读次数:373
Model View Controller(MVC) in PHP
The model view controller pattern is the most used pattern for today’s world web applications. It has been used for the first time in Smalltalk and th
分类:Web程序   时间:2016-02-24 15:31:12    阅读次数:194
viewpager按钮下加下划线
ViewPager是android扩展包v4包中的类,这个类可以让用户左右切换当前的view。我们首先来看看API对于这个类的表述: ? 1 2 3 Layout manager that allows the user to flip left and right through pages of
分类:其他好文   时间:2016-02-24 12:35:57    阅读次数:341
[转]ionic tab view hide tab bar
http://stackoverflow.com/questions/23991852/how-do-i-hide-the-tabs-in-ionic-framework ////// tabs.html <ion-tabs ng-class="{'tabs-item-hide': hideTabs
分类:其他好文   时间:2016-02-24 12:24:38    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!