2009-11-01から1ヶ月間の記事一覧

set names ujis;禁止

php4には関数ない。 PHPから SET NAMES ujis はやらない - yoshihi6の備忘録 SET NAMESは禁止

ベーシック認証

host制限 order allow from deny from認証 require authtype authname authuserfile併用 satisfy any どちらか satisfy all ホスト制限も認証も mod_access - Apache HTTP サーバ 認証、承認、アクセス制御 - Apache HTTP サーバ

ファイルの拡張子一覧を作成する

$ perl -wnl -e '/\.\/.*(\..*)$/ and print $1;' files.txt | sort | uniq findを使う $ find ./ -type f | perl -wnl -e '/\.\/.*(\..*)$/ and print $1;' | sort | uniq

MT::Bootstrap MT4.xプラグイン作成/MTのライブラリを利用した独自アプリを作る - アークウェブシステム開発SandBoxmt::loop 小粋空間: MTLoop タグによる配列変数・ハッシュ変数の制御mt::app Movable Type オブジェクト・リファレンス - MT::App