Showing
5 changed files
with
42 additions
and
2 deletions
| ... | @@ -15,6 +15,46 @@ | ... | @@ -15,6 +15,46 @@ |
| 15 | "gender": "male", | 15 | "gender": "male", |
| 16 | "height": "160", | 16 | "height": "160", |
| 17 | "weight": "60" | 17 | "weight": "60" |
| 18 | + }, | ||
| 19 | + { | ||
| 20 | + "ID": "yoon", | ||
| 21 | + "password": "9999", | ||
| 22 | + "age": "20", | ||
| 23 | + "gender": "male", | ||
| 24 | + "height": "170", | ||
| 25 | + "weight": "70" | ||
| 26 | + }, | ||
| 27 | + { | ||
| 28 | + "ID": "steve", | ||
| 29 | + "password": "9876", | ||
| 30 | + "age": "25", | ||
| 31 | + "gender": "male", | ||
| 32 | + "height": "175", | ||
| 33 | + "weight": "70" | ||
| 34 | + }, | ||
| 35 | + { | ||
| 36 | + "ID": "jane", | ||
| 37 | + "password": "1111", | ||
| 38 | + "age": "20", | ||
| 39 | + "gender": "female", | ||
| 40 | + "height": "165", | ||
| 41 | + "weight": "60" | ||
| 42 | + }, | ||
| 43 | + { | ||
| 44 | + "ID": "soso", | ||
| 45 | + "password": "soso", | ||
| 46 | + "age": "20", | ||
| 47 | + "gender": "female", | ||
| 48 | + "height": "160", | ||
| 49 | + "weight": "55" | ||
| 50 | + }, | ||
| 51 | + { | ||
| 52 | + "ID": "potter", | ||
| 53 | + "password": "7777", | ||
| 54 | + "age": "21", | ||
| 55 | + "gender": "male", | ||
| 56 | + "height": "170", | ||
| 57 | + "weight": "65" | ||
| 18 | } | 58 | } |
| 19 | ] | 59 | ] |
| 20 | } | 60 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -212,7 +212,7 @@ helper.getCurrentWeatherByCityName("Seoul", (err, currentWeather) => { | ... | @@ -212,7 +212,7 @@ helper.getCurrentWeatherByCityName("Seoul", (err, currentWeather) => { |
| 212 | background-color: rgb(102, 219, 180); | 212 | background-color: rgb(102, 219, 180); |
| 213 | font-weight: bold; | 213 | font-weight: bold; |
| 214 | width: 100%; | 214 | width: 100%; |
| 215 | - height: 100%; | 215 | + height: 75%; |
| 216 | } | 216 | } |
| 217 | #container3{ | 217 | #container3{ |
| 218 | float: right; | 218 | float: right; | ... | ... |
| 1 | -{"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"__lastAccess":1559837072152,"is_logined":true,"ID":"harry"} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | +{"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"__lastAccess":1559840305237,"is_logined":true,"ID":"potter"} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
No preview for this file type
발표+자료/시연동영상.mp4
0 → 100644
No preview for this file type
-
Please register or login to post a comment