출처[Docker] 도커 컨테이너에 깃랩(Gitlab) 설치 — 오늘의 기록도커 이미지 받기D:\docker> docker pull gitlab/gitlab-ceUsing default tag: latestlatest: Pulling from gitlab/gitlab-ceDigest: sha256:bef394818ac85471965400e6a86b5c5de3994ba6400f32b20b16eec266c5f3b3Status: Downloaded newer image for gitlab/gitlab-ce:latestdocker.io/gitlab/gitlab-ce:latestWhat's next: View a summary of image vulnerabilities and recommendations ..
구출처[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..
출처1.3 NestJS 설치 - NestJS로 배우는 백엔드 프로그래밍 [Nest.js] Nest.js 란 무엇일까? - 개요와 프로젝트 생성 : Neopfish.log설치yarn 설치Yarn은 프로젝트 관리자의 역할을 하는 패키지 관리자입니다. 간단한 프로젝트에서 작업하든 업계 단일 레포에서 작업하든, 오픈 소스 개발자이든 엔터프라이즈 사용자이든 Yarn이 지원합니다.D:\workspace.nodejs>npm install -g yarnnestjs 설치D:\workspace.nodejs>npm i -g @nestjs/cli프로젝트 생성D:\workspace.nodejs>nest new nestjs_example⚡ We will scaffold your app in a few seconds..? Wh..
- Total
- Today
- Yesterday
- koba2010
- ubuntu
- Spring
- 튜닝쇼 2008
- ble
- KOBA
- Spring MVC
- 서울오토살롱
- ffmpeg
- oracle
- Linux
- JavaScript
- 전예희
- 일본여행
- 동경
- android
- flex
- sas2009
- BPI-M4
- Xcode
- SAS
- 송주경
- Java
- MySQL
- Delphi
- Mac
- Delphi Tip
- 레이싱모델 익스트림 포토 페스티벌
- 지스타2007
- NDK
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |