代码搜索结果

找到约 10,000 项符合 Smart Home 的代码

startserver.bat

set JAVA_HOME=c:\usr\local\bin\jdk1.3 set PATH=%JAVA_HOME%\bin;%path% set EXAMPLE_HOME=c:\advjhtp1\src rem rem Set this to where the path to the class files begins rem set CURDIR=%example_home%\com

startclient.bat

set JAVA_HOME=c:\usr\local\bin\jdk1.3 set PATH=%JAVA_HOME%\bin;%path% set EXAMPLE_HOME=c:\advjhtp1\src rem rem Set this to where the path to the class files begins rem set CURDIR=%EXAMPLE_

startserver.bat

set JAVA_HOME=c:\usr\local\bin\jdk1.3 set PATH=%JAVA_HOME%\bin;%path% set EXAMPLE_HOME=c:\advjhtp1\src rem rem Set this to where the path to the class files begins rem set CURDIR=%EXAMPLE_

startclient.bat

set JAVA_HOME=c:\usr\local\bin\jdk1.3 set PATH=%JAVA_HOME%\bin;%path% set EXAMPLE_HOME=c:\advjhtp1\src rem rem Set this to where the path to the class files begins rem set CURDIR=%EXAMPLE_

startserver.bat

set JAVA_HOME=c:\usr\local\bin\jdk1.3 set PATH=%JAVA_HOME%\bin;%path% set EXAMPLE_HOME=c:\advjhtp1\src rem rem Set this to where the path to the class files begins rem set CURDIR=%EXAMPLE_

startclient.bat

set JAVA_HOME=c:\usr\local\bin\jdk1.3 set PATH=%JAVA_HOME%\bin;%path% set EXAMPLE_HOME=c:\advjhtp1\src rem rem Set this to where the path to the class files begins rem set CURDIR=%EXAMPLE_

startserver.bat

set JAVA_HOME=c:\usr\local\bin\jdk1.3 set PATH=%JAVA_HOME%\bin;%path% set EXAMPLE_HOME=c:\advjhtp1\src rem rem Set this to where the path to the class files begins rem set CURDIR=%EXAMPLE_

makefile.pl

#!/usr/bin/perl $JPL_HOME = $ENV{JPL_HOME} or die "You have not run setvars to set your environment variables.\n" . "See the JPL README file for more information.\n"; use Config; eva

makefile.pl

#!/usr/bin/perl $JPL_HOME = $ENV{JPL_HOME} or die "You have not run setvars to set your environment variables.\n" . "See the JPL README file for more information.\n"; use Config; eva

makefile.pl

#!/usr/bin/perl $JPL_SRC = ".."; use Config; eval `$JPL_SRC/setvars -perl`; if ($^O eq 'linux') { $flags = "-Dbool=char"; # avoid builtin bool altogether $libs = "-lc -lm -ldl"; } else {