码迷,mamicode.com
首页 >  
搜索关键字:external interface    ( 15310个结果
ios内嵌浏览器cookie保存
//// FMUIWebViewBridge.h// sgcard//// Created by Apple on 13-9-10.////#import #import #import #import "FMLayerWebView.h"@interface FMUIWebViewBridge :...
分类:移动开发   时间:2014-06-29 07:39:02    阅读次数:996
java泛型边界深入探讨,示例代码
java泛型边界深入探讨,示例代码...
分类:编程语言   时间:2014-06-20 11:45:38    阅读次数:188
FregClient和FregServer进程间通信
本文参考《Android系统源代码情景分析》,作者罗升阳 一、测试代码:        ~/Android/external/binder/server         ----FregServer.cpp         ~/Android/external/binder/common         ----IFregService.cpp...
分类:其他好文   时间:2014-06-20 10:15:53    阅读次数:370
iOS开发百问(4)
32、UIImage+Scale缩放图片UIImage可以加载图片,但是我们想要得到一张缩小或放大的图片,利用UIImage不能做到,下面我们添加一个UIImage的分类,用来实现UIImage中图片的放大和缩小。首先,创建一个UIImage+Scale类。然后,实现该类的方法:#import @interface UIImage (scale)-(UIImage*)scaleToSize:(CG...
分类:移动开发   时间:2014-06-20 09:44:31    阅读次数:408
ASCX呼叫ASPX.CS的方法
为了安全设计,一般情况之下,改用为接口(interface)。在网页中实现这个接口:用户控件:当然,把用户控件ascx拉至网页之后,在用户控件的linkbutton的click事件,就可以呼叫至网页的方法了:演示:原本写完成了,但插入一些另外在网上看到的方法,很多网友就会想到,直接把this.pag...
分类:Web程序   时间:2014-06-11 13:33:50    阅读次数:380
面向对象之简单工厂模式
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Interface{ class InterfaceTest { static void ...
分类:其他好文   时间:2014-06-11 11:59:21    阅读次数:222
ios和android播放影片
ios//// movieplayercontroller.h// sgcard//// Created by Apple on 13-9-10.////#import #import "movieplayer.h"#import "EAGLView.h"@interface MoviePlayer...
分类:移动开发   时间:2014-06-11 09:10:16    阅读次数:320
Airplay 教程: 一个 Apple TV 多人竞答游戏(2)
这个方法并未完成,仍然还要加入代码。将下列代码加到上述代码之后:    // Setup window in external screen    self.mirroredWindow = [[UIWindow alloc] initWithFrame:self.mirroredScreen.bounds];    self.mirroredWindow.hidden = NO; ...
分类:移动开发   时间:2014-06-07 14:47:25    阅读次数:399
6.5 connectionElementModel
除了elementModel外,还有两个父类。1.与label的显示有关的类吧。public interface IShowHideLabel { public void setLabelShow(Object sel, boolean show); public boolean isL...
分类:其他好文   时间:2014-06-07 11:23:11    阅读次数:197
Essential ASP.NET MVC用户界面控件包
User Interface Edition for ASP.NET MVC是一款高性能的AJAX Web用户界面产品集合,包含表格、图表、多种界面元素、日历日程、仪表等,是开发人员能在 Asp.NET MVC框架下创建出专业的商业Web应用程序。具体功能:Essential Grid for AS...
分类:Web程序   时间:2014-06-07 08:52:44    阅读次数:365
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!