
pycharm
Y_Hungry
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
pyside6 使用vtk的时候出现页面空洞问题
注掉代码就好了。原创 2024-10-23 18:59:43 · 284 阅读 · 0 评论 -
python 操作输出world报告
python 操作输出world报告,标题格式原创 2022-06-03 17:04:47 · 537 阅读 · 0 评论 -
Yolo-fast 树莓派调用摄像头测试代码
from ctypes import *import randomimport osimport cv2import timeimport darknetimport argparsefrom threading import Thread, enumeratefrom queue import Queuedef parser(): parser = argparse.ArgumentParser(description="YOLO Object Detection") .原创 2022-04-21 10:06:45 · 515 阅读 · 0 评论 -
python 生Vcard二维码
# vim: set ts=4 et sw=4 sts=4 fileencoding=utf-8 :import qrcode# vCard内容vstr = """BEGIN:VCARDVERSION:4.0N: BrandsenFN:Jack TITLE:General Manager EuropeORG:Okawa Motor Technology Europe BVTEL;HOME;VOICE: +31 6 8191 8717EMAIL;PREF;INTERNET:jbra.原创 2021-10-15 18:48:23 · 500 阅读 · 0 评论 -
Python中 “->“符号的意义
->只算个注释def make_url(cls, index) -> str: return 'https://v.douyin.com/' + index表示返回值类型应该为str。原创 2021-02-27 11:40:38 · 386 阅读 · 0 评论