블로그
- 49일차소스_12 ; static final String user="root"; static final String pw="1234"; public static Connection connect() ); } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace().......
- 50일차소스_10 ; static final String user="root"; static final String pw="1234"; public static Connection connect() ); } catch (Exception e) { e.printStackTrace(); } return conn; } public sta.......
- 49일차소스_16 String url="https://comic.naver.com/index"; Document doc=null; try { doc=Jsoup.connect(url).get(); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } Elements eles=doc.select
- 38번째 퍼즐 - 초대받지 않은 손님 수 있다 문제는 이 메소드가 정적 필드를 초기화할 때 사용된다는 것으로, 자바는 정적 필드를 초기화할 때 예외가 발생하는 것을 허용하지 않는다 따라서 필드 초기화 부분은 별도로 try-catch public class Q38_The_Unwelcome_Guest { public static final long GUEST_USER_ID = -1; private static final
- jar 안에 있는 파일을 찾지 못한다? 문제) public static String getProperties(String key) { final Properties properties = new Properties(); try { properties.load(new FileInputStream("push.properties")); } catch (FileNotFoundException e) { e.printStackTrace
- [javascript]예약어 자바스크립트의 키워드이므로 변수이름으로 쓰면 안된다. abstract boolean break byte case catch char class const const continue default do double else extends false final finally float for function goto if implements import in instanceof
- [영진전문대 컴퓨터정보계열]자바 글자 애니매이션(예제) .*; public class myapplet extends Applet implements Runnable { static final int MAX_FRAME = 200; int { Thread.sleep(40); } catch (InterruptedException e) { } repain.......