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
- ML
- Got
- ARM
- llm을 활용 단어장 앱 개발일지
- Image Processing
- MDP
- PCA
- DART
- BFS
- fastapi를 사용한 파이썬 웹 개발
- Widget
- 파이토치 트랜스포머를 활용한 자연어 처리와 컴퓨터비전 심층학습
- Computer Architecture
- C++
- Flutter
- 백준
- rao
- Algorithm
- system hacking
- BAEKJOON
- BOF
- FastAPI
- 영상처리
- Dreamhack
- MATLAB
- Stream
- bloc
- Kaggle
- pytorch
- study book
Archives
- Today
- Total
목록nextresponse (1)
Bull

Next 디렉터리 구조my-next-app/├── node_modules/├── public/├── src/│ ├── app/│ │ ├── loading/│ │ │ └── page.js│ │ ├── result/│ │ │ └── page.js│ ├── api/│ │ ├── receive/│ │ │ └── route.js│ ├── globals.css│ ├── layout.js│ └── page.js├── .gitignore├── package.json메인화면 코드는 생략.localhost:3000/loading'use client';import { useEffect } from 'react';import { useRouter } fr..
Software Framework/Next.js
2024. 5. 24. 18:35