- 博客(6)
- 资源 (2)
- 收藏
- 关注
原创 pycharm opencv-py无法自动补全
背景: opencv-py直接从设置里安装 能正常运行,只是没有自动补全 原因: 路径有中文 init文件保存至JetBrains\PyCharm20XX.X\python_stubs\,如果项目路径有中文可能会被pycharm自动删除掉
2022-01-15 11:48:05
2609
原创 爬虫 成电part test
# coding=utf-8 from selenium import webdriver from selenium.webdriver.chrome.service import Service import time from datetime import datetime job_title = list() job_date = list() job_view = list() item = list() # 生成在items.py中定义的Item对象,用于接收爬取的数据 # 从列表页中,获.
2022-01-03 10:57:44
254
原创 【无标题】
import os from PyPDF2 import PdfFileReader, PdfFileWriter from win32com.client import Dispatch from os import path from copy import copy import openpyxl from openpyxl.chart import BarChart, Reference import re def doc2pdf(input_file): word = Dispatch.
2021-11-28 13:40:45
110
原创 考试排名 1150 字符串处理
#include <iostream> #include <algorithm> #include<string> #include<iomanip> using namespace std; typedef struct quiz { string name = "AAAAAA"; int correctNum = 0; int wrongNum = 0; int Time = 0; }quiz; bool cmpt(quiz a, quiz .
2021-10-30 17:02:51
147
原创 1141
#include <iostream> #include <algorithm> const int MAX = 20; using namespace std; int main() { int N; cin >> N; int n[100];//num of number int num[100]; int result[100]{ }; for (int i = 0; i < N; i++) { cin >> n[i]; .
2021-10-29 22:38:17
93
原创 赛马 贪心算法 oj1149
#include <iostream> #include <list> const int MAX = 1000; using namespace std; int main() { int N = 1; list<int> yuan; list<int> king; list<int> result; int i, n, winTime; while (true) { cin >> N; if (N == .
2021-10-29 19:50:16
122
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