Authoradmin
VSCOCE(Visual Studio Code) ftp-simple 설정
원글 : https://www.manualfactory.net/10964 ftp-simple 를 연결 하면 본인 local 에 원격 파일이 다운로드 된다 이 변경 옵션은 다음 파일에서 설정 할 수 있다
[...]
MariaDB JSON 데이터 사용하기
MariaDB JSON 형태의 데이터를 입력/수정/추가 MariaDB 10.2 부터 사용가능 1. 버젼 확인 MariaDB [(none)]> select @@version ; +—————-+ | @@version | +—————-+ |
[...]
Centos 7 NodeJs 특정 버젼 설치
NodeJs 설치 참고 https://github.com/nodesource/distributions CentOS 7 (64-bit) NodeJS 10.x curl -sL https://rpm.nodesource.com/setup_10.x | bash – yum info nodejs yum install -y nodejs node
[...]
Centos 7 python 3.7.2 & python 2.7 함께 설치
Centos 7 python 3.7.2 & python 2.7 함께 설치 yum install gcc openssl-devel bzip2-devel libffi-devel wget https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tgz tar xvfz Python-3.7.2.tgz cd Python-3.7.2 ./configure
[...]
JavaScript Network Check
var isOnline = true; (function () { setInterval(function () { isOnline = navigator.onLine; console.log(isOnline); if (isOnline) { console.log(“Online”); } else { console.log(“Offline”); }
[...]
펌] 전국 빵집 지도..
펌] 전국 빵집 지도..
[...]