Opportunity

Opportunity

V2EX member #378092, joined on 2019-01-17 11:20:48 +08:00
Today's activity rank 7401
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
@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

不需要虚拟机啊,直接用物理机不好吗?当然你要有隔离需求另说。
vhdx 可以开 bitlocker 的
要动态操作啥的可以用 caddy + caddy-l4 插件,通过 API 控制 caddy

https://github.com/mholt/caddy-l4
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2985 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 04:47 · PVG 12:47 · LAX 21:47 · JFK 00:47
♥ Do have faith in what you're doing.