Your programming language might stipulate that main programs must be called main and that subroutines must not 您的编程语言可能会规定主程序必须叫做main ,而子例程必须不能叫这个名字。
Note that the validate subroutine is much more limited than the action subroutines described in the next section 注: validate子例程要比action子例程(将在下一节中描述)受到更多的限制。
They are packages with a private namespace and private subroutines ; each subroutine is called a rule 它们是具有专用名称空间( namespace )和专用子例程的程序包;每一个子例程被称为一个规则。
In attribute 2 , specify the name of the user subroutine to call whenever an incorrect password is entered 在此项的第二个属性中,指定每当输入一个不正确的密码时将要调用的用户子例程的名称。
To become a service , the program must have one or more capabilities that can become externally callable functions or subroutines 程序为转变成服务,必须具备一个或者多个可供外界调用的函数或子例程。
You can use the visual studio immediate window to execute a function or subroutine while your application is not running 您可以使用visual studio “即时”窗口在没有运行应用程序的情况下执行函数或子例程。
With the fourth strategy , a program becomes a service subroutine callable by a client through some grid middleware 对于第四种策略而言,程序变成了服务子例程,客户机可以通过某种网格中间件来调用这个例程。
If you specify the subroutine name with no asterisk preceding it , the subroutine will be responsible for password validation 如果您在指定子例程名称时,在名称前不用星号( * ) ,则该子例程将会负责密码验证。