会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
370
371
372
373
374
375
376
377
378
···
621
下一页
2021年1月9日
内核层读写应用层文件,使用filp_open函数
摘要: 内核层读写应用层文件,使用filp_open函数 在内核中使用有些系统调用(如打开,写文件等操作)需要使用get_fs,set_fs对他们进行保护。如:oldfs=get_fs();
阅读全文
posted @ 2021-01-09 23:03 lydstory
阅读(1266)
评论(0)
推荐(0)
c语言基础:pthread_create
摘要: #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)
c语言基础:shmget
摘要: #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)
vsnprintf问题原理??
摘要: #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)
北京艾瑟斯通信技术有限公司
摘要: 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)
MGCP协议
摘要: https://blog.csdn.net/weixin_33690963/article/details/92093133
阅读全文
posted @ 2021-01-09 05:50 lydstory
阅读(71)
评论(0)
推荐(0)
cisco路由器vty配置
摘要: cisco路由器vty配置
阅读全文
posted @ 2021-01-09 05:36 lydstory
阅读(565)
评论(0)
推荐(0)
网关产品的做法(c+php)
摘要: 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的公有方法
摘要: 本文件用于定义vlan的公有方法
阅读全文
posted @ 2021-01-09 05:13 lydstory
阅读(71)
评论(0)
推荐(0)
上一页
1
···
370
371
372
373
374
375
376
377
378
···
621
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告