Sublime Text改Tab為空白並自動顯示
- 2019.04.15
- Sublime
"tab_size": 4, "draw_white_space": "all", "translate_tabs_to_spaces": true
"tab_size": 4, "draw_white_space": "all", "translate_tabs_to_spaces": true
Install: $ sudo apt-get install python-virtualenv Make a virtual enviroment with assigned python interpreter: $ virtualenv -p /usr/bin/python3.6 py3.6 Activate the virtual enviroment created in b. $ s ...
vim開啟檔案 -> 輸入: -> 輸入set fileformat=unix -> Enter -> 輸入: -> 輸入wq -> Enter
追蹤特定User的特定Process: #!/bin/sh output_folder="./MemoryTracing" if [ ! -d $output_folder ] then mkdir $output_folder fi file="$output_folder/$(date '+%y%m%d').txt" rm $file while true do now=$(date '+%H ...
在Eclipse中安裝以下兩個Plug-in後重新啟動Eclipse:[su_quote]Remote System Explorer End-User RuntimeRemote System Explorer User Actions[/su_quote] (安裝方法: Help -> Install New Software… -> Add… 「Photon – h ...