摘要: while (rs.next()) {
rs = stat.executeQuery(ssql);
pstring = pstring + "
" + rs.getInt("id") + " | " + flstring + rs.getString("title") + " | " +
"" + " | " + rs.getDate("time") + " |
";
if (rs.getInt("leaf") == 0) {
閱讀全文
摘要: 一個java初學者在看大連理工大學出版社出版的書(書名是《java面向對象程序設計》)候象我問了下面這樣一個問題。 為什么:
int x=Character.digit('c', 16);
System.out.println("x="+x);
閱讀全文
摘要: Connections to databases are managed using database drivers, which enable applications written in different programming languages to interact with the database (關于netbeans6.1與mysql5.1的連接問題)
閱讀全文
摘要: 進來開看看啊,兄弟我急得很,剛剛入門J2EE
閱讀全文
摘要: A. array數組 apple蘋果 add 增加 accessible 可存取的 area面積 audio 音 頻 addition 加法 action 行動 arithmetic 算法 adjustment 調整 actual 真實的 argument 參量 abstract 抽象ascent 提升 already 已經 AWT(Abstract Window Toolkit)抽象窗
閱讀全文