[PostgreSQL] 데이터베이스 연결 수 확인 쿼리
[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;
Database/PostgreSQL
2024. 10. 25. 15:44
[Next.js] Next.js with nestjs
[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..
Programming Framework/Next.js
2024. 10. 1. 19:32
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 하이원
- Fedora
- 스프링
- MariaDB
- egov
- eGovFrame
- dotnet core
- php
- high1
- c#
- 이클립스
- express
- egoverment
- Windows
- JSP
- 전자정부
- CentOS
- Linux
- Java
- Flutter
- Entity Framework Core
- .NET Core
- 자바
- jQuery
- ubuntu
- DART
- MySQL
- Spring
- asp.net core
- Eclipse
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함