일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- wnourefresh
- 어셈블리어
- cbpf
- REDIS
- edge trigger
- iptables
- DOCKER-USER
- doupdate
- rfc5508
- packet filter
- ioctl
- .net core 7
- ncurses
- Docker
- Compiler
- architecture
- epoll
- level trigger
- packet flow
- 취약점
- epoll_wait
- 풀이
- C언어
- BOF
- vtable
- wrefresh
- .nret core 배포
- LOB
- NAPT
- mvwin
- Today
- Total
Tuuna Computer Science
LR(0) Isn’t Good Enough LR(0) is the simplest technique in the LR family. Although that makes it the easiest to learn, these parsers are too weak to be of practical use for anything but a very limited set of grammars. The examples given at the end of the LR(0) handout show how even small additions to an LR(0) grammar can introduce conflicts that make it no longer LR(0). The fundamental limitatio..

해결목록 ■ 로그인, 로그아웃 세션구현하기 ■ 로그인페이지 만들기 + 로그인 백엔드 ■ base.php 만들기 ■ 회원가입페이지 만들기 + 회원가입 백엔드 ■ php강좌 다보기 ■ DB 설계하기 할일 □ 회원가입 백엔드 부분 오류 수정 □ 책 검색 리스트 출력 □ 대출신청 폼 □ 책 신청 폼 □ 반납신청 폼 □ 내 정보폼 □ 어드민 페이지 만들기(좀 많음) □ BOOK 테이블 create
이지스 대출 서비스 만들기 프레임워크따윈 쓰지 않는다. 프론트엔드 html, css, javascript 백엔드 php 7.0 디비 : mysql 기능 : 연체되면 자동 이메일 가기 + 2번 이상 연체될 시 대출 불가 특정 유저가 빌린 책 봐야하고 table 끼리 연결되면 좋을 텐데 UserID를 전역적으로 table에 박아서 테이블끼리의 상관관계를 이루자 디비 설계 DataBase Name : Aegis_Book 같은 책의 처리는? BookTable에 NUmber옵션을 넣어? 아니면 다르게 컬럼을 하나 더 넣어? 만약 Number을 할시 UserTable에 대출일 반납일을 기입해야 할듯 그냥 하나더 컬럼을 만들어서 대출일 반납일을 넣자 같은 책의 처리는? UserID로 테이블을 연결할건데 Tables ..