上一页 1 ··· 521 522 523 524 525 526 527 528 529 ··· 621 下一页

2019年10月22日

摘要: @ubuntu:/home/lyd# rmmod cyusb3610rmmod: ERROR: Module cyusb3610 is not currently loadedroot@ubuntu:/home/lyd# rmmod cyusb3610rmmod: ERROR: Module cyu 阅读全文
posted @ 2019-10-22 15:25 lydstory 阅读(560) 评论(0) 推荐(0)
摘要: root@ubuntu:/home/lyd/work/code/cyusb# lsusb Bus 001 Device 009: ID 04b4:00f1 Cypress Semiconductor Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 004: ID 0e0f:0... 阅读全文
posted @ 2019-10-22 15:20 lydstory 阅读(343) 评论(0) 推荐(0)
摘要: 普通用户 code 命令 阅读全文
posted @ 2019-10-22 15:12 lydstory 阅读(97) 评论(0) 推荐(0)
摘要: 编译方法: gcc -D(DEBUGNAME) -o execution_name execution_source_code.c 例如: gcc -DDEBUG -o quick_sort quick_sort.c 阅读全文
posted @ 2019-10-22 14:32 lydstory 阅读(535) 评论(0) 推荐(0)
摘要: dpkg -i libequinox-osgi-java_3.8.1-8_all.deb dpkg -i libequinox-osgi-java_3.8.1-8_all.deb https://www.cnblogs.com/longyuan-z/p/7739864.html 阅读全文
posted @ 2019-10-22 14:11 lydstory 阅读(304) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/vb_delphi/article/details/92129646 阅读全文
posted @ 2019-10-22 13:58 lydstory 阅读(175) 评论(0) 推荐(0)
摘要: https://jingyan.baidu.com/article/1612d500e3f74be20f1eee4a.html 阅读全文
posted @ 2019-10-22 13:47 lydstory 阅读(97) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/13bb93a5bc63?t=123&utm_source=oschina-app 阅读全文
posted @ 2019-10-22 13:27 lydstory 阅读(647) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <dlfcn.h> int main(int argc, char **argv) { void *handle; double (*cosine)(double); char *error; handle = dlopen ("/tmp/libtest.so", RTLD_LAZY); if (!handle) { fprintf (std 阅读全文
posted @ 2019-10-22 13:06 lydstory 阅读(879) 评论(0) 推荐(0)
摘要: 1. make install 2. 3.手动加载驱动程序 [root@localhost template]# modprobe usbnet [root@localhost template]# insmod cyusb3610.ko If you want to unload the driv 阅读全文
posted @ 2019-10-22 11:35 lydstory 阅读(960) 评论(0) 推荐(0)
上一页 1 ··· 521 522 523 524 525 526 527 528 529 ··· 621 下一页

导航