代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/317085/13510727
txt anderes.txt
Sortieralgorithmus geschrieben von Rde:
http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=65107&lngWId=1
Scrollbars von VBAccelerator
In Scrollbars.cls verwendetes Sub-Classing geschrieben vo
www.eeworm.com/read/314474/13566519
sed man2html.sed
#!/bin/sed -f
#
# $Header: /home/srilm/devel/man/scripts/RCS/man2html.sed,v 1.4 2000/01/20 02:05:11 stolcke Exp $
#
s,\\-,-,g
s,\\&,,g
s,\\\\,/BS/,g
# replace < ... >
s,&,\&,g
s,,\&
www.eeworm.com/read/301701/13851940
txt resin与iis结合的一些补充技巧.txt
作者:jian
email: wjian111@163.net
日期:2001-5-22 2:54:07
软件环境:
JDK1.3 http://java.sun.com
resin1.2.0 http://www.caucho.com
Winnt 4.0 & IIS4
Win2000 & IIS5
简单来说,直接运行Resin的bin目录下的setup.exe即可自动完成
www.eeworm.com/read/140727/5782677
gnumakefile
# file: GNUmakefile
#
# define the source files
#
ISIP_REQUIRE = PERL SH
ISIP_LIB_FILES =
ISIP_BIN_FILES = *.pl
# define the files these source files depend on (usually include files)
#
ISIP_DEPS
www.eeworm.com/read/140727/5782679
gnumakefile
# file: GNUmakefile
#
# define the source files
#
ISIP_REQUIRE = PERL
ISIP_LIB_FILES = *.pm
ISIP_BIN_FILES = *.pl
# define the files these source files depend on (usually include files)
#
ISIP_DEPS
www.eeworm.com/read/140727/5782815
gnumakefile
# file: GNUmakefile
#
# define the source files
#
ISIP_REQUIRE = SH
ISIP_LIB_FILES =
ISIP_BIN_FILES = *.sh
# define the files these source files depend on (usually include files)
#
ISIP_DEPS =
#
www.eeworm.com/read/140727/5782844
gnumakefile
# file: GNUmakefile
#
# define the source files
#
ISIP_REQUIRE = SH
ISIP_LIB_FILES =
ISIP_BIN_FILES = *.sh
# define the files these source files depend on (usually include files)
#
ISIP_DEPS =
#