码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
UILabel属性小解
#import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; NSString * cont ...
分类:其他好文   时间:2016-05-28 12:49:41    阅读次数:170
RxJava学习小结
什么是RxJava1. 定义RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences. RxJava是JVM的响应式扩展(ReactiveX),它是通过使用...
分类:编程语言   时间:2016-05-27 12:11:18    阅读次数:227
JDWP Agent
JDWP Agent Implementation Description Revision History Disclaimer 1. About this Document 1.1 Purpose 1.2 Intended Audience 1.3 Using This Document 1.4 ...
分类:其他好文   时间:2016-05-27 11:01:39    阅读次数:237
NSDictionary和NSArray打印中文出现乱码的解决方案
/* 新建一个分类,打印带中文的NSDictionary和NSArray就不会再出现乱码了: */ #import <Foundation/Foundation.h> @implementation NSDictionary (Log) -(NSString *)descriptionWithLoc ...
分类:其他好文   时间:2016-05-25 22:03:53    阅读次数:121
[io PWA] Great libraries and tools for great Progressive Web Apps
sw-toolbox: Github It provides a cononical implementation of all the runtime caching strategies that you need for you dynamice content. sw-precache: G ...
分类:移动开发   时间:2016-05-23 22:31:15    阅读次数:317
成员变量修饰词的作用
成员变量的作用域 一、全局变量 @public : 在任何地方都能直接访问对象的成员变量 @private : 只能在当前类的对象方法中直接访问(@implementation中默认是@private) @protected : 可以在当前类及其子类的对象方法中直接访问 (@interface中默认 ...
分类:其他好文   时间:2016-05-20 13:23:40    阅读次数:182
Python integer objects implementation
http://www.laurentluce.com/posts/python-integer-objects-implementation/ Python integer objects implementation May 15, 2011 This article describes how ...
分类:编程语言   时间:2016-05-19 00:02:57    阅读次数:533
Python string objects implementation
http://www.laurentluce.com/posts/python-string-objects-implementation/ Python string objects implementation June 19, 2011 This article describes how s ...
分类:编程语言   时间:2016-05-18 23:52:51    阅读次数:291
Python dictionary implementation
Python dictionary implementation http://www.laurentluce.com/posts/python-dictionary-implementation/ August 29, 2011 This post describes how dictionari ...
分类:编程语言   时间:2016-05-18 23:47:50    阅读次数:264
nova boot代码流程分析(三):nova与neutron的交互(2)
继续《nova boot代码流程分析(三):nova与neutron的交互(1)》的分析。 #/nova/virt/libvirt/driver.py:LibvirtDriver # NOTE(ilyaalekseyev): Implementation like in multinics # for xenapi(tr3buchet) def spawn(self, c...
分类:其他好文   时间:2016-05-18 19:20:04    阅读次数:217
1803条   上一页 1 ... 57 58 59 60 61 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!