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