Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1469712
  • 博文数量: 150
  • 博客积分: 65
  • 博客等级: 民兵
  • 技术积分: 3415
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-25 10:30
个人简介

游戏后台开发

文章分类

全部博文(150)

文章存档

2020年(1)

2019年(4)

2017年(3)

2016年(6)

2015年(4)

2014年(45)

2013年(86)

2012年(1)

发布时间:2013-11-05 17:15:27

功能说明:启动系统交换区(swap area)。语  法:swapon [-ahsV][-p <优先顺序>][设备]补充说明:Linux系统的内存管理必须使用交换区来建立虚拟内存。  -a   将/etc/fstab文件中所有设置为swap的设备,启动为交换区。  -h   显示帮助。 &nb.........【阅读全文】

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

发布时间:2013-11-05 17:14:06

功能说明:设置交换区(swap area)。语  法:mkswap [-cf][-v0][-v1][设备名称或文件][交换区大小]补充说明:mkswap可将磁盘分区或文件设为Linux的交换区。参  数:  -c   建立交换区前,先检查是否有损坏的区块。  -f   在SPARC电脑上建立交换区.........【阅读全文】

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

发布时间:2013-10-31 09:07:30

NAMElspci - list all PCI devicesSYNOPSISlspci [options]DESCRIPTIONlspci is a utility for displaying information about all PCI buses in the system and all devices connected to them.To make use of all the features of this program, you need to have Linux kernel 2.1.82 or newe.........【阅读全文】

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

发布时间:2013-10-30 22:07:40

1.1   介绍  每一个c程序都有个main函数,作为程序启动入口函数。main函数的原型是int main(int argc , char *argv[]);其中argc表示命令行参数的个数;argv是一个指针数组,保存所有命令行字符串。Linux进程名称是通过命令行参数argv[0]来表示的。Linux 还有环境变量参数信息,表.........【阅读全文】

阅读(5164) | 评论(0) | 转发(2)

发布时间:2013-10-30 17:51:55

NAME     arch - display the architecture of the current hostSYNOPSIS     arch [-k | archname]DESCRIPTION     The arch utility displays the  application  architecture  of     the  current host system. Due to ext.........【阅读全文】

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

登录 注册