摘要:
https://www.cnblogs.com/52fhy/p/10161253.html 阅读全文
摘要:
https://blog.csdn.net/zong596568821xp/article/details/83375227 阅读全文
摘要:
from fake_useragent import UserAgent import requests import re import uuid headers = {"User-agent": UserAgent().random, # 随机生成一个代理请求 "Accept-Encoding" 阅读全文
摘要:
https://blog.csdn.net/weixin_39915308/article/details/116846197 阅读全文
摘要:
文件修改 demo_revo_lds.launch <!-- Copyright 2016 The Cartographer Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use 阅读全文
摘要:
import cv2 import numpy as np capture = cv2.VideoCapture(0) capture_usb = cv2.VideoCapture(2) # 打开自带的摄像头 if capture.isOpened() and capture_usb.isOpene 阅读全文
摘要:
nano 自启动脚本实现方式 https://blog.csdn.net/Lstar_/article/details/120993385 gnome-session-properties 阅读全文
摘要:
pipreqs pip install pipreqs 在python项目的根目录下 使用 pipreqs ./ pipreqs ./ --encoding=utf8 INFO: Successfully saved requirements file in ./requirements.txt 阅读全文
摘要:
https://blog.csdn.net/weixin_39977764/article/details/125348862 阅读全文
摘要:
https://blog.csdn.net/qq_39821554/article/details/126256588 sudo aptitude install conda config --set auto_activate_base false 阅读全文