Loading

上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 29 下一页
摘要: 1 2 3 阅读全文
posted @ 2024-10-11 22:52 一只大学生 阅读(16) 评论(0) 推荐(0)
摘要: 下载 npm install echarts 示例 <template> <div id="main" style="width: 600px;height:400px;"></div> </template> <script setup> import { onMounted } from 'vu 阅读全文
posted @ 2024-10-11 19:24 一只大学生 阅读(39) 评论(0) 推荐(0)
摘要: 错误代码 <template> <h1>home</h1> <div id="main" style="width: 600px;height:400px;"></div> </template> <script setup> import {onMounted} from 'vue'; impor 阅读全文
posted @ 2024-10-11 19:15 一只大学生 阅读(43) 评论(0) 推荐(0)
摘要: from django.http import HttpResponse from django.shortcuts import render import openpyxl def test1(request): """ 读取excel表格 """ file_path = 'excel_file 阅读全文
posted @ 2024-10-11 17:52 一只大学生 阅读(45) 评论(0) 推荐(0)
摘要: .login-box { width: 500px; margin: 100px auto; border-radius: 2px; box-shadow: 0px 1px 10px rgba(26, 26, 26, 0.1); } 阅读全文
posted @ 2024-10-11 01:19 一只大学生 阅读(57) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/3493315/202410/3493315-20241011011512834-1997093718.png) ![image](https://img2024.cnblogs.com/blog/3493315/202410/3493315-20241011011424838-242953213.png) 阅读全文
posted @ 2024-10-11 01:15 一只大学生 阅读(86) 评论(0) 推荐(0)
摘要: <template> <div class="login-box"> <div class="content-main"> <h1 style="text-align: center">用户登录</h1> <el-form label-width="auto" label-position="top 阅读全文
posted @ 2024-10-10 19:54 一只大学生 阅读(169) 评论(0) 推荐(0)
摘要: admin.py文件中 from django.contrib import admin from . import models admin.site.register(models.Workshop) admin.site.register(models.Admin) admin.site.re 阅读全文
posted @ 2024-10-10 15:27 一只大学生 阅读(9) 评论(0) 推荐(0)
摘要: # django项目自带模块 asgiref==3.8.1 Django==4.2.16 sqlparse==0.5.1 typing_extensions==4.12.2 tzdata==2024.2 # 下载djangorestframework djangorestframework==3.1 阅读全文
posted @ 2024-10-10 12:55 一只大学生 阅读(105) 评论(0) 推荐(0)
摘要: 1.环境变量配置api_key(api_key从智谱开放平台获取) 2.创建python文件,下载依赖 pip install zhipuai 3.基本使用 import os from zhipuai import ZhipuAI api_key = os.getenv('ZHIPU_API_KE 阅读全文
posted @ 2024-10-10 00:10 一只大学生 阅读(390) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 29 下一页