젠 코딩 정말 나이스 하네요. 긴 HTML 등들은 TAG, CLASS, ID 속명만으로 html tag를 자동으로 한방에 생성해주고 , 여러가지 옵션으로 편하게 사용할수 있네요. 에디터도 여러가지 지원하네요. 최신 버전의 에디터 플러스를 설치 하시면 zen coding 명령 탭이 화면에 나타납니다. 최신버전의 에디터플러스 설치하세요. 소개 : http://guny.kr/zen-coding-editplus/ Zen Coding 소개 동영상 : http://vimeo.com/40333685 http://code.google.com/p/zen-coding/wiki/Actions http://code.google.com/p/zen-coding/wiki/ZenHTMLSelectorsEn 명령어 설명 - 단축키 잘..
* Quick Access Ctrl+3* 코드 자동완성 Ctrl+Space* import 정리 Ctrl+Shift+O* 빨리 수정 Ctrl+1* 한 줄 삭제 Ctrl+D* 코드 정렬 Ctrl+Shift+F * 선언한 곳으로 F3 또는 Ctrl+클릭* 이전 위치로 Alt+←* 파일 아웃라인 Ctrl+O* 상속 구조 Ctrl+T* 선택 문자 찾기 Ctrl+K* 행번호로 이동 Ctrl+L* 파일명으로 찾기 Ctrl+Shift+R* 프로젝트 텍스트 검색 Ctrl+H * 실행 Ctrl+F11* 단축키 목록 Ctrl+Shift+L* 단축키 설정 Ctrl+Shift+L 두 번 ====== ====
Source 추가1. repo.hackyouriphone.org2. repo.insanelyi.com 어플1. mobile terminal실행1. su 엔터2. alpine 엔터3. passwd 엔터4. 변경할 비번 입력 ~ 한번더 2. Hackulous Security- cURL- OpenSSL(설치후 repo.insanelyi.com 삭제)3. Zephyr (홈버튼 사용안하고 앱스위처 열기)- AppList- LayerSnapshotter- Mobile Substrate- PreferenceLoader- Substrate Safe Mode4. NCSettings- WeeLoader5. iFile- diskdev-cmds- file-cmds- unrar- unzip- zip- 7-zip6. iClean..
haracter(s) Pattern Ex. String Ex. (Pattern matches in red) Example Description & Jsfiddle Type Meta Characters ^ /^Cat/ Cat go fast string must start with Catjsfiddle anchor $ /slow$/ Dogs are slow string must end with slowjsfiddle anchor * /bo*/ boom and boat and bug matches when the precedingo occurs 0 or more timesjsfiddle quantifier + /bo+/ boom and boat and bug matches when the precedingo ..