Plumbiu's recent timeline updates
Plumbiu

Plumbiu

V2EX member #631801, joined on 2023-05-30 21:44:05 +08:00
Per Plumbiu's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
Plumbiu's recent replies
Jul 26, 2025
Replied to a topic by Plumbiu 问与答 大家腾讯视频目前有内存泄露的情况吗
@wnpllrzodiac 64g 也能干爆,我 32g 挺不过 1 分钟
Jul 25, 2025
Replied to a topic by Plumbiu 问与答 大家腾讯视频目前有内存泄露的情况吗
@kk2syc 应该不是,在其它页面也有这个问题
Jul 25, 2025
Replied to a topic by Plumbiu 问与答 大家腾讯视频目前有内存泄露的情况吗
插件全关加清空缓存也是这样,奇怪的是无痕模式没问题,算了,懒得排查了
Jul 25, 2025
Replied to a topic by Plumbiu 问与答 大家腾讯视频目前有内存泄露的情况吗
@kk2syc 没太懂和 WASM 有啥关系
Jul 25, 2025
Replied to a topic by Plumbiu 问与答 大家腾讯视频目前有内存泄露的情况吗
应该是有个接口一直调用:![IcJwL04]( )
Jul 13, 2025
Replied to a topic by datougua 硬件 避坑 VGN 鼠标,左键变双击
两年也算正常吧,自己换个微动就好了,建议买之前看看微动寿命。我现在微动热插拔的,懒得焊,楼主觉得麻烦可以试试这种
Jul 13, 2025
Replied to a topic by shiji 生活 老婆过生日看到婆婆给的红包气地发抖
跟楼主说吧,就算祝福没写在红包里,估计也要说一句,这种属于立体防御,正反自己都有理。而且婆婆都转帐 5200 了,心意这么足,就因为一句话,楼主老婆就受不了了?这是什么心态?
Jul 11, 2025
Replied to a topic by Plumbiu React 提问一个 React 的问题
@Plumbiu 像是这种,模拟了一下 ```jsx

import { useEffect, useRef, useState } from 'react'

function useSWR(url: string) {
useEffect(() => {
console.log(url)
}, [url])
}

function App() {
const sceneRef = useRef<number>(0)
const [count, setCount] = useState(0)
useSWR(`/?scene=${sceneRef.current}`)

return (
<>
<div>{count}</div>
<button
onClick={() => {
setCount(count + 1)
sceneRef.current = count
}}
>
count+
</button>
</>
)
}

export default App

```
Jul 11, 2025
Replied to a topic by Plumbiu React 提问一个 React 的问题
@vace 我很好奇这种库和第一种差别,除了封装好更简洁,还有其他好处吗,因为我第一眼觉得 useSWR 参数变了,不还是要重新请求,假如我有个参数 scene ,只有后端区分场景,前端 ui 不可见,使用 uesRef 保存,state 更新岂不会发起二次请求
Jul 11, 2025
Replied to a topic by Plumbiu React 提问一个 React 的问题
@realkaiway 用了下班更晚了哈哈哈,这要多久才能改造完
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   6262 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 395ms · UTC 02:12 · PVG 10:12 · LAX 19:12 · JFK 22:12
♥ Do have faith in what you're doing.