直接访问测试机 ip 地址是无法获取 cookie 的 October 12, 2013 少于 1 分钟阅读 不设置 host,直接 ip 连,肯定取不到 cookie。 只有访问 a.com 的域,才能访问这个域下的 cookie。 分享 X Facebook LinkedIn Bluesky 上一页 下一页 留下评论
Linking the Dots #6: The “blind, unverified, external symbolic imports” Mental Model of Forward Declarations of Variables and Functions January 16, 2026 3 分钟阅读 intuitively 可以把 forward declaration of variables and functions 理解成一种基于信任的、盲目的、无验证的 external symbolic imports, 而且具体的工作会交予两个参与者:
Linking the Dots #5: Storage Class Specifiers / Type Qualifiers in C January 16, 2026 3 分钟阅读 Storage Class Specifiers
Linking the Dots #4: Linkage in C January 16, 2026 3 分钟阅读 Overview: The $3$ Types of C Linkage (Only $1$ Actually Links)
留下评论