📄 patterntcpwindow.pm
字号:
## $Id: PatternTcpWindow.pm,v 1.1.2.12.2.3 2006/06/11 17:18:53 gomor Exp $#package Net::SinFP::DB::PatternTcpWindow;use strict;use warnings;require DBIx::SQLite::Simple::Table;our @ISA = qw(DBIx::SQLite::Simple::Table);our @AS = qw( idPatternTcpWindow patternTcpWindowHeuristic0 patternTcpWindowHeuristic1 patternTcpWindowHeuristic2);__PACKAGE__->cgBuildIndices;__PACKAGE__->cgBuildAccessorsScalar(\@AS);our $Id = $AS[0];our @Fields = @AS[1..$#AS];1;=head1 NAMENet::SinFP::DB::PatternTcpWindow - PatternTcpWindow database table=head1 DESCRIPTIONGo to http://www.gomor.org/sinfp to know more.=cut=head1 AUTHORPatrice E<lt>GomoRE<gt> Auffret=head1 COPYRIGHT AND LICENSECopyright (c) 2005-2006, Patrice E<lt>GomoRE<gt> AuffretYou may distribute this module under the terms of the Artistic license.See LICENSE.Artistic file in the source distribution archive.=cut
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -