Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

2012-05-22から1日間の記事一覧

書籍 Refactoring to Patterns | Protection | Limit Instantiation with Singleton

パンくず 書籍 Patterns to Patterns Protection Limit Instantiation with Singleton 概要 Limit Instantiation with Singletonについて 使用する場面 パフォーマンスやメモリーの、都合でひとつのインスタンスにしたい場合 対応方法 Singletonパターンを適…

書籍 Regular Expressions Cookbook | Word Boundary

パンくず 書籍 Regular Expressions Cookbook Word Boundary 概要 単語境界にマッチングする方法について。 指定パターンの前後に区切り文字があるかどうかでマッチングを行う。 また、区切り文字がない場合のみマッチングを行う。 構文 単語境界(前) \bwo…