1 2 3 4 5 ··· 34 下一页
摘要: 检查内容: import pytest from app import app, db, User, Product, InventoryLog from flask_login import current_user from selenium import webdriver from sele 阅读全文
posted @ 2025-06-09 14:59 KuanDong24 阅读(12) 评论(0) 推荐(0)
摘要: import unittest from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.common.by import By from 阅读全文
posted @ 2025-06-09 14:59 KuanDong24 阅读(7) 评论(0) 推荐(0)
摘要: import pandas as pd import jieba from collections import Counter import re def load_data(file_path): """加载数据""" return pd.read_csv(file_path) def clea 阅读全文
posted @ 2025-06-09 14:57 KuanDong24 阅读(7) 评论(0) 推荐(0)
摘要: import pandas as pd import matplotlib.pyplot as plt import seaborn as sns import jieba from wordcloud import WordCloud import matplotlib import os imp 阅读全文
posted @ 2025-06-09 14:57 KuanDong24 阅读(4) 评论(0) 推荐(0)
摘要: import pandas as pd import matplotlib.pyplot as plt import seaborn as sns from pathlib import Path import logging from datetime import datetime # 配置日志 阅读全文
posted @ 2025-06-09 14:57 KuanDong24 阅读(5) 评论(0) 推荐(0)
摘要: 数值分析 import pandas as pd import matplotlib.pyplot as plt import seaborn as sns import jieba from wordcloud import WordCloud import matplotlib import o 阅读全文
posted @ 2025-06-09 14:56 KuanDong24 阅读(11) 评论(0) 推荐(0)
摘要: 测试:评价人数等 import pandas as pd import matplotlib.pyplot as plt import seaborn as sns import jieba from wordcloud import WordCloud import matplotlib impo 阅读全文
posted @ 2025-06-09 14:56 KuanDong24 阅读(7) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8" /> <title>多题目面试录制与分析</title> <link rel="stylesheet" href="{{ url_for('static', filena 阅读全文
posted @ 2025-06-09 14:55 KuanDong24 阅读(6) 评论(0) 推荐(0)
摘要: const questions = [ '请介绍你对机器学习基本原理的理解?', '请谈谈你对人工智能未来发展的看法?', '请分享一次你解决复杂问题的经历?' ]; let currentQuestion = 0; let recordedVideos = []; let mediaRecorde 阅读全文
posted @ 2025-06-09 14:54 KuanDong24 阅读(3) 评论(0) 推荐(0)
摘要: 软件杯1 from flask import Flask, request, jsonify, send_from_directory, render_template import os import random import matplotlib.pyplot as plt import nu 阅读全文
posted @ 2025-06-09 14:54 KuanDong24 阅读(4) 评论(0) 推荐(0)
1 2 3 4 5 ··· 34 下一页