目录一.查询当前日1. 使用 CURDATE() 函数2. 使用 BETWEEN 关键字3. 使用 >= 和 < 比较符号4. 使用 DATE_FORMAT 函数5. 使用 YEAR, MONTH, 
What is the $1? Is that the match found for (\\d+)? $line =~ /^(\\d+)\\s/; next if(!defined($1) ) ; $paperAnnot{开发者_运维技巧$1} = $line;