代码搜索:lInux

找到约 10,000 项符合「lInux」的源代码

代码结果 10,000
www.eeworm.com/read/252270/12290565

txt 深 入linux 的lilo.txt

作者:Eazily 日期:2001-1-15 22:16:53 <mark>Linux</mark>的引导可以采用多种方式,其加载器LILO(<mark>Linux</mark>Loader) 是一个灵活的引导加载程序,对其深入的理解,将有助于我 们方便地处理多重系统、网络引导、大硬盘及大内存等诸多 问题。 一、LILO的引导机制 ----众所周知,计算机的最初启动是由BIOS控制的,在对一些 硬件(如内存、键盘等)初始化之后,它会 ...
www.eeworm.com/read/252270/12290578

txt announcing red hat linux 7.1.txt

作者:SunADM 日期:2001-4-17 8:45:28 Red Hat Linux is always pushing the limits of innovation--those limits have been pushed further with the improved performance and scalability of the 2.4 kernel.
www.eeworm.com/read/252270/12290587

txt linux下的时间概念 (zhuan).txt

作者:dio email: hao@peng.com.cn 日期:8/20/2001 5:08:52 PM 这一章我们学习Linux的时间表示和计算函数 时间的表示 时间的测量 计时器的使用 1.时间表示 在程序当中,我们经常要输出系统当前的时间,比如我们使用date命令的输出结果。这个时候我们可以使用下面两个函数 #include time_t time
www.eeworm.com/read/252270/12290733

txt 在linux上配置isdn(转).txt

作者:SunADM 日期:00-6-21 下午 10:34:58 郭晓航 ISDN在国内的应用越来越多,它比电话线拨号上网的带宽增大,中小型企业通过它共享上网非常合适。<mark>Linux</mark>在共享上网方面的优势是Windows无法相比的,它的IP改装技术尽管还处于开发测试阶段,但其效率远远高于普通的Proxy软件。本文介绍怎样通过一台<mark>Linux</mark>机器,配置ISDN,利用<mark>Linux</mark>的IP改装技术,使得所 ...
www.eeworm.com/read/251092/12364521

txt 在linux上安装tomcat.txt

作者:何志强 email: hhzqq@21cn.com 日期:2000-8-10 17:05:05 作者:何志强[hhzqq@21cn.com] 日期:2000-08-10 版本:1.0 一、软件下载   JDK 1.2.2     http://www.blackdown.org/java-linux.html     http://www.mirror.ac.uk/si
www.eeworm.com/read/251092/12364942

txt servlet基础例程 - helloservlet - linux版本.txt

作者:何志强 email: hhzqq@21cn.com 日期:2000-8-10 17:07:04 /* 作者:何志强[hhzqq@21cn.com] 日期:2000-08-10 版本:1.0 功能:Servlet基础例程 - HelloServlet */ import java.io.*; import java.text.*; //MessageFormat im