2017년 3월 23일 목요일

One Size Fits None - (Everything You Learned in Your DBMS Class is Wrong)

출처: http://slideshot.epfl.ch/play/suri_stonebraker

머리에 남는 것

  1. column store
    1. OOP 대신에 DOD로 디자인을 바꿀까나?
  2. single thread
    1. latching 타임에 대한 저평가. 메모리를 나눈다.


2017년 3월 20일 월요일

.unitypackage 에디터 없이 풀기

참고: https://upu.derfunk.com/

  1. Downloads에서 Standalone을 내려 받아 압축을 푼다.
  2. 원하는 패키지 파일을 끌어다 놓는다.
  3. "Unpack now"를 클릭하고 원하는 폴더를 지정한다.

Visual Studio C#에서 폴더 안의 파일을 모두 프로젝트에 추가하기

참고: http://stackoverflow.com/questions/392473/how-do-i-add-an-existing-directory-tree-to-a-project-in-visual-studio

방법

  1. 프로젝트 디렉토리에 소스 구조를 넣는다
  2. 솔루션 탐색기의 툴상자에서 "Show All Files"를 클릭
  3. 원하는 디렉토리를 오른클릭하고 "Include in Project" 클릭