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
- 그래프
- 자바문제풀이
- 웹개발
- MongoDB
- bootstrap
- gitbash
- 포렌식워게임
- GIT
- 써니나타스
- Express
- 자료구조
- 웹해킹
- wargame.kr
- 웹기초
- 이진탐색트리
- mongoose
- nodeJS
- NavBar
- node
- 자바기초
- 이진트리
- CTF
- 웹해킹기초
- 자바
- materialize
- 워게임추천
- 워게임
- node.js
- 포렌식
- 뷰
Archives
- Today
- Total
목록breadcrumb (1)
보안 전공생의 공부
게시판 만들기 / front end + scope + breadcrumb +bootstrap grid
// public/js/script.js $(function(){ function get2digits (num){ return ('0' + num).slice(-2); } function getDate(dateObj){ if(dateObj instanceof Date) return dateObj.getFullYear() + '-' + get2digits(dateObj.getMonth()+1)+ '-' + get2digits(dateObj.getDate()); } function getTime(dateObj){ if(dateObj instanceof Date) return get2digits(dateObj.getHours()) + ':' + get2digits(dateObj.getMinutes())+ ':..
WEB/Node
2021. 10. 19. 16:04