01 2021 档案

摘要:# -*- coding: utf-8 -*- """ @author: Mr_zhang @software: PyCharm @file: wechat_pay.py @time: 2021/1/29 下午9:46 """ import hashlib import requests from 阅读全文
posted @ 2021-01-30 12:31 一石数字欠我15w!!! 阅读(227) 评论(1) 推荐(0)
摘要:# -*- coding: utf-8 -*- """ @author: Mr_zhang @software: PyCharm @file: build.py @time: 2021/2/8 21:13 """ import os import re import time import shut 阅读全文
posted @ 2021-01-19 15:00 一石数字欠我15w!!! 阅读(530) 评论(0) 推荐(0)
摘要: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 \ 阅读全文
posted @ 2021-01-08 14:49 一石数字欠我15w!!! 阅读(414) 评论(0) 推荐(0)