sts 패키지명 path에서 제거 url에는 가상의 파일명 및 가상의 디렉토리도 설정 가능함 sts에서 이렇게 세팅시 패키지명 붙이지 않아도 가상서버 확인 가능ex) web/test.do => /test.do 2024. 5. 31. #19 / Thread (class 형태 , interface 형태) ⚡ Thread (class 형태 , interface 형태)public class thread1 {//Thread (class 형태 , interface 형태) public static void main(String[] args) { //-- class 형태 Thread 호출// int w = 0;// while( w 2024. 5. 31. 금액에 , 찍기 ⚡ 금액에 , 찍기int total_money = 1882732018;DecimalFormat df = new DecimalFormat("###,###");String moneys = df.format(total_money);System.out.println("총판매 금액 : "+ moneys + "원");//총판매 금액 : 1,882,732,018원 출력 2024. 5. 31. #1-1 / MYSQL start,setting mysql 다운로드 try free -> oracle -> 이거 아님 xxxxxMySQL Community (GPL) Downloads » => Download Archives or MySQL Community Server=> msi 다운로드 - complete (visual strudi ~ 어쩌구로 다운 안될 시 2019 visual c++ runtime downloads 다운로드) Data directory - D:\MySQL\MySQL Server 8.4\type and Networking config type - development computer Accounts and Roles - password 세팅apply configuration - excute 버튼 : 내 컴퓨터 검토 .. 2024. 5. 30. 이전 1 ··· 49 50 51 52 53 54 55 ··· 77 다음