250x250
Notice
Recent Posts
Recent Comments
Link
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 스택
- Java
- 큐
- sql
- Union-find
- math
- alter
- Properties
- date
- 리소스모니터링
- set
- JPA
- 스프링부트
- html
- GC로그수집
- CSS
- javascript
- List
- spring boot
- map
- Calendar
- deque
- dfs
- string
- union_find
- BFS
- 힙덤프
- priority_queue
- NIO
- scanner
Archives
- Today
- Total
목록프로젝트/[likelion]술집 루트추천 - 차차차 (1)
매일 조금씩

웹 또는 앱을 처음 실행 시켰을 때 나오는 로딩 페이지를 다음페이지로 넘어가는것을 특정시간 delay시켜 원하는 로딩 페이지를 띄우도록 구현했다. 위와 같이 chachacha폴더의 chachacha-master라는 프로젝트는bars, maps,users의 총 3개의 앱을 가진다. 그중 users 앱의 templates 폴더에 loading.html을 만든다. 앱을 열었을 때 3초 정도 delay를 주기 위해 setTimeout()을 사용한다.{% load staticfiles %} if (window.location == 'http://127.0.0.1:8000/users/loading' ) { window.location.href='http://127.0.0.1:8000/users';}}, 30000)..
프로젝트/[likelion]술집 루트추천 - 차차차
2019. 9. 3. 22:53