진굴예굴
2019년 8월 20일 화요일
virtualbox 공유폴더
virtualbox 에 Ubuntu 설치 후 공유롤더 설정
cd /media/
sudo gpasswd -a [id] vboxsf
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
docker redmine 설치
docker-composer.yml version: '3.1' services: redmine: image: redmine restart: always container_na...
python tornado 업로드 파일 사이즈.
용량이 큰 파일 업로드 시 net::ERR_CONNECTION_RESET 오류 발생할 경우. http_server = tornado.httpserver.HTTPServer(app, max_buffer_size=10485760000) upload_for...
docker redmine 설치
docker-composer.yml version: '3.1' services: redmine: image: redmine restart: always container_na...
[Python] cx_Oracle CLOB, BLOB 처리
for _row in cur: if isinstance(elem, cx_Oracle.LOB) or isinstance(elem, cx_Oracle.CLOB) or isinstance( elem, cx_Oracle.BLO...
댓글 없음:
댓글 쓰기