Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2019-2-OpenSourceSW
/
Probability Death
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
조민지
2018-12-11 15:53:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
87fa97748b2e2a570029c87cba7879d8e7d624d7
87fa9774
1 parent
58349bda
변수에 var붙여주기 for MacBook
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
17 deletions
views/index.ejs
views/index.ejs
View file @
87fa977
...
...
@@ -38,20 +38,7 @@
></div>
</div>
</div>
<<<<<<
< HEAD
<
script
src=
"/socket.io/socket.io.js"
></script>
<script>
var
socket
=
io
.
connect
(
'/'
);
socket
.
emit
(
"connection"
);
socket
.
on
(
"weatherInfo_minutely_send_to_cliend"
,(
info
)
=>
{
//서버에서 client에게 메세지 전송
console
.
log
(
info
);
});
</script>
=======
>>>>>>> 0f5edf6316e2444f5fd2a050fed5e771e5141733
<!-- 첫번째 그래프 -->
<script
type=
"text/javascript"
>
Highcharts
.
chart
(
"container1"
,
{
...
...
@@ -134,7 +121,7 @@
}
<%
probArr
.
forEach
((
probArr
)
=>
{
%>
temp
;
var
temp
;
temp
=
<%=
probArr
%>
;
for
(
j
;
j
<
10
;
j
++
)
...
...
@@ -236,7 +223,7 @@
}
<%
ptArr
.
forEach
((
ptArr
)
=>
{
%>
temp
;
var
temp
;
temp
=
<%=
ptArr
%>
;
for
(
j
;
j
<
10
;
j
++
)
...
...
@@ -338,7 +325,7 @@
}
<%
wsArr
.
forEach
((
wsArr
)
=>
{
%>
temp
;
var
temp
;
temp
=
<%=
wsArr
%>
;
for
(
j
;
j
<
10
;
j
++
)
...
...
@@ -440,7 +427,7 @@
}
<%
rainArr
.
forEach
((
rainArr
)
=>
{
%>
temp
;
var
temp
;
temp
=
<%=
rainArr
%>
;
for
(
j
;
j
<
10
;
j
++
)
...
...
Please
register
or
login
to post a comment