今天才發現 tumblr 的 page1 可以吃 template variable,也就是上方文件中的那些設計變數;這使得 tumblr static page 可以變得很方便,不再是普通的 static page。
例如,現在的 theme 大多沒有人用 “following” 這個 template variable,因為它不能限制輸出的個數,當你的 following 愈來愈多時(e.g. > 50),介面上會變得很醜。
所以可以使用一個分開的 static page,裡面採用 template vairable,專門顯示 followings,就不會影響主頁的設計了!
I’ve just found out that Page in Tumblr can also use most of the template variables listed in the documentation.
And I added a static page for displaying all of my followings so that it won’t mess up my main tumblr page2.
而且,還可以透過 override “iphone-theme” 這個 static page url 來改變 iPhone/Pod 觀看的設計。GJ! Tumblr.
改變 MacOSX 10.5 登入畫面:
/System/Library/CoreServices/DefaultDesktop.jpg
把這個檔案替換成你想要的圖片。然後改修正權限:
sudo chown root:wheel /System/Library/CoreServices/DefaultDesktop.jpg
就好了,上面是我現在的 iBook ~~~~
:help mksession for more information.
如果 VIM 工作到一半,系統必須要重開了,想要記錄所有開啟的 tab:
:mksession NAME 就會將 NAME 存在 current working directory 中:source NAME 將 NAME 檔案裡面的 session 讀回來NAME 所在的同目錄下執行 vim -S NAMENAME 那預設會存在你的家目錄,並且叫做 Session.vim:help v_b_I for more information.
如果想對多行插入(例如加上 // 註解一大段 javascript)
ctrl-v 進入 visual blocki// (到此,會只看到 // 出現在第一行)Esc (其它行都會出現 // 了)如果是刪除開頭的 comment,那就是:
v 把那幾行選起來:s/^\/\///g在看完「OLYMPUS PEN E-P2數位單眼相機完全解析」之後,還是有一些新發現:
另外補上之前的關機如果選擇開啟「鏡頭回縮」,就會讓焦點對在無限遠…。