摘要:by 詹荣开,nudt)
copyright © 2003 by 詹荣开
e-mail:zhanrk@sohu.com
linux-2.4.0
version 1.0.0,2003-2-14
摘要:本文主要从内核实现的角度分析了linux 2.4.0内核的时钟中断、内核对时间的表示等。本文是为那些想要了解linux i/o子系统的读者和linux驱动程序开发人员而写的。
关键词:linux、时钟、定......
摘要:1.软件环境 安装前需要准备的软件包如下: ◆ linux 操作系统 red hat linux 9.0; (这个要自己准备啰~~)◆ 数据库软件oracle 8i linux81701.tar; (可以到oracle的网站下载。http://www.oracle.com/technology ... racle8i/index.html)◆ 补丁包 glibc-2.1.3-stubs.tar.gz;(oracle的补丁包,可以和oracle安装软件在一处......
change file to unix or dos format 【扩展阅读:
SUSE FAQ 系列 -- 设定 te】change file to dos format or unix format
#!/bin/bash
#author by luweinet@hhstu.edu.cn
#apr 27 2005
#for change file to unix format or change to dos format.:
while getopts ud option
do
case $option in
u) cat | sed s/^m$// > .unix &;; #m by ctrl+v,ctrl+m
d) cat | sed s/$/`echo \\r`/> .dos &;;
*) "echo usage:./cinput filename {unix | dos}"
esac
done
摘要:下载相关程序:l jdk1.4(sun公司j2sdk-1_4_1_02-linux-i586-rpm.bin)l oracle安装程序(linux81701.tar)l 下载linux补丁包1:下载相关程序:l jdk1.4(sun公司j2sdk-1_4_1_02-linux-i586-rpm.bin)l oracle安装程序(linux81701.tar)l 下载linux补丁包n compat-libstdc++-6.2-2.9.0.16n compa......