Evilmass

Results 5 issues of Evilmass

![image](https://github.com/youngyangyang04/leetcode-master/assets/21218296/c10939c9-866e-496f-8de3-a36885686e86) 虽然从结果上看不影响,改成`交换`是否更合适一点。 ![image](https://github.com/youngyangyang04/leetcode-master/assets/21218296/4599f0eb-4f7b-4005-914b-646c5b96c003)

代码版本:latest python版本:3.9.10 复现过程: 1. 克隆最新源码 2. 配置数据库为 SQLite 3. 在 api/v1/book.py 的新建图书接口按照官方文档: [行为日志(logger)](https://doc.cms.talelin.com/server/flask/logger_and_notify.html#%E8%A1%8C%E4%B8%BA%E6%97%A5%E5%BF%97%EF%BC%88logger%EF%BC%89) 添加代码: ```python @book_api.route("", methods=["POST"]) @Logger(template="{user.username}查询了一本图书") # 推送的消息 @login_required @api.validate( resp=DocResponse(Success(12)), security=[AuthorizationBearerSecurity], tags=["图书"], ) def create_book(json: BookInSchema): """...

代码版本:`0.2.x` python版本:`3.9.10` 运行环境:`virtualenv` 复现过程: ```shell virtualenv test git clone -b 0.2.x https://github.com/TaleLin/lin-cms-flask test cd test pip install -r requirements.txt python starter.py ``` 报错信息: ```shell (test) λ python starter.py Traceback (most...

虽然 NAS 可以设置定时任务每天凌晨重启一次容器运行 + interval = 24小时,但 cron 模式更灵活一些

### Is there an existing issue for this? - [x] I have searched the existing issues ### Affected Build(s) 1.2.1 ### Description of Issue This request has been automatically failed...