Lisp使用列表和原子来表示数据和程序。
Lisp USES lists and atoms to represent both data and programs.
最后,您将创建一个命令行应用程序,它生成一些关于该数据的有用报告,这些报告根据人口从多到少的顺序显示州、地区或国家列表。
Finally, you will create a command-line application that produces some useful reports on this data, showing a list of states, regions, or countries in the order of highest to lowest population.
每个数据库都有一个锁列表,锁列表包含了并发连接到该数据库的所有应用程序所持有的锁。
There is one lock list per database, and it contains the locks held by all applications concurrently connected to the database.
您的应用程序现在还不需要它,因为列表具有相同的作用,但在某些场景中这个元数据是非常有用的。
You will not need this in your application here because the list is homogeneous, but you could imagine scenarios where this metadata would be very useful.
图5展示了应用程序的仪表板页面,默认视图显示数据库中的客户列表。
Figure 5 shows the dashboard page of the application. The default view shows the list of customers in the database.
就像任何其他机器一样,软件应用程序期望获得某些“原料”,例如数字列表、XML模式中封装的数据或者协议。
Just like any other machine, a software application expects certain raw materials, such as a list of Numbers, data encapsulated in an XML schema, or a protocol.
如果应用程序中的所有数据访问路径都被执行,那么捕获的信息将包含向数据库发出的完整sql语句列表。
If all the data access paths in the application are executed, then the captured information contains the complete list of SQL statements that are issued to the database.
这样,只对一种数据元素类型感兴趣的应用程序组装程序可以把列表限定为该类型。
That way, the application assembler who is interested in only one data-element type can restrict the list to that type.
MAXLOCKS定义了应用程序持有的锁列表的百分比,在数据库管理器执行锁升级之前必须填充该锁列表。
MAXLOCKS defines a percentage of the lock list held by an application that must be filled before the database manager performs lock escalation.
这种组合不可避免地使许多程序员忽视了数据类型(如整型和浮点)和基本数据结构(如列表和映射)的缺陷。
The combination was irresistible enough that programmers could overlook the lack of data types like int and float and basic data structures like lists and maps.
在该DB 2数据库项目的构建过程中,该项目程序集还将添加到必须部署到目标DB 2服务器上的程序集列表中。
The project assemblies are also added to the list of assemblies that must be deployed to the target DB2 server as part of the DB2 database project build process.
数据库管理器通过查看应用程序的锁列表并查找行锁最多的表,来决定对哪些锁进行升级。
The database manager determines which locks to escalate by looking through the lock list for the application and finding the table with the most row locks.
汽车列表数据库还可以通过SOAP接口访问,以轻松集成到其他应用程序中。
The database of car listings is also available through a SOAP interface, for easy integration into other applications.
该参数定义数据库管理器执行升级之前必须填入的应用程序所占有锁列表的百分比。
This parameter defines a percentage of the lock list held by an application that must be filled before the database manager performs escalation.
单一列表概念—程序集数据模型中的一个列表描述数据中的一个新层面。
Single list concept - a list in the assembly data model describes a new dimension in the data.
如果多个应用程序访问相同的列表,则使用单独的数据库存放这些列表比较合适。
If you have multiple applications that access the same lists, then a separate database for those lists makes sense.
这部分是由应用程序对象以及与它们有关的数据成员表示的,比如,定单、物品列表和定单的数量。
This portion is represented by the application objects and the data members associated with them: a customer, an order, and the list of items and quantities for that order.
现在,应用程序不再需要使用数据库客户机库,但是仍然需要管理上面列表中的所有其他方面。
Now, the application no longer needs to use a database client library but still needs to manage all the other aspects of distribution, as mentioned in the list above.
如果用户已选择了列表中的某个任务,则表单的顶部显示来自任务输出消息的信息(即在被拒绝标签应用程序中输入的数据)。
If the user has selected a task in the list, the top part of the form displays the information from the task input message (which is the data that was entered on the rejected badge application).
支持本地数据库将允许开发完全自包含的DB 2数据库和相关应用程序(附带预定义的用户和组列表)。
Support for a local database would allow the development of DB2 databases and surrounding applications that are entirely self-contained (ship predefined lists of users and groups).
当然,很少有Python程序员希望使用上面的诸如列表、元组和字典等日益复杂的数据结构。
Of course, few Python programmers want to work with increasingly complex forests of data structures like the lists, tuples, and dictionaries above.
Facebook一个程序搜索你的电子邮件联系人并把该列表与它的会员数据库进行比对。
Facebook USES a program that searches through your E-mail contacts and compares the list against its membership database.
现在应用程序员可以编写代码(伪代码)将2gb的数据项存入网格中,如下面的列表1所示。
So now an application programmer can write the (pseudo) code to store a data element of 2gb into the grid as shown in Listing 1 below.
例如:Portlet将查询当前程序的数据库,并显示名称、地理位置列表,以及分值最高的前十位的得分。
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.
客户机应用程序处理从服务器收到的XML数据,并显示AllDocuments视图中的文档列表。
The client application processes the XML data received from the server and displays the list of documents in the All documents view.
LotusDomino服务器设置程序建议,将所有数据库和模板的访问控制列表配置为禁止匿名访问。
The Lotus Domino server setup recommends that you configure access control lists of all databases and templates to prohibit anonymous access.
X Forms应用程序中的每个选择列表都可能需要直接从Web服务读取数据。
Each selection list in an XForms application can also read data directly from a Web service.
在Web应用程序环境中,迭代主要用于访存和显示数据集,通常是以列表或表中的一系列行的形式显示。
In the context of Web applications, iteration is primarily used to fetch and display collections of data, typically in the form of a list or sequence of rows in a table.
无法检索应用程序列表。应用程序和实例数据库必须手动删除。
The application list could not be retrieved. The application and instance databases must be removed manually.
编译完后运行应用程序,现在光盘列表表格中已经包含了数据库中的数据,如图4.11所示。
The Disc List table in your Simple presentation object should now contain data from your database, as shown in Figure 4.11.
应用推荐