Based on some limited testing, the following is a list of files that generate a request to block or unblock a program.
基于一些有限的测试实验,下面是一个文件的列表,它生成了阻止或者接受一个程序的请求。
In this program, the parser USES global variables to track the list of messages parsed.
在这个程序中,解析器使用全局变量来追踪解析的消息列表。
Additionally, the program provides some simple query functions on the tokens, such as token info and mechanism list.
另外,这个程序提供了对令牌的一些简单查询功能,譬如令牌信息和机制列表。
For reasons that are outside the scope of this column, the list is maintained as an address book with an E-mail program.
由于那方面的内容已不属于本专栏的范围,所以用电子邮件程序将该列表作为通讯录来维护。
This program creates a linked list of few nodes, fills in the data, prints them, and finally deletes all the nodes.
此程序创建一个包含几个节点的链表,填充数据,输出它们,最后删除所有节点。
In most cases, if you create a list of "illegal" characters, an attacker will find a way to exploit your program.
在绝大多数情况下,如果您创建了一个“非法”字符的列表,攻击者还是可以找到利用您的程序的方法。
The program is currently sold out, but you can go here to get on the announcement list for when it reopens.
目前这个项目已经满座了,但你可以点击这里查看通知列表,看看它再开班的日期。
In computer usage, to whitelist means to place a name, E-mail address, Web site address, or program on a list of items that are deemed spam - or virus-free.
在计算机应用领域,建立白名单其实就是将认为非垃圾、无病毒的姓名、电子邮件地址、网址、或者程序等信息添加入允许列表。
And there you have it: a fully functioning CLI PHP program that accepts either user input or a list of files and randomizes the relative contents of each file.
现在您拥有这样一个程序:完全运行的CLIphp程序,它可以接受用户输入,也可以接受文件列表并随机排列每个文件的相关内容。
The program "call stack" is a list of functions which led up to the current one.
程序“调用堆栈”是当前函数之前的所有已调用函数的列表(包括当前函数)。
A trace will normally be output either to a text file or a console window, and it will list method entries and exits in the program as it runs.
追踪的结果会输出到一个文本文件或者终端窗口上,其中会列出程序中运行的入口和出口方法。
Before you run a program or attach to an already running program, list the source code where you believe the bug is, set breakpoints, and then start debugging the program.
在运行程序或连接到已经运行的程序之前,请列出您觉得有错误的源代码,设置断点,然后开始调试程序。
In the meantime, there's a long waiting list of San Quentin prisoners who want to enroll in the college program.
与此同时,希望注册大学计划的圣昆廷犯人有一个很长的等候名单。
For example, if you are running a transfer program that accepts a list of files as an argument, you might list all your files in a row with a checkbox next to each one.
例如,您运行一个接受文件列表作为参数的传输程序,您应该通过一系列复选框列出所有文件。
This program begins by first checking a boundary condition -- whether or not the list is empty.
这个程序首先检查边界条件 ——列表是否为空。
CCTV host Bai Yansong, with a score as high as 814.43, took the top spot on the host list. Entertainment program hostess Li Xiang (see photo), however, came in last by a considerable margin.
在主持人榜中,央视名嘴白岩松以814.43分位居第一,而娱乐节目女主持人李湘(见图)综合得分最低,在满意度排行中垫底。
Once you've evaluated your qualifications and determined what exactly it is you're looking for in an MBA program, then you should be ready to draft a list of schools.
现在,当你完成对自己入学资格的评估,明确各因素的重要性后,可以开始打草稿了——列出你的目标学校。
This is how the test program gets access to the list of messages; the call to yyparse() returns only a success or failure indication, not any objects it may have created.
这就是测试程序访问消息列表的方式;对yyparse() 进行调用返回的只是成功或失败的标志,而 不是它可能已经创建的任何对象。
The Live Mesh developer program currently has a waiting list and anyone can get on it.
LiveMesh开发人员计划目前有一个等候列表,任何人都可以加入。
This is the last step you must complete to list your service with the Speed-start program.
这是用Speed-start计划列出服务所必须完成的最后一步。
Next, use the info command to list information about the program you're exploring (see Listing 6).
下一步,使用info命令来列出有关您所研究的程序的信息(请参见清单6)。
For example: Portlet will query the database for the current program and display a list of names, geographical locations, and point scores for the top 10 highest point values.
例如:Portlet将查询当前程序的数据库,并显示名称、地理位置列表,以及分值最高的前十位的得分。
Win + Alt + 1, 2, 3, etc. will open the jump list for each program in the taskbar.
Win键+ALt +1、2、3等数字键会打开任务栏上相应程序的跳转列表。
Likewise, the readelf program can list the contents of the object file with similar lucidity. You can see this by typing the following command.
类似地,readelf程序也可以清楚地列出目标文件中的内容。
Typing 'list' again (or pressing return which repeats the last command) will list the next 10 lines of the program.
再次输入'list '(或者按回车重复上一条命令)将列出程序的下10行。
Using the wizard, select EGL from the list on the left, then double click on EGL Program File in the list on the right.
使用向导,从左边的列表中选择egl,然后双击右边列表中的EGLProgramFile。
Let's say you've got a Python program, perhaps to manage your daily to-do list, and you want to save your application objects (your to-do items) between USES of the program.
假定有一个Python程序,它可能是一个管理日常待办事项的程序,您希望在多次执行这个程序之间可以保存应用程序对象(待办事项)。
"Discover Python, Part 4" introduces the Python list and demonstrates how to use it within a Python program.
“探索python,第4部分”介绍了Pythonlist并演示了如何在Python程序中使用它。
"Discover Python, Part 4" introduces the Python list and demonstrates how to use it within a Python program.
“探索python,第4部分”介绍了Pythonlist并演示了如何在Python程序中使用它。
应用推荐