09 2023 档案
摘要:MongoDB playground All In One
MongoDB REPL
Node.js
aggregate
阅读全文
摘要:Raspberry Pi 5 All In One
树莓派 5
阅读全文
摘要:How to get Postman API request code All In One
Postman can convert an API request into a code snippet, and you can choose the programming language or framework.
You can use this generated code snippet in your front-end applications.
阅读全文
摘要:Web3.js All In One
Web3
阅读全文
摘要:国内网站域名备案信息查询平台 All In One
网站备案查询 / 域名备案查询
crawler , HTML , Python , XML , 爬虫
阅读全文
摘要:How to add a string that contains whitespace to array in shell script All In One
阅读全文
摘要:Congratulations to Google on its 25th birthday All In One
祝贺 Google 25 周岁生日 All In One
阅读全文
摘要:How to get the original size of an image using JavaScript All In One
如何使用 JavaScript 获取一个图片像的原始大小
naturalWidth & naturalHeight
aspect ratio / 纵横比
阅读全文
摘要:How to fix TypeScript error: expression of type can't be used to index type All In One
type guard
阅读全文
摘要:Linux shell script if condition control flow methods All In One
if...then...fi / if...then...else..fi / if...then...elif...then...fi
阅读全文
摘要:Tesla Bot All In One
特斯拉机器人
创建一个通用、双足、自主人形机器人,能够执行不安全、重复或无聊的任务。
阅读全文
摘要:Linux $PS1 and custom zsh prompt All In One
macOS 自定义命令行提示符
阅读全文
摘要:MongoDB and mongoose All In One
Node.js
阅读全文
摘要:How to install a command once for all login users in Linux All In One
/etc/profile & /etc/profile.d/
阅读全文
摘要:How to use a shell script to check whether a command had been installed in the Linux server All In One
shell script error [: :需要整数表达式 / [: -eq:需要一元表达式 /[: ==:需要一元表达式
如果 if 语句使用的是单层方括号 [ ] 条件修饰符, 变量必须加上双引号
如果 if 语句使用的是双层方括号 [[ ]] 条件修饰符, 变量就不需要引号了
阅读全文
摘要:How to print a string with a variable by using the echo command in the shell script All In One
Node.js & nvm
parent shell vs child shell
打开 shell 的三种方式
terminal 登录后的交互式 shell (父 shell)
输入 bash 打开一新的交互式 shell (子 shell)
运行 shell script 创建的非交互式 shell (子 shell)
global environment variables vs local environment variables / shell variables
阅读全文
摘要:XML Schema All In One
XSD
An XML Schema describes the structure of an XML document.
The XML Schema language is also referred to as XML Schema Definition (XSD).
阅读全文
摘要:npm package.json proxy All In One
Node.js
阅读全文
摘要:Node.js ORM Sequelize All In One
阅读全文
摘要:How to get a variable data type in Python 3 All In One
typeof in js
type(var) & isinstance(var, type)
阅读全文
摘要:How to enable HTTPS on a localhost Node.js Server All In One
Let's Encrypt - Free SSL/TLS Certificates
阅读全文
摘要:How to use ESM & TypeScript in Node.js All In One
阅读全文
摘要:如何使用树莓派搭建一个流媒体服务器 All In One
Raspberry Pi Stream Media Server
Plex Media Server
NAS Server
Samba / 桑巴
阅读全文
摘要:How to fix Fetch TypeError in Node.js All In One
TypeError: terminated at Fetch.onAborted (node:internal/deps/undici/undici:11000:53)
阅读全文
摘要:How to fix macOS Finder not support semicolon symbol in filename error All In One
macOS Finder 不支持文件名中包含 : 分号 bug ❌
阅读全文
摘要:ES2023 Array new features All In One
change Array by copy
阅读全文
摘要:How to use Node.js rename files in folder All In One
fs.rename
fs.renameSync
fsPromises.rename
阅读全文
摘要:Node.js multi threads All In One
Node.js 多线程
worker_threads
Worker threads
工作线程
child_process
子进程
Cluster
集群
阅读全文
摘要:How to delete a file in Node.js All In One
fs.unlink
fsPromises.unlink
fs.unlinkSync
阅读全文
摘要:How to fix Tailwind CSS colors not work in Next.js All In One
Tailwind CSS & Next.js 13
阅读全文
摘要:Node.js child_process spawn All In One
Node.js 多线程
How to run Python script code in Node.js?
如何在 Node.js 中运行 Python 脚本代码?
sys.stdout.flush()
阅读全文
摘要:Python list replication All In One
阅读全文
摘要:Fetch API res.buffer vs res.arrayBuffer All In One
Node.js fix: convert `ArrayBuffer` to `buffer`
阅读全文
摘要:How to fix Node.js fs.readFileSync toString Error All In One
阅读全文
摘要:产品 NPS All In One
NPS / Net Promoter Score / 净推荐值
什么是净推荐值
净推荐值(NPS)又称净促进者得分,是一种计量某个客户将会向其他人推荐某个企业或服务可能性的指数。
它是最流行的顾客忠诚度分析指标,专注于顾客口碑如何影响企业成长。通过密切跟踪净推荐值,企业可以让自己更加成功。
阅读全文
摘要:树莓派 4B 开机红屏修复教程 All In One
恢复 EEPROM 的镜像后, 树莓派开机红屏, 红灯常亮,绿灯按4次一组闪烁
连接了 HDMI 显示器,则屏幕显示为红色,说明恢复失败了❌
去除保护外壳,拔掉 mini-HDMI 数据线
吹一吹主板的两面,防止主板上粘有灰尘,影响电路
把用于恢复 EEPROM 的 SD 卡,擦干净,防止沾上汗液
裸机重新插入电源后,奇迹发生了,红灯常亮,绿灯不停闪烁了 ✅
重新接上 mini-HDMI 数据线,显示器变成绿屏了,说明恢复成功了 ✅
阅读全文
摘要:Node.js .env file All In One
built-in .env file support
Starting from Node.js v20.6.0, Node.js supports .env files for configuring environment variables.
Node.js V20.3.1
proccess.env
npx
npm scripts
npm bin
阅读全文
摘要:How to print a web page without breaking the table content in JavaScript All In One
使用 JavaScript 如何在不破坏表格内容的情况下打印一个网页
阅读全文
摘要:How to use Promise and setTimeout to mock an API call in JavaScript All In One
如何使用 Promise 和 setTimeout 在 JavaScript 中模拟一个 API 调用
阅读全文
摘要:GoPro HERO12 Black 运动摄像机 All In One
全新 HDR 视频,电池续航能力显著增强,出色 HyperSmooth 超强防抖视频稳定功能,众多惊喜等你来探索。
5.3K60 + 4K120 分辨率
HyperSmooth 超强防抖 6.0 视频稳定功能
HDR 照片 + 视频
多用途 8:7 纵横比
10 米防水
电池续航提升高达 2 倍¹
GoPro 12 Black vs GoPro 11 Black vs GoPro 10 Black
阅读全文
摘要:Linux shell 环境变量 All In One
全局环境变量,system wide environment 系统级环境变量
局部环境变量,local wide environment 用户自定义环境变量
parent shell / child shell
.bashrc
locale
阅读全文
摘要:GitHub Actions workflows env and secrets All In One
$GITHUB_ENV
secrets
阅读全文
摘要:Linux shell script set -eux All In One
set 设置 shell 中局部变量的值
Linux shell 脚本中 set -eux 是什么,有什么用处?
在Linux shell脚本中,set -eux 是一条常见的命令,用于设置脚本的执行行为。
阅读全文
摘要:How to tell which version of HW your Tesla Model 3 is using All In One
如何判断你的 Tesla Model 3 使用的是那个版本的 HW
HW 4.0 vs HW 3
阅读全文
摘要:JavaScript Date UTC & GMT All In One
js 时期时区转换
convert UTC+0 to UTC+8/GMT+0800
阅读全文
摘要:如何编写出简洁高效的 prompt 来释放出 ChatGPT 更加强大的能力 All In One
ChatGPT prompt
ChatGPT 提示词
阅读全文
摘要:CSS filter drop-shadow All In One
CSS 滤镜投影
背景虚化
光晕特效
阅读全文
摘要:How to fix waitForFunction TimeoutError of puppeteer All In One
page.waitForFunction 超时错误
TimeoutError: Waiting failed: 30000ms exceeded
阅读全文
摘要:Python mro() method All In One
MRO: Method Resolution Order / 方法解析顺序
阅读全文
摘要:Chrome’s Headless Browser Puppteer All In One
Chrome 无头浏览器 Puppeteer
阅读全文
摘要:汽车轮胎规格参数图解教程 All In One
阅读全文
摘要:The native HTML dialog tag All In One
原生 HTML 对话框标签 / 原生 HTML 模态框
阅读全文
摘要:Bounce Tracking Mitigations All In One
反弹跟踪缓解措施
阅读全文
摘要:JavaScript Map.groupBy All In One
Map.groupBy
Object.groupBy
Array.at
Array.prototype.groupToMap
阅读全文
摘要:How to automatically run a scheduled task every hour in Node.js All In One
如何在 Node.js 中每间隔一小时自动运行一个定时任务
阅读全文
摘要:2023 新款特斯拉 Model 3 All In One
特斯拉 Model 3 焕新升级版 2023.09.01
电动车 #新能源 #特斯拉 #Model3
阅读全文