gujigujij's recent timeline updates
gujigujij

gujigujij

V2EX member #587686, joined on 2022-07-12 13:22:14 +08:00
gujigujij's recent replies
垃圾 drf
火星党建
Nov 28, 2023
Replied to a topic by gujigujij 宽带症候群 联通 dns 劫持
@Hyseen 这也太搞笑了吧...
什么原理 wa
Sep 13, 2023
Replied to a topic by LeegoYih Python Python 通过 Excel 导出 PDF 有什么好的工具?
之前我是这么做的, 在本地设置好分页把 excel 存成模板, 服务器上操作模板, (注意本地和线上 libreoffice 版本要一致)。 @LeegoYih
Sep 12, 2023
Replied to a topic by LeegoYih Python Python 通过 Excel 导出 PDF 有什么好的工具?
libreoffice 打开 View -> Page Break , 然后拖动蓝线设置分页位置
proxynt
Aug 1, 2023
Replied to a topic by yagamil 程序员 为啥国内的服务器的带宽贵如金?
我寻思国外不是不限速吗
Jul 24, 2023
Replied to a topic by wuwukai007 Python 受 django 启发,让枚举类 label 返回中文
Enum 原生支持的

```

class CardTypeEnum(Enum):
ID_CARD = (1, '身份证')
TRAVEL_FOR_HK_MR = (2, '港澳居民来往内地通行证')
TRAVEL_FOR_TW = (3, '台湾居民来往大陆通行证')
PASSPORT = (4, '护照')

def __init__(self, code, text):
self.code = code
self.text = text


print(CardTypeEnum.ID_CARD.text )
```
Jul 21, 2023
Replied to a topic by myderr 程序员 手机开热点,可以共享修改的 hosts 吗
改手机的 dns
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   997 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 20:12 · PVG 04:12 · LAX 13:12 · JFK 16:12
♥ Do have faith in what you're doing.