上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 499 下一页
摘要: Remove the key starting with _ from given type T. /* _____________ Your Code Here _____________ */ type PublicType<T extends object> = { [Key in keyof 阅读全文
posted @ 2023-07-17 01:43 Zhentiw 阅读(18) 评论(0) 推荐(0)
摘要: Empty commits might seem unusual, but they offer significant advantages in managing version control. By documenting milestones, triggering automation 阅读全文
posted @ 2023-07-16 01:32 Zhentiw 阅读(59) 评论(0) 推荐(0)
摘要: You're given two identical crystal balls and a 100-story building. The balls are incredibly tough, but there exists some floor in the building, above 阅读全文
posted @ 2023-07-08 20:23 Zhentiw 阅读(92) 评论(0) 推荐(0)
摘要: type OverloadedReturnType<T> = T extends { (...args: any[]) : infer R; (...args: any[]) : infer R; (...args: any[]) : infer R ; (...args: any[]) : inf 阅读全文
posted @ 2023-07-06 14:17 Zhentiw 阅读(32) 评论(0) 推荐(0)
摘要: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_container_queries .container { container: article / inline-size; } h2 { font-size: 7cqw; } @conta 阅读全文
posted @ 2023-07-06 03:14 Zhentiw 阅读(58) 评论(0) 推荐(0)
摘要: The margin-trim property allows the container to trim the margins of its children where they adjoin the container's edges. https://developer.mozilla.o 阅读全文
posted @ 2023-07-06 03:05 Zhentiw 阅读(59) 评论(0) 推荐(0)
摘要: html: <div class="post"> <h2>Post</h2> <a href="#"> a link</a> </div> <div class="post"> <h2>Post</h2> </div> <div class="post"> <a href="#"> a link</ 阅读全文
posted @ 2023-07-06 03:01 Zhentiw 阅读(31) 评论(0) 推荐(0)
摘要: A: Cannot tell, it might be GET request then it's not a preflight request B: Correct C: Not correct D: Preflight request will have 600ms cache time, n 阅读全文
posted @ 2023-06-27 01:27 Zhentiw 阅读(100) 评论(0) 推荐(0)
摘要: Those css properties will promot to a new layer 阅读全文
posted @ 2023-06-27 01:03 Zhentiw 阅读(30) 评论(0) 推荐(0)
摘要: The "Strict-Transport-Security" (STS) header is a security feature implemented by web servers to enforce the use of HTTPS (HTTP Secure) connections fo 阅读全文
posted @ 2023-06-27 00:58 Zhentiw 阅读(59) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 499 下一页