随笔分类 - 小功能
摘要:# 准备 ```python # 支付宝文档 https://opendocs.alipay.com/open/270/105898?pathHash=b3b2b667 # 在沙箱环境下实名认证 https://openhome.alipay.com/platform/appDaily.htm?ta
阅读全文
摘要:# 安装 ```python pip3 install loguru ``` # 日志等级 |等级 |方法 | | | | |TRACE |logger.trace() | |DEBUG | logger.debug() | | INFO |logger.info() | |SUCESS |logg
阅读全文
摘要:# 国内常用镜像源 - 清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/ - 阿里云:http://mirrors.aliyun.com/pypi/simple/ - 中国科学技术大学 :http://pypi.mirrors.ustc.edu.cn/si
阅读全文
摘要:用户头像实时展示 <div class="form-group"> <label for="myfile">头像 <img src="/static/img/123.png" alt="" style="width: 100px" id="myimg"> </label> <input type="
阅读全文