블로그글 아카이브

글, 노트, 기술 문서

연구 노트, 구현 로그, 실험 및 실무형 글을 모아둔 아카이브입니다.

항목
10
current results
Filter
없음
active tag
Search
키워드 없음
current query
외부 서버 파일 Upload/Download ☕
blog

외부 서버 파일 Upload/Download ☕

외부 서버 파일 Upload/Download ☕ ■ JAVA FileDownload package remoteFileDownload; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.nio.file.Files; import java.nio.file
#File download#File upload#java
2022-09-25
Oracle sysdba 권한 부여 🔮
blog

Oracle sysdba 권한 부여 🔮

Oracle sysdba 권한 부여 🔮 Oracle DB 일반 사용자에게 grant sysdba to c##user;와 같이 sysdba 권한을 부여할 경우 ORA-65175: 로컬에서 루트에 SYSDBA 권한을 부여할 수 있습니다. 방법 Password file 생성 $ orapwd file=$ORACLE_HOME/dbs/PASSWORD password=
#authorization#Oracle sysdba
2022-09-24
Install Oracle DB 12 ON Radhat Linux 7.7 🔮
blog

Install Oracle DB 12 ON Radhat Linux 7.7 🔮

Install Oracle DB 12 ON Radhat Linux 7.7 🔮 Oracle Down 기본 설치 사용자, 그룹 생성 Bash profile 커널 설정 Oracle Install 1. 홈페이지 접속 후 원하는 버전의 Oracle DB 다운로드 Oracle DB Download link https://www.oracle.com/database/te
#oracle db#oracle db install#redhat+1
2021-10-14
Spring error : Could not run phased build action using connection to Gradle distribution 해결🌱
blog

Spring error : Could not run phased build action using connection to Gradle distribution 해결🌱

Spring error : Could not run phased build action using connection to Gradle distribution 해결🌱 ■ Error Code Could not run phased build action using connection to Gradle distribution ' https://services.g
#Gradle#java#java spring error+1
2021-09-07
Eclipse 원격 저장소 세팅 🌒
blog

Eclipse 원격 저장소 세팅 🌒

Eclipse 원격 저장소 세팅 🌒 Install RSE RUN RSE 이클립스 사용시 원격 서비스를 활용해 접속을 해야하는 경우가 종종 생긴다. 이클립스에서 원격으로 접속하는 방법에 대해서 포스팅하겠다. 1. Remote System Explorer 설치 "eclipse" 실행 후 좌측 상단 "Help" 클릭 이후 "eclipse Marketplace..
#eclipse#eclipse ftp#eclipse sftp+4
2021-09-03
Eclipse error : The project was not built due to "Could not read from source when writing file 🌒
blog

Eclipse error : The project was not built due to "Could not read from source when writing file 🌒

Eclipse error : The project was not built due to "Could not read from source when writing file 🌒 오랜만에 기존의 프로젝트를 빌드하려고 했더니 "The project was not built due to" 에러가 발생한다. 해결 방법은 다음과 같다. Project clean Ecli
#eclipse read error#java error#The project was not built due to
2021-09-03
https setting without cpanel, Wordpresss cpanel without https - 1 📃
blog

https setting without cpanel, Wordpresss cpanel without https - 1 📃

라즈베리파이로 개인 웹서버를 운영하며 Cpanel 없이 HTTPS를 적용한 경험을 정리한다. 실습 중심으로 진행되며, Certbot을 이용한 인증서 발급과 Apache 설정 중심으로 설명한다.
#Certificate#https#linux+3
2021-08-23
https setting without cpanel, wordpresss cpanel without https - 2 📃
blog

https setting without cpanel, wordpresss cpanel without https - 2 📃

https setting without cpanel, wordpresss cpanel without https 2 📃 Install Snapd Install Certbot CertBot 홈페이지 접속 link : https://certbot.eff.org 홈페이지 접속 후 자신의 운영환경을 선택하여 주면 인증서 설치 가이드라인을 제공해준다. 먼저 SSH 접
#certbot#Certificate#https+4
2021-08-23
BufferedInputStream + eclipse 인코딩 설정 🧑‍💻
blog

BufferedInputStream + eclipse 인코딩 설정 🧑‍💻

BufferedInputStream + eclipse 인코딩 설정 🧑‍💻 java BufferedInputStream은 컴퓨터의 각 부품 별 성능 격차에 따른 처리 속도 저하를 줄이기 위해서 사용되며, 기존의 처리 방식인 프로그램이 입출력 소스와 직접 작업하는 방법과 달리 중간에 메모리 버퍼와 함께 작업을 진행해 처리 시간을 단축시킬 수 있다. 예제 1 -
#buffer#bufferedinputstream#encoding+1
2021-08-13
The REST API Encountered an error, Your site could not complete a loopback request
blog

The REST API Encountered an error, Your site could not complete a loopback request

The REST API Encountered an error, Your site could not complete a loopback request 몇일 전부터 홈페이지가 너무 느려저서 사이트 점검 플러그인을 받아 실행했다. 아... REST API 요청이 실패했다고 뜬다 아마 밑에 발생한 loopback 에러도 같은 맥락일 듯 싶다. 보통 해당 에러가 발
2021-08-08