On the iPhone or iPod touch, a modal view controller takes over the entire screen. This is the defaultbehavior and the only possibility on these devic...
分类:
其他好文 时间:
2014-12-16 15:00:53
阅读次数:
154
MVC概述:
MVC (Modal View Controler)M是指数据模型,V是指用户界面,C则是控制器。使用MVC的目的是将M和V的实现代码分离,从而使同一个程序可以使用不同的表现形式。比如一批统计数据你可以分别用柱状图、饼图来表示。C存在的目的则是确保M和V的同步,一旦M改变,V应该同步更新。
MVC是一个设计模式,它强制性的使应用程序的输入、处理和输出分开。使用MVC应...
分类:
Web程序 时间:
2014-12-16 11:48:43
阅读次数:
202
KGModalKGModal is an easy drop in control that allows you to display any view in a modal popup. The modal will automatically scale to fit the content ...
分类:
其他好文 时间:
2014-12-12 23:30:53
阅读次数:
257
答案来自老外http://stackoverflow.com/questions/14795035/twitter-bootstrap-modal-blocks-text-input-field$('#myModal').on('shown', function() { $(document)...
分类:
其他好文 时间:
2014-12-11 15:42:12
阅读次数:
97
modal DAL,BLL都是类库的形式 最终结果如下: 数据库代码: -- Table: student -- DROP TABLE student; CREATE TABLE student
( name text NOT NULL, "number" integer NOT NULL, tel...
分类:
数据库 时间:
2014-12-05 17:06:42
阅读次数:
235
几种segue:push、modal、popover、replace、cutom。一。视图切换类型介绍 1.在iPhone和iPad中,segue的类型是不同的。 2.在iPhone中,segue有(3种):push、modal和custom三种不同的类型,这些类型的区别在与新页面出现的方式。 .....
分类:
其他好文 时间:
2014-12-05 14:09:57
阅读次数:
189
生命周期我们建立一个简单的模型来测试生命周期:新建两个ViewController,一个是主视图控制器(main ViewController,以下简称mainVC),一个是副视图控制器(sub ViewController,以下简称subVC),在mainVC里点击一个Button,以modal方...
分类:
其他好文 时间:
2014-12-05 12:18:39
阅读次数:
184
windows8系统很干净,没有装过豌豆荚、qq手机管家、百度手机助手等任何手机管理软件,只有eclipse、Androidsdktools。手机通过UBS连上电脑,能访问手机sd卡,但是通过adbdevices,看不到设备。折腾半天,去http://xiazai.mi.com/#modal-download下载了手机驱动,去设备管理器里..
分类:
移动开发 时间:
2014-12-04 15:54:37
阅读次数:
229
JQuery翻转拼图游戏是通过jQuery和Bootstrap3实现,UI主要使用了Bootstrap的Modal弹窗,对其他模块涉及较少,所以不需要特别熟悉Bootstrap,游戏逻辑通过jQuery和JavaScript实现。项目效果图如下:game/index.html<!DOCTYPEhtml><html>
<head>
<metachars..
分类:
Web程序 时间:
2014-12-03 19:32:31
阅读次数:
191
jQuery翻转拼图游戏主要是通过jQuery和Bootstrap 3实现,UI主要使用了Bootstrap的Modal弹窗,对其他模块涉及较少,所以不需要特别熟悉Bootstrap,游戏逻辑通过jQuery和JavaScript实现。项目效果图:game/index.html ...
分类:
Web程序 时间:
2014-12-03 18:51:32
阅读次数:
219