会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
hh6plus
博客园
首页
博问
闪存
新随笔
订阅
管理
上一页
1
2
3
4
5
2014年10月20日
yum install出现No more mirrors to try
摘要: yum install出现No more mirrors to try 第一步:yum clean all清空缓存 第二步:yum makecache重新建立yum安装缓存
阅读全文
posted @ 2014-10-20 11:31 hh6plus
阅读(1221)
评论(0)
推荐(0)
编辑
2014年3月21日
C中->和.有什么区别
摘要: ->是指针指向其成员的运算符.是结构体的成员运算符如:struct A{ int a; int b;};A *point = malloc(sizeof(struct A));point->a = 1;A object;object.a = 1;
阅读全文
posted @ 2014-03-21 10:52 hh6plus
阅读(145)
评论(0)
推荐(0)
编辑
2014年3月20日
通过socket和ioctl实现本机IP查询
摘要: 重点是明白结构体ifconf与ifreq的用法 #include #include #include #include #include #include #include #include #define BUFSIZE 128 int main(void) { ...
阅读全文
posted @ 2014-03-20 15:21 hh6plus
阅读(299)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5