为了能到远方,脚下的每一步都不能少|

bitterteaer

园龄:3年8个月粉丝:1关注:0

01 2023 档案

mysql自动生成时间
摘要:字段类型: DATETIME 默认值: CURRENT_TIMESTAMP
30
0
0
flask create_time update_time is_delete
摘要:create_time = db.Column(db.DateTime, server_default=func.now()) update_time = db.Column(db.DateTime, server_default=func.now(), onupdate=func.now()) i
31
0
0
python命令行参数
摘要:parser = argparse.ArgumentParser(description='Defence') parser.add_argument('--source', default='test02.mp4', help='source') parser.add_argument('--we
21
0
0
python播放音频文件
摘要:可在nano或者gax上面使用(已测试过) 将mp3文件转换为wav文件 trans_mp3_to_wav.py from pydub import AudioSegment # 这里filepath填的是.mp3文件的名字(也可加上路径) def trans_mp3_to_wav(filepath
68
0
0
Supervisor使用教程
摘要:https://www.cnblogs.com/52fhy/p/10161253.html
4
0
0
图片标注工具Labelme的安装及使用方法
摘要:https://blog.csdn.net/zong596568821xp/article/details/83375227
21
0
0
爬取百度图片
摘要:from fake_useragent import UserAgent import requests import re import uuid headers = {"User-agent": UserAgent().random, # 随机生成一个代理请求 "Accept-Encoding"
46
0
0
linux 打开端口1935,CentOS服务器开放端口
摘要:https://blog.csdn.net/weixin_39915308/article/details/116846197
42
0
0
cartographer 使用自己的雷达
摘要:文件修改 demo_revo_lds.launch <!-- Copyright 2016 The Cartographer Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use
94
0
0
opencv-python同时调用两个摄像头
摘要:import cv2 import numpy as np capture = cv2.VideoCapture(0) capture_usb = cv2.VideoCapture(2) # 打开自带的摄像头 if capture.isOpened() and capture_usb.isOpene
2318
0
0
点击右上角即可分享
微信分享提示
深色
回顶
收起