package chapter16; import java.sql.*; public class Exam134 { public static void main(String[] ar) { try { Class.forName("com.mysql.jdbc.Driver"); System.out.println("Driver OK!"); } catch (ClassNotFoundException e) { System.out.println("Oh no~~~~~~~~~~~~~~~~~~~" + e); } String url = "jdbc:mysql://localhost:3306/java"; String id = "root"; String pass = "1234"; try { Connection conn = DriverManage..
package study; import java.io.*; class Lotto { int inwon; int[] ar = new int[6]; public void input() throws IOException { BufferedReader in = new BufferedReader ( new InputStreamReader (System.in) ); System.out.print("๋ช๊ฒ์ ํ์ค๋์? "); inwon = Integer.parseInt(in.readLine()); } public void numCreate() { int lottoNum; int cnt = 0; while(true) { int duple = 0; lottoNum = (int)(Math.random() * 45 + 1);..
package jbank; import java.io.*; public class AccountMain { public static void main(String[] ar) throws NumberFormatException, IOException { AccountManager jbank = new AccountManager(); BufferedReader in = new BufferedReader (new InputStreamReader (System.in)); while(true) { jbank.printMenu(); System.out.print("์ ํ: "); int choice = Integer.parseInt(in.readLine()); switch (choice) { case 1: jbank..
- Total
- Today
- Yesterday
- ์นด๋ฐ์จ๋ผ์ธ
- ๋ฉ๋ฐฐํ
- ํจ์
- jQuery
- ์น์์ด์ ์
- php
- ๊ฒฝ์ ์ฉ์ด
- ์๋ธ๋ฆฟ
- JSON
- asp
- Ajax
- Servlet
- 2ne1
- ๊ธฐํ
- ๋ณต๊ทผ์ด๋
- JSP
- ์๋ฐ์คํฌ๋ฆฝํธ
- 8๋ง์ผ
- JavaScript
- ์ธํจ์ด
- I Don't Care
- ์์์ฌ์ด๋
- MySQL
- ๋ด๋๋ด์ฐ
- ๋์ค
- JS
- JSTL
- ์๋ฆฌ
- EL
- Java
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |