canvascat 最近的时间轴更新
canvascat

canvascat

V2EX 第 615315 号会员,加入于 2023-02-21 16:23:47 +08:00
canvascat 最近回复了
我们公司招的 AI 相关可比前端高太多了,应届生都 20k 了^_^~
老项目切 node 版本不是很正常吗,我这儿甚至有个项目只有 node<=10 才能运行😅
感觉 kiss 比沉浸式翻译好用很多吖
我把菜鸟注销了还给我送驿站,快递到了没有任何通知(电话 or 短信)
现在基本上都是 jd 自营
不用加锁,复用一下 `refreshTokenPromise`应该就行了

```
declare const orginalRefreshToken: () => Promise<any>;

const refreshToken = () => {
refreshToken.current ??= orginalRefreshToken().finally(() => {
refreshToken.current = null;
});
return refreshToken.current;
};

refreshToken.current = null as Promise<any> | null;
```
23 天前
回复了 csfreshman 创建的主题 问与答 这个月开始,生日礼品换成了 "喜荟萃"
没听说过生日礼品这玩意
我是 8 元 300M+20 分钟
29 天前
回复了 onezmin 创建的主题 问与答 大家建议武汉宽带选哪家啊
联通 8 元低消+15 元=300M 宽带
30 天前
回复了 jeremyding 创建的主题 职场话题 充满邀功和甩锅的环境,怎么待
难道你还指望领导发现你的功能吗?
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5145 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 05:58 · PVG 13:58 · LAX 22:58 · JFK 01:58
Developed with CodeLauncher
♥ Do have faith in what you're doing.