ChinaUnix.net
相关文章推荐:

sessionsavepath no value

运行下面的代码提示说: Use of uninitialized value $line in split at BLAST_result.pl line 25, line 3. Use of uninitialized value $line in pattern match (m//) at BLAST_result.pl line 26, line 3. Use of uninitialized value $line in pattern match (m//) at BLAST_result.pl line 26, line 3. Use of uninitialized value $query_src in pattern match (m//) at BLAST_result.pl line 39. Use of uni...

by 308happy - Perl - 2008-08-14 09:01:28 阅读(6142) 回复(3)

相关讨论

代码大致如下: 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:

by 小公猫 - Perl - 2007-12-25 13:53:36 阅读(3825) 回复(7)

写了一段代码,如下: #!/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=; foreach $array (@array) {if ($array=~/(\d+), (\d+)/) {$RT=$1; $intensity=$2;} print OUT...

by skybrain - Perl - 2007-10-24 09:46:31 阅读(2585) 回复(4)

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,...

by diag - Solaris - 2004-03-04 22:50:20 阅读(791) 回复(0)

谁知道Link State value是个什么东东?在哪里看?菜鸟,让大家见笑了. 好象是SWITCH上的配置信息 BTW, 好象其中的一个value是Auto Negotiate

by kkally - 数据安全 - 2004-01-15 09:17:58 阅读(957) 回复(0)

谁知道Link State value是个什么东东?在哪里看?菜鸟,让大家见笑了. BTW, 好象其中的一个value是Auto Negotiate

by kkally - HP-UX - 2004-01-13 16:47:46 阅读(870) 回复(0)

文件内容大概是这样的: 2008-10-07 10:10:08 aaaaa bbbbb ccccc HOST=192.168.0.1 2008-10-07 10:10:18 aaaaa bbbbb HOST=192.168.0.3 cccccc 2008-10-07 10:10:28 aaaaa HOST=192.168.0.2 bbbbb cccccc 2008-10-07 10:10:02 aaaaa bbbbb ccccc HOST=192.168.2.1 2008-10-07 10:11:08 aaaaa bbbbb ccccc HOST=192.168.0.3 ddddddd 2008-10-07 10:10:08 HOST=192.168.3.1 aaaa ccc dddd eeee 1121212 我想取第一、第二字段和HOST=...

by lemboyz - Shell - 2008-10-07 21:30:26 阅读(2006) 回复(5)

“Null value was assigned to a property of primitive” 这个错误有由于在长期化中int=null引起的,就是说数值型字段为空时,会抛出这个异常。就是说当读取到数据库有空的时候,无法给源代码中的int赋值,解决要领: 1、使用Integer 2、修改数据库模式,不答应为空。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/101592/showart_2016271.html

by integergx - Java文档中心 - 2009-08-03 14:24:30 阅读(1200) 回复(0)

#define MEM_SIZE 256 int g_a[MEM_SIZE]; int main() { int g_count=1,count=1; int i; int a[MEM_SIZE]; for(i=1;i=MEM_SIZE) { printf("\r\nbegin: g mem set is %x",g_a[0]); } else { printf("\r\nbegin: g mem no set"); } ...

by system888net - C/C++ - 2008-04-23 20:50:55 阅读(2241) 回复(3)