2021年1月9日

摘要: https://blog.csdn.net/weixin_39525933/article/details/111907048 阅读全文
posted @ 2021-01-09 23:58 lydstory 阅读(73) 评论(0) 推荐(0)
摘要: 内核层读写应用层文件,使用filp_open函数 在内核中使用有些系统调用(如打开,写文件等操作)需要使用get_fs,set_fs对他们进行保护。如:oldfs=get_fs(); 阅读全文
posted @ 2021-01-09 23:03 lydstory 阅读(1266) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <stdlib.h> #include <time.h> #include <pthread.h> static void myfopen(void) { FILE *fp = fopen("/tmp/appContext", "w+"); i 阅读全文
posted @ 2021-01-09 07:56 lydstory 阅读(372) 评论(0) 推荐(0)
摘要: #include <sys/types.h> #include <sys/sem.h> #include <stdio.h> #include <sys/ipc.h> #include <sys/shm.h> #define LOG_SHM_KEY ftok(".", 'c') int main ( 阅读全文
posted @ 2021-01-09 07:53 lydstory 阅读(356) 评论(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 阅读(147) 评论(0) 推荐(0)
摘要: #include <string.h> #include <stdio.h> int main(int argc, char **argv) { char p[32]; char q[32]; strcpy(p, "123456789"); strcpy(q, "987654321"); print 阅读全文
posted @ 2021-01-09 07:45 lydstory 阅读(103) 评论(0) 推荐(0)
摘要: atheros communications inc 阅读全文
posted @ 2021-01-09 07:00 lydstory 阅读(47) 评论(0) 推荐(0)
摘要: http://www.hkgateway.com/huasecr2.html 阅读全文
posted @ 2021-01-09 06:02 lydstory 阅读(41) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_33690963/article/details/92093133 阅读全文
posted @ 2021-01-09 05:50 lydstory 阅读(71) 评论(0) 推荐(0)
摘要: cisco路由器vty配置 阅读全文
posted @ 2021-01-09 05:36 lydstory 阅读(565) 评论(0) 推荐(0)
摘要: https://zhaopin.baidu.com/szzw?query=%E6%A0%BC%E6%9E%97%E5%A8%81%E5%B0%94&city=%E5%8C%97%E4%BA%AC&zp_fr=aladdin-5306-zp_exact_new&id=http%3A%2F%2Fkg.b 阅读全文
posted @ 2021-01-09 05:25 lydstory 阅读(94) 评论(0) 推荐(0)
摘要: 本文件用于定义vlan的公有方法 阅读全文
posted @ 2021-01-09 05:13 lydstory 阅读(71) 评论(0) 推荐(0)
摘要: sctp流控制传输协议 阅读全文
posted @ 2021-01-09 04:53 lydstory 阅读(84) 评论(0) 推荐(0)
摘要: 支持通过DTMF格式向电话输出主叫号码 voip 阅读全文
posted @ 2021-01-09 04:50 lydstory 阅读(83) 评论(0) 推荐(0)

导航