免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: FM1058
打印 上一主题 下一主题

刚刚应聘百度运维的在线试题,6题 30分钟! [复制链接]

论坛徽章:
0
11 [报告]
发表于 2006-12-29 15:19 |只看该作者

回复 1楼 FM1058 的帖子

第二个问题,我知道用nmap可以扫描得到远程服务器的uptime,但是不知道怎么实现的

论坛徽章:
0
12 [报告]
发表于 2006-12-31 14:05 |只看该作者
这么长时间了也没人~~~~~~~.这是我的第四题答案,不过半个小时我可写不出来.写的不好,欢迎优化,别忘贴回来啊!

#!/bin/bash
#the answer to the question 4
#the number must be interger,not char.
#时间原因,只考虑正确情况,欢迎交流改进.

#this function is order to invert the number
function invert
{
if [ $1 -lt 10 ]
then
        echo $1
else
        local tc ty
        let "tc=$1/10"
        let "ty=$1%10"
        echo ${ty}$(invert $tc)
fi
}
#generate random
read -p "lease input the seed number:" s
read -p "lease input the amount:" a
sn=`echo ${#s}`
for (( i=0;i<$sn;i++ ))
do
        SA[$i]=`echo ${si:1}`
done
for (( l=0;l<$a;l++ ))
do
tn=${tn}${SA[$((RANDOM%sn))]}
done
echo $tn
echo $(invert $tn)

论坛徽章:
0
13 [报告]
发表于 2006-12-31 19:22 |只看该作者
楼上换序用递归的思想,我一直想用数组来实现,不过没写出来.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP