본문 바로가기

카테고리 없음

2021-01-15 12시 개발자 글 모음 | "Dagger2 사용 시, XXX is" 외 6개 이야기

[Java] Inheritance (vs. composition) by 임지선

  • class Parent { String x = "parent" ; } class Child extends Parent { String x = "child" ; void method ( ) { System
  • y = y ; } } class Point3D extends Point { int z ; Point3D ( int x
  • class Circle { Point c = new Point ( ) ; int r ; }


[Java] Overriding vs. Overloading by 임지선


    개발자 세계를 여행하는 히치하이커를 위한 안내서 by 안재열

    • co-founder of Twitter & founder of Square
    • Go back to top
    • Go back to top


    LeetCode : 105. Construct Binary Tree from Preorder and Inorder Traversal by 신기용

    • Given preorder and inorder traversal of a tree
    • construct the binary tree
    • Note: You may assume that duplicates do not exist in the tree


    [React] 리액트 그래프/차트 라이브러리 모음 by 이은진 about React.js


      얼마나 버틸 수 있는지 알려주는 Burn Rate - SaaS 서비스 by 이동인

      • 만일 매출이 나고 있고 충분한 현금을 보유하고 있는 경우 Burn Rate를 늘려가는 것도 전략이 될수 있습니다
      • 우리는 Net Burn Rate를 통해 Burn Rate를 줄이지 늘이지 정할 수 있습니다
      • 아직 수익을 내고 있지 않은 기업에게 Net Burn Rate는 기업이 얼마나 버틸 수 있는지 보여줍니다


      Dagger2 사용 시, XXX is defined multiple times 에러가 발생한다면 by 옥수환 about Android

      • 글 목록 글 목록 월 선택 2021년 1월 (4) 2020년 12월 (7) 2020년 11월 (2) 2020년 10월 (6) 2020년 9월 (2) 2020년 8월 (3) 2020년 7월 (7) 2020년 6월 (26) 2020년 5월 (6) 2020년 4월 (5) 2020년 3월 (3) 2020년 2월 (3) 2020년 1월 (6) 2019년 12월 (5) 2019년 11월 (6) 2019년 10월 (8) 2019년 9월 (3) 2019년 8월 (6) 2019년 7월 (6) 2019년 6월 (5) 2019년 5월 (10) 2019년 4월 (5) 2019년 3월 (8) 2019년 2월 (10) 2019년 1월 (4) 2018년 12월 (3) 2018년 11월 (6) 2018년 10월 (13) 2018년 9월 (8) 2018년 8월 (7) 2018년 7월 (4) 2018년 6월 (7) 2018년 5월 (2) 2018년 4월 (5) 2018년 3월 (7) 2018년 1월 (5) 2017년 12월 (2) 2017년 11월 (3) 2017년 10월 (5)