CptDoraemon's recent timeline updates
CptDoraemon

CptDoraemon

V2EX member #513157, joined on 2020-10-17 02:21:37 +08:00
CptDoraemon's recent replies
@Parva 铁子,请教一下这设计图是怎么画出来的,我的 claude 照着截图都抄不出来这么好看
Nov 29, 2023
Replied to a topic by Glkcv Windows 微软这个通知一言难尽
@Tumblr turn off 就很明显是关闭通知呀,不会是 turn off dialog ,翻译个关闭哪知道他想关闭通知还是对话窗
Sep 16, 2022
Replied to a topic by RRRSSS React 简化 react hook 的方法?
tab 到回复了 lol

```js
const useFetchAandB = (params) => {
const {data: resA} = useFetchA(params);
const {data: resB, doFetchB} = useFetchB();
const previousResARef = useRef(resA);

useEffect(() => {
if (previousResARef.current !== 'foo' && resA === 'foo') {
doFetchB(resA)
}
})
```
Sep 16, 2022
Replied to a topic by RRRSSS React 简化 react hook 的方法?
@RRRSSS
```js
const useFetchAandB = (params) => {
const {data: resA} = useFetchA(params);
const {data: resB, doFetchB} = useFetchB();
const previousResARef = useRef(resA);

useEffect(() => {
if (previousResARef.current !== 'foo' && resA === 'foo') {
}
})
```
Aug 30, 2022
Replied to a topic by zjvbqla 问与答 各位自学的大佬进来,求安慰!
找个小游戏写,贪吃蛇之类的,一步一步看得到更有成就感些
可以找代码照着抄,之后弄明白每行代码干了啥,自己能写个类似的,就基本入门了
还是 forza motorsport 7 好玩,啥时候出 8 啊😭
Jul 28, 2022
Replied to a topic by bthulu JavaScript js 写后台, 是不是有点先天残缺?
害,日子不还得过吗
咱 leetcode 周赛都拿 js 来写,一个 heap 我在那糊了 20 分钟
别人引个库两行完事了 😭
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3199 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 03:42 · PVG 11:42 · LAX 20:42 · JFK 23:42
♥ Do have faith in what you're doing.