摘要: https://www.cnblogs.com/52fhy/p/10161253.html 阅读全文
posted @ 2023-01-14 17:15 bitterteaer 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zong596568821xp/article/details/83375227 阅读全文
posted @ 2023-01-07 22:05 bitterteaer 阅读(20) 评论(0) 推荐(0) 编辑
摘要: from fake_useragent import UserAgent import requests import re import uuid headers = {"User-agent": UserAgent().random, # 随机生成一个代理请求 "Accept-Encoding" 阅读全文
posted @ 2023-01-07 18:26 bitterteaer 阅读(42) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_39915308/article/details/116846197 阅读全文
posted @ 2023-01-05 16:35 bitterteaer 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 文件修改 demo_revo_lds.launch <!-- Copyright 2016 The Cartographer Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use 阅读全文
posted @ 2023-01-05 16:21 bitterteaer 阅读(88) 评论(0) 推荐(0) 编辑
摘要: import cv2 import numpy as np capture = cv2.VideoCapture(0) capture_usb = cv2.VideoCapture(2) # 打开自带的摄像头 if capture.isOpened() and capture_usb.isOpene 阅读全文
posted @ 2023-01-03 15:22 bitterteaer 阅读(2169) 评论(0) 推荐(0) 编辑
摘要: nano 自启动脚本实现方式 https://blog.csdn.net/Lstar_/article/details/120993385 gnome-session-properties 阅读全文
posted @ 2022-12-23 14:31 bitterteaer 阅读(35) 评论(0) 推荐(0) 编辑
摘要: pipreqs pip install pipreqs 在python项目的根目录下 使用 pipreqs ./ pipreqs ./ --encoding=utf8 INFO: Successfully saved requirements file in ./requirements.txt 阅读全文
posted @ 2022-11-29 14:33 bitterteaer 阅读(81) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_39977764/article/details/125348862 阅读全文
posted @ 2022-11-25 16:13 bitterteaer 阅读(64) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_39821554/article/details/126256588 sudo aptitude install conda config --set auto_activate_base false 阅读全文
posted @ 2022-10-30 17:37 bitterteaer 阅读(21) 评论(0) 推荐(0) 编辑