基于 Vue 3 + Vite + Tailwind CSS 的官网框架搭建步骤
一、搭建基础框架 nodejs版本:20.19.4 1.创建项目并安装依赖 pnpm create vue@latest cd vue-demo pnpm install -D tailwindcss@^3 postcss autoprefixer npx tailwindcss init -p 2. 配置 Tailwind 修改 tailwind.config.js: /** @type {
一、搭建基础框架 nodejs版本:20.19.4 1.创建项目并安装依赖 pnpm create vue@latest cd vue-demo pnpm install -D tailwindcss@^3 postcss autoprefixer npx tailwindcss init -p 2. 配置 Tailwind 修改 tailwind.config.js: /** @type {
在Docker中,升级Docker本身通常涉及以下几个步骤。这些步骤可能会根据你使用的操作系统和安装方法有所不同,但以下是一般性的指导: 1. 检查当前Docker版本 首先,你需要知道当前安装的Docker版本。你可以通过运行以下命令来查看: docker --version 或者 docker version 2. 访问Docker官方网站或仓库 访问Docker官方网站或其GitHub仓库,
清华大学开源软件镜像站 Adoptium Java https://mirrors.tuna.tsinghua.edu.cn/Adoptium 华为云openjdk https://mirrors.huaweicloud.com/openjdk/ 微软OpenJDK https://learn.microsoft.com/zh-cn/java/openjdk/download 来自Oracle h
Windows: Shift + Alt + F / Mac: Shift + Option + F 以下是VSCode中代码格式化的常用快捷键及扩展方法,综合多个权威来源整理而成:12 一、核心快捷键 通用格式化快捷键 Windows/Linux: Shift + Alt + F(最广泛推荐组合) macOS: Shift + Option + F 替代方案(部分环境适用): Ctrl
连接信息查询 show processlist; select * from information_schema.processlist limit 10; select user,SUBSTRING_INDEX(host,':',1) as ip,db,count(*) as num from information_schema.processlist group by user,ip,
在 Debian 系统中,如果你遇到 ModuleNotFoundError: No module named 'requests' 错误,这表明你的 Python 环境中没有安装 requests 模块 解决方法 pip install requests pip3 install requests 检查 Python 环境 python --version python3 --version 使
-=Watt Toolkit=- https://steampp.net/ =-steamcommunity 302=- https://www.dogfight360.com/blog/686/ -=Github 增强脚本=- https://greasyfork.org/scripts/412245 -=Github 镜像网站=- https://github.site/ https://gi
怎样把硬盘格式化成ext4,设置什么参数,适合mysql数据库存储 要将硬盘格式化为 ext4 文件系统并设置适合 MySQL 数据库存储的参数,可以按照以下步骤进行: 查看磁盘情况:使用 fdisk -l 或 lsblk 命令来查看系统中所有磁盘的情况。 sudo fdisk -l 使用 fdisk 或 parted 进行分区:使用 fdisk 或 parted 工具来创建新的分区。以下
1. 下载MySQL源 MySQL最新版源可在 https://dev.mysql.com/downloads/repo/apt/ 下载。 以当前当前最新版 0.8.28为例。 sudo wget https://dev.mysql.com/get/mysql-apt-config_0.8.30-1_all.deb 2. 安装MySQL源 安装源 sudo dpkg -i mysql-apt-