sublime text3 다운로드 사이트 https://www.sublimetext.com/3 설정 커맨드 창에서 아래 명령어를 입력하면 subl로 프로그램을 실행할 수 있습니다. ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl export EDITOR='subl -w' 실행 subl로 실행 : subl . 또는 파일명 subl --help package control 설치 콘솔창 (단축키: Ctrl+`, 메뉴: View > Show Console menu)에서 다음 입력 import urllib.request,os; pf = 'Package Control.sublime-package'; i..
구글 SMTP 메일 송신 예제 메일 송신이 가능하기 위한 준비가 필요하다. 1. mail.jar 라이브러리 추가 2. gmail 계정 환경설정 구글 gmail 인증을 위한 Class import javax.mail.Authenticator; import javax.mail.PasswordAuthentication; //구글 gmail 인증을 위한 Class public class MyAuthentication extends Authenticator { PasswordAuthentication pa; public MyAuthentication(){//생성자를 통해 구글 ID/PW 인증 String id = "구글 mail ID"; // 구글 ID String pw = "비밀번호"; // 구글 비밀번호 //..
아이오닉 2.0 app deploy 1. app id, app key cd 프로젝트 폴더ionic io init vim ionic.config.json 자동으로 app 이름과 app id가 입력된걸 확인할 수 있다. 2. ionic platform 설치 ionic platform add android ionic platform add ios ionic serve --lab ios, android 형식으로 각각 확인할 수 있음 3. emulate 실행 xcode 설치 ionic emulate ios 4. iphone deivice 실행 ionic run ios 또는 ionic run ios --device 오류 참고 : sudo npm install ios-deploy -gsudo npm install -..
- Total
- Today
- Yesterday
- npm
- 번들링
- typeScript
- 한영 변환
- git commit
- Grunt
- Angular
- angular2
- Angular CLI
- git branch
- 폼 유효성 검사
- jQuery
- 아이오닉
- 아이오닉2
- Routes
- 옵저버블
- Gulp
- module exports
- Webpack
- End-to-End testing
- Facebook AccountKit
- paralles desktop
- Typescript 패키지
- git merge
- 웹 소켓 프로토콜
- 의존성 주입
- phone number
- ionic2
- NgForm
- password validation
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |