One for all,all for one.

2012年6月22日 星期五

php 短標籤

›
在 php.ini 設定 short_open_tag = On 就可以使用如下語法了 Reference : PHP: Description of core php.ini directives - Manual

Function set_magic_quotes_runtime() is deprecated in PHP 5.3.0

›
find: set_magic_quotes_runtime(0); replace: ini_set("magic_quotes_runtime", 0); Reference : Function set_magic_quotes_ru...
2012年6月21日 星期四

LD_LIBRARY_PATH

›
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH: /home/yan/xxxx/lib/
2012年6月20日 星期三

vim open multiple file into tabs

›
open : $ vi *.py :tab all exit : :qa Reference : How to get vim to open multiple files into tabs at once - Super User

vim auto remove whitespace

›
~/.vimrc "auto remove whitespace when open the file autocmd FileType c,cpp,python,php autocmd BufWritePre :%s/\s\+$//e Referen...

python get file work directory

›
import os print os.path.dirname(__file__)

Windows 開機 / 關機執行指令稿

›
 可以使用 群組管理原則 (gpedit.msc) 或 登錄檔編輯器 (regedit) gpedit.msc 使用者設定 -> Windows 設定 -> 指令碼 - (登入/登出) regedit 在底下位置下新增 Script 類型 登入 ...
‹
›
首頁
查看網路版
技術提供:Blogger.