ones
Linux $PS1 and zsh All In One
Linux $PS1 and zsh All In One
macOS 自定义命令行提示符
......
MongoDB and mongoose All In One
MongoDB and mongoose All In One
Node.js
......
All-in-One(二):硬件直通
# 简介 硬件直通简单来说就是让虚拟机直接使用物理机的硬件资源,例如网卡、显卡等。 # 配置 ## 手动启用 IOMMU 打开 PVE 的 shell 执行以下命令: ```shell # 编辑grub文件 nano /etc/default/grub # 修改GRUB_CMDLINE_LINUX_ ......
All-in-One(三):Openwrt
# 简介 **OpenWrt **是适用于嵌入式设备的一个 Linux 发行版。相对原厂固件而言,OpenWr t不是一个单一、静态的固件,而是提供了一个可添加软件包的可写的文件系统。这使用户可以自由的选择应用程序和配置,而不必受设备提供商的限制,并且可以使用一些适合某方面应用的软件包来定制你的设备 ......
All-in-One(一):PVE
# 简介 **Proxmox Virtual Environment**(简称:**Proxmox VE**、**PVE**),是一个开源的服务器虚拟化环境 Linux 发行版。Proxmox VE 基于 Debian,使用基于 Ubuntu 的定制内核,包含安装程序、网页控制台和命令行工具,并且向 ......
All-in-One(五):Ipv6暴露公网
# 简介 **网际协议第6版**(英语:**I**nternet **P**rotocol **v**ersion **6**,缩写:**IPv6**)是网际协议的最新版本,用作互联网的协议。用它来取代 IPv4 主要是为了解决IPv4地址枯竭问题,同时它也在其他方面对于 IPv4 有许多改进。 # ......
How to install a command once for all login users in Linux All In One
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
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:需要一元表达... ......
How to print a string with a variable by using the echo command in the shell script All In One
How to print a string with a variable by using the echo command in the shell script All In One
Node.js & nvm
......
XML Schema All In One
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 Definiti... ......
npm package.json proxy All In One
npm package.json proxy All In One Node.js { "name": "react-application", "version": "0.0.1", "private": true, "dependencies": { "react": "^18.2.0", "r ......
How to get a variable data type in Python 3 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
How to enable HTTPS on a localhost Node.js Server All In One
Let's Encrypt - Free SSL/TLS Certificates
......
Node.js ORM Sequelize All In One
Node.js ORM Sequelize All In One Sequelize is an easy-to-use and promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, DB2, Microsoft S ......
How to use ESM & TypeScript in Node.js All In One
How to use ESM & TypeScript in Node.js All In One { "compilerOptions": { "module": "NodeNext", // "module": "Node16", } } { "name": "esm-ts-package", ......
【Vue】关于 The template root requires exactly one element 报错的解决方案
在<template>内添加<div>总括起来: ......
如何使用树莓派搭建一个流媒体服务器 All In One
如何使用树莓派搭建一个流媒体服务器 All In One Raspberry Pi Stream Meidia Server Raspberry Pi Meidia Player OS Emby Media Server https://emby.media/ https://github.com/ ......
How to fix Fetch TypeError in Node.js All In One
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
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
ES2023 Array new features All In One
change Array by copy
......
How to use Node.js rename files in folder All In One
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 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
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
How to fix Tailwind CSS colors not work in Next.js All In One
Tailwind CSS & Next.js 13
......
[AGC032F] One Third
非常好题目。 在一个大小为 \(1\) 的圆上选出 \(n\) 条半径将其分为 \(n\) 块,记每块的面积为 \(S_1,S_2,\dots,S_n\),求 \[\min_{i=1}^{n}\{|S_i-\frac{1}{3}|\} \]的期望值。答案对 \(10^9+7\) 取模。 \(2\le ......
Node.js child_process spawn All In One
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
Python list replication All In One
......
abc226E - Just one
E - Just one 怎么感觉大家都这么懂啊。 结论就是基环森林才有解 证明的话大概是这样 首先不是同一个连通块的话则互不相干,分开讨论即可。 如果一个点的度为1,那么它的出边唯一确定,那么我们可以删去这些点,删去的同时会造成一些新的点度为1,不断扩展即可,同时注意判断无解情况,有点类似于拓扑排 ......
Fetch API res.buffer vs res.arrayBuffer All In One
Fetch API res.buffer vs res.arrayBuffer All In One
......
How to fix Node.js fs.readFileSync toString Error All In One
How to fix Node.js fs.readFileSync toString Error All In One
......