Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
bigdata-static
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2017-12-27 12:16:01 +0800
Commit
b9c3ce50a641ab94ba3d3a2aa702d3c429779c4e
1 parent
7ee1bbbc
add chrome debug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
.vscode/launch.json
src/js/redis-live.js
.vscode/launch.json
0 → 100644
View file @
b9c3ce5
{
//
使用
IntelliSense
了解相关属性。
//
悬停以查看现有属性的描述。
//
欲了解更多信息,请访问:
https://go.microsoft.com/fwlink/?linkid=830387
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"type"
:
"chrome"
,
"request"
:
"launch"
,
"name"
:
"Launch Chrome"
,
"url"
:
"http://127.0.0.1:7005/html"
,
"webRoot"
:
"${workspaceFolder}"
}
]
}
...
...
src/js/redis-live.js
View file @
b9c3ce5
console
.
log
(
2
)
console
.
log
(
3
)
...
...
Please
register
or
login
to post a comment