zhangdroid's recent timeline updates
zhangdroid

zhangdroid

V2EX member #69691, joined on 2014-08-03 11:04:45 +08:00
Per zhangdroid's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
zhangdroid's recent replies
可以看看这个 issue: https://github.com/microsoft/TypeScript/issues/39556

这样就可以 work 了:

```ts
interface Elements {
div: { id: number; name?: string; color: string; x: string }
a: { id: number; name?: string; href: string; x: string }
}

declare function getProps<T extends Record<any, any>>(obj: T, keys: (keyof T)[]): void

type SimpleUnionOmit<T, K extends string | number | symbol> = T extends unknown ? Omit<T, K> : never

function Foo<T extends 'div' | 'a'>(tag: T, props: SimpleUnionOmit<Elements[T], 'x'>) {
getProps(props, ['id'])
}
```
如果是全屏模式下点不了, 那应该是 Chrome 本身的 bug, 我也遇到了

https://support.google.com/chrome/thread/240103769?hl=en&sjid=4273300330615104886-NA
append 的代码应该是可以得到预期的结果的, 有问题的话有可能是 Todo 这个组件有问题, 比如用了 memo/shouldComponentUpdate
@czsas 我也在望京,好多年没打了突然也想打,有时间可约,微信 ejk1MDgwMw==
Jun 17, 2021
Replied to a topic by Herz 北京 周六日不加班的你们都做什么,组个团?
想打乒乓球,有人一起吗?坐标望京南
支持~作为已经入职的同学欢迎大家加入我们,一起来做有意思的事情👏
早上试了下,Wallet 和上海交通卡 APP 都不显示余额和交易记录,也没法完成实名认证(会弹一个空对话框)

刷的时候会显示 Try Again...但能正常进出站...

Aug 22, 2017
Replied to a topic by happiness Google 分享个微信 WeChat Out 礼物卡
Aug 18, 2017
Replied to a topic by solidusex iPhone sPlayer 邀请内测用户
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1649 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 16:22 · PVG 00:22 · LAX 09:22 · JFK 12:22
♥ Do have faith in what you're doing.