随笔分类 -  我的问题

上一页 1 ··· 9 10 11 12 13 14 15 16 17 下一页

我的问题
摘要:struct class *cls; cls = class_create(THIS_MODULE, "sdev"); if(IS_ERR(cls)){ return PTR_ERR(cls); } 解析: 创建设备节点使用了两个函数 class_create()和class_device_crea 阅读全文

posted @ 2021-04-01 00:10 lydstory 阅读(288) 评论(0) 推荐(0)

摘要:字符设备驱动 驱动不成功??? https://blog.csdn.net/weixin_42314225/article/details/81112217 阅读全文

posted @ 2021-03-31 23:41 lydstory 阅读(36) 评论(0) 推荐(0)

摘要:typedef __kernel_loff_t loff_t;那么这个__kernel_loff_t 又是在哪儿定义的呢? __kernel_loff_t 阅读全文

posted @ 2021-03-29 09:56 lydstory 阅读(114) 评论(0) 推荐(0)

摘要:科学中的人性问题 阅读全文

posted @ 2021-03-16 10:11 lydstory 阅读(40) 评论(0) 推荐(0)

摘要:自定义格式文件的方法 阅读全文

posted @ 2021-03-15 14:35 lydstory 阅读(69) 评论(0) 推荐(0)

摘要: 阅读全文

posted @ 2021-03-12 19:09 lydstory 阅读(84) 评论(0) 推荐(0)

摘要:openssl sm2 openssl 支持 国密 sm2 阅读全文

posted @ 2021-03-12 18:48 lydstory 阅读(544) 评论(0) 推荐(0)

摘要:QString toStdU16String 5.8 5.9 是否没有? 阅读全文

posted @ 2021-03-12 11:20 lydstory 阅读(261) 评论(0) 推荐(0)

摘要:面试题一道:vs qt的工程 如何在linux下迁移编译 面试题一道:vs qt的工程 如何在linux下迁移编译 面试题一道:vs qt的工程 如何在linux下迁移编译 我的 阅读全文

posted @ 2021-03-01 11:42 lydstory 阅读(191) 评论(0) 推荐(0)

摘要:windows蓝屏转储?????? 阅读全文

posted @ 2021-02-25 13:51 lydstory 阅读(37) 评论(0) 推荐(0)

摘要:tcp传输文件,文件也可以序列化反序列化吗 阅读全文

posted @ 2021-02-25 01:06 lydstory 阅读(121) 评论(0) 推荐(0)

摘要:evpp传输二进制数据流 阅读全文

posted @ 2021-02-22 23:15 lydstory 阅读(113) 评论(0) 推荐(0)

摘要:pdf ofd 阅读器是加载svg图元的吗 阅读全文

posted @ 2021-01-21 17:11 lydstory 阅读(112) 评论(0) 推荐(0)

摘要:zw:做 操作系统相关的zw:统信软件zw:系统评测工具 https://www.uniontech.com/ https://www.chinauos.com/ 阅读全文

posted @ 2021-01-19 10:25 lydstory 阅读(73) 评论(0) 推荐(0)

摘要:#include <stdio.h> #include <string.h> #include <syslog.h> #define SYSLOG(arg...) syslog(LOG_ERR,##arg) int main() { SYSLOG(" websafe backup start!"); 阅读全文

posted @ 2021-01-10 01:53 lydstory 阅读(83) 评论(0) 推荐(0)

摘要:tty_struct 头文件 阅读全文

posted @ 2021-01-10 01:26 lydstory 阅读(113) 评论(0) 推荐(0)

摘要:#include <stdio.h> #include <string.h> #define BUF_SIZE 1024 #define MAX_NAME_SIZE 1024 int running_command(const char *command,char *result) { FILE * 阅读全文

posted @ 2021-01-10 00:53 lydstory 阅读(298) 评论(0) 推荐(0)

摘要:#include <stdio.h> int main(int argc, char **argv) { char *p; printf("hello\n"); vsnprintf(p, 20, "%s", "hello"); return 0; } 阅读全文

posted @ 2021-01-09 07:49 lydstory 阅读(148) 评论(0) 推荐(0)

摘要:今天一公司,说他们产品线上的技术领导,都不在北京 一个在福州,一个在外地。想起朋友hr公司技术领导,在厦门。 研发厦门成立个团队。 牛逼的技术就是如此厉害。 阅读全文

posted @ 2020-12-29 14:55 lydstory 阅读(43) 评论(0) 推荐(0)

摘要:import javax.servlet.http.Cookie;import javax.servlet.http.HttpServletRequest;import javax.servlet.http.HttpServletResponse; javax.servlet.http--》 阅读全文

posted @ 2020-11-19 16:38 lydstory 阅读(420) 评论(0) 推荐(0)

上一页 1 ··· 9 10 11 12 13 14 15 16 17 下一页

导航