摘要: 项目地址:https://github.com/piotr-jura-udemy/laravel-course-2023/tree/master/event-management 要搭建好php环境和composer环境。默认你有点基础,这个项目用的编译器是phpstorm // 详细版本 lara 阅读全文
posted @ 2024-03-26 01:49 漫漫长路</> 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://www.youtube.com/watch?v=0jk3aleuwUM 项目地址:https://gitee.com/ChinaGoogles/Vue3ViteTailwindTypescript Vite Vue3 Vue Router4 Typescript Pinia Tail 阅读全文
posted @ 2023-03-24 01:14 漫漫长路</> 阅读(1054) 评论(0) 推荐(0) 编辑
摘要: 目录: 一. JavaScript能做什么? 二. 在哪里插入JavaScript 三. JavaScript输出 四. JavaScript语法 五. JavaScript语句 六. JavaScript注释 七. JavaScript变量 八. JavaScript算术 九. JavaScrip 阅读全文
posted @ 2022-01-24 11:00 漫漫长路</> 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 注意: await nextTick(); 如果没用,vue切换的时候可能有问题 <script lang="ts" setup> import { DArrowRight } from "@element-plus/icons-vue"; useHead({ script: [ { src: "/ 阅读全文
posted @ 2024-04-24 14:05 漫漫长路</> 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1. This is 和 Is this 交换使用 当我们指向一些非特定的物体和人时,使用冠词“a” 如果是位置,大小,味道,颜色等,我们使用冠词“the” where 在哪里 who 谁 what 什么 on the IS NOT 否定 NO IS NOT isn't IN 2. is 有一个单一 阅读全文
posted @ 2024-04-16 11:20 漫漫长路</> 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 项目地址: https://github.com/holiday0912/SwiperPreView var swiper = new Swiper(".swiper-container", { autoplay: false, loop: true, initialSlide: 2, spaceB 阅读全文
posted @ 2024-04-11 17:38 漫漫长路</> 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 忘了说:z-index 要注意一下, menuNumber 1切换是通过handleChangeMenu的事件改变的 这个的类名是tailwind css的,主要看这里,对应上面的图片 <el-collapse-item name="1" class="relative"> <template #t 阅读全文
posted @ 2024-03-26 18:04 漫漫长路</> 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2024-02-29 14:51 漫漫长路</> 阅读(2) 评论(0) 推荐(0) 编辑
摘要: "use client"; import { useAuth } from "@/hooks/useAuth"; import Link from "next/link"; import { Button, message, Upload } from 'antd'; import { Upload 阅读全文
posted @ 2024-01-26 16:48 漫漫长路</> 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 原文 https://www.makeuseof.com/token-authentication-nextjs-using-jwt/ 原文 阅读全文
posted @ 2024-01-26 12:41 漫漫长路</> 阅读(21) 评论(0) 推荐(0) 编辑
摘要: import React, { Component } from 'react'; import { Map, Marker, NavigationControl, InfoWindow, MapApiLoaderHOC, ZoomControl } from 'react-bmapgl'; cla 阅读全文
posted @ 2024-01-24 09:29 漫漫长路</> 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/hechunfeng/p/17958183 第一步 npm install @prisma/client 第二步 npx prisma init 生成了文件 第三步,修改文件内容 第四步 第五步 测试一下,执行 npx prisma db pul 阅读全文
posted @ 2024-01-16 16:56 漫漫长路</> 阅读(99) 评论(0) 推荐(0) 编辑