Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김유현
/
How much are you earning now
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-12-13 03:24:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3d1a3dcceb63bd408b7932d7c2716ba9bd92cca6
3d1a3dcc
1 parent
dc7daa99
Add 발표자료
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
[발표자료]실시간 나는 얼마를 벌고 있을까.pptx
public/graph.html
[발표자료]실시간 나는 얼마를 벌고 있을까.pptx
0 → 100644
View file @
3d1a3dc
No preview for this file type
public/graph.html
View file @
3d1a3dc
...
...
@@ -118,7 +118,7 @@
var
offWork
=
Number
(
getParam
(
"offWork"
));
var
workingDay
=
getParam
(
"workDay"
);
var
workingDayNum
=
getParam
(
"workDay"
).
length
/
9
;
var
payPerDay
=
salary
/
(
4
*
workingDayNum
);
var
payPerDay
=
(
salary
/
(
4
*
workingDayNum
)).
toFixed
(
2
);
// moneyPerSec 초기값 계산
var
nowTime
=
new
Date
();
...
...
Please
register
or
login
to post a comment