构建个人应用第一天
文章目录
学习方法
|
|
各位老师好。
我是gdb团队,我是github用户名是watchpoints。
大家都知道,GDB作为调试利器,watchpoints命令能监控每个值变化情况,因此我给团队起名gdb,
自动化运维个人账户信息,主要解决每天996 回家熬夜看手机看电脑,哪怕睡前打开一下,看一眼。感觉10秒自己可以控制,结果根本不行,不要相信自己任何意志力事情。
因此 完全无人话参与
背景
直播:
- rtmp 自动直播,自动录播,自动上传管理
架构
开发计划
记录开发过程
Q1: Port 5000 is in use by another program. site:medium.com OR site:reddit.com OR site:stackoverflow.com OR site:zhihu.com
My first action was to check what is using port 5000 by calling lsof -i:5000
in the terminal.
lsof -i:5000
Q2:
It looks like you are using Playwright Sync API inside the asyncio loop. Please use the Async API instead. site:medium.com OR site:reddit.com OR site:stackoverflow.com OR site:zhihu.com OR site:github