Chinaunix首页 | 论坛 | 博客
  • 博客访问: 749942
  • 博文数量: 116
  • 博客积分: 923
  • 博客等级: 准尉
  • 技术积分: 1635
  • 用 户 组: 普通用户
  • 注册时间: 2011-10-06 21:43
个人简介

一直帮老板搬运代码!!!

文章分类
文章存档

2013年(47)

2012年(69)

发布时间:2013-02-20 12:10:51

unix/linux共享内存应用与陷阱 2012-06-12 14:32:25 分类: LINUX共享内存是系统出于多个进程之间通讯的考虑,而预留的的一块内存区。在/proc/sys/kernel/目录下,记录着共享内存的一些限制,如一个共享内存区的最大字节数shmmax,系统范围内最大共享内存区标识符数shmmni等,可以手工对其调整,但不推荐这.........【阅读全文】

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

发布时间:2013-02-18 15:54:23

没有nginx,logs目录访问权限 [alert]: could not open error log file: open() "/usr/local/nginx/logs/error.log" failed (13: Permission denied) 2011/03/21 06:09:33 [emerg] 24855#0: mkdir() "/usr/local/nginx/client_body_temp" failed (13: Permission denied) 解决办法: Java代码  .........【阅读全文】

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

发布时间:2013-02-06 14:56:36

安装Ethereal按照这个博文所说的安装,下载本博文的ethereal-0.99.0.tar.gz按照这个:http://g.51cto.com/735418217/117853make出错sudo yum install libpcap sudo yum install libpcap-develsudo yum update gnutls出错去掉:    #include sudo make install附件.........【阅读全文】

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

发布时间:2013-02-06 10:07:10

打开: fd = ngx_open_file(filename->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);#define ngx_open_file(name, mode, create, access)                          &nb.........【阅读全文】

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

发布时间:2013-02-05 13:13:32

Discuss the possibility of the shared resource protection with/without preempt_disable() in spin_lock_irq implementation under UP system.........【阅读全文】

阅读(1933) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册