⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 343.html

📁 著名的linux英雄站点的文档打包
💻 HTML
📖 第 1 页 / 共 2 页
字号:
else<br>
eval v_xy $"itemx$1" $"itemy$1"<br>
eval echo $"itemcont$1"<br>
fi<br>
else<br>
if [ $4 -eq 1 ]<br>
then<br>
v_color 1<br>
eval v_xy $"barx$1$DL$2" $"bary$1$DL$2"<br>
eval echo $"barcont$1$DL$2"<br>
v_color 0<br>
else<br>
eval v_xy $"barx$1$DL$2" $"bary$1$DL$2"<br>
eval echo $"barcont$1$DL$2"<br>
fi<br>
v_cln 21<br>
v_xy 21 2<br>
eval echo $"barts$1$DL$2"<br>
fi<br>
}<br>
dispbar()<br>
{<br>
eval tj=$"MAXBAR$i"<br>
[ X$tj = X ]&&return<br>
visual=1<br>
j=1<br>
while [ $j -le $tj ]<br>
do<br>
eval v_xy $"barx$i$DL$j" $"bary$i$DL$j"<br>
eval echo $"barcont$i$DL$j"<br>
j=`expr $j + 1`<br>
done<br>
eval j=$"dqj$i"<br>
fxbar $i $j $visual 1<br>
}<br>
xtcsh()<br>
{<br>
clear<br>
v_box 1 1 24 80<br>
v_xy 2 35<br>
echo "前台应急系统"<br>
v_line 3 2 3 79<br>
v_line 22 2 22 79<br>
[ "$1" = "1" ]&&{<br>
eval `grep -v "^#" $HOME/bin/yjmenu|awk 'BEGIN{FS="|"}<br>
{<br>
printf "itemcont%d=%s;itemx%d=%d;itemy%d=%d",$1,$2,$1,$3,$1,$4<br>
}<br>
END{printf "MAXITM=%d",NR}'`<br>
eval `grep -v "^#" $HOME/bin/yjbar|awk 'BEGIN{FS="|";getline<br>
i=$1;j=$2;maxln=$4;printf "dqj%d=1",$1<br>
printf "barcont%d_%d=%s;barx%d_%d=%d;bary%d_%d=%d;barts%d_%d=%s;barprog%d_%d="%s"",i,j,$3,i,j,$4,i,j,$5,i,j,$6,i,j,$7<br>
}<br>
{<br>
if($1!=i)<br>
printf "MAXBAR%d=%d;dqj%d=1",i,j,$1<br>
if($4&gt;maxln)<br>
maxln=$4<br>
i=$1;j=$2<br>
printf "barcont%d_%d=%s;barx%d_%d=%d;bary%d_%d=%d;barts%d_%d=%s;barprog%d_%d="%s"",i,j,$3,i,j,$4,i,j,$5,i,j,$6,i,j,$7<br>
}<br>
END{printf "MAXBAR%d=%d;MAXLN=%d",i,j,maxln}'`<br>
}<br>
x=1<br>
while [ $x -le $MAXITM ]<br>
do<br>
eval v_xy $"itemx$x" $"itemy$x"<br>
eval echo $"itemcont$x"<br>
x=`expr $x + 1`<br>
done<br>
v_line 5 2 5 79<br>
v_xy 23 10<br>
echo "请用光标键、空格键和数字键选择,回车确认,h帮助,r清屏,Esc键退出c"<br>
}<br>
#main()<br>
hfxjc $0||exit<br>
cd $HOME<br>
xtcsh 1<br>
i=1;j=0;visual=0<br>
t_mode 1<br>
fxbar $i $j $visual 1<br>
while true<br>
do<br>
v_xy 23 73;i_chr ch<br>
case $ch in<br>
QT)[ $visual -eq 0 ]&&break;visual=0;v_cbk 6 $MAXLN;v_cln 21;;<br>
SP)fxbar $i $j $visual 0<br>
if [ $visual -eq 0 ]<br>
then<br>
if [ $i -ge $MAXITM ]<br>
then<br>
i=1<br>
else<br>
i=`expr $i + 1`<br>
fi<br>
fxbar $i $j $visual 1<br>
else<br>
j=`expr $j + 1`<br>
eval [ $j -gt $"MAXBAR$i" ]&&j=1<br>
eval dqj$i=$j<br>
fxbar $i $j $visual 1<br>
fi;;<br>
DW)<br>
if [ $visual -eq 0 ]<br>
then<br>
continue<br>
else<br>
fxbar $i $j $visual 0<br>
j=`expr $j + 1`<br>
eval [ $j -gt $"MAXBAR$i" ]&&j=1<br>
eval dqj$i=$j<br>
fxbar $i $j $visual 1<br>
fi;;<br>
UP)<br>
if [ $visual -eq 0 ]<br>
then<br>
continue<br>
else<br>
fxbar $i $j $visual 0<br>
j=`expr $j - 1`<br>
[ $j -lt 1 ]&&eval j=$"MAXBAR$i"<br>
eval dqj$i=$j<br>
fxbar $i $j $visual 1<br>
fi;;<br>
LF)<br>
if [ $visual -eq 0 ]<br>
then<br>
fxbar $i $j $visual 0<br>
if [ $i -le 1 ]<br>
then<br>
i=$MAXITM<br>
else<br>
i=`expr $i - 1`<br>
fi<br>
fxbar $i $j $visual 1<br>
else<br>
v_cbk 6 $MAXLN<br>
fxbar $i $j 0 0<br>
if [ $i -le 1 ]<br>
then<br>
i=$MAXITM<br>
else<br>
i=`expr $i - 1`<br>
fi<br>
fxbar $i $j 0 1<br>
dispbar<br>
fi;;<br>
RG)<br>
if [ $visual -eq 0 ]<br>
then<br>
fxbar $i $j $visual 0<br>
if [ $i -ge $MAXITM ]<br>
then<br>
i=1<br>
else<br>
i=`expr $i + 1`<br>
fi<br>
fxbar $i $j $visual 1<br>
else<br>
v_cbk 6 $MAXLN<br>
fxbar $i $j 0 0<br>
if [ $i -ge $MAXITM ]<br>
then<br>
i=1<br>
else<br>
i=`expr $i + 1`<br>
fi<br>
fxbar $i $j 0 1<br>
dispbar<br>
fi;;<br>
[1-9])<br>
if [ $visual -eq 0 ]<br>
then<br>
[ $ch -eq $i -o $ch -gt $MAXITM ]&&continue<br>
fxbar $i $j $visual 0;i=$ch;fxbar $i $j $visual 1<br>
else<br>
eval [ $ch -eq $j -o $ch -gt $"MAXBAR$i" ]&&continue<br>
fxbar $i $j $visual 0;j=$ch<br>
eval dqj$i=$j;fxbar $i $j $visual 1<br>
fi;;<br>
ET)<br>
if [ $visual -eq 1 ]<br>
then<br>
eval tmpprog=$"barprog$i$DL$j"<br>
[ "$tmpprog" = "" ]&&continue<br>
eval $tmpprog 2&gt;/dev/null<br>
case $tmpprog in<br>
help*|plbk)dispbar;;<br>
esac<br>
else<br>
dispbar<br>
fi;;<br>
h|H)help;[ $visual -eq 1 ]&&dispbar;;<br>
r|R)t_mode 0;xtcsh;fxbar $i $j 0 1;[ $visual -eq 1 ]&&dispbar;t_mode 1;;<br>
esac<br>
done<br>
t_mode 0<br>
clear<br>
/***公用子函数:yjfunc***/<br>
TTY=`tty`<br>
v_color()<br>
{<br>
case $1 in<br>
1)echo "</FONT><br>
                                      </TD>
                                    </TR>
                                <TR>
                                <TD colSpan=2><FONT 
                                class=middlefont></FONT><BR>
                                        <FONT 
                                class=normalfont>全文结束</FONT> </TD>
                                    </TR>
                                <TR>
                                <TD background="images/dot.gif" tppabs="http://www.linuxhero.com/docs/images/dot.gif" colSpan=2 
                                height=10></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD>
                        <TD vAlign=top width="20%" 
                      background="images/line.gif" tppabs="http://www.linuxhero.com/docs/images/line.gif" rowSpan=2> 
                          <DIV align=center> 
                            <table class=tableoutline cellspacing=1 cellpadding=4 
                        width="100%" align=center border=0>
                              <tr class=firstalt> 
                                <td noWrap background="images/bgline.gif" tppabs="http://www.linuxhero.com/docs/images/bgline.gif" colspan=2 height=21>
                                <font class=normalfont><b>所有分类</b></font></td>
                              </tr>
