BlogHide Resteemsesjung (26)in kr • 7 years ago회사 지메일의 도메인의 네임서버 AWS로 변경시 AWS에서 구글 MX레코드값 적용방법esjung (26)in kr • 7 years agoios 에서 pixel to point , point to pixel 로 변환하는 방법+ (CGFloat)pixelToPoints:(CGFloat)px { CGFloat pointsPerInch = 72.0; CGFloat scale = 1; float pixelPerInch; // DPI if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)…esjung (26)in kr • 7 years agoSHA-256, Salt 를 이용한 비밀번호 인증 방식SHA-256, Sault 를 이용한 비밀번호 인증 방식 흔히 웹이나 소프트웨어에서 사용되는 비밀번호 인증 방식이다. SHA-256 솔트(salt)는 단방향 해시 함수에서 다이제스트를 생성할 때 추가되는 바이트 단위의 임의의 문자열이다. 그리고 이 원본 메시지에 문자열을 추가하여 다이제스를 생성하는 것을 솔팅(salting)이라 한다. 예를…esjung (26)in ios • 7 years ago차례대로 스크롤 되는 텍스트라벨 (The text labels scroll in sequence) - ios차례로 스크롤 되는 텍스트라벨 (The text labels scroll in sequence) Github : 이번 포스트는 ios 용 스크롤 텍스트 위젯입니다. 깃허브(Github) Charles Powell 님의 기본 스크롤 텍스트를 고안하였습니다. 스크롤위젯이 복수로 있을때 차례로 스크롤 되게 할 수 있는 위젯이며…esjung (26)in ios • 7 years agoIOS Custom Slider Widget for IOS DeveloperThis post is Custom Slider Widget for IOS Developer GitHub : Feature The center of the knob is located at the end of the track. Support portrait, Horizontal, Inverse Portrait, Inverse…