2012-02-17から1日間の記事一覧

Furlで置き換えてみる

というかFurlで置き換えてみる use strict; use warnings; use LWP::UserAgent; use Furl::HTTP; my $html; $html = get_html2("http://www.google.co.jp"); #$html = get_html("http://www.google.co.jp"); print $html; sub get_html2 { my ($url) = @_; m…

初期設定2

ログ関連の設定 — Let's Postgres # vi /var/lib/pgsql/9.1/data/postgresql.conf #log_filename = 'postgresql-%a.log' # log file name pattern, log_filename = 'postgresql-%Y-%m-%d_%H%M' #log_line_prefix = '' # special values: log_line_prefix = '…

memo

とりあえずこれだけ知っとけSQL www2b.biglobe.ne.jp/~caco/webdb-pdfs/vol15_100-107.pdf