본문 바로가기

전체 글

(200)
[HANA] (Embedded Statistics Service) HOST_LOAD_HISTORY_SERVICE View - Reference : https://help.sap.com/viewer/4fe29514fd584807ac9f2a04f6754767/2.0.04/en-US/8ed14f3ad2124d99a13475407acf2a01.html SAP Help Portal help.sap.com This view contains information only for the last 42 days. The collection interval is 3600 seconds. -> 10초별 데이터 쌓임 Structure Column nameData typeDescription SNAPSHOT_ID TIMESTAMP Timestamp ID (UTC) SERVER_TIMESTAMP TIMESTAMP Processing Timestam..
[Django] DJANGO + APACHE 연동 1. APACHE 연동 Listen Port 확인 root@8e91d875f85e:/etc/apache2# vi /etc/apache2/ports.conf ~ Listen 80 ~ Available Site에 포트 정보 확인 root@8e91d875f85e:/etc/apache2/sites-available# more 000-default.conf ServerAdmin fancy@localhost.com ServerName 127.0.0.1 ServerAlias localhost.com ErrorLog /var/log/apache2/error.log CustomLog /var/log/apache2/access.log combined WSGIDaemonProcess wsgi user=www-data gro..
[Django] DJANGO + MARIADB 연동 1. Django 기본 설정 Django 확인 root@8edea7e903f2:/etc/apache2# python3 -m django --version 2.2.10 root@8edea7e903f2:/etc/apache2# cd /var/www root@8edea7e903f2:/var/www# ls -al total 20 drwxr-xr-x 5 root root 4096 Feb 14 07:28 . drwxr-xr-x 1 root root 4096 Feb 17 05:33 .. drwxr-xr-x 4 root root 4096 Feb 17 05:23 APP drwxr-xr-x 3 root root 4096 Feb 14 06:56 html drwxr-xr-x 2 root root 4096 Feb 14 06:5..
[Docker] Docker 기본 사용 방법 보호되어 있는 글입니다.
[MariaDB] IP/Port 이용한 접속 및 DB생성 IP/Port를 이용한 접속 - mysql -h [IP] -p [Port] -u [유저] -p C:\DevCenter\MariaDB\mariadb-10.5.1-winx64\bin>mysql -h 172.16.2.6 -P 8087 -u root -p Enter password: ****** Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 46 Server version: 10.0.38-MariaDB-0ubuntu0.16.04.1 Ubuntu 16.04 Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' ..
[HANA] 1977584 - Technical Consistency Checks for SAP HANA Databases - https://launchpad.support.sap.com/#/notes/1977584%20%E2%80%93%20Technical%20Consistency%20Checks%20for%20SAP%0A%09%09%09%09%09%09%09%09%09HANA%20Databases https://launchpad.support.sap.com/#/notes/1977584%20%E2%80%93%20Technical%20Consistency%20Checks%20for%20SAP%0A%09%09%09%09%09%09%09%09%09HANA%20Databases launchpad.support.sap.com Symptom You are interested in an pro-active SAP HANA consist..
[Django] Tutorial 따라하기 - 6 * reference : https://docs.djangoproject.com/ko/2.1/intro/tutorial06/ 첫 번째 장고 앱 작성하기, part 6 | Django 문서 | Django Django The web framework for perfectionists with deadlines. Overview Download Documentation News Community Code Issues About ♥ Donate docs.djangoproject.com #. Change APP -- Change Style sheet (djenv) ivan@django:~/djgo$ more polls/static/polls/style.css li a { color: green; } -- Loa..
[Django] Tutorial 따라하기 - 5 - reference : https://docs.djangoproject.com/ko/2.1/intro/tutorial05/ 첫 번째 장고 앱 작성하기, part 5 | Django 문서 | Django Django The web framework for perfectionists with deadlines. Overview Download Documentation News Community Code Issues About ♥ Donate docs.djangoproject.com #. Test -- Identify bug (djenv) ivan@django:~/djgo$ python manage.py shell Python 3.6.8 (default, Oct 7 2019, 12:59:55) [GCC 8...