上一页 1 2 3 4 5 6 7 8 9 10 ··· 28 下一页
摘要: from bs4 import BeautifulSoup import requests import requests.exceptions import urllib.parse from collections import deque import re user_url = str(in 阅读全文
posted @ 2024-05-25 02:08 漫漫长路</> 阅读(17) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/video/BV1YC4y1T7BQ?p=1 Matthew: Hello? John: Hello,My name is John,and I’m calling to ask about the apartment for rent. I saw 阅读全文
posted @ 2024-05-23 02:24 漫漫长路</> 阅读(86) 评论(0) 推荐(0)
摘要: 这里不说基础概念的东西,直接上车出发 指令 docker-compose --help docker-compose up 会自动下载运行依赖,然后跑到容器隔离环境中 docker-compose down --rmi all 删除由Docker Compose管理的所有容器 安装 (我的版本20. 阅读全文
posted @ 2024-05-04 11:41 漫漫长路</> 阅读(20) 评论(0) 推荐(0)
摘要: 默认你有点nestjs基础 第一步安装 npm add @nestjs/typeorm typeorm mysql2 第二步 imports: [TypeOrmModule.forRoot({ type:'mysql', host:'', port:3306, username:'', passwo 阅读全文
posted @ 2024-05-01 20:37 漫漫长路</> 阅读(220) 评论(0) 推荐(0)
摘要: 你可以看看https://www.kancloud.cn/liuwave/quill/1434141 或者看看别人的文章 我的项目是vu3的 template的是这样的 <el-form-item label="中文详情" prop="content"> <div ><quill-editor re 阅读全文
posted @ 2024-04-29 16:49 漫漫长路</> 阅读(374) 评论(0) 推荐(0)
摘要: 来源:https://medium.com/@jkpeyi/deploying-a-nuxt-js-application-with-docker-69bf822c066d nextjs的话需要.next文件和node_modules ,所以要下面的build FROM node:18 WORKDI 阅读全文
posted @ 2024-04-27 09:28 漫漫长路</> 阅读(766) 评论(0) 推荐(0)
摘要: 正常安装的流程:https://mp.weixin.qq.com/s/93_WM_4MCPLHv7xbzsqOIg 不懂的可以来这里查找答案 ug网站:https://www.ugnx.net/ 视频B站 老叶的ug12安装教程(多版本ug共存) https://search.bilibili.co 阅读全文
posted @ 2024-04-25 11:07 漫漫长路</> 阅读(1080) 评论(0) 推荐(0)
摘要: 注意: await nextTick(); 如果没用,vue切换的时候可能有问题 <script lang="ts" setup> import { DArrowRight } from "@element-plus/icons-vue"; useHead({ script: [ { src: "/ 阅读全文
posted @ 2024-04-24 14:04 漫漫长路</> 阅读(159) 评论(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 漫漫长路</> 阅读(20) 评论(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 漫漫长路</> 阅读(959) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 28 下一页