Python Get Start with RabbitMQ RabbitMQ is an open source & enterprise level messsage broker using AMQP protocal. The AMQP protocol is designed for asychronization and message dispatch. RabbitMQ can be used in time-consuming backend jobs Needone 21 Sep 2017 · 2 min read
API Authentication in RESTful API RESTful API is a protocal based on HTTP. Sometimes we want to encrypt the RESTful API content while using. There are three encryption in practise: 1. HTTP Basic Authentication HTTP Needone 17 Aug 2017 · 2 min read
React OpenSource: react-appstore-button module react-appstore-button version: 0.0.9 * NPM URL: https://www.npmjs.com/package/react-appstore-button * Github URL: https://github.com/arkilis/react-AppStore-Button What is this? An React component which allows you to Needone 3 Aug 2017 · 1 min read
JavaScript Iterator and Generator in ES6 Iterator and Generator are commonly used features in ES6. In this post, we will walk through the key features of iterator and generator in depth. Iterator In JavaScript, an object Needone 12 Jul 2017 · 1 min read
Objective-C Method Chaining in Objective-C and how to make your own When I was using the Masonry, I was shocked by author’s thoughts on bring Functional Programming to objective-c, which present a clean and concise way on developing. Normally a Needone 1 Jun 2017 · 2 min read
Mobile viewWillAppear, viewDidAppear, viewDidLoad, viewWillDisappear and viewDidDisappear? Introduction Before this, let me ask you what is the running order of viewWillAppear, viewDidAppear, viewDidLoad, viewWillDisappear and viewDidDisappear? If you know the answer, please close this webpage and continue Needone 8 Apr 2017 · 2 min read
JavaScript WeApp-jandan 微信小程序–煎蛋 1. 效果图 (Final Screenshot) 2. 功能 (Features): * 无聊图 * 段子 * 妹子图 (这个是必须的)Updated: 这个已经被煎蛋取消了 * 投票 Github 地址: https://github.com/arkilis/weapp-jandan 3. 声明 (Disclaim) 真机调试不可用,因为,煎蛋的服务器没有正确地配置SSL证书,见谅~~~~ 如果有朋友告知怎么绕过这个证书错误,请告知多谢 Needone 2 Apr 2017 · 1 min read
Python Python Teltra SMS SDK telstra-sms-sdk A fully tested Python SDK allow you to send sms in a more easy way! Current version: 0.0.7 Support Python version: >=python 2.6 (not python3) If Needone 1 Apr 2017 · 1 min read
JavaScript Get and Set a State in React State is a JavaScript object that lives inside each of the component, We can aaccess it via this.state. Unlike JQuery and Backbone, DOM is manipulated indirectly in React, which Needone 11 Nov 2016 · 1 min read
Mobile Static Library, Dynamic Library and Frameworks in iOS What you can get from this article: * What are Static Library and Dynamic Library not just in iOS * How do they work (in genertal) Some concepts about library * Reduce coupling: Needone 21 May 2016 · 2 min read
iOS Default iOS URL Schemas The following is a list of default URL Schemas supported natively in iOS (all versions): Objective-C // Make a phone call [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:12125551212"]]; // Open an url Needone 3 Jan 2016 · 1 min read