- 博客(5)
- 收藏
- 关注
原创 linux开启端口
1、查看哪些端口被打开netstat -anp。2、关闭端口号:iptables -AINPUT -ptcp --drop 端口号-jDROP,iptables -AOUTPUT -ptcp --dport端口号-jDROP。3、打开端口号:iptables -AINPUT -ptcp --dport 端口号-jACCEPT。4、以下是linux打开端口命令的使用方法。nc -lp22&(打开22端口,即telnet),netstat -an| grep 22 (查看是否打开22端口)
2022-01-06 17:58:50
44976
2
原创 GoogleNews-vectors-negative300.bin.gz 下载链接
https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz
2020-09-29 16:38:49
3382
4
转载 为什么要用交叉熵做损失函数。
本文链接:https://blog.youkuaiyun.com/huwenxing0801/article/details/82791879
2019-11-11 22:23:32
199
转载 NLP顶会链接
ACL:The Association for Computational Linguistics, https://www.aclweb.org/portalEMNLP:Conference on Empirical Methods in Natural Language Processing, http://emnlp2019.orgNAACL:The North Am...
2019-10-23 09:52:41
394
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人