<tr class=secondalt> <td noWrap width=27%> <font class=normalfont>1:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type1.html" tppabs="http://www.linuxhero.com/docs/type1.html">非技术类</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>2:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type2.html" tppabs="http://www.linuxhero.com/docs/type2.html">基础知识</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>3:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type3.html" tppabs="http://www.linuxhero.com/docs/type3.html">指令大全</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>4:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type4.html" tppabs="http://www.linuxhero.com/docs/type4.html">shell</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>5:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type5.html" tppabs="http://www.linuxhero.com/docs/type5.html">安装启动</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>6:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type6.html" tppabs="http://www.linuxhero.com/docs/type6.html">xwindow</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>7:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type7.html" tppabs="http://www.linuxhero.com/docs/type7.html">kde</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>8:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type8.html" tppabs="http://www.linuxhero.com/docs/type8.html">gnome</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>9:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type9.html" tppabs="http://www.linuxhero.com/docs/type9.html">输入法类</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>10:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type10.html" tppabs="http://www.linuxhero.com/docs/type10.html">美化汉化</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>11:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type11.html" tppabs="http://www.linuxhero.com/docs/type11.html">网络配置</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>12:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type12.html" tppabs="http://www.linuxhero.com/docs/type12.html">存储备份</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>13:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type13.html" tppabs="http://www.linuxhero.com/docs/type13.html">杂项工具</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>14:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type14.html" tppabs="http://www.linuxhero.com/docs/type14.html">编程技术</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>15:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type15.html" tppabs="http://www.linuxhero.com/docs/type15.html">网络安全</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>16:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type16.html" tppabs="http://www.linuxhero.com/docs/type16.html">内核技术</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>17:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type17.html" tppabs="http://www.linuxhero.com/docs/type17.html">速度优化</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>18:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type18.html" tppabs="http://www.linuxhero.com/docs/type18.html">apache</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>19:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type19.html" tppabs="http://www.linuxhero.com/docs/type19.html">email</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>20:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type20.html" tppabs="http://www.linuxhero.com/docs/type20.html">ftp服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>21:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type21.html" tppabs="http://www.linuxhero.com/docs/type21.html">cvs服务</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>22:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type22.html" tppabs="http://www.linuxhero.com/docs/type22.html">代理服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>23:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type23.html" tppabs="http://www.linuxhero.com/docs/type23.html">samba</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>24:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type24.html" tppabs="http://www.linuxhero.com/docs/type24.html">域名服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>25:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type25.html" tppabs="http://www.linuxhero.com/docs/type25.html">网络过滤</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>26:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type26.html" tppabs="http://www.linuxhero.com/docs/type26.html">其他服务</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>27:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type27.html" tppabs="http://www.linuxhero.com/docs/type27.html">nfs</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>28:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type28.html" tppabs="http://www.linuxhero.com/docs/type28.html">oracle</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>29:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type29.html" tppabs="http://www.linuxhero.com/docs/type29.html">dhcp</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>30:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type30.html" tppabs="http://www.linuxhero.com/docs/type30.html">mysql</a></font></td>    </tr>  </table></td></tr><tr class=secondalt> <td noWrap width=27%> <font class=normalfont>31:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type31.html" tppabs="http://www.linuxhero.com/docs/type31.html">php</a></font></td>    </tr>  </table></td></tr><tr class=firstalt> <td noWrap width=27%> <font class=normalfont>32:</font> </td><td noWrap width=73%>   <table width=100% border=0>    <tr>       <td><font class=normalfont><a href="type32.html" tppabs="http://www.linuxhero.com/docs/type32.html">ldap</a></font></td>    </tr>  </table></td></tr>                            </table>
                          </DIV></TD></TR>
                    <TR vAlign=top>
                        <TD width="80%"> 
                          <DIV align=center><BR>
                          </DIV>
                        </TD></TR></TBODY></TABLE></TD></TR>
                </TABLE></TD></TR>
          </TABLE>
      <TABLE cellSpacing=0 cellPadding=4 width="100%" bgColor=#eeeeee 
        border=0><TBODY>
        <TR>
          <TD width="50%">
              <P><FONT class=middlefont>版权所有 &copy; 2004 <A 
            href="mailto:bjchenxu@sina.com">linux知识宝库</A><BR>
                违者必究. </FONT></P>
            </TD>
          <TD width="50%">
              <DIV align=right><FONT class=middlefont>Powered by: <A 
            href="mailto:bjchenxu@sina.com">Linux知识宝库</A> Version 0.9.0 </FONT></DIV>
            </TD></TR></TBODY></TABLE>
      <CENTER></CENTER></TD></TR>
    </TABLE></CENTER></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -