自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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

北邮数字逻辑课程设计2022

电子钟&药片装瓶

2022-06-30

计算机网络自顶向下ppt中文机翻v8.0

计算机网络自顶向下ppt中文机翻v8.0

2022-06-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除