출처 [인프라] JupyterHub 설치 :: 2juhyunju [리눅스] JupyterHub 설치 방법 :: _viper_ 인증자 - JupyterHub 문서 Node.js 설치[bluesanta@localhost ~]$ cd ~[bluesanta@localhost ~]$ curl -sL https://rpm.nodesource.com/setup_18.x -o nodesource_setup.sh[bluesanta@localhost ~]$ sudo bash nodesource_setup.sh 2025-04-21 16:22:50 - Repository is configured and updated.2025-04-21 16:22:50 - You can use N|solid Runtime as a no..
출처Spring Boot File Upload / Download Rest API Example :: Java Guides - Atomapplication.properties#File upload settings# support multipart uploads (default: true)spring.servlet.multipart.enabled=true# Threshold at which files are written to memory (default: 0B)#spring.servlet.multipart.file-size-threshold=0B # Temporary storage space for uploaded filesspring.servlet.multipart.location=d:/usr/loca..

구출처[Python] 파이썬 opencv face detection : 대학원생 개발자의 일상Python OpenCV (3) - 이미지에서 사람 얼굴 & 방향 인식하기 (python dlib, 안면 인식 기술) : Yours Ever, data logOpenCV 패키지 설치(venv) D:\workspace.python\cubotino>pip install opencv_python opencv_contrib_python_headless opencv_contrib_python opencv_python_headless numpy==1.26.4main.pyimport cv2def detect_faces(image_path): # 이미지 파일을 로드합니다. image = cv2.imread(image..

[File] > [New Project...] 메뉴 선택실행 환경 설정main.py 소스# This is a sample Python script.# Press Shift+F10 to execute it or replace it with your code.# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.def print_hi(name): # Use a breakpoint in the code line below to debug your script. print(f'Hi, {name}') # Press Ctrl+F8 to toggle the breakpoint.# Pr..

출처Providers | NestJS - A progressive Node.js frameworkNestJs 데이터베이스 연동하기 (mysql, typeorm) : 호두의 개발스토리Entity 객체Entity 부모 클래스 ( node_modules\typeorm\decorator\entity\Entity.d.ts )import { EntityOptions } from "../options/EntityOptions";/** * This decorator is used to mark classes that will be an entity (table or document depend on database type). * Database schema will be created for all classes d..

WebStorm - npm 실행WebStorm 이용해서 npm 실행하는 설정 방법을 정리 해보았습니다.포트 3001 변경3000포트를 Docker가 사용하고 있어서 3001번으로 포트를 변경했습니다.import { NestFactory } from '@nestjs/core';import { AppModule } from './app.module';async function bootstrap() { const app = await NestFactory.create(AppModule); await app.listen(3001);}bootstrap();[Edit Configurations...] 메뉴 선택Run/Debug Configurations 창의 왼쪽 상단 + 버튼 선택[npm] 메뉴 선택아래의 화..
출처[NestJS] mysql 데이터베이스 연동하기 : cherryTypeORM 설치D:\workspace.nodejs\nestjs_example>npm i --save @nestjs/typeorm typeorm mysql2src/app.module.ts 내용 - 환경 파일 사용하지 않고 연결하기내용 추가import { ConfigModule, ConfigService } from '@nestjs/config';import { TypeOrmModule } from '@nestjs/typeorm';@Module({ imports: [ TypeOrmModule.forRoot({ /* type: 'mysql', host: 'localhost', port: 8200, ..
출처[NestJS] Configuration 환경변수 설정 [@nestjs/config, cross-env, joi] : Tunko Development Diary패키지 설치@nestjs/config 설치D:\workspace.nodejs\nestjs_example>npm i --save @nestjs/configcross-env 설치 - 실행 옵션(dev, prod)에 따라서 참조하는 환경 변수 파일을 선택하기 위한 패키지D:\workspace.nodejs\nestjs_example>npm i cross-envjoi 설치 - 환경변수 유효성 검사를 위한 패키지D:\workspace.nodejs\nestjs_example>npm i joi환경 파일 생성.env.dev.env.debug.env.prodpa..
- Total
- Today
- Yesterday
- flex
- 서울오토살롱
- android
- 동경
- Mac
- 전예희
- 지스타2007
- koba2010
- ffmpeg
- Spring
- MySQL
- Linux
- sas2009
- JavaScript
- ubuntu
- oracle
- 레이싱모델 익스트림 포토 페스티벌
- KOBA
- Xcode
- Java
- Delphi Tip
- Delphi
- BPI-M4
- NDK
- 일본여행
- 송주경
- ble
- 튜닝쇼 2008
- Spring MVC
- SAS
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |