
下载
平静不绝望
ALOHA HEJA HE
-
原创 【不懂就画一千零一夜】iftop 网络量分析利器
2021-01-08 18:06:3232
0
-
原创 【github】github 图裂了解决方案
github 图裂了解决方案 1 定位github图片域名 command + shift + c 裂图域名 raw.githubusercontent.com 2 https://www.ipaddress.com/ 去查询对应域名的ip 3 更新本地hosts sudo vim /etx/hosts wq 保存退出; 再刷新网页就好了。 ...2020-12-17 12:03:21113
4
-
原创 论文--搜索批量下载_linux
//搜索论文用的shell命令sed 6步轻松搞定 @wget -O networks.html url // 每一页25或者更多的pdf @cat networks.html |grep "/stamp/stamp.jsp?tp=&arnumber=" | sed -e 's#">http://ieeexplore.ieee.org/stamp/#'|grep http://iee2016-12-17 15:56:381295
0