아카이브: 2017

0

Youtube 다운로드 받기

Youtube 다운로드 받기 NAS NAS 를 사용하시면 Synology 에서는 Download Station 을 사용 QNAP 에서는 happyget2를 사용 Download Station 설정 방법은 이곳을 참조하시면 됩니다. Windows Program http://www.techradar.com/news/the-best-free-youtub

0

Xamarin for Mac 설치

Xamarin for Mac 설치 Xamarin Installer 실행 Xamarin Installer 를 실행합니다. Downloading and installing components 기본설정으로 설치하는데 용량이 4.1GB 입니다.

0

책. 어서와~ 머신러닝은 처음이지

책. 어서와~ 머신러닝은 처음이지 데이터 마이닝, 기계학습 → 데이터사이언스 유사한 분류를 찾는다. 유사성이란 무엇일까. distance=(x1−x2)2+(y1−y2)2distance = \sqrt{(x_1-x_2)^2 + (y_1-y_2)^2} distance=(x1​−x2​)2+(y1​−y2​)2​ 다차원 척도법(Multi-Dimensinal S

0

Vue v-for 사용

Vue v-for 사용 데이터 요청 12345678this.$http.post('/web/stat/mapSearch.json', {'text': this.text, 'x': center.x, 'y':center.y}).then(function(response)

0

Vue.js Start

Vue.js Start id=“StatEventCtrl” id를 대상으로 vue 생성 vue repeat v-for="(item, index) in items eventTypeClass 필터를 생성 v-bind :class=“{ ‘first’: index == 0, ‘odd’: !(index % 2), ‘even’: index % 2, ‘la

0

[Vue.js] input 값 길이 체크

[Vue.js] input 값 길이 체크 input 입력 데이터의 길이를 확인해서, 길이 초과시에 메시지를 출력한다. v-on:input 추가 1<input type="text" id="title" v-on:input="title_typing" name="title" value

0

Vue.js 엔터키 입력 처리

Vue.js 엔터키 입력 처리 keyup 이벤트를 사용한다. 1<input v-on:keyup.enter="submit"> 짧게 표현도 가능하다. 12<!-- also works for shorthand --><input @keyup.enter="submit"> 출처 https://v

0

Visual Studio 2017 - python

Visual Studio 2017 - python Visual Studio Preview visual Studio 2017 설치 이후, python 개발 환경이 보이지 않는다면, Visual Studio Preview를 설치합니다. preview 를 설치하는데 오류가 생겨서 다른 방법을 시도합니다. PTVS 시작: Visual Studio 설정