摘要: #!/bin/bash xrandr -s 0 --output DSI-1 xrandr -s 0 --output HDMI-1 xrandr --fb 1024x600 --output DSI-1 --mode 1024x600 --panning 0x0* xrandr --output 阅读全文
posted @ 2023-03-13 16:04 公众号海哥python 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 为了用其__str__方法表示关系的目标,你可以在序列化器中使用StringRelatedField。 # model: class Post(models.Model): # ... def __str__(self): return f"{self.date_published} - {self 阅读全文
posted @ 2023-03-13 13:49 公众号海哥python 阅读(108) 评论(0) 推荐(0) 编辑