install lantern.
[Read More]
lantern MacOS/Linux
lantern Windows
OS: Windows
[Read More]
RxAndroidBle
Android Studio 3.0.1
Build #AI-171.4443003, built on November 10, 2017
JRE: 1.8.0_152-release-915-b08 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.13.1
[Read More]
TipCalculator
Android 6 for Programmers 读书笔记 Welcome
Android Studio 3.0
Build #AI-171.4408382, built on October 21, 2017
JRE: 1.8.0_152-release-915-b08 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.
[Read More]
CentOS install laravel
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.