leetao94

leetao94

V2EX member #154287, joined on 2016-01-06 09:41:46 +08:00
Per leetao94's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
leetao94's recent replies
第一版买了感觉不错~
3.7 以下版本,用字符串

```python
class Node:
def Link(self, node:"Node") ->"None":
...
```

3.7 以上使用 annotations

```python
from __future__ import annotations

class Node:
def Link(self, node: Node) -> None:
...
```
@zou8944 老哥,你的博客是不是没有做小屏幕适配?小屏幕下 toc 直接被遮挡了
@stevenshum 等我后面支持静态部署就可以用 github action 了
@devrsi0n 赞,我研究一下
@zmxnv123 不是静态的博客~需要部署,后面考虑支持静态
@whileFalse 是的 没错 您说的对 造轮子没用 浪费您的宝贵时间了😊
@fzdwx 哈哈,这么巧吗~嗯嗯 一开始也考虑这个方案了,不过有个服务器,就折腾一下了~
@fox233 其实就是你的 github 用户名 ,你要使用的 github discussion 对应的仓库名 以及最后的 GITHUB_ACCESS_TOKEN
@fox233 稍后补充一下部署教程
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1529 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 16:44 · PVG 00:44 · LAX 09:44 · JFK 12:44
♥ Do have faith in what you're doing.