목록개발툴 (7)
능글맞은 구렁이
http://phptester.net/ PHPTESTER - Test PHP code online This application is free so please don't break it! Contact :phptester.net@gmail.com Dear Hacker you don't need to hack this free website to prove that you are very good!!!! Updates: I'm trying a new approche, PHP 7.1 to 7.4 version added but still in test phptester.net 상단에 php버전을 선택할 수 있다. 좌측이 코드를 작성하는 란이고 우측이 결과창이다 코드를 실행하려면 상단의 click to te..

웹에서 설치없이 바로 리눅스 명령어 연습을 할수 있는 사이트! ▼▼ 아래 사이트로 접속 https://bellard.org/jslinux/ JSLinux JSLinux Run Linux or other Operating Systems in your browser! The following emulated systems are available: CPUOSUserInterfaceVFsyncaccessStartupLinkTEMUConfigComment x86Alpine Linux 3.12.0ConsoleYes click here url x86Alpine Linux 3.12.0X WindowYes click h bellard.org 접속하면 ▼▼아래 노란색으로 표기된 부분 클릭 아마 클릭하면 몇초정도 load..
Window > Preferences > 노란색 부분을 전부 UTF-8로 변경해준다.
1. Visual Studio IntelliCode : 비주얼 스튜디오 인텔리코드 (개발자를 위한 AI를 이용한 개발 기능을 제공) 2. Auto Rename Tag: 자동 이름 바꾸기 태그 (HTML/XML 태그의 이름을 자동으로 바꿔준다.) 3. Bracket Pair Colorizer : 브라켓 페어 컬러라이저 (브래킷을 색상으로 식별할수있다. ) 4. CSS Peek : HTML파일에서 해당 CSS에 대한 정의로 CSS ID 및 클래스 문자열을 엿볼 수 있다. 5. HTML CSS support : HTML id및 class특성 완성 6. Live Server 7. Lorem ipsum 8. prettier - code formatter
Visual Studio Code 줄여서 VSCode라고하는 개발 툴은 마이크로 소프트 사에서 만들었고 무료이고 오픈소스이면서 거대한 확장기능 생태계를 가지고있는 준수한 코드 편집기 이다. 1. 설치 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and W..
window버전 단축키 Ctrl + D : 위에 있는 코드 그대로 아래로 복사 Ctrl + Y : 한줄삭제 Ctrl + Shift + ↑or↓ (방향키) : 줄위치 변경 Alt + Insert : Generate(생성자 단축키) Ctrl + space : 자동완성 찾기 Ctrl + Shift+ Enter : 글 자동완성 Shift + F6 : 파일명 변경 Ctrl + Alt + V : 생성되는 객체에 맞는 생성자생성 Ctrl + Z : 뒤로가기 Ctrl + shift + Z : 앞으로 가기 Ctrl + Shift + L : 코드 자동 정렬 단축명령어 psvm : enter or tap을 누르면 public static void main(String[] args) { } 메인소스 자동완성 iter : Li..