JSON與XML差異比較
JSON與XML是兩種常見的資料表示方式,雖然類似但是仍有一些不同的地方,在使用上也有些差異。
screen 是在Linux上用來做window或session管理的指令,可以用單一實體terminal模擬多個sessions同時多工執行
有時數字字串要固定長度,需要在左邊或右邊補零,例如:
123 左邊補零為八位數 00000123
54321 左邊補零為八位數 00054321
Git是一種著重於速度的Version Control System和Source Code Management System,最初是由Linux Torvalds為了維護Linux Kernel而在2005年創建的。
To enable Apache for per-user directory, there are some settings need to configure.
What is per-user directory?
Apache server default directory for webpage files is at /var/www. All website files are put here. Per-user directory let different user have different website root directories under their own home directory.
Due to some cases, I wanna do CSS Injection with symbolic links to make coding easier. But I got errors (/var/log/apache/err_log) which said Symbolic link not allowed or link target not accessible
.
zsh是個很酷的shell,提供高度可自訂化的shell環境,更多詳細訊息請見 zsh官方網站
本篇筆記如何在Ubuntu環境安裝zsh,並使用oh-my-zsh客製化zsh環境,部分指令與OS X上有些許出入,OS X的安裝請見 oh my zsh Github
使用Android Studio整合GitHub做VCS,不過Android Studio還沒完全,過程中碰到一些問題
git是現在常見的distributed revision control以及source code management system,詳細介紹可以參考維基百科的說明。
本篇簡單介紹一些入門以及常用的git指令,也可以參考GitHub和Code School共同提供的Try Git教學課程。