码迷,mamicode.com
首页 >  
搜索关键字:tab bar controller    ( 35290个结果
fragment做成选项卡,tab效果。 fragment+RadioGroup
fragment做成选项卡,tab效果。fragment+RadioGroupfrom://http://blog.csdn.net/zimo2013/article/details/122393491.Fragment概述在一个Activity中, Fragment代表UI的一个部分或者一个行为。...
分类:其他好文   时间:2014-07-16 20:53:33    阅读次数:251
用路由设置,记录下
routes.MapRoute( "Default_a", "huhangfei/{pageindex}-{state}-{size}.html", new { controller =...
分类:其他好文   时间:2014-07-16 20:22:53    阅读次数:125
MVC从视图传参到Controller几种方式
简单数组传递、当个模型传递、多个模型传递。
分类:Web程序   时间:2014-07-16 20:20:40    阅读次数:286
Filter进行session验证
解决方法:先创建一个新的控制器随变命名adminFilterConter让他继承自controller控制器在里面写方法在执行方法之前授限执行protectedoverridevoidOnActionExecuting(ActionExecutingContextfilterContext){if(...
分类:其他好文   时间:2014-07-11 12:24:38    阅读次数:157
蓝牙4.0核心文档阅读笔记
一、蓝牙技术介绍 蓝牙无线通讯包括两种模式:基础模式(BR, Basic Rate)和低功耗模式(LE, Low Energy)。 蓝牙系统包括一个Host和多个Controllers,Host包括在HCI(Host Controller Interface)与应用程序之间,Controll...
分类:其他好文   时间:2014-07-11 11:14:11    阅读次数:210
Objective-C中的Protocol
Objective-C中的Protocol Protocol   简单来说就是一系列方法的列表,其中声明的方法可以被任何类实现,这种模式一般称为(delegation)模式 在iOS中和OS X中,Apple采用了大量的代理模式来实现MVC中的View(UI控件)和Controller(控制器) 下面举个例子 声明一个Button类和Buttonlisterner类...
分类:其他好文   时间:2014-07-10 21:23:44    阅读次数:192
echart报表插件使用笔记(二)--按月统计
按月统计注册人数 java类: package com.spring.controller; import java.io.IOException; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; i...
分类:其他好文   时间:2014-07-10 20:51:40    阅读次数:193
eclipse config 2 tab -> space
编码规范要求不允许使用tab,但是又要有4个字符的缩进,连点4次space,这不是程序员的风格 来看看 eclipse 设置一次tab像space的转换 如下操作 Window->Preferences   基于K&R clone一个新的代码风格 更改缩进风格   缩进大小为4,即4个字符,OK完成了...
分类:系统相关   时间:2014-07-10 20:38:42    阅读次数:303
给python类动态添加方法(method)
群里有人问如何做到def foo(): passclass Bar(object): passBar.set_instance_method(foo)b = Bar()b.foo()这个其实还是比较简单的, 只要写个函数给类设置属性即可, 可根据需求是否用函数包装下, 或者用static...
分类:编程语言   时间:2014-07-10 17:05:22    阅读次数:190
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-07-10 15:00:57    阅读次数:267
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!