'Game > Lineage' 카테고리의 다른 글
20160429 3부적 (0) | 2016.05.09 |
---|---|
20160427 10부적 (0) | 2016.05.09 |
201511 개미2 (0) | 2015.12.14 |
201511 개미1 (0) | 2015.12.14 |
201510 개미 (0) | 2015.10.25 |
20160429 3부적 (0) | 2016.05.09 |
---|---|
20160427 10부적 (0) | 2016.05.09 |
201511 개미2 (0) | 2015.12.14 |
201511 개미1 (0) | 2015.12.14 |
201510 개미 (0) | 2015.10.25 |
20160427 10부적 (0) | 2016.05.09 |
---|---|
201512 개미 (0) | 2015.12.14 |
201511 개미1 (0) | 2015.12.14 |
201510 개미 (0) | 2015.10.25 |
201509 개미 (0) | 2015.09.28 |
201512 개미 (0) | 2015.12.14 |
---|---|
201511 개미2 (0) | 2015.12.14 |
201510 개미 (0) | 2015.10.25 |
201509 개미 (0) | 2015.09.28 |
201508 개미동장 (0) | 2015.09.14 |
$('#create').submit(function() { // catch the form's submit event
$.ajax({ // create an AJAX call...
data: $(this).serialize(), // get the form data
type: $(this).attr('method'), // GET or POST
url: $(this).attr('action'), // the file to call
success: function(response) { // on success..
$('#created').html(response); // update the DIV
}
});
return false; // cancel original event to prevent form submitting
});
<form id=create method=POST action=create.php>
<input type=text name=url>
<input type="submit" value="Create" />
<div id=created></div>
JavaScript GoogleMapAPI 사용하기 예제 (0) | 2016.02.16 |
---|---|
JavaScript GoogleMap 경로연결, 함수내 foreach 예제 (0) | 2016.02.16 |
JSP 에러페이지 (0) | 2015.01.21 |
JSP 액션태그 forward 예제 (0) | 2015.01.20 |
JSP 액션태그 include 예제 (0) | 2015.01.20 |
eGovFrame 01.실행환경_실습교제(공통기반)
이 문제를 진행하다보면 XMLEmpDAO의 소스에서 Collections부분의 에러를 확인할 수 있다.
Bound mismatch : the generic method sort(list <t> ) of type collections is not applicable....
이는 콜렉션프레임워크에서 정렬을 할 때 각 원소간 크기를 비교해야하는데 그 기준을 정의하지 않아서 발생하는에러이다.
이 에러를 해결하기 위해선 객체를 정의할 때 Comparable을 implement 한 뒤 정의 하면 된다.
eGovFrame 상위부서코드를 가져오는 JavaScript 생성 (0) | 2016.03.03 |
---|---|
iBatis/MyBatis Error setting property 'setXXX' of (0) | 2016.02.22 |
MyBatis <> 사용 & 기간검색 (0) | 2015.05.30 |
Spring Mybatis 기본설정 (0) | 2014.09.26 |
Spring 게시판 페이지 (0) | 2014.08.18 |
201511 개미2 (0) | 2015.12.14 |
---|---|
201511 개미1 (0) | 2015.12.14 |
201509 개미 (0) | 2015.09.28 |
201508 개미동장 (0) | 2015.09.14 |
201508 개미_3 (0) | 2015.08.27 |
201511 개미1 (0) | 2015.12.14 |
---|---|
201510 개미 (0) | 2015.10.25 |
201508 개미동장 (0) | 2015.09.14 |
201508 개미_3 (0) | 2015.08.27 |
201508 개미_2 (0) | 2015.08.27 |
201510 개미 (0) | 2015.10.25 |
---|---|
201509 개미 (0) | 2015.09.28 |
201508 개미_3 (0) | 2015.08.27 |
201508 개미_2 (0) | 2015.08.27 |
201508 개미_1 (0) | 2015.08.27 |
안드로이드 스튜디오 소켓통신 한글깨짐 (1) | 2015.05.14 |
---|---|
안드로이드 배경이미지 (0) | 2014.08.20 |
안드로이드 버튼 클릭 리스너 (0) | 2014.08.12 |
안드로이드 스피너 예제 (0) | 2014.08.08 |
안드로이드 액티비티간 데이터 전송 (0) | 2014.08.08 |
201509 개미 (0) | 2015.09.28 |
---|---|
201508 개미동장 (0) | 2015.09.14 |
201508 개미_2 (0) | 2015.08.27 |
201508 개미_1 (0) | 2015.08.27 |
20150801 놀토 (0) | 2015.08.05 |