Programming & Network (19) 썸네일형 리스트형 About Cloud network tools AWS : 클라우드 컴퓨팅을 제공하는 툴 ㄴ CloudWatch : AWS에서 실행되는 애플리케이션을 실시간으로 모니터링하는 툴 ㄴ EC2(Amazon Elastic Compute Cloud) : 클라우드에서 확장 가능 컴퓨팅 용량 제공 ㄴ RDS(Relational Database Service) : AWS 클라우드에서 관계형 데이터베이스를 더 쉽게 설치, 운영 및 확장할 수 있는 웹 서비스 Azure : AWS와 동일한 기능 제공 CloudFlare : CDN, DNS, Proxy 역할하는 툴. 도메인 관리도 여기서 함 ㄴ CDN : 콘텐츠 전송 네트워크는 데이터 사용량이 많은 애플리케이션의 웹페이지 로드 속도를 높이는 상호 연결된 네트워크 ㄴ DNS : 도메인 이름 시스템 : 사람이 읽을 수 있는 .. 정의와 종류 Type Name Discription DB_정의 DB(Database) 여러 사람이 공유하고 사용할 목적으로 통합 관리되는 정보의 집합 논리적으로 연관된 하나 이상의 자료의 모음으로 그 내용을 고도로 구조화함으로써 검색 및 갱신의 효율을 높인다. DB_특징 실시간 접근성(real time accessibility) 사용자의 질의에 대하여 즉시 처리하여 응답한다. DB_특징 계속적인 진화(continuous evolution) 삽입, 삭제, 갱신을 통하여 항상 최근의 정확한 데이터를 동적으로 유지한다. DB_특징 동시 공유(concurrent sharing) 여러 사용자가 동시에 원하는 데이터를 공유할 수 있는 특징을 갖는다. DB_특징 내용에 의한 참조(content reference) 데이터베이스에 .. Network 용어정리 Name Discription CentOS a Linux distribution that provides a free and open-source community-supported computing platform, functionally compatible with its upstream NAC Network Access Control DLP Data Loss Prevention : 데이터 손실 방지 IPS 침입 방지 시스템 VPN Virtual Private Network : ㄴ 가상사설망, ISP 즉 제 3자에 정보를 넘겨주지 않고 익명성을 유지하여 인터넷에 접속 ㄴ 익명성이 보장된 상태에서 안전하게 인터넷을 사용할 수 있는 기술 ㄴ 주로 인터넷을 통해 엔드포인트에서 네트워크로의 연결을 암호화 L.. 이메일 형식 유효성 검사 리스트 출처: https://ko.wikipedia.org/wiki/%EC%A0%84%EC%9E%90_%EC%9A%B0%ED%8E%B8_%EC%A3%BC%EC%86%8C 로컬 파트 : 전자 우편 주소의 로컬 파트는 아래의 ASCII 문자 중 어느 것이든 올 수 있다: 대소문자 로마자 기본 A부터 Z, a부터 z 숫자 0부터 9 특수 문자 !#$%&'*+-/=?^_`{|}~ 점 (.) 공백과 "(),:;@[\] 문자 괄호 안에 사용되는 주석 (예: john.smith(comment)@example.com, (comment)john.smith@example.com) 도메인 : 이메일 주소 중 도메인 이름은 명확한 지침을 따라야 한다. 호스트명의 요구 사항, 점(.)으로 구분되는 DNS 레이블의 목록, 각 레이블이 .. JSTL items length size item index 값 확인 - JSTL 강좌 LoopTagStatus varStatus 출처 : http://wiki.gurubee.net/pages/viewpage.action?pageId=26740270& JSTL의 이해 및 활용 1. JSTL의 이해 http://tomcat.apache.org/taglibs/ JSTL이란 JSP 표준라이브러리(JSP Standard Tag Library) 이다. JSP에서 사주 사용하는 기능(반복과 조건, 데이타 관리 포맷, XML 조작, 데이타베이스 액세스)을 구현하는 커스텀 태그 라이브러리 모음이다. 시간, 날짜, 숫자의 포맷이나 문자열 가공등의 처리에서 비즈니스로직과 프리젠테이션 로직을 분리할 수 있게 해준다. JSTL은 EL(Expression Language)를 사용하여 표현한다. 2. JSTL 라이브러리 2.1 JSTL 라이브러리 아래와 같.. small project subject: make my own website with DB purpose: just type everything that I'm thinking and if I want to do something then I can recored about it. needed: - how to make website: html and CSS etc - how to connect website to DB: http://www.tutorialspoint.com/hadoop/ - make it relate to each other - SQL grammar: http://www.h2database.com/html/grammar.html - how to get the information to my website and.. (Mac Eclipse) shortcut System.out.println(); Normally the 'sysout' shortcut is not working in eclipse on os x. But, I'm going to show you how to make it work. first of all, go to Preferences in eclipse. second of all, select General > Keys Third of all, write down 'Content Assist' in type filter textForth of all, put 'alt' and 'space' key in 'Binding' and then 'Apply'! That was all you needed to do for using the funct.. Classes and Objects 출처: https://docs.oracle.com/javase/tutorial/java/javaOO/index.html With the knowledge you now have of the basics of the Java programming language, you can learn to write your own classes. In this lesson, you will find information about defining your own classes, including declaring member variables, methods, and constructors.You will learn to use your classes to create objects, and how to use th.. 이전 1 2 3 다음