This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
maojian
/
fakeNewIdentification
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
假新闻识别应用
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Branch
0
Tags
23 MiB
Python
99.9%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
fakeNewIdentification
/
stop_uwsgi.sh
1 lines
62 B
Raw
Permalink
Blame
History
lsof -i:9030
|
grep -v
'PID'
|
awk
'{print $2}'
|
xargs
kill
-9
Reference in new issue