github添加SSH Key Windows 解决方案

打开终端,执行以下命令: # 生成新的 SSH Key(替换为你的邮箱) ssh-keygen -t ed25519 -C \"your_email@example.com\" # 或者使用 RSA(兼容性更好) ssh-keygen -t rsa -b 4096 -C \"your_email@example.com\" 系统会提示: Enter file in which to save the ke

网址对应路径

https://tbagr.com   /www/wwwroot/wp-tbagr.com https://tbagr.com/webapps/    /www/wwwroot/wp-tbagr.com/webapps https://api.tbagr.com    /www/wwwroot/api.tbagr.com https://47.96.19.146    /www/wwwroot/a

react18 PC调用电脑摄像头

\'use client\'; import React, { useEffect, useRef, useState } from \'react\'; import styles from \'./index.module.scss\'; import { Button, Iconfont } from \'@/components\'; import { i18n } from \'@/lib/i18n\';