码迷,mamicode.com
首页 >  
搜索关键字:View    ( 37068个结果
backbone事件绑定上下文this的使用
使用Backbone.js主要就是怎样将Backbone.Model,Backbone.Collection,Backbone.View三者进行组织起来,实现想要的业务逻辑。一个很核心的东西就是将Model跟View进行关联,Collection进行管理。在这个其中参数扮演一个重要的角色。看一段简单...
分类:其他好文   时间:2014-05-23 11:22:05    阅读次数:293
jquery 添加html标签
View Code 1 View Code 文 件: 文件说明:
分类:Web程序   时间:2014-05-23 10:45:01    阅读次数:359
Jsp+Servlet+JavaBean经典MVC模式理解
MVC 模式目的(实现Web系统的职能分工).   在Java EE中,Jsp+Servlet+JavaBean算是里面经典的模式,是初学者必备的知识技能。 M, Model(模型)实现系统的业务逻辑 1. 通过DAO实现操作数据库的业务逻辑 2. 其他系统业务逻辑 JavaBean职能 V, View(视图)负责与用户交互,即在界面上展示数据对象给用户  Jsp职能...
分类:编程语言   时间:2014-05-22 12:59:32    阅读次数:443
TOM猫
#import "CHViewController.h" @interface CHViewController () @end @implementation CHViewController - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view,...
分类:其他好文   时间:2014-05-22 12:38:44    阅读次数:369
2B01-View-Switcher
Gallery和swithcer联合使用 /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complian...
分类:其他好文   时间:2014-05-22 11:19:05    阅读次数:288
3.addView调用之后导致子布局的android:layout_width="match_parent"属性或者 android:layout_width="fll_parent"属性无效。
典型错误案例:         经常我们会通过addView方法,动态添加一些子布局,比如下面的一段代码. LinearLayout linParent = (LinearLayout) findViewById(R.id.aty_slider_linParent);View vChild = mInflater.inflate(R.layout.view_loding, null);linP...
分类:移动开发   时间:2014-05-22 09:41:22    阅读次数:553
java.lang.ClassCastException: android.content.res.XmlBlock$Parser cannot be cast to android.view.ani
java.lang.ClassCastException: android.content.res.XmlBlock$Parser cannot be cast to android.view.animation.Animation...
分类:移动开发   时间:2014-05-22 09:26:20    阅读次数:590
用移动智能设备访问Ossim系统
用移动智能设备访问Ossim系统下面我们使用iPad,iPhone访问ossim系统的效果。高清视频:http://www.tudou.com/programs/view/TikMZ1z1ELw650) this.width=650;" src="http://s3.51cto.com/wyfs02/M00/25/5C/wKiom1NeWRzydFdFAA5KCCa4PVI469.jpg" tit...
分类:移动开发   时间:2014-05-22 07:39:39    阅读次数:399
变量,存储过程,触发器,事务-索引等
--SELECT TOP 3 Name,Age,Gender FROM View_Student WHERE GROUP having ORDER BY id DESC----在最终生成用户想要的数据之后,才进行排序,如果不得不排序,那么就尽可能吧消耗减到最小--ALTER VIEW View_St...
分类:其他好文   时间:2014-05-20 09:20:36    阅读次数:360
heightCharts使用API
Highcharts中文帮助文档文档主要翻译常用的选项配置,如果想看详细配置请看官网API:http://api.highcharts.com/highcharts部分内容来源于网络,感谢月光光整理http://www.helloweba.com/view-blog-156.htmlChart图标区...
分类:Windows程序   时间:2014-05-20 09:07:03    阅读次数:5174
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!