如果该代码段包含脚本代码,则脚本也被沙箱化。
If the snippet contains scripting code, the scripts are also sandboxed.
清单10包含了edit . php脚本代码。
因此,您将不能调试进程内的脚本代码。
Therefore, you would not be able to debug script code within the process.
请计划和设计脚本代码,以便能够最大限度地重用它。
Plan and design the scripting code so that you get maximum reuse from it.
上面的示例消息说明未能附加脚本代码类型。
The preceding example message shows that the script code type failed to attach.
所以,在编写php脚本代码之前,必须越过很多的障碍。
So, before you write a single line of PHP script code, you have to jump through a lot of hoops.
清单4显示对获取状态进行周期性检查的lotus脚本代码。
Listing 4 shows the Lotus script code for the periodic check on the retrieval status.
当应用程序处理脚本代码时,将以这种方法加载程序集。
Loading assemblies in this way is useful if the application is processing script code.
在使用Ajax模式时,要确保脚本代码中实现的逻辑不是敏感逻辑。
In using the Ajax pattern, ensure that the logic implemented in your scripting code is not sensitive.
这使得在. NET中从软件或脚本代码与UDDI节点进行交互成为可能。
This makes it possible in.net to interact with a UDDI node from software or script code.
这样做可以重用经过测试的可靠的代码,避免重复编写脚本代码并减少错误。
Doing so reuses tested and proven code and will save you from repeating script code and making potential errors.
现在添加一个存档动作,它具有清单1 所示的Lotus脚本代码
Now add an archive action with the Lotus script code depicted in Listing 1
bar脚本代码使您能自动操作并修改BAR参数,从而减少人工参与及错误的总量。
The BAR's scripting code allows you to automate and modify the BAR's parameters, reducing the amount of manual intervention and errors.
这一点很重要,因为它允许您编写一次shell脚本代码,却可以一次又一次地使用它。
This is great because it allows you to write the shell script code one time, but you get to leverage it over and over.
脚本引擎充当脚本代码和最后执行代码的底层语言解释器或编译器之间的中间程序。
A script engine ACTS as a mediator between your scripting code and an underlying language interpreter or compiler that ultimately executes the code.
在清单2所示的例子中,lotus脚本代码允许在120秒(即2分钟)之后创建另一个作业。
In the particular example shown in Listing 2, the Lotus script code permits that another job can be created after 120 seconds (or two minutes).
在运行时,数据表中的信息将和已经生成的测试脚本代码合并到一起,这样就可以对CUT进行测试。
At runtime, the information from the Data Table is merged with the code from the generated test script, and the CUT is tested.
进程内的脚本代码将继续运行,但无法设置断点、查看数据或在脚本中执行其他调试操作。
The script code in the process would still run, but you would not be able to set breakpoints, view data, or perform other debugging operations in the Script.
下面是这些步骤是如何与RationalRobot产生的相应的VU脚本代码语句进行关联的?
Here is how these steps relate to the corresponding VU script code statements generated by Rational robot.
一个PHP文件通常包含HTML标签,类似于HTML文件;当然,它还包含脚本代码。
PHP file normally contains HTML tags, just like an HTML file, and some PHP scripting code.
这是一个时间戳,在应用以上条件并创建自动CSLD获取作业时,lotus脚本代码将它设置为当前日期和时间。
This is a timestamp that is set by the Lotus script code to the current date and time whenever the conditions above apply and an automatic CSLD retrieval job is created.
再次强调:尽管此食品券例子本质上是关于SVG脚本编程,但是根本没有 脚本代码出现在 SVG源代码本身中。
That's important enough to repeat: While this foodstamp example is inherently about scripting SVG, none of the scripting appears within the SVG source itself.
很容易为彻底不同的应用程序重用地图—大家可能都没设想过地图第一次创建的时候是什么样的—或者将相同的脚本代码应用于不同的地图。
It's easy to re-use a map for an entirely different application-one perhaps not even imagined when the map was first created-or to apply the same scripting to different maps.
在这个例子中,我期望groovyc创建至少两个.class文件——一个用于song类,另一个用于Song声明之后的脚本代码。
In this case, I expect groovyc would create at least two.class files — one for my Song class and another for the script code following Song's declaration.
清单9包含了delete . php脚本代码,该代码通过GET方法取得事件标识符,然后用标识符删除事件,方法和清单6相同。
Listing 9 contains the code for the delete.php script, which receives the event identifier through the GET method and USES it to delete the event, following the approach outlined in Listing 6.
清单9包含了delete . php脚本代码,该代码通过GET方法取得事件标识符,然后用标识符删除事件,方法和清单6相同。
Listing 9 contains the code for the delete.php script, which receives the event identifier through the GET method and USES it to delete the event, following the approach outlined in Listing 6.
应用推荐