摘要:
# -*- coding: utf-8 -*-# import math lines_dic = { "正常": [ [[0, 0], [1, 1], [2, 2], [3, 3]], [[0, 0], [1, 1], [1, 2], [3, 5]] ], "勾": [ [[0, 0], [1, 1 阅读全文
摘要:
def convert(self, pose_list, output): data_list = self.parse_pose(pose_list) time_z_dic = {} font2 = {'family': 'Times New Roman', 'weight': 'normal', 阅读全文
摘要:
import requests import shutil def download_file(url, local_filename): """ :param url: url连接 :param local_filename: 下载后保存文件名字 """ with requests.get(url 阅读全文
摘要:
sudo apt update sudo apt install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubun 阅读全文
摘要:
下载whl https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04/ 从这个连接里下载对应的whl pip pip install wxPython-4.1.1-cp38-cp38-linux_x86_64.whl 缺 阅读全文
摘要:
备份原始source.list cp /etc/apt/sources.list /etc/apt/sources.list.back 更新sources内容 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe 阅读全文
摘要:
解决方法: https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/driver/force_rmmod 使用前流程 下载01_driver文件夹 make force_rmmod 模块 通过modname制定待卸载驱动 阅读全文
摘要:
https://next.itellyou.cn/Identity/Account/Login?ReturnUrl=%2FOriginal%2FIndex 阅读全文
摘要:
python 目前xlrd库已经更新到2.1.0+,2.1.0+版本得库无法操作xlsx文件,只能操作xls文件 需要安装低于1.2.0版本得xlrd库才可以,但是xlrd3可以可以支持xls和xlsx的读取,并且效率 上比openpyxl要快 # -*- coding: utf-8 -*-# # 阅读全文
摘要:
https://www.ajihuo.com/ 阅读全文