-
Notifications
You must be signed in to change notification settings - Fork 2
New version of frontend #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
NIBRSYK16
wants to merge
11
commits into
NIBRSYK16:main
Choose a base branch
from
Zarc-X:new
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
32cc888
modified README
Zarc-X b55b136
fix the issues of limited number of nodes
Zarc-X 71db808
extended the limitation functions to edges
Zarc-X 7070db6
Added modification tips
Zarc-X 206beba
fixed the click problem
Zarc-X f9d2e43
modified some annotation
Zarc-X 8da11b0
fixed the problems of low search speed and delete the nodes incapable…
Zarc-X fea23e8
commit before further modification
Zarc-X ec05562
reamined edge deletion error
Zarc-X af48cc8
in complete edge deletion
Zarc-X d49ae2a
after test cases
Zarc-X File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| data/neo4j.dump |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,37 @@ | ||
| ➜ 3022202376 tree | ||
| # 知识图谱管理系统 | ||
|
|
||
| . | ||
| ## 环境要求 | ||
| jdk 11 | ||
| nodejs 22.19.0 | ||
| angular_cli 20.3.2 | ||
| neo4j 4.4 | ||
| express 4.18.2 | ||
| AntV_G6 4.3.3 | ||
|
|
||
| ├── code code of project | ||
| ## 安装依赖 | ||
| 在 ./code/backend 目录运行 | ||
|
|
||
| ├── data data set | ||
| npm install | ||
| npm install express@4.18.2 | ||
| npm install --save @antv/g6@4.3.3 | ||
|
|
||
| ├── member_info.txt information of group members | ||
| ## 加载数据 | ||
| 1. 确保neo4j处于停机状态 | ||
| 2. 在neo4j/bin目录下运行如下命令 | ||
|
|
||
| ├── report.mp4 report videm | ||
| neo4j-admin load --from="<dumo文件路径>" --database=neo4j --force | ||
|
|
||
| └── report.ppt report slides | ||
| ## 启动服务 | ||
| 1. 在neo4j的/bin目录运行 | ||
|
|
||
| neo4j.bat console | ||
|
|
||
| 2. 在./code/backend目录运行 | ||
|
|
||
| npm run dev | ||
|
|
||
| 3. 在./code/frontend目录运行 | ||
|
|
||
| python -m http.server 8000 | ||
|
|
||
| 4. 从8000端口访问管理界面 | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indicate the version of neo4j which is 4.4.41