Composer
[Read More]
scrapy
CentOS Install
[Read More]
Windows Subsystem for Linux use agnoster in oh-my-zsh
install 安装 cmder
[Read More]
pythone shell 添加TAB补全到pythonrc
https://gist.github.com/twneale/5245670
[Read More]
CentOS 上面部署 flask
http://flask.pocoo.org/docs/0.12/deploying/wsgi-standalone/
[Read More]
在CentOS上面安装git服务器gogs
gogs 官方网站 http://gogs.io
[Read More]
linux, MacOS 查看端口占用
用 lsof -i tcp:port 就可以查看端口占用情况,如果查看9001端口
[Read More]
CentOS 和 MacOS 安装 MySQL
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]