码迷,mamicode.com
首页 >  
搜索关键字:modal    ( 862个结果
Model View Controller
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模型和FishiGUI应用层的MVC模型
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
[翻译] KGModal
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
bootstrap中使用modal加载kindeditor时弹出层文本框不能输入的问题
答案来自老外http://stackoverflow.com/questions/14795035/twitter-bootstrap-modal-blocks-text-input-field$('#myModal').on('shown', function() { $(document)...
分类:其他好文   时间:2014-12-11 15:42:12    阅读次数:97
用PostGreSQL实现三层(复习)
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
Storyboard里面的几种Segue区别和视图的切换
几种segue:push、modal、popover、replace、cutom。一。视图切换类型介绍 1.在iPhone和iPad中,segue的类型是不同的。 2.在iPhone中,segue有(3种):push、modal和custom三种不同的类型,这些类型的区别在与新页面出现的方式。 .....
分类:其他好文   时间:2014-12-05 14:09:57    阅读次数:189
UIViewController的生命周期
生命周期我们建立一个简单的模型来测试生命周期:新建两个ViewController,一个是主视图控制器(main ViewController,以下简称mainVC),一个是副视图控制器(sub ViewController,以下简称subVC),在mainVC里点击一个Button,以modal方...
分类:其他好文   时间:2014-12-05 12:18:39    阅读次数:184
小米2s在windows 8系统下用adb devices 看不到设备解决办法
windows8系统很干净,没有装过豌豆荚、qq手机管家、百度手机助手等任何手机管理软件,只有eclipse、Androidsdktools。手机通过UBS连上电脑,能访问手机sd卡,但是通过adbdevices,看不到设备。折腾半天,去http://xiazai.mi.com/#modal-download下载了手机驱动,去设备管理器里..
分类:移动开发   时间:2014-12-04 15:54:37    阅读次数:229
实验楼项目课学习笔记-jQuery翻转拼图游戏
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翻转拼图游戏主要是通过jQuery和Bootstrap 3实现,UI主要使用了Bootstrap的Modal弹窗,对其他模块涉及较少,所以不需要特别熟悉Bootstrap,游戏逻辑通过jQuery和JavaScript实现。项目效果图:game/index.html ...
分类:Web程序   时间:2014-12-03 18:51:32    阅读次数:219
862条   上一页 1 ... 76 77 78 79 80 ... 87 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!