Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimminju0831 authored Nov 13, 2023
1 parent 9dd16da commit b32143e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@
}
```

5. 이를 json 형태로 처리, 웹 사이트에 동적으로 테이블화 해서 나타냄


5. 이를 json 형태로 처리, 웹 사이트에 동적으로 테이블화 해서 나타냄


**Python 내부 메소드 설명**
Expand All @@ -64,7 +62,7 @@
| save_one_station(conn, cursor, city_code, city_name) | city_code에 해당하는 도시의 모든 역을 조회, DB에 저장 |
| save_all_station(conn, cursor) | 모든 도시의 역을 DB에 저장 |
| get_ktx_car_num(conn, cursor) | ktx에 해당하는 열차 코드 배열을 반환 |
| get_schedule(dep, arr, cursor, date, time_str, train_codes) | dep: 출발역, arr: 도착역, date: YYYYMMDD, 조회를 시도하는 날짜, time_str: HHMMSS, 조회의 기준이 되는 시간, train_codes: 열차 종류 배열, dep과 arr 노선, date에 해당하는 모든 time_str 이후 train_codes 열차 조회, 시간 순 정렬 배열 반환. 배열 내부 정보는 dict로 저장 |
| get_schedule(dep, arr, cursor, date, time_str, train_codes) | dep: 출발역, arr: 도착역, date: YYYYMMDD, 조회를 시도하는 날짜, time_str: HHMMSS, 조회의 기준이 되는 시간, train_codes: 열차 종류 배열, dep과 arr 노선, date에 해당하는 모든 time_str 이후 train_codes 열차 조회, 시간 순 정렬 배열 반환. 배열 내부 정보는 dict로 저장 |



Expand All @@ -76,7 +74,7 @@
| PORT | DB 접근 포트 |
| DB_ID | DB 접근 ID |
| DB_PASSWORD | DB 접근 비밀번호 |
| DB_NAME | 사용하는 DB 이름 |
| DB_NAME | 사용하는 DB 이름 |



Expand Down

0 comments on commit b32143e

Please sign in to comment.