2009-04-01から1日間の記事一覧

正規表現

使う時 package:java.util.regex.* Pattern pattern = Pattern.compile("^Java.*"); Matcher matcher = pattern.matcher("JavaでHello World"); boolean b= matcher.matches(); hellohiro.com 構文 構文 効果 * 直前の文字が0個以上連続 + 直前の文字が1個以…

参考URL

スタイルシートの基本 -- ごく簡単なHTMLの説明

外部ファイル(.css)が読み込めない

linkタグ.hrefのファイルパスがおかしい絶対パスにすると確認できる