xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

02 2023 档案

摘要:Node.js process.nextTick All In One The Node.js Event Loop, Timers, and process.nextTick() 阅读全文
posted @ 2023-02-28 22:53 xgqfrms 阅读(28) 评论(1) 推荐(0) 编辑
摘要:Web API setImmediate & Node.js setImmediate All In One Uncaught ReferenceError: setImmediate is not defined setTimeout setInterval process.nextTick queueMicrotask 阅读全文
posted @ 2023-02-28 22:38 xgqfrms 阅读(65) 评论(2) 推荐(0) 编辑
摘要:scheduler API All In One 专用的调度程序 API Prioritized Task Scheduling API 优先任务调度 API Web 性能优化 阅读全文
posted @ 2023-02-28 14:08 xgqfrms 阅读(65) 评论(0) 推荐(0) 编辑
摘要:Deep Dive into the JavaScript Event Loop All In One 深入学习 JavaScript 事件循环 macrotask 宏任务: setTimeout, setInterval, requestAnimationFrame, requestIdleCallback clearTimeout, clearInterval, cancelAnimationFrame I/O, UI rendering microtask 微任务: Promise (.then/.catch/.finally), Async / Await, queueMicrotask, MutationObserver,IntersectionObserver, PerformanceObserver, ResizeObserver process.nextTick 阅读全文
posted @ 2023-02-27 22:47 xgqfrms 阅读(18) 评论(1) 推荐(0) 编辑
摘要:恶意机器人应对手册:预警信号及应对方 All In One 白皮书 阅读全文
posted @ 2023-02-27 20:12 xgqfrms 阅读(22) 评论(0) 推荐(0) 编辑
摘要:Chrome 浏览器性能优化:主线程 & 长任务 All In One 阅读全文
posted @ 2023-02-27 19:03 xgqfrms 阅读(1357) 评论(3) 推荐(0) 编辑
摘要:中华美食之糟鱼 All In One 酇城糟鱼 地方特色美食 非物质文化遗产 鲫鱼、鲤鱼 酇城夏老三糟鱼 酂城糟鱼(水糟)制作教程 阅读全文
posted @ 2023-02-26 22:15 xgqfrms 阅读(111) 评论(6) 推荐(0) 编辑
摘要:why is the performance of javascript bitwise operations unstable All In One 为什么 javascript 位运算的性能不稳定 ? ~~ double not bitwise 性能优化/性能测试 阅读全文
posted @ 2023-02-26 15:59 xgqfrms 阅读(17) 评论(0) 推荐(0) 编辑
摘要:如何使用 Chrome DevTools 的 Performance 面板进行性能分析 All In One 代码性能优化 Chrome 浏览器副本 Chrome 应用多开 Chrome 应用分身 微任务 & 宏任务 Promise 阅读全文
posted @ 2023-02-25 10:03 xgqfrms 阅读(241) 评论(2) 推荐(0) 编辑
摘要:如何实现 Web 页面更新版本时候不会影响到使用旧版本的用户 All In One 阅读全文
posted @ 2023-02-24 20:09 xgqfrms 阅读(23) 评论(1) 推荐(0) 编辑
摘要:React Error Boundary All In One 阅读全文
posted @ 2023-02-24 18:51 xgqfrms 阅读(90) 评论(2) 推荐(0) 编辑
摘要:TypeScript Playground Template All In One TypeScript Playground 模版 阅读全文
posted @ 2023-02-23 15:53 xgqfrms 阅读(655) 评论(1) 推荐(0) 编辑
摘要:TypeScript & Map & Set All In One ~~ double not bitwise / 双非位运算符, 等价于 Math.floor的功能 向下取整 ✅ 双非位运算符的妙用:~~undefined => 0, 可以用于处理字符串的大数相加,避免出现 parseInt(undefined) => NaN bug ❌ 阅读全文
posted @ 2023-02-23 13:48 xgqfrms 阅读(25) 评论(2) 推荐(0) 编辑
摘要:how to fix TypeScript error 'this' implicitly has type 'any' All In One 'this' implicitly has type 'any' because it does not have a type annotation.ts(2683) 'this' 隐式具有类型 'any' 因为它没有类型注释。 阅读全文
posted @ 2023-02-23 12:49 xgqfrms 阅读(1024) 评论(1) 推荐(0) 编辑
摘要:Vue & Error Boundary All In One Vue 错误处理 场景:单个小 UI 组件出错, 导致整个应用无法正常使用 目的:兜底,优雅降级,健壮性 阅读全文
posted @ 2023-02-23 12:38 xgqfrms 阅读(166) 评论(0) 推荐(0) 编辑
摘要:如何使用 js 实现一个类似数组的 forEach 的原型方法 All In One JavaScript TypeScript 阅读全文
posted @ 2023-02-22 23:51 xgqfrms 阅读(93) 评论(1) 推荐(0) 编辑
摘要:重学前端性能优化: requestAnimationFrame & requestIdleCallback All In One 微任务队列, CPU 调度,时间分片 阅读全文
posted @ 2023-02-22 20:46 xgqfrms 阅读(40) 评论(2) 推荐(0) 编辑
摘要:重学 MDN Web API 文档: Promise All In One Promise.all 使用 js 实现一个 Promise.all 类似方法 PromiseAll 阅读全文
posted @ 2023-02-22 18:07 xgqfrms 阅读(34) 评论(7) 推荐(0) 编辑
摘要:Huawei HarmonyOS All In One 华为 HarmonyOS 智能终端操作系统 阅读全文
posted @ 2023-02-21 16:42 xgqfrms 阅读(54) 评论(2) 推荐(0) 编辑
摘要:js double bitwise not ~~ All In One js 双非位运算 `~~` js 大数相加 科学计数法 bug BigInt Number.MAX_SAFE_INTEGER 阅读全文
posted @ 2023-02-21 12:40 xgqfrms 阅读(18) 评论(2) 推荐(0) 编辑
摘要:Apple iPhone 无法收到短信验证码 bug All In One iPhone 12 Pro 短信基带维修 阅读全文
posted @ 2023-02-20 17:36 xgqfrms 阅读(75) 评论(8) 推荐(0) 编辑
摘要:LeetCode 二叉树的层序遍历算法题解 All In One js / ts 实现字符串相乘 BFT 广度优先遍历 => Tree/树 ✅ BFS 广度优先搜索 => Graph/图 LeetCode 102. Binary Tree Level Order Traversal LeetCode 102. 二叉树的层序遍历 阅读全文
posted @ 2023-02-20 17:01 xgqfrms 阅读(15) 评论(0) 推荐(0) 编辑
摘要:js performance checker All In One console.time console.timeLog console.timeEnd 阅读全文
posted @ 2023-02-19 15:11 xgqfrms 阅读(31) 评论(2) 推荐(0) 编辑
摘要:javascript & Uncaught TypeError: arr is not iterable bug All In One 阅读全文
posted @ 2023-02-19 11:44 xgqfrms 阅读(734) 评论(2) 推荐(0) 编辑
摘要:GitHub Two-factor authentication All In One 阅读全文
posted @ 2023-02-19 09:54 xgqfrms 阅读(192) 评论(2) 推荐(0) 编辑
摘要:VSCode Architecture All In One 阅读全文
posted @ 2023-02-18 20:12 xgqfrms 阅读(24) 评论(1) 推荐(0) 编辑
摘要:JavaScript normalize function All In One 阅读全文
posted @ 2023-02-17 21:27 xgqfrms 阅读(48) 评论(1) 推荐(0) 编辑
摘要:TypeScript singleton types All In One 单例类型 / 字面量类型 singleton types / literal types enum member types numeric literal types string literal types keyof typeof 阅读全文
posted @ 2023-02-17 14:01 xgqfrms 阅读(14) 评论(1) 推荐(0) 编辑
摘要:2023 Awesome CSS Frameworks All In One Chakra UI Tailwind CS 阅读全文
posted @ 2023-02-16 23:09 xgqfrms 阅读(32) 评论(2) 推荐(0) 编辑
摘要:HTTP Code 429 All In One HTTP 429 Too Many Requests 阅读全文
posted @ 2023-02-16 19:31 xgqfrms 阅读(47) 评论(1) 推荐(0) 编辑
摘要:js polyfill All In One core-js React.js 阅读全文
posted @ 2023-02-16 16:19 xgqfrms 阅读(29) 评论(3) 推荐(0) 编辑
摘要:国内面试体验垃圾的互联网公司汇总 All In One 垃圾指数 阅读全文
posted @ 2023-02-16 15:32 xgqfrms 阅读(9) 评论(2) 推荐(0) 编辑
摘要:Twitter System Design All In One Design Twitter / Twitter System Design 设计一个推特 / 推特系统设计 系统架构 技术面试 面试题 Youtube 阅读全文
posted @ 2023-02-15 22:05 xgqfrms 阅读(24) 评论(5) 推荐(0) 编辑
摘要:七年前对 AI 的预言现在成真了是怎样一种体验呢 All In One What's it like to have a prediction about AI seven years ago come true? 七年前关于人工智能的预言成真是什么感觉? https://ai.xgqfrms.xyz 阅读全文
posted @ 2023-02-15 21:09 xgqfrms 阅读(22) 评论(2) 推荐(0) 编辑
摘要:中国最难读地名之一: 酂 cuó All In One `酂城`的酂 :多音字,用于地名读 `cuó` ,不读zàn,也不读cuán,地名专用字音。 酂城镇是河南省永城市西部的中心城镇,也是永城辣椒的主产区之一。 阅读全文
posted @ 2023-02-15 15:49 xgqfrms 阅读(160) 评论(7) 推荐(0) 编辑
摘要:Chrome DevTools Computed Panel filter bug All In One CSS 计算属性面板过滤器 bug 阅读全文
posted @ 2023-02-15 14:17 xgqfrms 阅读(14) 评论(0) 推荐(0) 编辑
摘要:如何给视频中的密码部分打马赛克 All In One 视频剪辑 / 视频打码 阅读全文
posted @ 2023-02-15 10:40 xgqfrms 阅读(44) 评论(1) 推荐(0) 编辑
摘要:how to get the platform of user's browser in js All In One 如何使用 js 获取用户浏览器平台的方法 阅读全文
posted @ 2023-02-15 10:36 xgqfrms 阅读(23) 评论(0) 推荐(0) 编辑
摘要:Vercel deploy environment variables All In One 阅读全文
posted @ 2023-02-15 10:26 xgqfrms 阅读(109) 评论(4) 推荐(0) 编辑
摘要:React Error Decoder All In One 阅读全文
posted @ 2023-02-14 23:55 xgqfrms 阅读(313) 评论(0) 推荐(0) 编辑
摘要:淘宝 淘鲜达 啥都有 自营配送店怎么关闭了 All In One 啥都有自营配送店无法打开;只能选择大润发、永辉、麦德龙、联华、家乐福等第三方配送平台; 阅读全文
posted @ 2023-02-14 15:17 xgqfrms 阅读(143) 评论(2) 推荐(0) 编辑
摘要:如何使用 macOS 如何录制 4K 桌面录屏视频教程 All In One mac 录制 `4K` 桌面`录屏视频` QuickTime Player 阅读全文
posted @ 2023-02-14 12:20 xgqfrms 阅读(550) 评论(4) 推荐(0) 编辑
摘要:Javascript Internationalization Object All In One Intl API i18n 阅读全文
posted @ 2023-02-14 12:07 xgqfrms 阅读(30) 评论(3) 推荐(0) 编辑
摘要:SVG animateMotion All In One 阅读全文
posted @ 2023-02-13 21:37 xgqfrms 阅读(44) 评论(0) 推荐(0) 编辑
摘要:使用一行 js 写出简洁、高效、优雅的代码技巧指南 All In One 阅读全文
posted @ 2023-02-13 15:59 xgqfrms 阅读(38) 评论(2) 推荐(0) 编辑
摘要:RTK All In One 测绘仪器 实时动态技术(英语:Real Time Kinematic,RTK)是实时动态载波相位差分技术的简称,是一种通过基准站和流动站的同步观测,利用载波相位观测值实现快速高精度定位功能的差分测量技术。 阅读全文
posted @ 2023-02-13 14:56 xgqfrms 阅读(16) 评论(1) 推荐(0) 编辑
摘要:免费在线视频编辑器 All In One 视频剪辑软件 视频录制 画中画 / 蒙版 webcam 网络摄像头 屏幕录制 截图 阅读全文
posted @ 2023-02-12 11:52 xgqfrms 阅读(193) 评论(13) 推荐(0) 编辑
摘要:HTML6 All In One HTML5 => HTML5.1 => HTML5.2 => HTML5.x ??? HTML6 阅读全文
posted @ 2023-02-11 21:08 xgqfrms 阅读(151) 评论(2) 推荐(0) 编辑
摘要:TypeScript declare type vs type in .d.ts file All In One Declaration Files 阅读全文
posted @ 2023-02-11 16:12 xgqfrms 阅读(42) 评论(3) 推荐(0) 编辑
摘要:如何注销企业微信 All In One 解绑企业微信避免接收到营销骚扰信息 阅读全文
posted @ 2023-02-11 14:49 xgqfrms 阅读(253) 评论(0) 推荐(0) 编辑
摘要:Mac mini 自动关机 bug All In One 我的 Mac mini 2018 今天在晚上突然自动关机了,按了开机键电源重启系统也没有反应了,导致 Mac mini 无法开机 使用 ❌ 还以为 Mac mini 挂了, 实际上是一个 Apple T2 芯片的通病 bug 💩 阅读全文
posted @ 2023-02-11 11:48 xgqfrms 阅读(256) 评论(4) 推荐(0) 编辑
摘要:Linux shell system environment All In One vscode terminal 自定义环境变量 阅读全文
posted @ 2023-02-10 18:34 xgqfrms 阅读(22) 评论(1) 推荐(0) 编辑
摘要:如何制作一本免费的、开源的、可发布的电子书籍指南 All In One 阅读全文
posted @ 2023-02-10 14:42 xgqfrms 阅读(157) 评论(1) 推荐(0) 编辑
摘要:cracking the System Design tech interview All In One 破解`系统设计`技术面试 Design Twitter / Twitter System Design 设计一个推特 / 推特系统设计 阅读全文
posted @ 2023-02-10 13:53 xgqfrms 阅读(46) 评论(4) 推荐(0) 编辑
摘要:Linux export environment variables & dotenv read .env file All In One Node.js `process.env` override bug 阅读全文
posted @ 2023-02-10 00:37 xgqfrms 阅读(18) 评论(3) 推荐(0) 编辑
摘要:如何检测 npm package 是否符合 OSS 规范 All In One OSS 分析审查工具 npm package Health Analysis / npm 包健康分析 阅读全文
posted @ 2023-02-09 23:18 xgqfrms 阅读(16) 评论(0) 推荐(0) 编辑
摘要:手绘风 流程图/线框图 制作工具 All In One Excalidraw 阅读全文
posted @ 2023-02-09 09:58 xgqfrms 阅读(62) 评论(2) 推荐(0) 编辑
摘要:如何使用 Node.js 和 OpenAI API 快速开发一个私有的 ChatGPT 智能聊天机器人程序 All In One 阅读全文
posted @ 2023-02-08 23:18 xgqfrms 阅读(2492) 评论(8) 推荐(0) 编辑
摘要:如何使用 Keynote 制作代码讲解动图 All In One Keynote 制作动图 / gif 代码动画 / 演示动画 阅读全文
posted @ 2023-02-08 15:37 xgqfrms 阅读(323) 评论(1) 推荐(0) 编辑
摘要:Flash ExternalInterface API All In One flash 过时了呀 💩 阅读全文
posted @ 2023-02-08 12:11 xgqfrms 阅读(15) 评论(0) 推荐(0) 编辑
摘要:This is the fundamental reason why I no longer use LeetCode.cn and choose to use LeetCode.com All In One 这就是为什么我不再使用 LeetCode.cn 而选择使用 LeetCode.com 的根本原因 All In One 阅读全文
posted @ 2023-02-08 11:54 xgqfrms 阅读(191) 评论(5) 推荐(0) 编辑
摘要:Google Apprentice Bard AI chatbot All In One AI chatbot / AI 聊天机器人 LaMDA Language Model for Dialogue Applications 阅读全文
posted @ 2023-02-07 19:51 xgqfrms 阅读(48) 评论(2) 推荐(0) 编辑
摘要:React dashboard UI components library All In One 仪表板 UI 组件库 阅读全文
posted @ 2023-02-07 12:21 xgqfrms 阅读(47) 评论(0) 推荐(0) 编辑
摘要:free download glTF models All In One glTF 2.0 阅读全文
posted @ 2023-02-06 20:33 xgqfrms 阅读(892) 评论(1) 推荐(0) 编辑
摘要:View Transitions API All In One 转场过度动画 HTTP 203 阅读全文
posted @ 2023-02-06 20:22 xgqfrms 阅读(106) 评论(3) 推荐(0) 编辑
摘要:publint All In One 阅读全文
posted @ 2023-02-06 13:26 xgqfrms 阅读(20) 评论(2) 推荐(0) 编辑
摘要:js number array sort bug All In One 阅读全文
posted @ 2023-02-06 12:34 xgqfrms 阅读(18) 评论(0) 推荐(0) 编辑
摘要:元宵晚会 bug All In One 卖汤圆 卖汤圆 卖汤圆 小二哥的汤圆是圆又圆 一碗汤圆满又满 三毛钱呀买一碗 汤圆汤圆卖汤圆 汤圆一样可以当茶饭 唉嗨哟 汤圆汤圆卖汤圆 汤圆一样可以当茶饭 汤圆汤圆卖汤圆 汤圆一样可以当茶饭 阅读全文
posted @ 2023-02-05 20:42 xgqfrms 阅读(10) 评论(0) 推荐(0) 编辑
摘要:LeetCode 二叉树测试用例生成器 All In One 二叉树生成器 / Binary Tree Generator 数据可视化 D3.js => SVG / Canvas 二叉树动态生成器动效 二叉树动态生成器组件 阅读全文
posted @ 2023-02-05 17:20 xgqfrms 阅读(600) 评论(5) 推荐(0) 编辑
摘要:Qwik All In One 阅读全文
posted @ 2023-02-05 15:56 xgqfrms 阅读(21) 评论(0) 推荐(0) 编辑
摘要:Tauri All In One Electron 阅读全文
posted @ 2023-02-05 15:54 xgqfrms 阅读(28) 评论(1) 推荐(0) 编辑
摘要:Chakra UI All In One TypeScript 阅读全文
posted @ 2023-02-05 09:04 xgqfrms 阅读(44) 评论(2) 推荐(0) 编辑
摘要:Astro & SSG All In One 孤岛架构 / island architecture 阅读全文
posted @ 2023-02-04 20:59 xgqfrms 阅读(52) 评论(3) 推荐(0) 编辑
摘要:front-end interview stereotyped essay All In One 前端面试八股文 All In One 阅读全文
posted @ 2023-02-04 10:13 xgqfrms 阅读(18) 评论(3) 推荐(0) 编辑
摘要:SVG foreignObject All In One D3.js 阅读全文
posted @ 2023-02-03 20:21 xgqfrms 阅读(42) 评论(4) 推荐(0) 编辑
摘要:如何一键复制粘贴 markdown 文档到微信公众号 All In One Markdown Nice cnblogs 编写号 markdown 文档 把 markdown 复制到 Markdown Nice 编辑器 点击,一键复制复制到微信公众号 ✅ 合集标签 话题标签 阅读全文
posted @ 2023-02-03 17:53 xgqfrms 阅读(406) 评论(1) 推荐(0) 编辑
摘要:How to register a ChatGPT account and use the ChatGPT service in China All In One 在中国如何注册一个 ChatGPT 账号和使用 ChatGPT 服务 All In One 阅读全文
posted @ 2023-02-03 17:42 xgqfrms 阅读(1380) 评论(9) 推荐(0) 编辑
摘要:ChatGPT All In One 阅读全文
posted @ 2023-02-03 17:03 xgqfrms 阅读(1255) 评论(17) 推荐(0) 编辑
摘要:LeetCode 对称二叉树算法题解 All In One 阅读全文
posted @ 2023-02-02 22:55 xgqfrms 阅读(13) 评论(2) 推荐(0) 编辑
摘要:GitHub markdown editor automatically generates URL links from copied text All In One GitHub markdown 编辑器从复制的文本中自动生成器 URL 链接 Clipboard API 剪切板 阅读全文
posted @ 2023-02-02 18:48 xgqfrms 阅读(14) 评论(4) 推荐(0) 编辑
摘要:国内外在线低代码平台 All In One 低代码 vs 零代码 阅读全文
posted @ 2023-02-02 16:29 xgqfrms 阅读(192) 评论(1) 推荐(0) 编辑
摘要:Webpack chunk All In One Webpack 分包 阅读全文
posted @ 2023-02-02 15:39 xgqfrms 阅读(17) 评论(2) 推荐(0) 编辑
摘要:Java String length & Unicode All In One emoji 组合 `👨🏻‍💻 = 👨🏻‍🦱 + 💻` 阅读全文
posted @ 2023-02-01 21:44 xgqfrms 阅读(17) 评论(3) 推荐(0) 编辑
摘要:广度优先搜索算法 BFS All In One Breadth-First Search / BFS 广度优先搜索 / 广度优先遍历 / 按层次遍历树 阅读全文
posted @ 2023-02-01 15:12 xgqfrms 阅读(17) 评论(0) 推荐(0) 编辑
摘要:世界上最甜的苹果 All In One 新疆 阿克苏苹果 冰糖心苹果 阅读全文
posted @ 2023-02-01 10:37 xgqfrms 阅读(192) 评论(1) 推荐(0) 编辑
摘要:LeetCode dynamic binary tree generator component All In One 二叉树生成器 阅读全文
posted @ 2023-02-01 10:29 xgqfrms 阅读(28) 评论(7) 推荐(0) 编辑