上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 114 下一页
摘要: macOS: implement kernel driver detach #911 Closed osy wants to merge 5 commits into libusb:master from utmapp:macos-force-capture +281 −71 Conversatio 阅读全文
posted @ 2021-11-27 11:13 jiftle 阅读(904) 评论(0) 推荐(0)
摘要: 来自github上的讨论,But is not my problem. Skip to content Why GitHub? Sign in Sign up libusb / libusb Public 1.5k Insights MacOS Monterey 12.0, libuvc, libu 阅读全文
posted @ 2021-11-27 11:06 jiftle 阅读(339) 评论(0) 推荐(0)
摘要: https://www.renrendoc.com/paper/106257640.html 阅读全文
posted @ 2021-11-22 16:31 jiftle 阅读(319) 评论(0) 推荐(0)
摘要: 安装 gcc 和 pkg-config 首先是安装gcc和pkg-config(cgo依赖)。gcc编译器推荐用TDM-GCC来直接安装,方便快捷,注意不要用绿色版用安装版。pkg-config可以再gnome的官方库中找到。pkg-config安装需要同时下载: http://ftp.gnome. 阅读全文
posted @ 2021-11-22 10:38 jiftle 阅读(523) 评论(0) 推荐(0)
摘要: USB驱动开发 brew 可以按照install lsusb, 需要安装头文件, brew search lsusb 可以搜到到 libusb-1.0-dev 之类的就是头文件,linux下同理 pkg-config 未找到,brew install pkg-config 此处走了弯路 傻傻的下载了 阅读全文
posted @ 2021-11-21 00:32 jiftle 阅读(254) 评论(0) 推荐(0)
摘要: 原文: https://blog.csdn.net/lwwl12/article/details/85230288?spm=1001.2101.3001.6650.15&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBl 阅读全文
posted @ 2021-11-20 21:28 jiftle 阅读(1984) 评论(0) 推荐(0)
摘要: https://pkg.go.dev/github.com/google/gousb package main import ( "fmt" "log" "github.com/google/gousb" ) func main() { // Initialize a new Context. ct 阅读全文
posted @ 2021-11-18 23:23 jiftle 阅读(467) 评论(0) 推荐(0)
摘要: libusb库安装(Ubuntu) 下载源码 点击下载源码 解压源码压缩包,编译源码 第一步进入源码包 cd ~/Documents/Study/libusb-1.0.22 第二步执行配置文件进行配置,建议sudo执行,一般这一步会报一下错,告诉你缺少一些库文件,按照需求,按照报错的库名字去添加即可 阅读全文
posted @ 2021-11-18 10:56 jiftle 阅读(716) 评论(0) 推荐(0)
摘要: sudo lsof -n|grep sckpyc|wc -l 阅读全文
posted @ 2021-10-19 14:08 jiftle 阅读(550) 评论(0) 推荐(0)
摘要: Ubuntu 下的 Git 在 SSH 协议下使用代理 首发自 kuricat 关于 Git 使用 Proxy , 网上很多教程讲的都是 如何设置 Http 下 Git 使用 Proxy , 但是并没有提到 SSH 下如何使用 Proxy . 即便有些文章讲到了, 也有不少是 Windows 平台下 阅读全文
posted @ 2021-10-17 09:42 jiftle 阅读(1161) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 114 下一页