ide 105

Gradle Android

Gradle 철저입문 9안드로이드 프로젝트 적용 Android Plugin for Gradle Release Notes File > Project Structure... > Flavors Tap > defaultConfig // **** 오타가 있을 수 있으니 참고만 할것 ***** // 안드로이드 플러그인을 사용하기 위한 설정 buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.2.2' // 버전을 고정하지 않는 설정을 권장한다. gradle.2.2.+ // 하지만 2.2+ Android Studio 에서는 2.2.2로 자동 생성된다. // 책에서도 고정해서 사용하길 권장한다...

ide/androidstudio 2016.12.01

Node.js Applications with VS Code

Running VS Code on Mac Running VS Code on LinuxRunning VS Code on Windows Node.js Applications with VS Code shell Command 특정 폴더에서 code . 를 입력하면 VS code가 위히찬 폴더를 기준으로 실행된다. Mac Ctrl+Command+P shell command 쉘 명령: PAHT에 'code' 명령어 설치 Linux VS Code 설치 후 쉘 환경에서 'code' 실행 Windows code가 위치를 %PATH%에 설정 Windows 7 에서 .NET Framework 4.5.2 필수 Node.js 실행 app.js를 작성 후 shell 에서 node app.js 형식으로 실행 node app.js

ide/vscode 2016.11.28

Setting up Visual Studio Code

Setting up Visual Studio Code Extention Languages - C++, C#, Go, Python Tools - ESLint, JSHint , PowerShell, Visual Studio Team Services Debuggers - Chrome, PHP XDebug. Keymaps - Vim, Sublime Text, Atom, IntelliJ Proxy Server Support 많은 기업에서 인터넷 접근을 제한한다. 그에대한 대응방법으로 프록시를 구성해서 우회 접속할 수 있는 방법을 사용한다. VS Code에 프록시를 구성하자. # OS환경변수에 프록시 변수를 설정한다. SET http_proxy=http://10.203.0.1:5187/ # VS Code 환경설정에..

ide/vscode 2016.11.25

안드로이드 개발에 유용한 도구들

안드로이드 개발에 유용한 도구들 Tools http://facebook.github.io/stetho/ https://github.com/square/leakcanary - [번역] LeakCanary 의 구조를 어느정도 이해하고 싶은 사람 https://developer.android.com/studio/profile/optimize-ui.html#HierarchyViewer Stetho # Gradle dependencies { compile 'com.facebook.stetho:stetho:1.4.1' compile 'com.facebook.stetho:stetho-okhttp3:1.4.1' compile 'com.facebook.stetho:stetho-okhtt..

ide/androidstudio 2016.11.16

PhpStorm(IntelliJ) Subversion merge

Merging with Subversion and IntelliJ IDEA Blurblah's Blog - SVN merge 기능 검토 Branch를 CheckOut받는다. IntelliJ DIEA > VCS > Intergrate Project Source 1 에 Branches 소스 Source 2 에 Trunk 소스 "Use ancestry" 체크해제 후 OK ( 이전 리비전 추적 부분은 고려가 필요하다. ) "Try merge, but make no changes" 병합 테스트, 변경사항을 Local Changes에 표시해 준다. 주의 : 한 두명의 개발자가 참여하는 프로젝트에서는 문제가 발생 할 가능성은 낮지만 그 이상 참여를 할 경우 SVN 기능에 대한 숙지가 필요 하다. 특히 병합(svn m..

ide/phpstorm 2016.07.26
반응형