반응형
반응형
본문 바로가기
[펌] 국내 시험별 난이도 1위 5급 사법고시가 없어지면서 대한민국 부동의 1위로 우뚝썻다 3년을 공부하던 1달을 공부하던 결과가 똑같다는 1차피셋부터 돌대가리들을 걸러내며 2차는 극악으로 더 어렵다,그중 재경직은 최고의 엘리트로 거듭나며, 기재부.금융위,공정위,국세청,감사원순으로 지원률이 높다 꼴찌인 감사원만 가더라도 막강한 권력을 집어들어 어지간한 공기업은 뒤흔들고 다닌다. 2위 입법고시 or 법원5급 5급으로서 정년까지 서울근무하는 입법고시와 이원화된 조직으로서 판사의 간섭도 받지않는 법원행정고시 양대산맥으로서 그 우위를 가릴수가 없다. -------기술고시------- 3위 변리사 매년 서울대 공대가(그중에서도 전기공학)이 35%의 합격생을 차지하며 그 밑으로 카포연고 서성한이 40% 중경시이화,건동등 15%로 합격한다. .. 2021. 10. 4.
Moloco 몰로코 기업분석 Moloco 몰로코 기업분석 대표: 안익진 Offices: Silicon Valley, San Francisco, Seattle, Seoul, Tokyo, Beijing, London, Singapore 비즈니스 모델: 실시간 광고 입찰을 해주는 애드테크 기업 130억 개의 광고를 빠르게 연산하여 소비자에게 알맞는 광고를 추출하고 추천한다. 실리콘 AI 유니콘 스타트업 중 창업자가 한국인인 기업 창업 멤버 다수는 안익진 대표 이전 직장 (구글, 실리콘밸리) 엔지니어 출신 주주현황 LG Tech Ventures, Samsung Ventures, Shinhan GIB etc. 채용 미국, 싱가폴, 한국 가리지 않고 전 지역에서 활발히 채용중 Salary 요약 2021. 9. 30.
3.8 – Model Checking 3.8 – Model Checking Model checking is a systematic check of your system's state model in all its possible states. Basically, you check all the various states of your software and find that there are any errors by simulating different events that would change the states and variables of your software. What is model checking? If you can express your problem that way, then you can do what's called.. 2021. 9. 28.
3.7 – UML State Diagram 3.7 – UML State Diagram What is the purpose of a State diagram? To show how a system or object behaves in reaction to events. 2021. 9. 27.
SNAP (스냅) 언제까지 가니?! SNAP 언제까지 가니?! 6 Months : 67%! This stock does not know when to break. It soars until what! That is what is up! SNAP식 ESG 수화를 인식하고 가르치는 렌즈를 공개함으로써 유저들이 Deaf people에게 쉽게 접근할 수 있도록 그리고 그들을 이해할 수 있도록한다. Snapchat 연간 회원수 Snapchat식 분산투자 결론: 스냅 짱 2021. 9. 27.
3.6 – UML Sequence Diagram 3.6 – UML Sequence Diagram Sequence Diagrams are used to show your team how objects in your program interact with each other to complete tasks. 2021. 9. 26.
3.5 – Inheritance Issues 3.5 – Inheritance Issues Abstraction, Encapsulation, Decomposition, Generalization. Each of these principles requires you to make a decision on how they apply to a system. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 public class Pizza { private List toppings; private String size; private String crustStyle; public Pizz(String size, String crust) { this.toppings = new ArrayList(); .. 2021. 9. 26.
3.4 – Conceptual Integrity 3.4 – Conceptual Integrity Conceptual integrity is about creating consistent software. It is making decisions about how your system will be designed and implemented so that even if multiple people worked on the software, it would seem as if there was only one mind guiding all the work. Adopting certain agile development practices like daily stand-up meetings and sprint retrospectives, where team.. 2021. 9. 22.
3.3 – Information Hiding 3.3 – Information Hiding Information Hiding Information hiding allows you to provide me with just the information I need for my module to work. You do not need to give me access to everything in your module, and you do not have to know how my module works. Information Hiding Through Encapsulation Access Modifiers There are four different levels of access in Java Public Methods Protected Behavior.. 2021. 9. 21.
3.2 – Separation of Concerns 3.2 – Separation of Concerns Concern Our goal is to create flexible reusable, and maintainable code. Separation of concerns creates more cohesive classes using abstraction, encapsulation, decomposition, and generalization. This creates a system that is easier to maintain because each class is organized so that it only contains the code that it needs to do its job. Modularity is increased in turn.. 2021. 9. 21.

반응형