以前、macでのhostsファイルの編集方法を紹介しましたが、hostsの切り替えに便利なツールがありましたので、それを紹介します。
hoster
このソフトを使えば、ターミナル上から、hostsファイルを編集する必要がなく、GUIの操作だけでhostsを変更することが可能です。頻繁にhostsの設定を変更する必要がある方にとっては、とても重宝するのではないでしょうか。…
ピックアップ記事
macでhostsファイルの切り替え
2010年12月08日
過去Blog
htmlファイルでphpを動かすための.htaccessファイルの設定
2009年11月20日
過去Blog
htmlファイルでphpを動かすための.htaccessファイルの設定
.htaccessファイル内に以下の行を記述します。
AddType application/x-httpd-php .htm .html
当然の前提条件として、htaccessの動作が許可されているサーバに限ります。…
UITableView cell の選択を無効にする
2011年04月28日
過去Blog
cell.selectionStyle = UITableViewCellSelectionStyleNone;
PHP 配列から空白要素を削除する
2010年02月20日
過去Blog
配列 $array_exampleの要素のなかで、空白のものを削除。
$array_example = array_filter($array_example, 'strlen');
rootでログイン出きるようにする「fedora 12」
2010年04月05日
過去Blog
fedora 12 best templates
graffiti on the web
この投稿へのコメント
コメントはまだありません。