05 2022 档案

摘要:安装依赖 pnpm add element-plus pnpm add -D sass sass-loader unplugin-vue-components unplugin-auto-import 修改tsconfig.json // tsconfig.json { "compilerOptio 阅读全文
posted @ 2022-05-31 17:11 七つ一旋桜 阅读(1174) 评论(0) 推荐(0)
摘要:mui3 scaffold import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foundation.layout.padding import androidx.compose.foundati 阅读全文
posted @ 2022-05-29 21:59 七つ一旋桜 阅读(354) 评论(0) 推荐(0)
摘要:安装 build.gradle中配置 buildscript { ext { // ... hiltVersion = "2.38.1" hiltCompilerVersion = "1.0.0" hiltComposeVersion = "1.0.0-alpha03" } dependencies 阅读全文
posted @ 2022-05-28 00:03 七つ一旋桜 阅读(135) 评论(0) 推荐(0)
摘要:安装 参考官网下载文档 linux环境下安装 curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 sudo install minikube-linux-amd64 /usr/lo 阅读全文
posted @ 2022-05-25 16:47 七つ一旋桜 阅读(72) 评论(0) 推荐(0)
摘要:pom依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependen 阅读全文
posted @ 2022-05-21 17:39 七つ一旋桜 阅读(131) 评论(0) 推荐(0)
摘要:type oneToNine = 1|2|3|4|5|6|7|8|9; type zeroToNine = 0|1|2|3|4|5|6|7|8|9; type YYYY = `19${zeroToNine}${zeroToNine}` | `20${zeroToNine}${zeroToNine}` 阅读全文
posted @ 2022-05-20 10:54 七つ一旋桜 阅读(53) 评论(0) 推荐(0)
摘要:下载字体包并解压到/usr/share/fonts目录 执行以下命令 cd /usr/share/fonts/ sudo mkfontscale sudo mkfontdir sudo fc-cache -fv 阅读全文
posted @ 2022-05-07 19:34 七つ一旋桜 阅读(112) 评论(0) 推荐(0)