码迷,mamicode.com
首页 >  
搜索关键字:ios gradient view la    ( 93155个结果
SKProductsRequest ios 7不调用delegate
在iOS7中,内购只能在真机上才会调用- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response协议方法若是用模拟器,它回调用- (void)reques...
分类:移动开发   时间:2014-04-29 11:12:46    阅读次数:1565
找到视图“Page”或其母版视图,或没有视图引擎支持搜索的位置。搜索了以下位置:
将原起始页面View中 Index和 Controller中的HomeController删除后报这样的错误,在global.asax设置好路由后例:public static void RegisterRoutes(RouteCollection routes) { ...
分类:其他好文   时间:2014-04-29 10:38:47    阅读次数:544
myeclipse快捷键
------------------------------------- MyEclipse 快捷键1(CTRL) -------------------------------------Ctrl+1 快速修复Ctrl+D: 删除当前行Ctrl+Q 定位到最后编辑的地方Ctrl+L 定位在某行C...
分类:系统相关   时间:2014-04-29 10:38:47    阅读次数:487
C#读写文件总结
1、使用FileStream读写文件文件头:[csharp]view plaincopyprint?usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.IO;读文件核心代码:[csharp]view pla...
分类:其他好文   时间:2014-04-29 10:33:46    阅读次数:434
IOS 使用dispatch_once 创建单例
+ (instantClass *)sharedClient {static instantClass *_sharedClient = nil;static dispatch_once_t onceToken;dispatch_once(&onceToken, ^{_sharedClient = ...
分类:移动开发   时间:2014-04-29 10:27:47    阅读次数:419
ios Toll-Free Bridging
有一些数据类型是能够在 Core Foundation Framework 和 Foundation Framework 之间交换使用的。这意味着,对于同一个数据类型,你既可以将其作为参数传入 Core Foundation 函数,也可以将其作为接收者对其发送 Objective-C 消息(即调用O...
分类:移动开发   时间:2014-04-29 10:22:46    阅读次数:689
IOS 定位 单例
+ (SCLocationController *)sharedController{ static SCLocationController *sharedController = nil; static dispatch_once_t onceToken; dispatc...
分类:移动开发   时间:2014-04-29 10:12:46    阅读次数:534
富文本编辑器kindeditor配置
View Code * 职位描述: 您当前输入了 0 个文字。(字数统计包含HTML代码。) ...
分类:其他好文   时间:2014-04-29 09:32:47    阅读次数:748
数学文献阅读
1. Z. Skalak, On the regularity of the solutions to the Navier-Stokes equations via the gradient of one velocity component, Nonlinear Analysis, 104 (2...
分类:其他好文   时间:2014-04-29 09:27:47    阅读次数:364
IOS-Prefix.pch 文件不起作用
在接手别人的项目时发现一个问题:-Prefix.pch 预编译文件不能使用。1.首先借鉴的网站:http://blog.csdn.net/duxinfeng2010/article/details/8287550targets---build settings---prefix Header 修改为...
分类:移动开发   时间:2014-04-29 09:22:46    阅读次数:492
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!