当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: what is the meaming of it ![8279
 

 

 ·2.4与2.6内核模块的区别    »显示摘要«
    摘要:郁闷了一天好不容易google到12. differences between versions of linuxone thing that deserves mention in this section is the variety of linux versions that exist in the world and what we call them. unlike a prop......
 ·iptables简单的命令    »显示摘要«
    摘要:eth0为内网,eth1为外网echo 1 > /proc/sys/net/ipv4/ip_forward 可以使其局域网上网的简单命令1.iptables -t nat -a postrouting -j masquerade2.iptables -t nat -a postrouting -s 192.168.2.0/24 -j snat --to-source 218.17.*.*或者......


about "argc and argv"
上一页   ...[8279 0] % gcc foo.c

[8279 0] % ./a.out 【程序编程相关:linux小系统的构成

【推荐阅读:Flash ROM驱动示例

argc = 1 【扩展信息:Apache 2.0手册中文版翻译项目-

argv[0] = ./a.out

[8279 0] % ./a.out 1 2 3

argc = 4

argv[0] = ./a.out

argv[1] = 1

argv[2] = 2

argv[3] = 3

[8279 0] % ./a.out hello world

argc = 3

argv[0] = ./a.out

argv[1] = hello

argv[2] = world


    摘要:一个比较老的贴了,收藏一下。概述 技术发展到今天,linux已经在世界范围内得到了广泛的应用。从单机系统到上百台服务器构成的大型系统,都可以看到linux的影子。在一些地方,linux已经担负起运行那些关键的大型企业应用的任务,这些应用对高可用性的要求很高,例如: l 要求提供24*7不间断连续服务,系统对外不能表现出任何故障, 这就要求系统具有自动故障恢复的能力 l 要能......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE