태그>object(총 72개의 글)
'object' 관련 최근글
-
- 객체를 다루는 메소드
-
링고파이 by 링고파이|2020/01/13 17:37
1. Object.assign타깃 객체와 소스 객체를 병합한 형태의 새 객체를 내놓는 메소드. 중복은 소스객체쪽으로 집어넣어 진다. 객체의 깊은 복사가 이뤄지지 않아서 프로퍼티간의 참조가 유지된다. (얕은 복사)* 깊은 복사 방법 :: 1. Json으로 풀었다가 다시 오브젝트로 변환한다...
javascript, object, es6, frontend, 객체
- 객체를 다루는 메소드
-
- A Byte of Python - Object Oriented Programming
-
SCIENART BB by SCIENART BB|2019/04/19 21:34
Object Oriented Programming 지금까지 우리가 적성한 프로그램은 데이터를 다루는 문장 블럭과 같이 함수로 프로그램을 설계했다. 이를 프로그램의 프로시져 기반 방법이라 부른다. 프로그램을 조직화하는 다른 방법은 데이터와 기능은 결합해 객체라는 곳에 감싸는 것이다...
- A Byte of Python - Object Oriented Programming
-
- 스위프트 투어 - 객체와 클래스
-
SCIENART BB by SCIENART BB|2018/11/02 22:10
객체와 클래스 속성 정의는 상수나 변수 생성과 같은 방식으로 지정하는데 클래스 컨텍스트 내에 있다는 것만 다르다. 이런식으로, 메소드와 함수가 같은 방식으로 쓰여진다. class Shape { var numberOfSides = 0 func simpleDescription() ->String { return..
- 스위프트 투어 - 객체와 클래스
-
- [Javascript] 간단한 주소록 만들기 - 1
-
BENGGRI의 블로그 by 벵그리|2018/07/25 16:39
DB연동없이 html과 javascript를 이용한 기초학습해당 과정은 javascript를 처음 접하거나, 기초 개념이 부족한 사람들에게 유용한 정보이다. 이름 , 나이 , 직업 , 전화번호를 담고있는 전화번호부를 만들 것이다. 번호 이름 나이 직업 전화번호 1 김정말 30 개발자 01012
javascript, 개발, object, array, for
- [Javascript] 간단한 주소록 만들기 - 1
-
- [Kernel] 슬랩 페이지(slab page)가 관리하는..
-
Linux Kernel(4.9) Hacks by Guillermo|2018/04/25 10:11
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab ..
- [Kernel] 슬랩 페이지(slab page)가 관리하는..
-
- [Kernel] slab object 자료구조 - 페이지, 슬랩..
-
Linux Kernel(4.9) Hacks by Guillermo|2018/04/23 22:12
이번 시간에는 코어 덤프에서 페이지 디스크립터와 슬랩 오브젝트 자료구조를 알아 봅니다. 우선 다음과 같은 페이지 디스크립터가 있습니다.(struct page *) (struct page*)0xEC778540 = 0xEC778540 -> ( (long..
- [Kernel] slab object 자료구조 - 페이지, 슬랩..
-
- [0410] Slab Memory Corruption Case Study#3 ..
-
Linux Kernel(4.9) Hacks by Guillermo|2018/04/23 09:02
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab ..
- [0410] Slab Memory Corruption Case Study#3 ..
-
- [0410] Slab Memory Corruption Case Study#2 ..
-
Linux Kernel(4.9) Hacks by Guillermo|2018/04/20 17:22
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab ..
slab, corruption, 슬랩, 오브젝트, object
- [0410] Slab Memory Corruption Case Study#2 ..
-
- [0410] Slab Memory Corruption Case Study#1 ..
-
Linux Kernel(4.9) Hacks by Guillermo|2018/04/20 06:17
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab ..
- [0410] Slab Memory Corruption Case Study#1 ..
-
- [0410] Slab Memory Corruption Case Study#1 ..
-
Linux Kernel(4.9) Hacks by Guillermo|2018/04/18 21:11
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab ..
- [0410] Slab Memory Corruption Case Study#1 ..
-
- angular] object의 양방향 바인딩 조심
-
With U by 마법사|2018/03/15 19:01
angular 코딩시 ng2-smart-table 에 source를 바인딩 하고 rowSelect 이벤트를 할당 한후 <ng2-smart-table [settings]="codeSettings" [source]="rmCodeGroupsLocal" (deleteConfirm)="onDeleteConfir..
angular, Object.assign, Object, 객체, 양방향
- angular] object의 양방향 바인딩 조심
-
-
- slab - kmem_cache 소개 및 slab object(슬랩..
-
Linux Kernel Hacker by Guillermo|2017/12/27 12:42
# 리눅스 커널 Memory Management1. 슬랩 Slab Memory 소개 2. 슬랩 Slab Memory 디버깅(Debugging) 3. slab - kmem_cache 소개 및 slab object(슬랩 오브젝트) Overview 4. 슬랩 페이지(slab ..
slab, 슬랩, object, 오브젝트, kmem_cache
- slab - kmem_cache 소개 및 slab object(슬랩..
-
- 커널 오브젝트 Kernel Object - rbtree debugging(parent directory..
-
Linux Kernel Hacker by AustinKim|2017/12/26 09:55
Crash Tool로 커널 오브젝트의 rbtree를 디버깅해서 parent node를 확인하는 방법에 대해 간단히 소개하고자 해요. 아래와 같은 커널 오브젝트가 있다고 가정해보아요. Sys node의 위치는 /sys/devices/system/cpu/cpu3 이겠죠?현재 struct kobject->cpu는 &..
kernelobject, object, 리눅스, 커널, crashtool
- 커널 오브젝트 Kernel Object - rbtree debugging(parent directory..
-
- 커널 오브젝트 Kernel Object - rbtree debugging(child directory) ..
-
Linux Kernel Hacker by AustinKim|2017/12/26 08:36
Crash Tool로 커널 오브젝트의 rbtree를 디버깅하는 방법에 대해 간단히 소개하고자 해요. 아래와 같은 커널 오브젝트가 있다고 가정해보아요. Sys node의 위치는 /sys/devices/system/cpu/cpu3 이겠죠?현재 struct kobject->cpu는 "cpu3"을 가..
kernelobject, object, 리눅스, 커널, cras
- 커널 오브젝트 Kernel Object - rbtree debugging(child directory) ..