2023年2月20日
摘要: 需求描述: 请给我一个flask接口用于获取后端服务器上的静态资源 对话内容: 1 from flask import Flask, send_from_directory 2 app = Flask(__name__) 3 4 # 将`/static`目录下的文件提供给客户端 5 @app.rou 阅读全文
posted @ 2023-02-20 15:53 Colliventy 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 需求描述: 我需要一个程序,该程序可以通过抖音用户的主页链接,获取用户的关注数量,粉丝数量,获取到的赞的数量和主页展示的视频 对话内容: I need a program that can obtain the number of users' attention, the number of fa 阅读全文
posted @ 2023-02-20 15:35 Colliventy 阅读(138) 评论(0) 推荐(0) 编辑
  2020年7月1日
摘要: 使用tkinter canvas绘制的电子时钟 阅读全文
posted @ 2020-07-01 23:55 Colliventy 阅读(204) 评论(0) 推荐(0) 编辑
  2020年6月2日
摘要: 使用tkinter实现的Django服务进程管理工具 阅读全文
posted @ 2020-06-02 23:58 Colliventy 阅读(730) 评论(0) 推荐(0) 编辑
  2020年5月31日
摘要: 使用百度文字识别API实现的文字识别工具 阅读全文
posted @ 2020-05-31 12:06 Colliventy 阅读(423) 评论(0) 推荐(0) 编辑