Fedora 10 x86_64 cyrus-imapd-2.3.13 ./configure --prefix=/usr/local/imapd --with-mysql=/usr/local/mysql --with-sasl=/usr/local/sasl 错误如下: gcc -L/usr/local/mysql/lib/mysql -Wl,-rpath,/usr/local/mysql/lib/mysql -o \ tls_prune tls_prune.o tls.o cli_fatal.o mutex_fake.o libimap.a ../lib/libcyrus.a ../lib/libcyrus_min.a -L/usr/local/sasl/lib -Wl,-rpath,/usr/local/sasl/lib -lsasl2 -lgssapi...
by zyyzly - 服务器应用 - 2009-01-08 14:47:56 阅读(2210) 回复(0)
#!/bin/sh sleep 3 echo "input a:" read a if [ "$a" == y ]; then echo $a else echo no fi 问题: 如果在shell sleep 的过程敲很多次回车 例如3次 现象为 [root@localhost]#./filename input a: no [root@localhost]# [root@localhost]# [root@localhost]# _ 也就是说shell记住了你敲的这3次回车 怎么能达到这种效果: 不管敲几次回车 只捕捉input a: 出现后的那一次输入 [root@localhost]#./filename i...
运行下面的代码提示说:
Use of uninitialized value $line in split at BLAST_result.pl line 25,
代码大致如下: use strict; use warnings; my $total = 0; foreach () { my $temp=function($_); #接收一个函数的返回值 $total += $temp; } print "$total"; 运行的时候提示警告: Use of uninitialized value in addition (+) at..... 就是$total += $temp那一行 请问要怎么改才能不出现这个警告?不要告诉我是注释use warning:wink:
写了一段代码,如下:
#!/usr/bin/perl -w
open (NEWTXT, "C:/Documents and Settings/Administrator/My Documents/新建文本文档.ascii")||die "Cannot open this file:$!";
open (OUTPUT, ">C:/Documents and Settings/Administrator/My Documents/输出.ascii")||die "Cannot open the file match_Yeast_A1:$!";
@array=
V for value, Z for zoom. Powered by AMD Opteron processors, the new Sun Fire V20z server delivers extreme performance and secure remote management at a compelling price. 2.Mar.04--It's the first in the new line of Sun servers powered by AMD Opteron processors. You'll want to be first in line to own one. The Sun Fire V20z server is already setting new standards for value, performance, flexibility,...
谁知道Link State value是个什么东东?在哪里看?菜鸟,让大家见笑了. 好象是SWITCH上的配置信息 BTW, 好象其中的一个value是Auto Negotiate