摘要:
package main import ( "github.com/gin-gonic/gin" "net/http" ) type UserInfo struct { Name string `json:"name"` Age int `json:"age"` Gender string `jso 阅读全文
摘要:
# 系统默认模块# Create your tests here. import os import time def get_device(path="/mnt/data"): import os day = 7 disk = os.statvfs(path) disk_size = disk.f 阅读全文
摘要:
FROM python:3.6-slim ENV PYTHONUNBUFFERED 1 RUN sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list WORKDIR /app RUN apt-get update \ 阅读全文
摘要:
❯ pyenv install 3.6.8 python-build: use openssl@1.1 from homebrew python-build: use readline from homebrew Downloading Python-3.6.8.tar.xz... -> https 阅读全文