Talk to myself.

iframe 内外页面通信

window.parent 获取上一级的window对象。 如果当前窗口是一个 <iframe>, <object>, 或者 <frame>,则它的父窗口是嵌入它的那个窗口。如果还是iframe则是该iframe的window对象, 如果没有parent,则返回自身的引用。 window.top 获取最顶级容器的window对象,即,就是你打开页面的wi......

How to modify UserAgent - JS, IOS and Android

UserAgent User-agent Header UserAgent Headers Chrome bug https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_header_name "Note: The User-Agent header is no longer forbidden, as per sp......

GraphQL All you should know

Should you consider GraphQL?

GraphQL: From Excitement to Deception GraphQL是一种新趋势,但并未说服所有人。虽然移动和前端团队喜欢它的惊人工具和强类型,但后端工程师提出了一些问题,例如缺乏适当的分页、缓存、MIME类型以及管理GraphQL类型和本机类型的复杂性。随着项目的增长,需要使用昂贵的工具(如Stitching或Federation)来修复大型模式。生态系统尚不够成熟......

Monorepos Vs MultiRepo/Polyrepo

What is a Monorepo? What is a Monorepo? Why Monorepo Why Monorepo Monorepo是指将所有项目模块都存放在一个代码库中的做法。通常,我们会为每个项目模块建立一个独立的代码库,但是在一些特殊情况下,将所有项目模块放在一个代码库中会更加方便。通常情况下,Monorepo都会配合一些特殊的工具使用,比如Lerna、Yarn Wor......

ChatGPT All you should know

ChatGPT AI tools name category production company URL pros cons charging method and amount GPT-3 writing OpenAI https://openai.com/gpt-3/ - One of the most powerful AI writing tools on the m......

2023 most popular and useful AI tools

painting, code, content, speech and video generation

Code生成 AI tools name category production company URL pros cons charging method and amount Copilot code generation GitHub + OpenAI https://copilot.github.com/ - 最流行的 AI 编码工具。基于尖端人工智能系统Open A......

OpenJS Node.js Application Developer (JSNAD)专业认证考试

考试 考试内容 JSNAD 全称是 OpenJS Node.js Application Developer certification ,即 OpenJS Node.js 应用开发者证书。设计初衷是,能够让任何人通过此证书,来证明自己有能力使用 Node.js 来创建任何类型的应用,其关注的重点是对 Node.js 核心 API 的掌握程度。 JSNSD 全称是 OpenJS No......

Kubernetes CKS 知识点&练习题

Certified Kubernetes Security Specialist

Pod Security Policies(PSP) Reference: k8s Pod Security Policy官方文档 PodSecurityPolicy Deprecation: Past, Present, and Future aws eks 官方文档 PodSecurityPolicy is Dead, Long Live…? https://docs.bitna......

图片处理软件推荐

RAW格式

Mac上免费的6款RAW格式图片处理软件推荐 1. 制造商提供的软件 2. Apple Photos 3. darktable 4. RawTherapee 5. Picktorial 6. digiKam 2021年13位最佳RAW图片编辑 Adobe Lightroom-基于云的专业编辑器 极光HDR- 天然色调和颜色渐变 Luminar 4- AI天空替换功能 亲和力的......

Jconsole(Java Monitoring and Management Console)监控分析JVM性能

jconsole工具使用 IBM 使用 JConsole ...