码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
利用内存映射文件在两个进程间共享数据 转
private hMapFile: THandle; MapFilePointer: Pointer; public { Public declarations } end;var Form1: TForm1;implementation{$R *.DFM}procedure...
分类:其他好文   时间:2014-07-10 13:27:29    阅读次数:217
自定义导航条的颜色
才发现,导航条的颜色是可以进行修改的。#import "AppDelegate.h"#import "RootViewController.h"@implementation AppDelegate- (BOOL)application:(UIApplication *)application di...
分类:其他好文   时间:2014-07-10 10:13:35    阅读次数:157
MVC4 学习笔记01
1 、 ASP.NET MVC 中 ActionResult 和 ViewResult 在使用上的区别是什么?要注意什么吗? ActionResult 是一个抽象(abstract)类,ViewResult 只是ActionResult 的一个实现(implementation)。如果你确认你返回的...
分类:Web程序   时间:2014-07-03 12:37:43    阅读次数:190
[转]http://blog.quarkslab.com/visual-c-rtti-inspection.html
[转]http://blog.quarkslab.com/visual-c-rtti-inspection.htmldynamic_cast implementation:http://wyfeizj.wordpress.com/2011/03/25/the-rtti-implementation-...
分类:Web程序   时间:2014-07-03 00:08:42    阅读次数:244
视图自定义旋转动画 类似百度音乐
@interface FirstViewController () @property (nonatomic,assign)BOOL isplay; @end @implementation FirstViewController @synthesize isplay; - (void)viewDidLoad {     [super viewDid...
分类:其他好文   时间:2014-07-02 10:47:22    阅读次数:191
实现多个UIView之间切换的动画效果
@interface RootViewController (){ UIView *view1; UIView *view2; int flag;}@end@implementation RootViewController- (void)viewDidLoad{ [s...
分类:其他好文   时间:2014-07-02 10:25:29    阅读次数:130
IOS7中动态计算UILable的高度
.h文件 #import @interface UILabel (ContentSize) - (CGSize)contentSize; @end .m文件 #import "UILabel+ContentSize.h" @implementation UILabel (ContentSize) - (CGSize)contentSize { NSMutablePa...
分类:移动开发   时间:2014-07-02 09:50:21    阅读次数:223
Boost智能指针——scoped_ptr
boost::scoped_ptr和std::auto_ptr非常类似,是一个简单的智能指针,它能够保证在离开作用域后对象被自动释放。上一段代码,以及其输出: 1 #include 2 #include 3 #include 4 5 class implementation 6 { 7 pu...
分类:其他好文   时间:2014-07-01 18:58:19    阅读次数:261
基于JSP的学术交流论坛系统的设计与实现
题目: 基于JSP的学术交流论坛系统的设计与实现   The Design and Implementation of Academic   Exchange BBS System Based on the JSP...
分类:Web程序   时间:2014-06-30 08:53:08    阅读次数:485
使所有页面都屏幕不能旋转(始终竖屏)
是不是很想有一种方法,使写一次代码,就可以使所有的页面屏幕都在不旋转(即在屏幕转的时候,字幕并不会改变)首先上下结构图:上代码:#import "AppDelegate.h"#import "RootViewController.h"@implementation AppDelegate- (BOO...
分类:其他好文   时间:2014-06-27 14:11:38    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!