摘要:
//网上包括官网的安装路线有错误 1.安装tailwindcss npm install -D tailwindcss@latest postcss@latest autoprefixer@latest 2.生成配置文件 npx tailwindcss init tailwind.config.js 阅读全文
posted @ 2023-02-21 22:08
Zzzzzzxz
阅读(203)
评论(0)
推荐(0)
摘要:
//给定一个长度为 n 的整数数组 height 。有 n 条垂线,第 i 条线的两个端点是 (i, 0) 和 (i, height[i]) 。 找出其中的两条线,使得它们与 x 轴共同构成的容器可以容纳最多的水。 返回容器可以储存的最大水量。 说明:你不能倾斜容器。 //class Solutio 阅读全文
posted @ 2023-02-21 19:11
Zzzzzzxz
阅读(13)
评论(0)
推荐(0)

浙公网安备 33010602011771号