2010-05-01から1ヶ月間の記事一覧

基礎データ 郵便番号、駅データ postgres

基礎データ[PostgreSQL] 郵便番号辞書をデータベースに投入する手順 Kawanet Blog II/ウェブリブログ駅データ、緯度経度つき 駅データ 無料ダウンロード 『駅データ.jp』

php PEAR Cache_Lite

ファイルベースのキャッシュhttp://pear.php.net/manual/ja/package.caching.cache-lite.php http://pear.php.net/manual/ja/package.caching.cache-lite.cache-lite.cache-lite.phphttp://logic.stepserver.jp/data/archives/334.html require_once('Cache/…

python de slug スラグ

import re,string replacement = '-' text = 'bitter sweet & love' slug_str = re.sub('[%s]+' % re.escape(string.punctuation + string.whitespace), replacement, text) slug_str = slug_str.strip(replacement) print slug_str bitter-sweet-love

SQL ALTER TABLE

PostgreSQL関連メモ - adiary開発日誌 目的 SQL NOT NULLを付ける ALTER TABLE table ALTER COLUMN [col] SET NOT NULL NOT NULLを外す ALTER TABLE table ALTER COLUMN [col] DROP NOT NULL DEFAULTを付ける ALTER TABLE table ALTER COLUMN [col] SET DEFA…

python 真偽値

if と真偽値 | すぐに忘れる脳みそのためのメモ 空文字・空リストは 偽 。

IPMI 監視

BMC Baseboard Management Controller の略。 IPMI 仕様で定義されている。IPMI を実現するために存在する。 インフラ勉強会 Wiki - {{page}} 2018 DellのBMCの呼称がiDRAC(Integrated Dell Remote Access Controller)サーバのエラーランプの内容をOSから確…