代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/137489/13320151
pl t2a.pl
#!/usr/bin/perl
#
# Copyright 1994-1996 Werner Almesberger.
# All rights reserved.
#
# See file COPYING for details.
#
#-----------------------------------------------------------------------------
#
www.eeworm.com/read/323119/13349883
pl rename_test.pl
#!/usr/bin/perl -w
#
# This is a test with uses processes to insert, select and drop tables.
#
$opt_loop_count=100000; # Change this to make test harder/easier
##################### Standard benchma
www.eeworm.com/read/323119/13349885
pl drop_test.pl
#!/usr/bin/perl -w
#
# This is a test with uses processes to insert, select and drop tables.
#
$opt_loop_count=100000; # Change this to make test harder/easier
##################### Standard benchma
www.eeworm.com/read/323119/13349896
pl fork_big.pl
#!/usr/bin/perl -w
#
# This is a test with uses many processes to test a MySQL server.
#
# Tested a lot with: --threads=30
$opt_loop_count=500000; # Change this to make test harder/easier
#########
www.eeworm.com/read/323119/13349898
pl table_types.pl
#!/usr/bin/perl
#
use DBI;
use Benchmark;
$opt_loop_count=100000; # number of rows/3
$small_loop_count=10; # Loop for full table retrieval
$range_loop_count=$small_loop_count*50;
$many_keys_loop_c
www.eeworm.com/read/323119/13349904
pl insert_and_repair.pl
#!/usr/bin/perl -w
#
# This is a test of insert and repair/check.
#
$opt_loop_count=100000; # Change this to make test harder/easier
##################### Standard benchmark inits ##################
www.eeworm.com/read/323119/13349911
pl mail_to_db.pl
#!/usr/bin/perl -w
# Copyright Abandoned 1998 TCX DataKonsult AB & Monty Program KB & Detron HB
# This file is public domain and comes with NO WARRANTY of any kind
#
# This program is brought to you b
www.eeworm.com/read/323119/13349917
pl lock_test.pl
#!/usr/bin/perl
# This is a test with uses two processes to a database.
# The other inserts records in two tables, the other does a lot of joins
# on these.
# Every time the read thread outputs info,
www.eeworm.com/read/323119/13349937
pl index_corrupt.pl
#!/usr/bin/perl -w
#
# This is a test for a key cache bug (bug #10167)
# To expose the bug mysqld should be started with --key-buffer-size=64K
#
$opt_loop_count=100000; # Change this to make test har
www.eeworm.com/read/323119/13349941
pl big_record.pl
#!/usr/bin/perl
# This is a test with stores big records in a blob.
# Note that for the default test the mysql server should have been
# started with at least 'mysqld -O max_allowed_packet=30M' and y