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

09 2023 档案

摘要:MongoDB playground All In One MongoDB REPL Node.js aggregate 阅读全文
posted @ 2023-09-29 11:40 xgqfrms 阅读(32) 评论(1) 推荐(0) 编辑
摘要:Raspberry Pi 5 All In One 树莓派 5 阅读全文
posted @ 2023-09-29 11:10 xgqfrms 阅读(22) 评论(1) 推荐(0) 编辑
摘要: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. 阅读全文
posted @ 2023-09-28 21:59 xgqfrms 阅读(5) 评论(1) 推荐(0) 编辑
摘要:Web3.js All In One Web3 阅读全文
posted @ 2023-09-28 00:44 xgqfrms 阅读(16) 评论(1) 推荐(0) 编辑
摘要:国内网站域名备案信息查询平台 All In One 网站备案查询 / 域名备案查询 crawler , HTML , Python , XML , 爬虫 阅读全文
posted @ 2023-09-27 23:52 xgqfrms 阅读(376) 评论(4) 推荐(0) 编辑
摘要:How to add a string that contains whitespace to array in shell script All In One 阅读全文
posted @ 2023-09-27 19:13 xgqfrms 阅读(5) 评论(4) 推荐(0) 编辑
摘要:Congratulations to Google on its 25th birthday All In One 祝贺 Google 25 周岁生日 All In One 阅读全文
posted @ 2023-09-27 16:10 xgqfrms 阅读(13) 评论(0) 推荐(0) 编辑
摘要:How to get the original size of an image using JavaScript All In One 如何使用 JavaScript 获取一个图片像的原始大小 naturalWidth & naturalHeight aspect ratio / 纵横比 阅读全文
posted @ 2023-09-27 09:46 xgqfrms 阅读(31) 评论(1) 推荐(0) 编辑
摘要:How to fix TypeScript error: expression of type can't be used to index type All In One type guard 阅读全文
posted @ 2023-09-26 14:53 xgqfrms 阅读(92) 评论(0) 推荐(0) 编辑
摘要:Linux shell script if condition control flow methods All In One if...then...fi / if...then...else..fi / if...then...elif...then...fi 阅读全文
posted @ 2023-09-25 20:02 xgqfrms 阅读(7) 评论(4) 推荐(0) 编辑
摘要:Tesla Bot All In One 特斯拉机器人 创建一个通用、双足、自主人形机器人,能够执行不安全、重复或无聊的任务。 阅读全文
posted @ 2023-09-24 22:03 xgqfrms 阅读(12) 评论(1) 推荐(0) 编辑
摘要:Linux $PS1 and custom zsh prompt All In One macOS 自定义命令行提示符 阅读全文
posted @ 2023-09-23 21:47 xgqfrms 阅读(63) 评论(2) 推荐(0) 编辑
摘要:MongoDB and mongoose All In One Node.js 阅读全文
posted @ 2023-09-23 20:04 xgqfrms 阅读(14) 评论(11) 推荐(0) 编辑
摘要:How to install a command once for all login users in Linux All In One /etc/profile & /etc/profile.d/ 阅读全文
posted @ 2023-09-23 11:53 xgqfrms 阅读(5) 评论(2) 推荐(0) 编辑
摘要: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 语句使用的是双层方括号 [[ ]] 条件修饰符, 变量就不需要引号了 阅读全文
posted @ 2023-09-22 15:49 xgqfrms 阅读(59) 评论(2) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2023-09-21 13:57 xgqfrms 阅读(15) 评论(4) 推荐(0) 编辑
摘要: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). 阅读全文
posted @ 2023-09-20 19:19 xgqfrms 阅读(4) 评论(0) 推荐(0) 编辑
摘要:npm package.json proxy All In One Node.js 阅读全文
posted @ 2023-09-20 19:11 xgqfrms 阅读(16) 评论(1) 推荐(0) 编辑
摘要:Node.js ORM Sequelize All In One 阅读全文
posted @ 2023-09-19 23:06 xgqfrms 阅读(6) 评论(2) 推荐(0) 编辑
摘要:How to get a variable data type in Python 3 All In One typeof in js type(var) & isinstance(var, type) 阅读全文
posted @ 2023-09-19 20:23 xgqfrms 阅读(4) 评论(1) 推荐(0) 编辑
摘要:How to enable HTTPS on a localhost Node.js Server All In One Let's Encrypt - Free SSL/TLS Certificates 阅读全文
posted @ 2023-09-19 20:16 xgqfrms 阅读(115) 评论(0) 推荐(0) 编辑
摘要:How to use ESM & TypeScript in Node.js All In One 阅读全文
posted @ 2023-09-18 23:10 xgqfrms 阅读(3) 评论(1) 推荐(0) 编辑
摘要:如何使用树莓派搭建一个流媒体服务器 All In One Raspberry Pi Stream Media Server Plex Media Server NAS Server Samba / 桑巴 阅读全文
posted @ 2023-09-15 21:46 xgqfrms 阅读(344) 评论(8) 推荐(0) 编辑
摘要:How to fix Fetch TypeError in Node.js All In One TypeError: terminated at Fetch.onAborted (node:internal/deps/undici/undici:11000:53) 阅读全文
posted @ 2023-09-15 13:07 xgqfrms 阅读(304) 评论(1) 推荐(0) 编辑
摘要:How to fix macOS Finder not support semicolon symbol in filename error All In One macOS Finder 不支持文件名中包含 : 分号 bug ❌ 阅读全文
posted @ 2023-09-15 11:52 xgqfrms 阅读(12) 评论(0) 推荐(0) 编辑
摘要:ES2023 Array new features All In One change Array by copy 阅读全文
posted @ 2023-09-14 23:07 xgqfrms 阅读(7) 评论(4) 推荐(0) 编辑
摘要:How to use Node.js rename files in folder All In One fs.rename fs.renameSync fsPromises.rename 阅读全文
posted @ 2023-09-14 21:06 xgqfrms 阅读(7) 评论(1) 推荐(0) 编辑
摘要:Node.js multi threads All In One Node.js 多线程 worker_threads Worker threads 工作线程 child_process 子进程 Cluster 集群 阅读全文
posted @ 2023-09-14 13:51 xgqfrms 阅读(7) 评论(1) 推荐(0) 编辑
摘要:How to delete a file in Node.js All In One fs.unlink fsPromises.unlink fs.unlinkSync 阅读全文
posted @ 2023-09-14 12:18 xgqfrms 阅读(6) 评论(1) 推荐(0) 编辑
摘要:How to fix Tailwind CSS colors not work in Next.js All In One Tailwind CSS & Next.js 13 阅读全文
posted @ 2023-09-14 11:49 xgqfrms 阅读(20) 评论(0) 推荐(0) 编辑
摘要: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() 阅读全文
posted @ 2023-09-13 19:31 xgqfrms 阅读(22) 评论(0) 推荐(0) 编辑
摘要:Python list replication All In One 阅读全文
posted @ 2023-09-13 18:07 xgqfrms 阅读(5) 评论(0) 推荐(0) 编辑
摘要:Fetch API res.buffer vs res.arrayBuffer All In One Node.js fix: convert `ArrayBuffer` to `buffer` 阅读全文
posted @ 2023-09-12 22:12 xgqfrms 阅读(120) 评论(1) 推荐(0) 编辑
摘要:How to fix Node.js fs.readFileSync toString Error All In One 阅读全文
posted @ 2023-09-12 21:15 xgqfrms 阅读(22) 评论(0) 推荐(0) 编辑
摘要:产品 NPS All In One NPS / Net Promoter Score / 净推荐值 什么是净推荐值 净推荐值(NPS)又称净促进者得分,是一种计量某个客户将会向其他人推荐某个企业或服务可能性的指数。 它是最流行的顾客忠诚度分析指标,专注于顾客口碑如何影响企业成长。通过密切跟踪净推荐值,企业可以让自己更加成功。 阅读全文
posted @ 2023-09-12 16:39 xgqfrms 阅读(2) 评论(1) 推荐(0) 编辑
摘要:树莓派 4B 开机红屏修复教程 All In One 恢复 EEPROM 的镜像后, 树莓派开机红屏, 红灯常亮,绿灯按4次一组闪烁 连接了 HDMI 显示器,则屏幕显示为红色,说明恢复失败了❌ 去除保护外壳,拔掉 mini-HDMI 数据线 吹一吹主板的两面,防止主板上粘有灰尘,影响电路 把用于恢复 EEPROM 的 SD 卡,擦干净,防止沾上汗液 裸机重新插入电源后,奇迹发生了,红灯常亮,绿灯不停闪烁了 ✅ 重新接上 mini-HDMI 数据线,显示器变成绿屏了,说明恢复成功了 ✅ 阅读全文
posted @ 2023-09-11 18:38 xgqfrms 阅读(1753) 评论(15) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2023-09-11 16:33 xgqfrms 阅读(7) 评论(10) 推荐(0) 编辑
摘要:How to print a web page without breaking the table content in JavaScript All In One 使用 JavaScript 如何在不破坏表格内容的情况下打印一个网页 阅读全文
posted @ 2023-09-09 22:40 xgqfrms 阅读(9) 评论(3) 推荐(0) 编辑
摘要:How to use Promise and setTimeout to mock an API call in JavaScript All In One 如何使用 Promise 和 setTimeout 在 JavaScript 中模拟一个 API 调用 阅读全文
posted @ 2023-09-08 20:19 xgqfrms 阅读(10) 评论(2) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2023-09-08 12:04 xgqfrms 阅读(148) 评论(2) 推荐(0) 编辑
摘要:Linux shell 环境变量 All In One 全局环境变量,system wide environment 系统级环境变量 局部环境变量,local wide environment 用户自定义环境变量 parent shell / child shell .bashrc locale 阅读全文
posted @ 2023-09-08 11:48 xgqfrms 阅读(63) 评论(0) 推荐(0) 编辑
摘要:GitHub Actions workflows env and secrets All In One $GITHUB_ENV secrets 阅读全文
posted @ 2023-09-07 19:47 xgqfrms 阅读(222) 评论(4) 推荐(0) 编辑
摘要:Linux shell script set -eux All In One set 设置 shell 中局部变量的值 Linux shell 脚本中 set -eux 是什么,有什么用处? 在Linux shell脚本中,set -eux 是一条常见的命令,用于设置脚本的执行行为。 阅读全文
posted @ 2023-09-06 23:26 xgqfrms 阅读(129) 评论(1) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2023-09-06 22:30 xgqfrms 阅读(90) 评论(3) 推荐(0) 编辑
摘要:JavaScript Date UTC & GMT All In One js 时期时区转换 convert UTC+0 to UTC+8/GMT+0800 阅读全文
posted @ 2023-09-06 13:42 xgqfrms 阅读(55) 评论(1) 推荐(0) 编辑
摘要:如何编写出简洁高效的 prompt 来释放出 ChatGPT 更加强大的能力 All In One ChatGPT prompt ChatGPT 提示词 阅读全文
posted @ 2023-09-05 19:28 xgqfrms 阅读(32) 评论(3) 推荐(0) 编辑
摘要:CSS filter drop-shadow All In One CSS 滤镜投影 背景虚化 光晕特效 阅读全文
posted @ 2023-09-05 12:19 xgqfrms 阅读(46) 评论(1) 推荐(0) 编辑
摘要:How to fix waitForFunction TimeoutError of puppeteer All In One page.waitForFunction 超时错误 TimeoutError: Waiting failed: 30000ms exceeded 阅读全文
posted @ 2023-09-05 09:34 xgqfrms 阅读(114) 评论(3) 推荐(0) 编辑
摘要:Python mro() method All In One MRO: Method Resolution Order / 方法解析顺序 阅读全文
posted @ 2023-09-04 18:35 xgqfrms 阅读(18) 评论(1) 推荐(0) 编辑
摘要:Chrome’s Headless Browser Puppteer All In One Chrome 无头浏览器 Puppeteer 阅读全文
posted @ 2023-09-04 16:35 xgqfrms 阅读(355) 评论(7) 推荐(0) 编辑
摘要:汽车轮胎规格参数图解教程 All In One 阅读全文
posted @ 2023-09-03 23:45 xgqfrms 阅读(102) 评论(8) 推荐(0) 编辑
摘要:The native HTML dialog tag All In One 原生 HTML 对话框标签 / 原生 HTML 模态框 阅读全文
posted @ 2023-09-03 14:54 xgqfrms 阅读(8) 评论(2) 推荐(0) 编辑
摘要:Bounce Tracking Mitigations All In One 反弹跟踪缓解措施 阅读全文
posted @ 2023-09-02 23:53 xgqfrms 阅读(44) 评论(0) 推荐(0) 编辑
摘要:JavaScript Map.groupBy All In One Map.groupBy Object.groupBy Array.at Array.prototype.groupToMap 阅读全文
posted @ 2023-09-02 15:48 xgqfrms 阅读(90) 评论(2) 推荐(0) 编辑
摘要:How to automatically run a scheduled task every hour in Node.js All In One 如何在 Node.js 中每间隔一小时自动运行一个定时任务 阅读全文
posted @ 2023-09-02 11:20 xgqfrms 阅读(27) 评论(9) 推荐(0) 编辑
摘要:2023 新款特斯拉 Model 3 All In One 特斯拉 Model 3 焕新升级版 2023.09.01 电动车 #新能源 #特斯拉 #Model3 阅读全文
posted @ 2023-09-01 21:19 xgqfrms 阅读(93) 评论(2) 推荐(0) 编辑