当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 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"
what is the meaming of it !

【程序编程相关:linux小系统的构成

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

[8279 0] % cat foo.c 【扩展信息:Apache 2.0手册中文版翻译项目-

#include

int main(int argc, char *argv[])

{

int i;

printf("argc = %d\n", argc);

for (i = 0; argv[i]; i++) {

printf("argv[%d] = %s\n", i, argv[i]);

}

return 0;

}


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

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