티스토리 뷰
<img src="/images/main_new/quick_pre.gif" alt="이전" onClick="if (objRightTodayGoods) objRightTodayGoods.move(0);" style="cursor:pointer;"/>
<ul id="canvasTodayGoodsList">
<script type="text/javascript">
<!--
function rightTodayGoods(objCanvas) {
this.objCanvas = objCanvas;
this.arrData = new Array();
this.firstIdx = 0;
this.lastIdx = 1;
this.add = function(data) {
this.arrData[this.arrData.length] = data;
}
this.print = function(idx) {
var cnt = 0;
var data = "";
if (!idx) idx = 0;
for (var i=idx; i < this.arrData.length; i++) {
cnt++;
if (cnt < 4) {
data += "<li>";
data += this.arrData[i];
data += "</li>";
}
}
this.objCanvas.innerHTML = data;
}
this.move = function(direction) {
var totalCnt = this.arrData.length;
if (totalCnt <= 3) return;
if (direction == 0 ) {
if (this.firstIdx > 0) {
this.firstIdx = this.firstIdx - 1;
this.lastIdx = this.lastIdx + 1;
this.print(this.firstIdx);
}
}
else {
if (this.lastIdx > -(totalCnt - 4)) {
this.firstIdx = this.firstIdx + 1;
this.lastIdx = this.lastIdx - 1;
this.print(this.firstIdx);
}
}
}
}
var objRightTodayGoods = new rightTodayGoods(document.getElementById('canvasTodayGoodsList'));
if (getCookie("LatelyViewGoods") != null && getCookie("LatelyViewGoods") != "") {
try {
var jsonData = $.parseJSON(getCookie("LatelyViewGoods"));
for (var i = 0; i < jsonData.length; i++) {
objRightTodayGoods.add('<p class="list_box"><a href="/Good/Detail/' + jsonData[i].goodsUid + '"><img src="<%= System.Web.Configuration.WebConfigurationManager.AppSettings["goodImageRootUrl"] %>' + jsonData[i].image + '" alt="sky_i1" width="78" height="78" /></a></p>');
}
} catch (e) { }
}
objRightTodayGoods.print();
//-->
</script>
</ul>
<img src="/images/main_new/quick_next.gif" alt="다음" onClick="if (objRightTodayGoods) objRightTodayGoods.move(1);" style="cursor:pointer;"/>
- Total
- Today
- Yesterday
- java.sql
- 람다식(lambda expression)
- 스프링 시큐리티(spring security)-http basic 인증
- 스프링 프레임워크(spring framewordk)
- 스프링 프레임워크(spring framework)
- java web-mvc
- java-개발 환경 설정하기
- 표현 언어(expression language)
- 진수 변환
- React
- java 키워드 정리
- 제품 등록
- 스프링 시큐리티(spring security)
- 상품 등록
- await
- 인텔리제이(intellij)
- In App Purchase
- jstl(java standard tag library)-core
- system.io
- 문자 자르기
- MainActor
- REST API
- error-java
- nl2br
- jsp 오픈 소스
- 메이븐(maven)
- .submit()
- 특정 문자를 기준으로 자르기
- System.Diagnostics
- jstl(java standard tag library)
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |