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 | 31 |
Tags
- JPA
- CSS
- math
- alter
- 큐
- Java
- Properties
- 스택
- Calendar
- string
- 스프링부트
- dfs
- scanner
- sql
- priority_queue
- Union-find
- List
- GC로그수집
- date
- union_find
- set
- NIO
- html
- deque
- BFS
- spring boot
- 리소스모니터링
- javascript
- 힙덤프
- map
Archives
- Today
- Total
목록프로젝트/[likelion]술집 루트추천 - 차차차 (1)
매일 조금씩
[Django][Python] 로딩페이지 작성하기 - SetTimeout()
웹 또는 앱을 처음 실행 시켰을 때 나오는 로딩 페이지를 다음페이지로 넘어가는것을 특정시간 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