Toggle navigation
Toggle navigation
This project
Loading...
Sign in
고다경
/
Open_Source_project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
고다경
2019-06-07 02:01:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
de69670c200103677f8ee4e4309e63d27777013c
de69670c
1 parent
230098eb
최종+발표자료
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
42 additions
and
2 deletions
db.json
main.js
sessions/jw4Ioi5FW7QuXWWzlJhDE5kbEPsJ1hAq.json → sessions/xR8dHoCv9wZJgb5VCranXol32iDEo4gW.json
발표+자료/발표PPT.pptx
발표+자료/시연동영상.mp4
db.json
View file @
de69670
...
...
@@ -15,6 +15,46 @@
"gender"
:
"male"
,
"height"
:
"160"
,
"weight"
:
"60"
},
{
"ID"
:
"yoon"
,
"password"
:
"9999"
,
"age"
:
"20"
,
"gender"
:
"male"
,
"height"
:
"170"
,
"weight"
:
"70"
},
{
"ID"
:
"steve"
,
"password"
:
"9876"
,
"age"
:
"25"
,
"gender"
:
"male"
,
"height"
:
"175"
,
"weight"
:
"70"
},
{
"ID"
:
"jane"
,
"password"
:
"1111"
,
"age"
:
"20"
,
"gender"
:
"female"
,
"height"
:
"165"
,
"weight"
:
"60"
},
{
"ID"
:
"soso"
,
"password"
:
"soso"
,
"age"
:
"20"
,
"gender"
:
"female"
,
"height"
:
"160"
,
"weight"
:
"55"
},
{
"ID"
:
"potter"
,
"password"
:
"7777"
,
"age"
:
"21"
,
"gender"
:
"male"
,
"height"
:
"170"
,
"weight"
:
"65"
}
]
}
\ No newline at end of file
...
...
main.js
View file @
de69670
...
...
@@ -212,7 +212,7 @@ helper.getCurrentWeatherByCityName("Seoul", (err, currentWeather) => {
background-color: rgb(102, 219, 180);
font-weight: bold;
width: 100%;
height:
100
%;
height:
75
%;
}
#container3{
float: right;
...
...
sessions/
jw4Ioi5FW7QuXWWzlJhDE5kbEPsJ1hAq
.json
→
sessions/
xR8dHoCv9wZJgb5VCranXol32iDEo4gW
.json
View file @
de69670
{
"cookie"
:{
"originalMaxAge"
:
null
,
"expires"
:
null
,
"httpOnly"
:
true
,
"path"
:
"/"
},
"__lastAccess"
:
1559837072152
,
"is_logined"
:
true
,
"ID"
:
"harry"
}
\ No newline at end of file
{
"cookie"
:{
"originalMaxAge"
:
null
,
"expires"
:
null
,
"httpOnly"
:
true
,
"path"
:
"/"
},
"__lastAccess"
:
1559840305237
,
"is_logined"
:
true
,
"ID"
:
"potter"
}
\ No newline at end of file
...
...
발표+자료/발표PPT.pptx
View file @
de69670
No preview for this file type
발표+자료/시연동영상.mp4
0 → 100644
View file @
de69670
No preview for this file type
Please
register
or
login
to post a comment