摘要:
你可以看看https://www.kancloud.cn/liuwave/quill/1434141 或者看看别人的文章 我的项目是vu3的 template的是这样的 <el-form-item label="中文详情" prop="content"> <div ><quill-editor re 阅读全文
摘要:
来源:https://medium.com/@jkpeyi/deploying-a-nuxt-js-application-with-docker-69bf822c066d nextjs的话需要.next文件和node_modules ,所以要下面的build FROM node:18 WORKDI 阅读全文
摘要:
正常安装的流程:https://mp.weixin.qq.com/s/93_WM_4MCPLHv7xbzsqOIg 不懂的可以来这里查找答案 ug网站:https://www.ugnx.net/ 视频B站 老叶的ug12安装教程(多版本ug共存) https://search.bilibili.co 阅读全文
摘要:
注意: await nextTick(); 如果没用,vue切换的时候可能有问题 <script lang="ts" setup> import { DArrowRight } from "@element-plus/icons-vue"; useHead({ script: [ { src: "/ 阅读全文
摘要:
1. This is 和 Is this 交换使用 当我们指向一些非特定的物体和人时,使用冠词“a” 如果是位置,大小,味道,颜色等,我们使用冠词“the” where 在哪里 who 谁 what 什么 on the IS NOT 否定 NO IS NOT isn't IN 2. is 有一个单一 阅读全文
摘要:
项目地址: https://github.com/holiday0912/SwiperPreView var swiper = new Swiper(".swiper-container", { autoplay: false, loop: true, initialSlide: 2, spaceB 阅读全文
摘要:
忘了说:z-index 要注意一下, menuNumber 1切换是通过handleChangeMenu的事件改变的 这个的类名是tailwind css的,主要看这里,对应上面的图片 <el-collapse-item name="1" class="relative"> <template #t 阅读全文
摘要:
项目地址:https://github.com/piotr-jura-udemy/laravel-course-2023/tree/master/event-management 要搭建好php环境和composer环境。默认你有点基础,这个项目用的编译器是phpstorm // 详细版本 lara 阅读全文
摘要:
https://developer.aliyun.com/article/701199 ubuntu安装(注意版本号6.0) wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash ins 阅读全文
摘要:
"use client"; import { useAuth } from "@/hooks/useAuth"; import Link from "next/link"; import { Button, message, Upload } from 'antd'; import { Upload 阅读全文