Skip to content

Instantly share code, notes, and snippets.

@shimdh
shimdh / gist:dc440f860af9ae55d43686bf83fced14
Created October 20, 2017 00:19
vi에서 utf-8로 인코딩된 파일보기
~/.vimrc
set encoding=utf-8 nobomb
set fileencodings=utf-8,cp949
이미 vi로 파일을 연 상태에서 화면에 문자가 깨진 상태라면
명령모드
:e ++enc=utf-8
@shimdh
shimdh / ts-check.md
Last active November 3, 2017 01:24
ts-check

ts-check

TypeScript 2.3부터 유형주석이 있는 기존 JavaScript 코드를 분석 할 수 있도록 지원합니다.

vs code

@shimdh
shimdh / package.json.md
Last active November 3, 2017 01:26
package.json

package.json

실제 JSON 포맷이어야합니다. JavaScript 객체가 아닙니다.

생성

@shimdh
shimdh / rest-client.md
Last active March 24, 2023 20:08
REST Client(vs code)
@shimdh
shimdh / codeswing.json
Last active January 24, 2022 08:20
intro vue2(1): The Vue Instance
{
"scripts": [],
"styles": []
}
@shimdh
shimdh / codeswing.json
Last active January 24, 2022 08:20
intro vue2(2): Attribute Binding
{
"scripts": [],
"styles": []
}
@shimdh
shimdh / codeswing.json
Created January 24, 2022 08:13
intro vue2(3): Conditional Rendering
{
"scripts": [],
"styles": []
}
@shimdh
shimdh / codeswing.json
Last active January 24, 2022 12:00
intro vue2(4): List Rendering
{
"scripts": [],
"styles": []
}
@shimdh
shimdh / code.md
Last active January 27, 2023 01:50
table GuildMisson

erDiagram

TB_GUILD_MISSION {
    bigint GUILD_ID PK
    int MISSION_INDEX PK
    int MISSION_COUNT
    datetime RESET_TIME
}

TB_PC_GUILD_MISSION {

@shimdh
shimdh / structure.md
Created January 27, 2023 01:47
길드활동 구조