Jrohy's recent timeline updates
Jrohy

Jrohy

V2EX member #257924, joined on 2017-10-06 13:06:45 +08:00
Jrohy's recent replies
可以试试 webssh, https://github.com/Jrohy/webssh ,没有合适软件用时打开浏览器即可😄
Jun 24, 2021
Replied to a topic by Jrohy Rust rust 怎么实现 sftp 文件的 web 流式下载
我试了下 rocket.rs 框架的 bytestream 可以实现, 但没法指定下载流生成的文件名😭
```
ByteStream! {
let mut buffer = [0; 1000];
loop {
if !scp_file.eof() {
if let Ok(_n) = scp_file.read(&mut buffer[..]) {
let data = Vec::from(buffer);
yield data;
} else {
break
}
} else {
break
}
}
}
```
Jun 23, 2021
Replied to a topic by Jrohy Rust rust 怎么实现 sftp 文件的 web 流式下载
@12101111 感谢回复,如果能有例子最好了(rust 新手摸索中),我先看下
Mar 22, 2021
Replied to a topic by lifeforwater Kubernetes 求助 k8s v1.13.9 kubelet.crt 证书问题
https://github.com/yuyicai/update-kube-cert
这个旧版 k8s 都支持的,续签十年
Aug 10, 2020
Replied to a topic by css3 程序员 docker pull 不了 docker hub 镜像是怎么回事?
Arm 架构使用的镜像不一样的,很多在 arm64v8 里,docker pull arm64v8/nginx
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   984 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 22:58 · PVG 06:58 · LAX 15:58 · JFK 18:58
♥ Do have faith in what you're doing.