새로운것을 짜고있네요. > 자유게시판

자유게시판

새로운것을 짜고있네요. 정보

새로운것을 짜고있네요.

본문

x일 동안 인기순위
x일 동안 다운로드 순위
부하를 줄이기 위해 특정 시간마다  json을 생성하고 파싱해오는식으로 짜고있네요~

{
  "download": [
       { "no": "1", "bo_table": ["free"], "wr_id": ["7"], "datetime": ["2012-07-24"], "count": ["1"] },
  ],

  "view": [
       { "no": "27", "bo_table": ["free"], "wr_id": ["2"], "datetime": ["2012-07-25"], "count": ["3"] },
       { "no": "20", "bo_table": ["free"], "wr_id": ["3"], "datetime": ["2012-07-25"], "count": ["3"] },
       { "no": "12", "bo_table": ["free"], "wr_id": ["4"], "datetime": ["2012-07-25"], "count": ["3"] },
       { "no": "15", "bo_table": ["free"], "wr_id": ["5"], "datetime": ["2012-07-25"], "count": ["3"] },
       { "no": "4", "bo_table": ["free"], "wr_id": ["6"], "datetime": ["2012-07-24"], "count": ["1"] },
       { "no": "14", "bo_table": ["free"], "wr_id": ["6"], "datetime": ["2012-07-25"], "count": ["2"] },
       { "no": "8", "bo_table": ["free"], "wr_id": ["7"], "datetime": ["2012-07-24"], "count": ["1"] },
       { "no": "35", "bo_table": ["free"], "wr_id": ["7"], "datetime": ["2012-07-25"], "count": ["2"] },
       { "no": "6", "bo_table": ["free"], "wr_id": ["8"], "datetime": ["2012-07-24"], "count": ["1"] },
       { "no": "13", "bo_table": ["free"], "wr_id": ["8"], "datetime": ["2012-07-25"], "count": ["3"] },
       { "no": "5", "bo_table": ["free"], "wr_id": ["9"], "datetime": ["2012-07-24"], "count": ["1"] },
       { "no": "22", "bo_table": ["free"], "wr_id": ["9"], "datetime": ["2012-07-25"], "count": ["3"] },
       { "no": "2", "bo_table": ["free"], "wr_id": ["11"], "datetime": ["2012-07-24"], "count": ["2"] },
       { "no": "26", "bo_table": ["free"], "wr_id": ["11"], "datetime": ["2012-07-25"], "count": ["4"] },
  ]
}
추천
0
  • 복사

댓글 10개

view와 다운로드는 히트와 다운로드 구분이구요.
bo_table 은 게시판이고.
wr_id는 게시글 테이블 코드
datetime는 다운 혹은 view한 날짜
count는 같은 날짜에 같은 게시판에 같은 wr_id 의 게시판에서 다운또는 히트한 숫자입니다.
© SIRSOFT
현재 페이지 제일 처음으로