代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/439108/7716931
cs payment.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using
www.eeworm.com/read/438832/7725404
sh ex17.sh
#!/bin/bash
# 作为用例, 调用这个脚本至少需要10个参数, 比如:
# ./scriptname 1 2 3 4 5 6 7 8 9 10
MINPARAMS=10
echo
echo "The name of this script is \"$0\"."
# 添加./是表示当前目录
echo "The name of this script is \"`basename $
www.eeworm.com/read/438832/7725796
sh bashandperl.sh
#!/bin/bash
# bashandperl.sh
echo "Greetings from the Bash part of the script."
# 这里可以放置更多的Bash命令.
exit 0
# 脚本的Bash部分结束.
# =======================================================
#!/usr/bin/perl
www.eeworm.com/read/438832/7725831
sh bashpodder.sh
#!/bin/bash
# bashpodder.sh:
# By Linc 10/1/2004
# Find the latest script at http://linc.homeunix.org:8080/scripts/bashpodder
# Last revision 12/14/2004 - Many Contributors!
# If you use this and hav