Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laphayen/technote
cs, java, spring, spring-boot, openCV 인터뷰 준비 노트
https://github.com/laphayen/technote
computer-science computer-vision java spring spring-boot
Last synced: about 1 month ago
JSON representation
cs, java, spring, spring-boot, openCV 인터뷰 준비 노트
- Host: GitHub
- URL: https://github.com/laphayen/technote
- Owner: laphayen
- Created: 2024-01-08T16:00:41.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T07:26:43.000Z (10 months ago)
- Last Synced: 2024-03-18T08:31:03.560Z (10 months ago)
- Topics: computer-science, computer-vision, java, spring, spring-boot
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# technote
cs, java, spring, openCV 인터뷰 준비 노트입니다.
```
.
├── Algorithm
│ └── Sort
│ └── BubbleSort
├── CS
│ ├── Backend
│ └── OS
│ ├── Hardware
│ │ └── CPU
│ └── SystemCall
├── Java
│ ├── DataType
│ │ └── ReferenceType
│ │ ├── Array
│ │ │ ├── ArrayCopy
│ │ │ └── MultidimensionalArrays
│ │ └── String
│ └── Exception
│ └── NullPointerException
├── Spring
│ ├── Bean
│ ├── Container
│ ├── DI
│ └── IoC
├── SpringBoot3
│ ├── Annotation
│ │ ├── @RestController
│ │ └── @SpringBootApplication
│ └── SpringBootStarter
│ └── Test
│ ├── GivenWhenThen
│ └── JUnit
└── README.md
```