03 2023 档案
摘要:Linux df command All In One
阅读全文
摘要:How to find the "usbmodem" of Raspberry Pi Pico on macOS All In One
/dev/tty.usbmodem0000000000001 not exist bug ❌
阅读全文
摘要:How to check the USB devices connected to Linux by using Terminal All In One
Raspberry Pi
macOS
lusb
ls -al /dev/ | grep disk
阅读全文
摘要:PDU 插线板 All In One
阅读全文
摘要:White Xbox Series X All In One
白色的 XSX / White XSX
软路由
阅读全文
摘要:Minicom All In One
minicom bugs
minicom errors
Raspberry Pi Pico
MicroPython
Thonny IDE
阅读全文
摘要:Raspberry Pi Imager All In One
Raspberry Pi OS
阅读全文
摘要:use macOS terminal can not install MicroPython on Raspberry Pi Pico bug All In One
使用 macOS 终端无法在 Raspberry Pi Pico 上安装 MicroPython bug
Thonny IDE
minicom
阅读全文
摘要:Raspberry Pi Pico All In One
picozero API
minicom
usbmodem
GPIO
LED
pinout
Raspberry Pi Model 3B
阅读全文
摘要:Python 3 vs Python 2 All In One
Python 3.x 与 Python 2.x 版本区别
阅读全文
摘要:Web 自动化测试工具 All In One
selenium
appium
fiddler
jmeter
夜神模拟器
阅读全文
摘要:Python 脚本接收命令行参数的多种方式 All In One
sys
argparse
shell script
tensorflow
阅读全文
摘要:Linux shell #! interpreter All In One
指定脚本解释器的路径
#!/usr/bin/env python3
# ✅ 推荐写法, 动态读取 env 配置的解释器路径,切换系统环境不会报错,可移植性高 🚀
#!/usr/bin/python3
# 👎 不推荐写法,写死了解释器路径,切换系统环境有可能会报错,可移植性低
阅读全文
摘要:Python 数据类型转换 All In One
阅读全文
摘要:云原生应用保护平台市场指南 All In One
Market Guide for Cloud-Native Application Protection Platforms
阅读全文
摘要:Python errors All In One
阅读全文
摘要:Fritzing All In One
PCB 电路图制作软件
PCB 布线设计
原理图
GPIO 12
Raspberry Pi
Arduino UNO
阅读全文
摘要:Linux 如何通过命令行查看图片 All In One
Terminal 图像查看器
ImageMagick
FIM
Viu
LsiX
xdg-open
Linux 发行版
阅读全文
摘要:全国计算机等级考试(NCRE)证书查询 All In One
全国计算机等级考试
软考
阅读全文
摘要:软考高级: 信息系统项目管理师 All In One
项目管理
项目管理师
PMP
阅读全文
摘要:FileZilla FTP & SFTP All In One
阅读全文
摘要:macOS 如何通过 SSH 访问树莓派 All In One
tags: ["macOS", "树莓派", "IP", "WIFI", "Raspberry Pi3", "SSH", "SFTP"]
DNS
mDNS
multicast DNS / 组播 DNS
hostname.local
阅读全文
摘要:Arduino All In One
Arduino Uno Rev3 / Arduino Uno R3
Arduino Uno Rev3 SMD / Arduino Uno R3 SMD
Arduino Mega 2560 Rev3 / Arduino Mega 2560 R3
Arduino Uno Rev4 / Arduino Uno R4
RA4M1
Arm Cortex®-M4
阅读全文
摘要:如何使用树莓派控制 WS2812B LED 灯带 All In One
阅读全文
摘要:面包板使用教程 All In One
树莓派 3V 针脚供电
Raspberry Pi 3B GPIO
干电池 3V (1.5x2节) 才能带动 LED 发光
crontab
LED
阅读全文
摘要:micro:bit v2.2 vs micro:bit v2.0 All In One
阅读全文
摘要:Raspberry Pi Pico & MicroPython All In One
Thonny IDE
MicroPython Firmware
MCU
RP2040
RA4M1
STM32
ESP32
Arm Cortex®-M4
Dual ARM Cortex-M0+
Adafruit
阅读全文
摘要:Python 元组解构 All In One
阅读全文
摘要:Raspberry Pi & Python & GPIO All In One
pinout
树莓派
LED
Python
阅读全文
摘要:BBC micro:bit All In One
MakeCode
Scratch
Python
JavaScript
阅读全文
摘要:YouTube Kids All In One
阅读全文
摘要:树莓派上使用 Python 编程控制 LED 教程 All In One
Microsoft MakeCode for micro:bit
阅读全文
摘要:gcode All In One
G-code (also RS-274) is the most widely-used computer numerical control (CNC) programming language. It is used mainly in computer-aided manufacturing to control automated machine tools, as well as from a 3D-printing slicer app. It has many variants.
G 代码(也称为 RS-274)是使用最广泛的计算机数控 (CNC) 编程语言。它主要用于计算机辅助制造以控制自动化机床,以及 3D 打印切片机应用程序。它有很多变体。
阅读全文
摘要:JSON & import assertions All In One
阅读全文
摘要:freecodecamp news author 404 bug All In One
阅读全文
摘要:2023 全国计算机技术与软件专业技术资格(水平)考试 All In One
2023 全国计算机等级考试
信息安全工程师
软考
阅读全文
摘要:npm package.json exports filed All In One
npm package.json exports filed
Node.js package.json exports field definitions
阅读全文
摘要:JavaScript ES modules import and export with trailing commas All In One
JavaScript 最佳实践
export + trailing commas
阅读全文
摘要:2023 最新上海市提取公积金缴纳房租指南 All In One
阅读全文
摘要:Linux shell set command All In One
set -u
set +u
阅读全文
摘要:First-Person Driving 4K Video All In One
阅读全文
摘要:Linux shell script auto generate batch files All In One
Linux shell script 自动批量生成文件
EOF
阅读全文
摘要:MongoDB ObjectId() function not work and fix solution All In One
阅读全文
摘要:Linux bash script HereDoc All In One
Linux shell script multi-lines comments / Linux shell script block comments
Linux shell 脚本多行注释/Linux shell 脚本块注释
EOF
阅读全文
摘要:Stack Exchange & Stack Overflow User Reputation Leagues All In One
🚀 xgqfrms's Stack Overflow User Reputation, 在 2023 快要突破 10000 积分了!
阅读全文
摘要:npm scripts hooks All In One
npm postinstall
patch-package
阅读全文
摘要:fix btoa decoded error All In One
Uncaught DOMException: Failed to execute 'atob' on 'Window': The string to be decoded contains characters outside of the Latin1 range.
Uncaught DOMException: Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.
阅读全文
摘要:Ethereum Wallet All In One
MetaMask Wallet
Coinbase Wallet
Web3
xLog
https://xlog.xgqfrms.xyz/
阅读全文
摘要:Microsoft Loop All In One
阅读全文
摘要:free web music player All In One
HTML5 music player
阅读全文
摘要:生活常识: 菠萝泡盐水 vs 菠萝泡热水 All In One
阅读全文
摘要:fix ts-node esm error All In One
npx
ts-node
ts-node-esm
阅读全文
摘要:envinfo All In One
阅读全文
摘要:git patch All In One
git format-patch
阅读全文
摘要:patch npm node_modules & patch-package All In One
如何安全地修改 node_modules 下的第三方 package 中的代码
如何安全地给 `node_modules` 下的第三方 package 打补丁
patch-package 实现原理剖析
lodash-es
lodash
tsc --init
阅读全文
摘要:Node.js & npm package.json exports field All In One
npm
CJS vs ESM
webpack
阅读全文
摘要:JavaScript Scope All In One
Global Scope / 全局作用域
Script Scope / 脚本作用域
Local Scope / 局部作用域 (函数作用域)
Block Scope / 块级作用域 ( { } 作用域)
Catch Block Scope / 捕获块级作用域 ( try...catch 作用域)
Closure Scope / 闭包作用域
Promise Scope ???
阅读全文
摘要:iframe sandbox All In One
CSP
微前端
阅读全文
摘要:现场娱乐在线票务平台 All In One
互联网票务平台
阅读全文
摘要:webpack Module Federation All In One
模块联盟
阅读全文
摘要:react.dev & reactnative.dev All In One
React The library for web and native user interfaces
https://react.dev/
阅读全文
摘要:Mozilla All In One
阅读全文
摘要:Why return a Promise inside then callback function will delay the microtask execute order in js All In One
Why does returning a Promise in the then callback function in js delay the execution sequence of the microtask
为什么 js 中在 then 的回调函数中返回一个 Promise 会延迟 microtask 的执行顺序
阅读全文
摘要:git commit errors All In One
阅读全文
摘要:Git Object All In One
git cat-file
阅读全文
摘要:use GitHub Actions auto generator markdown file ✅
GitHub Issues Template + GitHub Actions CI/CD
freecodecamp
阅读全文
摘要:js generate a random number with a range limited All In One
阅读全文
摘要:how to become an author of freeCodeCamp in Chinese All In One
如何成为一名 freecodecamp 的中文技术作者
阅读全文
摘要:Zed code editor All In One
代码编辑器
阅读全文
摘要:Node.js cli tools auto install npm packages All In One
阅读全文
摘要:Node.js 微服务 All In One
阅读全文
摘要:穹顶之下 All In One
Under the Dome
阅读全文
摘要:GitHub 2FA All In One
阅读全文
摘要:Web Security & WAF All In One
Web Application Firewall (WAF)
阅读全文
摘要:git commit -n All In One
阅读全文
摘要:如何定位和分析 Node.js 项目中的内存泄漏问题 All In One
How to locate and analyze memory leaks in Node.js projects
内存管理
垃圾回收
阅读全文
摘要:image dataset & srcset & sizes All In One
lazysizes
image 性能优化
低质量图像占位符
dataset
intersectionObserver
阅读全文
摘要:H5 低代码搭建系统 All In One
阅读全文
摘要:JSX & TSX All In One
阅读全文
摘要:TypeScript type check ignore node_modules folder All In One
阅读全文
摘要:tsconfig compiler options include & exclude All In One
node_modules
skipLibCheck
阅读全文
摘要:TypeScript tsconfig.json declaration All In One
阅读全文
摘要:如何实现一个类似 Apple 网站的短信验证码自动登录组件 All In One
1. 支持短信,复制粘贴自动填充
2. 支持自动聚焦,自动校验
3. 输入完成,支持自动发起确认请求(无需手动点击确认按钮)
优点:交互简洁,使用方便,UI 优雅,用户体验好 ✅
阅读全文
摘要:how to write a webpack loader by using webpack 5 and TypeScript All In One
如何使用 webpack 5 和 TypeScript 编写一个 webpack 加载器
阅读全文
摘要:how to write a webpack plugin by using webpack 5 and TypeScript All In One
如何使用 webpack 5 和 TypeScript 编写一个 webpack 插件
阅读全文
摘要:2023 最新 Three.js 快速入门教程 All In One
阅读全文
摘要:2023 最新 WebGL 快速入门教程 All In One
OpenGL ES: OpenGL for Web
Texture 材质
Shader 着色器
阅读全文
摘要:使用 Linux 命令行对文件系统进行批量操作 All In One
阅读全文
摘要:TypeScript Equal custom type All In One
阅读全文
摘要:前端架构师是如何进行前端性能优化设计的 All In One
做为一名前端架构师应该如何对前端项目性能优化方案进行设计和落地执行
阅读全文
摘要:Page Lifecycle API All In One
阅读全文
摘要:公司 注册资本 vs 实缴资本 vs 认缴资本 All In One
阅读全文
摘要:如何使用 js 实现一个 ES6 中 class 的 extends 功能 All In One
阅读全文
摘要:DeviceMotionEvent API All In One
设备运动事件 / 设备动作事件
阅读全文
摘要:Promise & Error All In One
阅读全文
摘要:how to get the native code of Promise In Chrome All In One
阅读全文
摘要:AOP 面向切面编程 All In One
Aspect-Oriented Programming / 面向切面编程
阅读全文
摘要:HTTP Status Code 307 All In One
307 Temporary Redirect
307 临时重定向
阅读全文
摘要:How DNS works comic All In One
DNS 是如何工作的漫画
DNS 的工作原理
阅读全文
摘要:developer mind mapping All In One
开发者思维导图
阅读全文
摘要:js export default problems All In One
阅读全文
摘要:Flutter Developer Roadmap All In One
阅读全文
摘要:API Security Best Practices All In One
阅读全文
摘要:LeetCode 29. Divide Two Integers 题解教程 All In One
阅读全文
摘要:js V8 Engine GC All In One
js 垃圾回收原理
JavaScript 有两种策略实现垃圾回收机制
标记清除 ✅
引用计数 ❌
阅读全文
摘要:如何使用 js 实现一个比较 App 版本号的大小的版本号排序函数 All In One
阅读全文
摘要:How to heal in Wo Long Fallen Dynasty to restore health All In One
卧龙:苍天陨落中如何疗伤恢复健康
回血
治疗
阅读全文
摘要:CSS ::backdrop All In One
dialog
:modal
阅读全文
摘要:why is the setInterval task executed slower than the setTimeout task in the browser javascript environment?
为什么在浏览器 javascript 环境下 setInterval 任务执行速度比 setTimeout 任务慢?
阅读全文
摘要:Google Chrome Version 110 All In One
在地址栏中,输入快捷字词 @bookmarks、@history 或 @tabs。(Google 高级搜索)
Google 高级搜索
阅读全文
摘要:2023 Xbox 自定义控制台和控制器抽奖活动 All In One
WTF, why not support in China?
阅读全文
摘要:JavaScript microtask Guide All In One
JavaScript 微任务指南 All In One
queueMicrotask
阅读全文
摘要:2023 年最值得玩的 Xbox 主机游戏推荐 All In One
Wo Long: Fallen Dynasty
卧龙:苍天陨落
RPG / 角色扮演游戏
Xbox Game Pass
XGPU
阅读全文
摘要:How to play Genshin games on Apple Silicon Mac All In One
如何在 Apple 芯片的 Mac 上玩原神游戏
游戏手柄 🎮
Xbox Series X 游戏手柄
阅读全文
摘要:蓝光电影 BD 规格 All In One
蓝光光盘 💿
蓝光电影 BD100 => 4K
蓝光电影 BD66 => 2K
蓝光电影 BD50 => 1080P
HDR
杜比视界
Xbox Series X
4K UHD 蓝光播放器
阅读全文