代码搜索:Smart Home
找到约 10,000 项符合「Smart Home」的源代码
代码结果 10,000
www.eeworm.com/read/153251/5652104
sh build.sh
#!/bin/sh
# -----------------------------------------------------------------------------
# Build script for the OpenJMS examples
#
# Required Environment Variables
#
# JAVA_HOME Points
www.eeworm.com/read/153251/5652105
sh run.sh
#!/bin/sh
# -----------------------------------------------------------------------------
# Run script for the OpenJMS examples
#
# Required Environment Variables
#
# JAVA_HOME Points to
www.eeworm.com/read/192112/8403501
sh console.sh
#!/bin/sh
# determine if OS is Cygwin
cygwin=false;
case "`uname`" in
CYGWIN*) cygwin=true ;;
esac
# looks for a jvm at $JAVA_PATH, $JAVA_HOME or $JDK_HOME
if [ ! -z "$JAVA_PATH" ] ; th
www.eeworm.com/read/463206/7186335
tomcat
#!/bin/sh
# chkconfig: 345 88 14
# description: Tomcat Daemon
# processname: jsvc
# pidfile: /var/run/jsvc.pid
#config:
#Source function library.
. /etc/rc.d/init.d/functions
#
prog=tomcat
# A
www.eeworm.com/read/133927/14017815
sh console.sh
#!/bin/sh
# determine if OS is Cygwin
cygwin=false;
case "`uname`" in
CYGWIN*) cygwin=true ;;
esac
# looks for a jvm at $JAVA_PATH, $JAVA_HOME or $JDK_HOME
if [ ! -z "$JAVA_PATH" ] ; then
jav
www.eeworm.com/read/187617/8619652
15592
Path: cantaloupe.srv.cs.cmu.edu!das-news.harvard.edu!noc.near.net!howland.reston.ans.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!uunet!pipex!demon!gtoal.com!gtoal
Newsgroups: sci.crypt
From: gtoal@gto
www.eeworm.com/read/285874/8806067
htm mi28.htm
More Effective C++ | Item 28: Smart pointers Back to Item 27: Requiring or prohibiting heap-based objects
Continue to Item 29: Reference counting
Item 28: Smart pointers.
Smart pointers are objects t