블로그
- 원리퍼블릭 (Onerepublic) - Wherever I Go 가사와 해석요~♥ 수 있다는 걸 알아, 하지만 난 진실을 말하지 Wherever I go there’s a shadow of you 내가 어디를 가든 너의 그림자가 있지 I know I could try looking for something new 난 내가 새로운 무언가를 찾으려 시도할 수 있다는 걸 알아 But wherever I go, I'll be looking for you
- How to check if date is valid in Java dateToValidate, String dateFromat){ if(dateToValidate == null){ return false; } SimpleDateFormat sdf = new SimpleDateFormat(dateFromat); sdf.setLenient(false); try { //if not valid, it will throw ParseException
- Taking creative action Let’s be creative, let’s try new things and most important of all let’s encourage new fellow workers
- [영진전문대 컴퓨터정보계열 컴퓨터프로그래밍전공] 자바서버프로그래밍 int myPort = 9999; final int otherPort = 8888; public MessengerA() throws IOException { MyFrame f = new void process() { while (true) { try { byte[] buf = new.......
- Vo객체에서 변수와 값을 가져오는 예제 DTO dto=new DTO(); dto.setSeq(1); dto.setTitle("제목"); dto.setCreatedate(new Date()); dto.setContent(" 내용내용"); try{ Object obj=dto; for (Field field : obj.getClass().getDeclaredFields()){ field.setAccessible
- [영진전문대 컴퓨터정보계열 컴퓨터프로그래밍전공] 자바서버프로그래밍 public class qqqq extends JFrame { BufferedImage img; public qqqq() { setTitle("Image Load Test"); try { img = ImageIO.read(new File("aa.jpg")); } catch (IOException e) { System.out.println(e.getMessage(
- 7/30 오늘의 표현 Try (Something / Somebody) out [~을, ~에게 테스트 해보다 / 시험적으로 사용해보다] : I am trying out this new OS, Windows
- 아프리카TV - AfreecaTV (Korean), 캐시슬라이드, 지하철 노선도, G마켓, Battery Doctor (배터리 세이버) 앱 업데이트 Brand new wallpaper, boost charging speeds by up to 20%! Try it now!2. 2015's #1 Batte.......
- 41번째 퍼즐 - 스트림 참조 | 자바 퍼즐러(도서) 41번째 퍼즐 - 스트림 아래의 copy() 메소드는 파일을 복사한다 이 메소드는 실행될 때마다 try 블록에서 스트림을 열고 finally 블록에서 스트림을 { in = new FileInputStream(src); out = new FileOutputStream(dest); byte[] buf = new byte[1024]; int
- 40번째 퍼즐 - 주저하는 생성자 Q40_The_Reluctant_Constructor(); public Q40_The_Reluctant_Constructor() throws Exception { throw new b = new Q40_The_Reluctant_Constructor(); System.out.println("Surprise!")
← 이전
10 페이지