TypeScript 2.3부터 유형주석이 있는 기존 JavaScript 코드를 분석 할 수 있도록 지원합니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/.vimrc | |
| set encoding=utf-8 nobomb | |
| set fileencodings=utf-8,cp949 | |
| 이미 vi로 파일을 연 상태에서 화면에 문자가 깨진 상태라면 | |
| 명령모드 | |
| :e ++enc=utf-8 |
REST client를 사용하면 HTTP 요청을 보내고 vs code에서 직접 응답을 볼 수 있습니다.
사이트: https://marketplace.visualstudio.com/items?itemName=humao.rest-client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "scripts": [], | |
| "styles": [] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "scripts": [], | |
| "styles": [] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "scripts": [], | |
| "styles": [] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "scripts": [], | |
| "styles": [] | |
| } |
erDiagram
TB_GUILD_MISSION {
bigint GUILD_ID PK
int MISSION_INDEX PK
int MISSION_COUNT
datetime RESET_TIME
}
TB_PC_GUILD_MISSION {