종속과목강문계란? 옛날에 학교에서 배웠던 종속과목강문계가 영어로 무엇인지 궁금했다. Database 책을 보다가 우연히 예제에서 보게 되어, 더 찾아보았다. 쳬계 종
Network Working Group S. Knight Request for Comments: 2338 D. Weaver Category: Standards Track Ascend Communications, Inc. D. Whipple Microsoft, Inc. R. Hinden D. Mitzel P. Hunt Nokia P. Higginson M. Shand Digital Equipment Corp. A. Lindem IBM Corporation April 1998 Virtual Router Redundancy Protocol Status of this Memo This document specifies an Internet standards track protocol for the Interne..
Network Working Group T. Li Request for Comments: 2281 Juniper Networks Category: Informational B. Cole Juniper Networks P. Morton Cisco Systems D. Li Cisco Systems March 1998 Cisco Hot Standby Router Protocol (HSRP) Status of this Memo This memo provides information for the Internet community. It does not specify an Internet standard of any kind. Distribution of this memo is unlimited. Copyrigh..
twistedmatrix에서 callInThread()와 callFromThread()는 어떻게 다른 것일까? 무심코, 코드에서 callInThread()를 썼는데, 그 차이를 궁금해 하다가 문서 및 소스를 찾아보게 되었다. 1. The Twisted Documentation 보기 우선 살펴본, The Twisted Documentation에서는 callFromThread()는 thread-safe하지 않은 메소드를 thread-safe하게 실행시킬 때 사용한다고 한다. 다른 설명으로는, thread-safe하지 않은 메소드를 메인 이벤트 루프에서 실행되도록 스케쥴한다고 한다. from twisted.internet import reactor def notThreadSafe(x): """ do somet..
every + 기수 + 복수 = every + 서수 + 단수 eg. 5일마다 every 5 days = every 5th day
남의 눈에 띄지 않으려 하다 try to keep a low profile Example I guess she was trying to keep a low profile. 그녀가 남의 눈에 띄지 않으려고 했던 것 같아.
behind schedule 이 프로젝트는 예정보다 세 달 늦어지고 있다. This project is three months behind schedule.
Recommended Reading List Books for H/W Developers I/O Interconnection Technologies Designing High-Speed Interconnect Circuits/Dennis Miller Jitter, Noise, and Signal Integrity at High-Speed/Mike Peng Li Timing Analysis and Simulation for Signal Integrity Engineers/Greg Edlund High-Speed Signal Propagation: Advanced Black Magic/Howard W. Johnson Introduction to PCI Express*/Adam Wilen, Justin Sch..
영어로 임대인? 임차인? 임대인, 집주인 landlord, landlady the person who actually owns the building 임차인, 세입자, 입주자 tenant the person who is renting the building 관리인 manager the person who cares about everything in the building
windows 자체도 DNS caching을 하므로, 콘솔에서 다음과 같이 입력한다. ipconfig /flushdns
그 사람들은 천생연분이다.
from : http://agile.dzone.com/news/top-50-new-software 1 Dreaming in Code: Two Dozen Programmers, Three Years, 4,732 Bugs, and One Quest for Transcendent Software/Scott Rosenberg/ 26-1-2007 2 Clean Code: A Handbook of Agile Software Craftsmanship/Robert C. Martin/ 11-8-2008 3 Pragmatic Thinking and Learning: Refactor Your Wetware/Andy Hunt/ 15-8-2008 4 Managing Humans: Biting and Humorous Tales ..