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