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
- JS
- ์๋ธ๋ฆฟ
- ํจ์
- ๋ฉ๋ฐฐํ
- ์ธํจ์ด
- ์นด๋ฐ์จ๋ผ์ธ
- JSP
- ์์์ฌ์ด๋
- ๊ฒฝ์ ์ฉ์ด
- ๊ธฐํ
- jQuery
- ๋์ค
- Java
- ์น์์ด์ ์
- JavaScript
- ์๋ฐ์คํฌ๋ฆฝํธ
- EL
- JSON
- Servlet
- I Don't Care
- ์๋ฆฌ
- JSTL
- ๋ด๋๋ด์ฐ
- ๋ณต๊ทผ์ด๋
- MySQL
- Ajax
- 8๋ง์ผ
- php
- 2ne1
- asp
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 |