MySQL官方网站 https://www.mysql.com/
[Read More]
CentOS python 虚拟环境 virtualenvwrapper
CentOS 安装 pip
[Read More]
Linux(CentOS) 下 is not in the sudoers file 的解决方法
使用root帐户执行visudo。
[Read More]
上传ijkplayer到cocoapods
https://github.com/iOSDevLog/ijkplayer
[Read More]
Use Google Analytics in Jekyll
https://analytics.google.com/
[Read More]
drawable or mipmap
mipmap folders for diffrent DPIs, No more diffrent DPIs drawable folders. 4个不同分辨率的mipmap文件夹,与不同DPI的drawable文件夹没啥区别。 Should I put all my resources in the mipmap folders, or just the app icon? 我应该把所有资源都放到mipmap文件夹么?或者只放应用的图标? 答案:The mipmap folders are for placing your app icons in only. Any other drawable assets you use should be placed in the...
[Read More]
Observable
Observable.never(): Creates an observable sequences that never emits any elements.
Observable.just(_:): Emits one element and a .completed event.
Observable.empty(): Emits no elements followed by a .completed event.
Observable.error(_): Emits no elements and a single .error event.
Filtering Operators
RxMarbles for iOS
[Read More]
Subjects
What are subjects
[Read More]
Cocoa and UIKit Asynchronous APIs 1. Hello RxSwift
«RxSwift - Reactive Programming with Swift»
[Read More]
保持乐观是门技术活
Adversity 发生事件
Belief 产生想法
Consequence 引发后果
Disputation 进行反驳
Energization 激发
[Read More]
Network Time Protocal (ntp) Android
Source Code
[Read More]
编程一小时
Study Jams 2017 1A. 布局-上
XML
[Read More]
6. 状态
今天我们开始了解React中有状态组件的工作原理,并且看看我们何时以及为什么要使用state。
[Read More]
5. 数据驱动
通过这一点,我们已经编写了我们的第一个组件并将其设置为子/父关系。但是,我们还没有将任何数据绑定到我们的React组件。虽然在React中写一个网站是一个更愉快的体验(在我们看来),我们还没有利用React的力量来显示任何动态数据。
[Read More]
4. 复杂组件
原文:Complex Components
[Read More]
3. 第一个组件
让我们重温第一天介绍的Hello world应用程序。这次,略有不同:
[Read More]
2. 什么是JSX?
原文: What is JSX?
[Read More]
1. 什么是 React?
原文:What is React?
[Read More]