- 맥 오라클설치
- javascript redirection
- jquery 바코드생성
- javascript 바코드스캔
- asp.net core Select
- 파일업로드 체크
- javascript 유효성체크
- 타임피커
- 404에러페이지
- Mac Oracle
- php 캐쉬제거
- 강제이동
- ViewBag
- 하드 윈도우 복사
- django 엑셀불러오기
- 말줄임표시
- javascript 바코드 생성
- XSS방어
- SSD 복사
- 바코드 생성하기
- TempData
- ViewData
- XSS PHP
- asp.net Select
- 하드 마이그레이션
- 바코드 스캔하기
- 파일업로드 유효성체크
- asp.net dropdownlist
- ASP.Net Core 404
- jquery 바코드
목록개발툴/Atom (3)
웹개발자의 기지개
Command + l : 현재줄 선택 Command + Shift + d : 한줄 복사 Ctrl + Shift + k : 한줄 삭제
웹코딩 작업중에 php 나 asp 의 주석 부분이 기본 배경색이 흐릿하여 잘 눈에 띄지 않는다. File -> Stylesheet 클릭 styles.less 파일 하단에 아래의 소스를 추가한다. atom-text-editor::shadow .comment { color: #F3F781; font-style: normal; } atom-text-editor::shadow .punctuation.definition.comment { color: #CCEEFF; font-style: normal; } atom-text-editor::shadow .markup.underline.link.hyperlink { color: #CCEEFF; } 참고 : onlyfor-me-blog.tistory.com/104
맥에 Atom 무료 에디터를 깔고 원격 ftp 접속을 위하여 remote ftp 툴을 깔아서 에디터 작업을 할 수가 있다. atom.io/packages/remote-ftp remote-ftp Enable browsing remote FTP/FTPS/SFTP just like the built-in Tree View. Requires a project. atom.io 또한 php 작업을 위하여 Package 화면상에서 language-php 을 이용하여 이쁘게 색깔처리되어 있는 코드들을 보면서 즐겁게 작업을 할 수 있다. github.com/atom/language-php atom/language-php PHP package for Atom. Contribute to atom/language-php de..