以下是網上收集的 2014 美津濃香港半馬拉松錦標賽照片連結,感謝大家無私地替跑手晒靚相。
Hong Kong Sports Photography Association Part 1
Hong Kong Sports Photography Association Part 2
Hong Kong Sports Photography Association Part 3
Hong Kong Sports Photography Association Part 4 <--新
以下是網上收集的 2014 美津濃香港半馬拉松錦標賽照片連結,感謝大家無私地替跑手晒靚相。
Hong Kong Sports Photography Association Part 1
Hong Kong Sports Photography Association Part 2
Hong Kong Sports Photography Association Part 3
Hong Kong Sports Photography Association Part 4 <--新
In nginx, when user click on a PDF link, if you want the file to be downloaded instead of showing directly on the web browser, we have to default the MIME type of the pdf files from application/pdf to application/octet-stream. So you can add the following lines in your nginx settings:
# force pdf files to be downloaded
location ~* (.*\.pdf) {
types { application/octet-stream .pdf; }
defau
PLAY 雜誌今期有 2013 年跑鞋年鑑,大家亦可以到 facebook 觀看:
PLAY Issue 16: 2013 跑鞋年鑑 Facebook Pages
當中已包括年尾出的 Mizuno 新 model 如 rider 17,但一些如 New Balance Minimus 系列卻沒有,無論如何都是一個很有用的參考。
另為方便大家閱讀,我把當中的圖像製作成 PDF 檔案:
brackets.io is a brilliant open source code editor by Adobe. The editor is completely written using Javascript. Although sometimes I feel it a little bit slow, it is very powerful as a code editor for web development.
The only thing that annoys me is that the editor will trigger the discrete graphics card on my MacBook Pro Retina that will shorten the battery life of the computer. To solve this,