2013-03-04

【系統】Fabric : 好用的 Server 管理工具

0 comments
最近在 neoesque 的網頁上看到一個不錯的東東 : Fabric
研究了一下,真是不錯的東西,
就裝來用了。

安裝其實很簡單,但我搞了一會…
因為我少裝了 setuptools ,一直沒發現…還一直在找那裡出錯了 @ @

2013-03-01

【程式】PHP : File 相關

0 comments
列一下檔案的相關 Functions
都從 php.net 複制過來,只是記錄一下,
老了,常會忘掉,這樣下次就不用再查了

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 語法就是