Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 탈출문자
- asynchronization
- vetor
- react #회원가입 #비밀번호비교
- 배열삭제
- setstate
- 데이터분석
- 광명시버스분석
- DataFrame
- barplot in r
- R데이터형태
- 백준 10172
- 그래픽
- 이스케이프시퀀스
- await
- 배열추가
- barplot
- 백준
- React
- 값삭제
- R 그래프
- getline
- 백준 11718
- 10172
- 버스분석
- 그대로 출력하기
- 값추가
- plot in r
- useState
- 이용현황분석
Archives
- Today
- Total
목록DB (1)
devlog_zz
postgreSQL 설치 - centos7 인터넷 안되는 환경
1. 사용자계정 추가 (root 계정에서) adduser postgres passwd postgres password12# su - postgres https://www.postgresql.org/ftp/source/v12.0/ url에서 tar 다운로드하기 2. tar 압축해제 tar xvfz postgresql-12.0.tar.gz cd postgresql-12.0 3. configure 파일 설정 sudo ./configure --prefix=/home/postgres/postgresql --without-readline --without-zlib --prefix 로 설치할 디렉토리 경로 설정 4. postgresql 설치 sudo make sudo make install 5. DB 설치 cd /h..
DB
2022. 5. 10. 09:18