분류 전체보기129 json 라이브러리 json 라이브러리 2015. 10. 21. 자바스크립트 이메일 유효성 체크 2015. 10. 1. nodejs 기초 참고자료!! 진짜기초 김우진님 ppt 조대협님 블로그 http://bcho.tistory.com/900 2015. 9. 11. 간단한 달력출력!! public class CalendarExam {public void makeCalendar(int year, int month){Calendar c = Calendar.getInstance();//c.set(Calendar.DATE, 1);c.set(year,month-1,1);//현재월의 마지막 날짜System.out.println("\t\t\t"+c.get(Calendar.YEAR) +"년 " +(c.get(Calendar.MONTH)+1)+"월" );int lastOfDate = c.getActualMaximum(Calendar.DATE);//System.out.println(lastOfDate);//요일 구함.. (일 - 1, 월 - 2 ...)int week = c.get(Calendar.DA.. 2015. 9. 11. 이전 1 ··· 21 22 23 24 25 26 27 ··· 33 다음