Moving Bitbucket Repo to Github

1 2 3 4 5 6 git clone https://bitbucket.org/username/repos.git local_dir cd local_dir git remote rename origin bitbucket git remote add origin git@github.com:username/repos.git git push -u origin master git remote rm bitbucket

Android Guide App Component

TL,DR; Once installed on a device, each Android application lives in its own security sandbox: The Android operating system is a multi-user Linux system in which each application is a different user. By default, the system assigns each application a unique Linux user ID (the ID is used only by the system and is unknown to the application). The system sets permissions for all the files in an application so

Zhihu Intent Fileter Schema

之前使用浏览器浏览知乎网站时,网站上会显示打开应用,不同的浏览器点击会有不同的反应(跳转网页或者打开知乎应用),当时思考了一下具体的实现方式