码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
数据存储之CoreData
#import "ViewController.h" #import <CoreData/CoreData.h> #import "Person.h" @interface ViewController () @end @implementation ViewController { NSManag ...
分类:其他好文   时间:2016-09-13 20:49:48    阅读次数:127
iOS 商品倒计时 限时特价 限时优惠 功能的封装
最近项目中多个页面用到了 商品特价倒计时的功能 为了偷懒 于是自己封装了一个限时抢购 倒计时的view 代码实现如下: 定向价 限时特价 模型代码实现: @implementation STGoodsOrientationPrice @end 限时特价 view实现代码 NSDate+SY 分类代码 ...
分类:移动开发   时间:2016-09-13 00:12:41    阅读次数:241
UIScrollView 与 touchesBegan 冲突解决方法
给UIScrollView写一个延展 .h文件实现: @interface UIScrollView (NSFoundation) @end .m文件实现 @implementation UIScrollView (ScrollTouch) //重写touchesBegin方法 -(void)tou ...
分类:其他好文   时间:2016-09-11 14:08:10    阅读次数:261
IOS 遍历未知对象的属性和方法
/* 注意:要先导入ObjectC运行时头文件,以便调用runtime中的方法*/ #import <objc/runtime.h> @implementation NSObject (PropertyListing) 1、/* 获取对象的所有属性,不包括属性值 */ - (NSArray *)ge ...
分类:移动开发   时间:2016-09-10 22:17:49    阅读次数:169
c# 调用MD5CryptoServiceProvider出现 System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
进注册表按Win+R运行regedit修改下面的值为0就可以了HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy\Enabled ...
分类:Windows程序   时间:2016-09-10 17:50:59    阅读次数:492
引导页实现代码--iOS
@interface PJXPushGuideView : UIView +(instancetype)guideView; +(void)show; @end #import "PJXPushGuideView.h" @implementation PJXPushGuideView +(insta ...
分类:移动开发   时间:2016-09-08 23:17:06    阅读次数:185
CoreData
封装CoreManager类 @implementation CoreDataManager { //上下文 NSManagedObjectContext *_ctx; } //单例 +(instancetype)sharedManager { static CoreDataManager *man ...
分类:其他好文   时间:2016-09-07 17:24:17    阅读次数:136
Ehcache(2.9.x) - API Developer Guide, Cache Decorators
About Cache Decorators Ehcache uses the Ehcache interface, of which Cache is an implementation. It is possible and encouraged to create Ehcache decora ...
分类:Windows程序   时间:2016-09-06 21:11:09    阅读次数:200
Ehcache(2.9.x) - API Developer Guide, Using Explicit Locking
About Explicit Locking Ehcache contains an implementation which provides for explicit locking, using read and write locks. With explicit locking, it i ...
分类:Windows程序   时间:2016-09-03 16:33:56    阅读次数:282
iOS语音识别,语音播报,文字变语音播报,语音变文字
首先使用的是科大讯飞的sdk 1.语音识别部分 AppDelegate.m #import "AppDelegate.h" #import <iflyMSC/iflyMSC.h> @interface AppDelegate () @end @implementation AppDelegate - ...
分类:移动开发   时间:2016-09-01 13:08:06    阅读次数:323
1803条   上一页 1 ... 49 50 51 52 53 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!