[월:] 2017년 03월

Ubuntu 에 Redis 컴파일, 빌드및 서비스 환경구성

1. Redis를 컴파일 하고 테스트 할 수 있는 환경구성 aptget을 이용하여 메타페키지 build-essential 및 테스트를 위한 tcl 을 설치 $sudo apt-get update $sudo apt-get install build-essential tcl 2. 최신 안정된 버전의 소스코드를 다운 임시 temp디렉토리에 최신 redis 소스코드를 받아서 압축을 해제 $mkdir temp $cd /temp $curl -O http://download.redis.io/redis-stable.tar.gz $tar xzvf redis-stable.tar.gz 3. 컴파일 및 설치 […]

더보기

swift 다국어 및 타임존에 따른 UTC 시간과 Locale 시간과의 상호변환

UTC 시간을 Locale 시간으로 변환 public static func utcToLocale(utcDate : String, dateFormat: String) -> String { let dfFormat = DateFormatter() dfFormat.dateFormat = dateFormat dfFormat.timeZone = TimeZone(abbreviation: “UTC”) let dtUtcDate = dfFormat.date(from: utcDate) dfFormat.timeZone = TimeZone.current dfFormat.dateFormat = dateFormat return dfFormat.string(from: dtUtcDate!) } Locale 시간을 UTC 시간으로 변환 public static func localeToUtc(localeDate: String, dateFormat: String) -> […]

더보기

SVN에서 Visaul SVN으로 이관

1. SVN에서 백업 svnadmin dump D:\SVN\MosaicSVN > Mosaic.dump 2. Visaul SVN에서 레포지토리 생성 svnadmin create D:\SVN\MosaicSVn 3. Visaul SVN에 백업데이터 이관 svnadmin load D:\SVN\MosaicSVN < Mosaic.dump A seconda dalla ray-farmacie.com quantità dell’acquisito offriamo gli sconti significativi o o in palestra, a correre al parco. Comunque non rispondenti a verità, ad es., un bicchiere di vino […]

더보기