Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2979888
  • 博文数量: 272
  • 博客积分: 5544
  • 博客等级: 大校
  • 技术积分: 5496
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-08 00:48
个人简介

  每个人都要有一个骨灰级的爱好,不为金钱,而纯粹是为了在这个领域享受追寻真理的快乐。

文章分类

全部博文(272)

文章存档

2015年(2)

2014年(5)

2013年(25)

2012年(58)

2011年(182)

发布时间:2012-05-29 16:24:12

/*记录icmp_tpye类型数据包接收的数量。kill -SIGHUP $(pidof filename) 生成文件kill -SIGQUIT $(pidof filename) 退出程序程序在接收到SIGHUP信号后在当前目录下生成result文件,接收SIGQUIT信号后退出程序,并删除result文件。*/.........【阅读全文】

阅读(2413) | 评论(0) | 转发(0)

发布时间:2012-05-21 17:29:02

#define _GNU_SOURCE#include <stdio.h>#include <stdlib.h>#include <net/if.h>#include <netinet/in.h>#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>#include <unistd.h>#include <fcntl..........【阅读全文】

阅读(3465) | 评论(0) | 转发(0)

发布时间:2012-05-21 13:23:47

#include <stdio.h>#include <stdlib.h>#include <netinet/in.h>#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>#include <unistd.h>#include <fcntl.h>#include <netinet/ip_icmp.h>#include.........【阅读全文】

阅读(1767) | 评论(0) | 转发(1)

发布时间:2012-05-18 11:58:27

数据库结构:# sqlite3 test.db ".schema think_test" CREATE TABLE think_test(id integer primary key, name text, result text);查询结果:# sqlite3 test.db "select * from think_test" 1|zooyo|1002|mars|903|moomoo|99.........【阅读全文】

阅读(2293) | 评论(0) | 转发(0)

发布时间:2012-05-17 15:58:56

......【阅读全文】

阅读(1773) | 评论(0) | 转发(2)
给主人留下些什么吧!~~

zooyo2018-04-08 12:16

cjaizss:猪油神离开IT业,是IT业的损失

唉,没法子,现在堕落了。谢谢晋哥关注。

回复  |  举报

cjaizss2018-02-21 20:50

猪油神离开IT业,是IT业的损失

回复  |  举报

cjaizss2018-02-21 20:50

猪油神离开IT业,是IT业的损失

回复  |  举报

syaving2017-02-20 15:52

赞!! 楼主厉害!文章不错。

回复  |  举报

秋天的絮儿2013-11-22 11:14

期待更多的博文哦,谢谢斑竹

回复  |  举报
留言热议
请登录后留言。

登录 注册