Programming33 유용한 사이트 - Opentutorials.org https://opentutorials.org/ opentutorials.org 오픈튜토리얼스 업데이트 opentutorials.org 2020. 3. 25. JAVA script, where's study that? * reference : https://m.post.naver.com/viewer/postView.nhn?volumeNo=27697470&memberNo=3185448# 자바스크립트, 공부는 어디서 해야 할까? [BY LG CNS] 개발자가 프로그래밍을 처음 배울 때, 맨 먼저 고민하는 것은 무엇일까요? 아마 ‘어떤 언어... m.post.naver.com 2020. 3. 16. [Web Protocol] What's Https?? * reference : https://jeong-pro.tistory.com/89 Http와 Https 이해와 차이점 그리고 오해(?) HTTPS (feat. http) HTTPS에 대해 알아보기 전에 HTTP를 간단하게 설명할 수 있으면 좋다. HTTP는 HyperText Tranfer Protocol로 WWW상에서 정보를 주고 받는 프로토콜이다. 클라이언트인 웹브라우저가 서버에 HTT.. jeong-pro.tistory.com 2020. 2. 10. [19.12.31] Development 용어 정리. [thread] : cpu가 독립적으로 처리하는 하나의 작업단위. [binding] : 각 종 값들이 더이상 변경할 수 없게 값이 확정되는 것 - static binding : Comfile or Linking 과정에 확정. - dynamin binding : 프로그램 실행과정에 확정. [Critical Section(임계영역)] : 2개 이상의 thread가 접근 가능한 공유자원(data)를 독점적으로 다루는 program code. [servlet] - url 요청을 처리하는 프로그램 - JAVA 웹 어플리케이션의 구성요소 중 동적인 처리를 하는 프로그램의 역할 - 서버에서 수행되는 소형 프로그램(WAS에서 동작하는 JAVA 클래스) - HttpServlet 클래스를 상속받아야 한다 - servlet.. 2019. 12. 31. 이전 1 2 3 4 5 6 7 8 9 다음