구문법 문맥 자유 문법(CFG) 1. 터미널 심볼의 집합 T -> 자체로 기초 심볼, 이후로 작성법 정의X, 문법 규칙의 왼쪽에는 위치 불가능 2. 넌터미널 심볼의 집합 N -> 스트링들의 작성법이 문법 규칙에 의해 정의, 문법 규칙의 왼쪽에 위치 가능 3. 시작 심볼 S 4. 생성 규칙의 집합 유도 - 입력된 문장이나 프로그램이 문법에 맞는지 검사하는 것 - 어떤 스트링이 문법으로부터 유도 가능하면 문법에 맞는 스트링 - 컴파일러가 하나의 문장을 해석하기 위해 특정 규칙을 가지고 있어야 함 유도 방법 - 시작 심볼 S부터 시작한다. - 넌터미널 심볼 X를 생성규칙을 적용하여 Y1~Yn으로 대치한다 - 넌터미널 심볼이 없을때까지 반복 - 터미널 심볼의 경우 대치할 규칙이 없으므로 일단 생성되면 끝이며, ..
특정 데이터를 ArrayList안에 HashMap 저장하려고 한다. data: { categories: [ 0:{ "ko_name": "책", "code": "book" }, 1:{ "ko_name": "슬픔", "code": "sadness" } ] } 데이터를 이런식으로 뽑아줘야 하는 경우가 있다고 쳐보자. ArrayList안에 hash맵이 들어가는 데이터 형식을 선언하고 이를 ko_name따로, code 따로 분리해서 저장하려 했다. (이후 이를 categories라는 Dto에 매핑해준다.) public static final ArrayList categoryCodeResponse= new ArrayList(); @PostConstruct public static void categoryMap(){..
Self-paced digital training on AWS - AWS Skill Builder 를 보며 정리한 내용입니다. Self-paced digital training on AWS - AWS Skill Builder Your learning center to build in-demand cloud skills. Skill Builder provides 500+ free digital courses, 25+ learning plans, and 19 Ramp-Up Guides to help you expand your knowledge. Courses cover more than 30 AWS solutions for various skill levels. Skill Bu explore.skillbu..
Self-paced digital training on AWS - AWS Skill Builder 를 보며 정리한 내용입니다. Self-paced digital training on AWS - AWS Skill Builder Your learning center to build in-demand cloud skills. Skill Builder provides 500+ free digital courses, 25+ learning plans, and 19 Ramp-Up Guides to help you expand your knowledge. Courses cover more than 30 AWS solutions for various skill levels. Skill Bu explore.skillbu..
게시글 작성 시 조회수 관련 데이터를 Redis에 저장하려고 한다. 추후 어떤 필드가 추가될지 모르니 Redis에 hashMap 형태로 저장할 예정이다. key(랜덤 생성) : { postId: 1, postView: 1 } 처음엔 코드를 아래처럼 field 부분에 데이터 이름과 value부분에 각각 long&int를 넣어주었는데 public void setViewCount(Long postId){ HashOperations hashOps = stringRedisTemplate.opsForHash(); String key = UUID.randomUUID().toString(); Map values = new HashMap(); values.put("postId", postId); values.put("p..
Self-paced digital training on AWS - AWS Skill Builder 를 보며 정리한 내용입니다. Self-paced digital training on AWS - AWS Skill Builder Your learning center to build in-demand cloud skills. Skill Builder provides 500+ free digital courses, 25+ learning plans, and 19 Ramp-Up Guides to help you expand your knowledge. Courses cover more than 30 AWS solutions for various skill levels. Skill Bu explore.skillbu..
- Total
- Today
- Yesterday
- redis-py
- 조회수기능개발
- jupyterlab
- 실시간클록
- crudrepository
- 알고있
- 스마트렌즈
- 해커톤
- 항해해커톤
- 소숫점잘림
- 모의서버
- 이미지검색
- 빈해쉬맵
- 실시간클락
- 항해커톤
- 네이버이미지검색
- mockserver
- 데이터잘림
- 구글
- visionAPI
- ChatGPT
- 시간어떻게
- redisTemplate
- 지도데이터
- 목서버
- 조회수기능
- 주피터랩
- PC시간어떻게
- redis
- 구글클라우드스토리지
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |