Opportunity

Opportunity

V2EX member #378092, joined on 2019-01-17 11:20:48 +08:00
Today's activity rank 10635
Per Opportunity's settings, the topics list is only visible after you sign in
Deals info, including closed deals, is not hidden
Opportunity's recent replies
TCB Desync?
@laminux29 #36 这咋绕? TPM 是个软限制能绕开我理解,POPCNT 也能绕开?还能 patch ntoskrnl 不成?
@laminux29 Windows 11 24H2 不是需要 POPCNT 吗?
@mgcnrx11 pnpm 会用哈希做文件名
Mar 27
Replied to a topic by faceRollingKB 小米 小米路由器篡改流量?
很久以前了 https://www.v2ex.com/t/199701 现在 https 了这种事情比较难办了
GitHub 上也是分开的啊

Passkeys can be used for sign-in as a simple and secure alternative to your password and two-factor credentials.

Security keys are webauthn credentials that can only be used as a second factor of authentication.
Oct 15, 2025
Replied to a topic by iv8d JavaScript JSON.parse 转数字精度丢失问题
MDN 上不就有现成的方案吗?

const bigJSON = '{"gross_gdp": 12345678901234567890}';
const bigObj = JSON.parse(bigJSON, (key, value, context) => {
if (key === "gross_gdp") {
return BigInt(context.source);
}
return value;
});
所以说引入第三方脚本一定要加 SNI
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5497 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 06:43 · PVG 14:43 · LAX 23:43 · JFK 02:43
♥ Do have faith in what you're doing.