전체 글
1,964개의 글
스프링에서 MyBatis 연동하기
Installation 마이바티스 스프링 연동모듈을 사용하기 위해서, 클래스패스에 mybatis-spring-x.x.x.jar를 포함시켜야 한다. 메이븐을 사용하고 있다면 pom.xml에 다음처럼 …
Nginx Binary Upgrade
1. nginx 파일을 새것으로 대체한다. 2. 엔진엑스의 마스터 프로세스의 pid를 찾는다. (ps 명령어 사용) 3. 'kill -USR2 PID' 명령을 통해 마스터 프로세스로 USR 시그널을…
MariaDBDownload Toad for MySQL
Toad for MySQL 은 MySQL Workbench와 같은 MySQL Developer Tool 이다. 공식 홈페이지에 나와있는 주요 기능은 아래와 같다. Features of Toad fo…
OpenSSL 암복호화에 대한 글
1. 암호화 방법 openssl des3 -in myfile.txt -out myfile.txt.encrypted -k password 2. 복호화 방법 (-d 옵션) openssl des3 -d …
Apache Struts 2.5 GA release available
Apache Struts 2.5 GA가 릴리즈되었습니다. (GA = General Availability) 다운로드 링크는 http://struts.apache.org/download.cgi#str…
RPM 패키지 설치 여부 확인 스크립트 (rpm_check.sh)
RPM 패키지가 설치되어 있는지 확인하는 자작 스크립트, 당연히 RHEL / CentOS Only. #!/bin/sh ### Name : rpm_check.sh ### Author : viktor …
mongoexport 명령어를 이용한 MongoDB 데이터 추출
mongoexport 명령어를 이용하면 간단하게 MongoDB 내 컬렉션의 데이터를 파일로 추출할 수 있다. 자주 사용되는 옵션: --host hostname :port , -h hostname :…
Apache HTTP Server (아파치 웹 서버) mod_cache 적용 방법
1. 개요 일단 http://httpd.apache.org/docs/2.2/en/mod/mod_cache.html 을 읽어보자. 2. 사전 필요사항 관련된 다음 모듈이 httpd.conf에 포함되어…
Cloud Computing & MSAAzure - Microsoft Azure 저장소(Storage) 소개
원본 링크: https://azure.microsoft.com/ko-kr/documentation/articles/storage-introduction/ 개요 Azure 저장소는 내구성, 가용성, …
Cloud Computing & MSAAzure - Azure 저장소 계정 정보(Azure Classic Portal)
원본 링크: https://azure.microsoft.com/ko-kr/documentation/articles/storage-create-storage-account-classic-portal/…
Azure - Azure 저장소 계정 정보(Azure Portal)
원본 링크: https://azure.microsoft.com/ko-kr/documentation/articles/storage-create-storage-account/ 개요 Azure 저장소 계…
Cloud Computing & MSAAzure - .NET을 사용하여 Azure Blob 저장소 시작
원본 링크: https://azure.microsoft.com/ko-kr/documentation/articles/storage-dotnet-how-to-use-blobs/ 개요 Azure Blob…
Azure - Xamarin에서 Blob 저장소를 사용하는 방법(미리 보기)
원본 링크: https://azure.microsoft.com/ko-kr/documentation/articles/storage-xamarin-blob-storage/ 개요 Xamarin을 사용하면…
Cloud Computing & MSAAzure - Ruby에서 Blob 저장소를 사용하는 방법
원본 링크: https://azure.microsoft.com/ko-kr/documentation/articles/storage-ruby-how-to-use-blob-storage/ 개요 이 가이드…
Cloud Computing & MSAAzure - PHP에서 Blob 저장소를 사용하는 방법
원본 링크: https://azure.microsoft.com/ko-kr/documentation/articles/storage-php-how-to-use-blobs/ 개요 이 가이드에서는 Azur…
Cloud Computing & MSAAzure - C++에서 Blob 저장소를 사용하는 방법
원본 링크: https://azure.microsoft.com/ko-kr/documentation/articles/storage-c-plus-plus-how-to-use-blobs/ 개요 이 가이드…
Cloud Computing & MSAAzure - Java에서 Blob 저장소를 사용하는 방법
원본 링크: https://azure.microsoft.com/ko-kr/documentation/articles/storage-java-how-to-use-blob-storage/ 개요 이 문서에…
Cloud Computing & MSAAzure - iOS에서 Blob 저장소를 사용하는 방법
원본 링크: https://azure.microsoft.com/ko-kr/documentation/articles/storage-ios-how-to-use-blob-storage/ 개요 이 문서에서…
Cloud Computing & MSAAzure - Python에서 Azure Blob 저장소를 사용하는 방법
원본 링크: https://azure.microsoft.com/ko-kr/documentation/articles/storage-python-how-to-use-blob-storage/ 개요 이 문…
Cloud Computing & MSAAzure - Node.js에서 Blob 저장소를 사용하는 방법
원문 링크: https://azure.microsoft.com/ko-kr/documentation/articles/storage-nodejs-how-to-use-blob-storage/ 개요 이 문…
AWS 2편 - Security and Compliance
=========================================================================================== Security and Compl…
Nginx Plus의 Server Slow Start 기능 소개
Nginx Plus에 다음과 같은 기능이 있더라구요! 뒷단에 연계되어 있는 WAS가 기동되고 나서 약간의 latency를 주면 클라이언트에서 서버에러를 보게되는 경우가 좀 줄지 않을까 싶어요 :) …
Azure - Azure의 3가지 모델
MS Azure에서 제공하는 3가지 서비스 모델입니다. - Infrastructure (as a Service) - Platform (as a Service) - Software (as a Serv…
AWS 1편 - Architecting in the Cloud
* 만으로 1년도 더 된 AWS 아키텍처교육 시 들었던 내용입니다. 교육 듣고 정리한 것으로 update 된 내역이 있다면 답글부탁드려요!!! ==============================…