操作命令
-
云项目创建node_modules目录的命令
npm install tenpay
日期 2025-08-15 阅 22 云项目 -
创建一个Vue3项目流程
pnpm create vue<img src="/uploads/20250720/1752993875955364720.png" title="image.png" alt="image.png" _src="/uploads/202
日期 2025-07-20 阅 59 -
修复flutter程序流程
flutter clearflutter pub getflutter build apk --debug
日期 2025-07-20 阅 95 -
vue持久化仓库命令
pnpm add pinia-plugin-persistedstate -D
日期 2025-07-13 阅 61 -
远程移动
操作命令:scp -P 8888 root@192.168.0.1:/www/wwwroot/* /www/wwwroot/
日期 2025-02-19 阅 350 -
Linux系统下复制目录的命令
复制文件命令:cp -r spider yutuspider
日期 2025-02-11 阅 304 Linux -
安装小皮面板命令
安装小皮面板命令:yum install -y wget && wget -O install.sh https://notdocker.xp.cn/install.sh && sh install.sh
日期 2025-01-14 阅 329 linux -
安装解压zip文件的配置命令
安装命令:sudo yum install unzip解压命令unzip 文件名.zip
日期 2025-01-14 阅 375 linux -
关闭防火墙命令
关闭防火墙命令:systemctl stop firewalld.servicesystemctl disable firewalld.service
日期 2025-01-14 阅 293 -
清除远程仓库
清除远程仓库命令:rmdir /s /q .git
日期 2025-01-14 阅 348