jzz7280's recent timeline updates
jzz7280

jzz7280

🏢  切图
V2EX member #158421, joined on 2016-02-09 21:54:55 +08:00
Per jzz7280's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
jzz7280's recent replies
Jul 13, 2025
Replied to a topic by jchencode 职场话题 创业艰难,道阻且长
也是离职后创业搞 https://ikaopu.cn/ ,放弃了还是好好上班
Jun 9, 2025
Replied to a topic by Sonui 酷工作 [武汉] 招聘 Web 前端工程师
6
不在上海呆了么
英语好,咋考个专科,升个本吧
挺好的
Dec 26, 2022
Replied to a topic by sunny1688 程序员 请问一下这种股票图表用的是什么库?
tradingview
Jul 12, 2022
Replied to a topic by apex42 酷工作 [北京/武汉] 招聘前端 leader 40k-70k
教育行业又起来了?
May 6, 2022
Replied to a topic by zhyd1997 职场话题 Shopee SG 前端面试算法题
function intersection(nums) {
let repeat = new Set()
let reset = new Set()
const result = []
nums.forEach((item, index) => {
item.forEach(val => {
if (index === 0) {
repeat.add(val)
} else if (repeat.has(val)) {
reset.add(val)
if (index+1 === nums.length) {
result.push(val)
}
}
})
if (index !== 0) {
repeat = reset
reset = new Set()
}
})
return result
}
上海虹桥阿里是菜鸟?经常在下面吃饭或者路过没啥人啊
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   924 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 20:34 · PVG 04:34 · LAX 13:34 · JFK 16:34
♥ Do have faith in what you're doing.