아카이브: 2017/2

0

OpenVPN Windows 서버 및 클라이언트 설치

OpenVPN Windows 서버 및 클라이언트 설치 서버설정 다운로드 및 설치 OpenVPN 설치파일 다운로드 → 설치 http://openvpn.net/index.php/open-source/downloads.html easy-rsa-old 다운로드 → 압축해제 https://github.com/OpenVPN/easy-rsa-old 커맨드

0

OpenCV Crop Frame and Save

OpenCV Crop Frame and Save 123count = 0cv2.imwrite("frame%d.jpg" % count, frame)count = count+1 123456import cv2img = cv2.imread("lenna.png")crop_img = img[200:400, 100:300] # Cro

0

Minergate에서 채굴하기

Minergate에서 채굴하기 GUI 프로그램을 통해서 쉽게 채굴할 수 있는 환경을 제공합니다. minergate 에서 다양한 가상화폐를 채굴할 수 있습니다. ((비트코인은 없지만)) 가입 및 로그인 홈페이지(https://minergate.com/)에 가입 후에 로그인 합니다. Downloads 채굴을 위한 프로그램을 다운로드 받습니다. 상단

0

Microsoft Tech Summit Seoul

Microsoft Tech Summit Seoul 2017.04.27 (11:15 am - 12:30 pm) Defend Windows clients from modern threats and attacks with Windows 10 security (Korean) Microsoft Windows 10 offered an enormous leap

0

Leaflet.TileLayer

Leaflet.TileLayer 출처 : http://leafletjs.com/reference.html#tilelayer TileLayer 맵상에서 타일 레이러를 불러오고 표시하는데 사용합니다. ILayer 인터페이스를 구현합니다. 사용 예 1L.tileLayer('http://{s}.tile.osm.org/{z&

0

Markdown 사용법

Markdown 사용법 처음 사용시에는 라이브 렌더링이 되는 것이 좋습니다. 텍스트로 마크 다운 형식으로 작성하면 바로 변형되서 화면에 보이는 것입니다. 줄바꿈으로 글을 작성하였지만, 렌더링시에 줄바꿈 글이 이어서 나오는 것을 볼 수 있습니다. 이럴때는 중간에 빈 줄을 넣어 명시적으로 줄바꿈을 표시해야 합니다. 물론, 이를 지원하는 프로그램도 있습니다.