2010-08-25から1日間の記事一覧

2つの集合(java.util.set)の比較

各集合に含まれる要素の一致を調べるには equals メソッドを用いる。 import java.io.*; import java.util.HashSet; public class set { public static void main(String[] args){ HashSet<String> a = new HashSet<String>(); HashSet<String> b = new HashSet<String>(); HashSet<String> c = new H</string></string></string></string></string>…

長い URL に DB 撃沈

データベースへの登録データ数が 7,000件を越え,順調〜と構えていたら,次の長い長いURLにぶつかり,あえなく撃沈. http://www.geocities.co.jp/Technopolis/8931/index15.html#%E3%83%BB%E7%8E%8B%E6%A7%98%E3%81%AE%E9%A3%B2%E3%81%BF%E5%B1%8B%E3%81%95…