2009年07月02日

【1日1Rails】YAML形式への変換、デコード

Ruby 1.8.7
Rails 2.3.2
YAMLへの変換、デコード
to_yaml
YAML.load


続きを読む
posted by MW at 22:22| Comment(0) | TrackBack(0) | 1日1Rails

【1日1Java】ZipInputStreamで解凍

// JRE 1.6.0_07
// java.util.zip.ZipInputStream
// ZipInputStreamクラスを使用してZipファイルの解凍
// tag zip


続きを読む
posted by MW at 22:09| Comment(0) | TrackBack(0) | 1日1Java

【1日1Commons】ランダムな文字列を生成する

// JRE 1.6.0_07
// Commons Lang 2.4
// ランダムな文字列を生成する
// org.apache.commons.lang.RandomStringUtils
// tag random string


続きを読む
posted by MW at 22:06| Comment(0) | TrackBack(0) | 1日1Commons