摘要:
官方自带 http 模块 python -m SimpleHTTPServer 8000 添加上传功能 github 仓库 simple_http_server #!/usr/bin/python # -*- coding: UTF-8 -*- """Simple HTTP Server With 阅读全文
posted @ 2022-12-09 10:00
iyiluo
阅读(95)
评论(0)
推荐(0)
摘要:
Linux command line tool for uploading files over HTTP as multipart/form-data? curl -F "file=@localfile;filename=nameinpost" url.com 阅读全文
posted @ 2022-12-09 09:56
iyiluo
阅读(114)
评论(0)
推荐(0)
摘要:
alpine 镜像 软件源修改为国内的 修改时区为国内 安装字体 FROM openjdk:8-alpine ENV LANG en_US.UTF-8 RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/ 阅读全文
posted @ 2022-12-09 09:17
iyiluo
阅读(654)
评论(0)
推荐(0)

浙公网安备 33010602011771号