Cheatsheet: 2018 01.01 ~ 02.28,cheatsheet01.01JAVAHow to Improve the Performance of a Java ApplicationJava Memory ManagementWriting Java Microservices With WSO2 Microservices Framework for Java (MSF4J)Microservices with Spring Boot - Part 1 -
iOS 自訂讀寫檔案,ios自訂讀寫LSCacheFile.h//// LSCacheFile.h// iPhone//// Created by xujinzhong on 14-6-5.// Copyright (c) 2014年 xujinzhong. All rights reserved.//#import <Foundation/Foundation.h>#import "LSCommonMacro.h"@interface LSCacheFile :
Objective-C Data Encapsulation,All Objective-C programs are composed of the following two fundamental elements: Program statements (code): This is the part of a program that performs actions and they are called methods.Program
Objective-C Composite Objects,We can create subclass within a class cluster that defines a class that embeds within it an object. These class objects are composite objects.So you might be wondering what's a class cluster. So we will first see what's
RACSignal的一些常用用法,RACSignal常用用法NSData + RACSupport.h@interface NSData (RACSupport)// Read the data at the URL using -[NSData initWithContentsOfURL:options:error:].// Sends the data or the error.// 返回一個URL非同步請求的訊號量// scheduler 不可為空+ (RACSignal
NSArray 自訂封裝,nsarray自訂封裝在開發過程中經常會用到NSArray相關的資料處理,感覺用起來比較繁瑣和耦合性比較高。以下根據自己的需求對NSArray做了一下簡單的封裝。有更好的封裝方法,歡迎大家提出學習。謝謝NSArray+LSCore.h//// NSArray+LSCore.h// iPhone//// Created by xujinzhong on 16/8/23.// Copyright 2016年 zlll. All rights reserved.//