2019년 6월 27일 목요일
defold Visual Studio Code file Association Settings
defold Visual Studio Code file Association Settings
file->preference->settings->files
All delete after add this block
{
{
"*.script": "lua",
"*.gui_script": "lua",
"*.render_script": "lua"
}
}
deepin 15.10 Visual studio code crash open then a open folder
I installed Visual studio code from the Deepin Store and since then, every time I'm opening a folder, it open with visual studio code. I'm new with Deepin, where can I change this ? I looked up in the default application settings but I've not seen any setting about folders.
this is hidden Directory
/home/.config/mineappls.list
this file add this
inode/directory = dde-file-manager.desktop;code.desktop
2019년 6월 25일 화요일
kotlin array swap,extends
array swap(어레이 바꾸기)
fun MutableList.swap(index1 : Int, index2 : Int) {
val tmp = this[index1]
this[index1] = this[index2]
this[index2] = tmp
}
array extends(어레이 크기 확장)
fun foo(old: Array
val result = old.copyOf(old.size + 1)
result[old.size] = NEW_STRING
return result
}
피드 구독하기:
글 (Atom)
-
Rosewell 사건의 유일한 생존자인 외계인 Airl에 관한 이야기를 전해 드리고자 합니다. 이책은 우리에게 정말 귀한 정보 와 통찰력을 주며, 왜 이렇게 삶이란 것이 깊은 고뇌를 동반하는 것인 과정인지 근본적인 대답을 해주며, 죽는다는 것이 어렵...
-
아치 리눅스 한글 간단 사용기 한글 입력기로 ibus 사용 하기로 한다. nabi 도 좋긴 한데 구글 크롬과 심각한 버그로 쓰기 힘든 상태 이므로 nabi 는 패스 하기로 아이뻐스 설치 pacman -S ibus ibus-hangul ...
-
중국 쌍색구(双色球) 빨간공 6개 : 1~33 판란색 1개 : 1~16 빨간색, 파란색 두가지 색이라 쌍색구 라 함 APP LINK https://play.google.com/store/apps/details?id=gotopark....