[PostgreSQL] 데이터베이스 연결 수 확인 쿼리 select * from(select count(*) used from pg_stat_activity) q1,(select setting::int res_for_super from pg_settings where name=$$superuser_reserved_connections$$) q2,(select setting::int max_conn from pg_settings where name=$$max_connections$$) q3;
[Next.js] Next.js with nestjs 우선 Next.js로 프로젝트 생성npx create-next-app@latest nestjs 수동 설치# 개발도구 nestjs/cli 설치npm i -g @nestjs/cli# 필수 패키지 수동 설치npm i @nestjs/core @nestjs/common @nestjs/config @nestjs/platform-express rxjs reflect-metadatanpm i -D @types/express cross-env nestjs 기본 코드 생성src/server/app.module.tsimport { Module } from '@nestjs/common';import { AppController } from './controllers/a..
[PostgreSQL] the environment variable comspec does not seem to point to the cmd.exe There has been an error. The environment variable COMSPEC does not seem to point to the cmd.exe or there is a trailing semicolon present. Please fix this variable and restart installation. PostgreSQL 설치 중 위와 같은 오류가 나왔을 때 해결방법 https://babyadventure.tistory.com/57 Windows 11 PostgreSQL 설치 오류PostgreSQL을 공부하기 위해 공식 홈..
[Linux] 사용자 루트 폴더 격리 https://help.ishosting.com/en/how-to-restrict-ssh-user-access-to-a-specific-directory How to Restrict SSH User Access to a Specific Directory?There are many reasons for granting user permissions only to certain directories, especially for web servers. But the main reason is security. You can use chroot (change root) to restrict user accesshelp.ishosting.com https://www.tecmi..
[Java] boolean 멤버의 Getter 네이밍 문제 문제점boolean 속성의 멤버 변수의 경우 isSuccess와 같이 isXXXX 의 형태로 멤버 변수를 이름을 짖는다.이 경우 Lombok으로 getter setter가 생성될 경우 멤버 변수는 success로 변경되고 getter가 isSuccess로 지동 네이밍된다. 이렇게 getter가 자동 생성된 객체를 json과 같은 serialize 방식으로 변환할경우 해당 멤버 변수는 success로 변환된다. 해결방법 해당변수만 getter을 getIsSuccess와 같이 getIsXXXXX 의 형태로 수동 선언해준다.
[Node.js] NVM 수동 설치 윈도우즈에서 nvm을 설치할 때 인스톨러를 사용하지 않고 수동으로 설치할 경우settings.txt 파일을 직접 생성하고 내용을 입력해줘야한다. nvm이 설치된 폴더에 settings.txt 파일을 생성 후 root: D:\Program Files\nvm (nvm 폴더 경로)path: C:\Program Files\nodejs (node 바로 가기가 생성될 경로) 각자 설치된 경로에 맞게 위 내용을 입력 후 nvm을 실행하면 정상 실행된다. 저의 경우 인스톨러 기본 설치 경로에 한글이 포함되어있어서 nvm이 정상적으로 실행되지 않아서수동 설치방법을 선택했다.
- Total
- Today
- Yesterday
- Entity Framework Core
- Eclipse
- MariaDB
- 하이원
- JSP
- php
- ubuntu
- Java
- express
- Linux
- Spring
- Fedora
- dotnet core
- 이클립스
- Windows
- CentOS
- jQuery
- 자바
- egoverment
- 스프링
- egov
- Flutter
- eGovFrame
- c#
- .NET Core
- high1
- DART
- asp.net core
- 전자정부
- MySQL
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |