블로그
- [Java] 로또 번호 생성 프로그램(정렬, 랜덤 기능) :: We Can it 구현 로직 로또 번호를 저장할 배열을 선언 1~45까지의 난수를 6개 발생시켜 값을 저장... int lotto_num[] = new int[6]; String result_txt = ""; for(int i=1; i<=30; i++){ result_txt = ""; result_txt
- 메이븐(Maven) 정리 Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and 의존관계 관리 - 소스코드 관리 - 릴리즈 - 배포 메이븐 사용시 이점 - 의존성 관리 (오픈소스 라이브러리 뿐만 아니라 프로젝트 혹은 무듈간의 의존성 또한 관리가 가능함) + Java
- Java servlet - wiki http://en.wikipedia.org/wiki/Java_servlet#History A Java servlet is a Java programming language programthat Although servlets can respond to any types of requests, they most commonly implement applications hosted
- [ myNote ] http://docstore.mik.ua/orelly/java-ent/servlet/ch02_01.htm The GET method, although it's designed for reading information, can include as part of the request some of its own information that better describes
- [스크랩] Android FlatUI You can define the widgets in XML or create on run time in JAVA. Even though the widgets are customized, you can create your styles with attributes.
- Reading images using ImageIO.read(file); causes java.lang.OutOfMemoryError: Java heap space Is there anyway the following code can be fixed to avoid the OutOfMemory error? file = new File(resultMap.get("outputFile").toString() + ".png"); ImageIO.write(img, "png", file); Java
- [영진전문대학 컴퓨터정보계열] 전공영어 Programming Language Java source code files(files with a .java extension) are compiled into a format called byte code(files with a .class extension), which can then be executed.......
- 자바 검색 엔진 - xxl, lucene-bdb, org.easyb, ow2-deployment-1.2-spec, impala-interactive Maven Repository Search Engine Java developers can use Jarvana to search for classes and their jar files.Source code and javadocs can be viewed when available.Jarvana searches the central maven repository and providesmaven
- Jasper Multiple Sheets It also supports many data sources like JDBC, Hibernate, EJB, Java Bean etc.,The Jasper Report can be used on the web and also it can be used from simple Java application.
- plsql 커서 사용법 The main purpose of the ref cursor is, we can return the query result in the front end(Java, .Net, VB Ref cursor can be passed as a variable t.......
1 페이지
다음 →