2013-01-16

【程式】PHP : PHP Coding Standards Fixer

0 comments

PHP Coding Standards Fixer
The PHP Coding Standards Fixer tool fixes most issues in your code when you want to follow the PHP coding standards as defined in the PSR-1 and PSR-2 documents.
這東西,真的超好用的。
他會把多餘的空白過濾掉,Tab 用4個空白取代,幫你把括弧排整齊 ~~ blah blah ~~
簡單來說,就是美化你的程式碼啦。

2013-01-04

【Linux】Shell Script : 取代多個檔案中的文字

2 comments
Replace text in Mutiple Files
一次取代多個檔案中的文字。

【系統】ZSH : oh-my-zsh 安裝

0 comments
ZSH + oh-my-zsh 還蠻好用的,上次看 小粉紅 用,覺的挺不錯的就裝來用了。
用了一陣子,挺滿意的。
今天就來記錄一下怎麼安裝吧。

【SQL】判斷是否為數字 ( Is Numeric )

0 comments
Finder.png
最近發現查詢出來的熱門資料中,很多的Title 都是沒有意義的數字。
所以決定將這些資料都過濾掉。
利用 Regular Expressions,所以 SQL 語法就是