아이들 병원 예약을 집에서 하고
차례에 맞춰서 가면 안기다리고 정말 좋았어요.
#똑닥 #모바일병원접수 #모바일병원예약

'나의 일상 > 혼자이야기' 카테고리의 다른 글

국민은행 KB Smart 폰 적금 추천번호 공유  (1) 2014.12.09
느낌있는 팝송 듣기  (0) 2013.07.24
한강 공원 산책  (0) 2012.08.01
디아블로3 시작!!  (1) 2012.06.17
6월 6일날 던킨에서 스무디  (0) 2012.06.07
Posted by 부우산사나이
:

1. Node js 설치

 

2.  https://github.com/Microsoft/nodejstools/releases/tag/v1.3.1

     비주얼 스튜디오에 node.js tool 설치

 

3. 프로젝트 시작

 

4. 모듈 추가

 

 

5. 나머지 모듈도 똑같은 방법으로 설치

 

lodash

mkdirp

moment

redis

request

winston

mysql

'Programing > Node.js' 카테고리의 다른 글

[node.js] crypto 모듈  (0) 2014.12.03
[node.js] 기본 내장 모듈  (0) 2014.11.30
[node.js] exports 객체와 모듈  (0) 2014.11.30
[Node.js] process 객체  (0) 2014.11.30
[node.js] console.log 출력 글자 색 적용  (0) 2014.11.28
Posted by 부우산사나이
:

유니티 구글플레이 연동시에

ResolutionException: Cannot find candidate artifact for com.google.android.gms:play-services-games:8.1+ Google.JarResolver.PlayServicesSupport.DependOn (System.String group, System.String artifact, System.String version) 

뭐라뭐라 이런 에러날때 대처법.

1.​Edit - Preferences - ExternarTools 에서 sdk경로 제대로 들가있는지확인

2. 들가있는데 그러면 SDK Manager 열어서

Android Support Repository

Google Repository

이두가지 최신버전상태 혹은 인스톨되어있는지확인해서 깔아주면 끄읏​

http://howtoforge.answers.sc/gamedev/questions/111298/resolutionexception-cannot-find-candidate-artifact-for-com-google-android-gmsp.html

 

 

Posted by 부우산사나이
: