In particular, the context contains the session, request, and user name so that any information in the session, request, and user name can be used in the application object.
特别是,上下文包含了会话、请求和用户名,这样一来就可以在应用程序对象中使用会话、请求和用户名中的任何信息。
User mapping - a user mapping has to be defined for each user who wants to access the remote database using the previously defined server object.
用户映射-对于希望用前面定义的服务器对象访问远程数据库的每个用户,都必须创建一个用户映射。
For example, a user is a mutable entity, but you might use an immutable value object to represent the user's address, just changing the address that you point to for the user if he or she moves.
例如,虽然用户是可变实体,但是您可以使用不可变值对象来表示用户的地址,如果用户移动了位置,那么只需为该用户更改您所指向的地址。
The object is disconnected from the underlying JDBC connection when waiting for a user request and reconnected when serving a user request.
在等待用户请求时,该对象会断开与底层JDBC连接的连接并在服务于用户请求时重新连接。
As the code in user thread constructor still runs in the caller thread's context, we have a chance to inherit a locale object from the servlet thread when the user thread is being constructed.
因为用户线程构造器中的代码仍然在访问线程的环境下运行,所以在构造用户线程时,我们还有机会从服务线程继承场所对象。
When an authorized user creates an SQL object, such as a view, the authorization ID of the user is marked as the definer of the object.
当一个经过授权的用户创建一个SQL对象(比如视图)时,该用户的权限ID就被标记为对象的定义者。
It first checks to see whether the content returned to the user represents a fault object, meaning that it is returning an error to the user.
它首先检查看返回给用户的内容代表一个错误对象,也就是说它返回一个错误给用户。
The sequence starts when a user requests a command (an application function) to be executed by interacting with a user interface object, in this case the main form of the application.
当用户请求命令(应用功能)时,序列通过与用户接口对象相互作用来被执行。
When the User object is persisted to the underlying datastore, it'll be a User kind.
当将User对象持久化到底层数据存储时,它将是一个Userkind。
Using a Workspace object, the user can perform operations as that user.
使用Workspace对象,任何人都可以作为该用户执行操作。
If the user is submitting his user name and password, then a new xmlrpc_client object is initialized with the URL and TCP port number.
如果用户正在提交他的用户名称和密码,那么使用URL和tcp端口号初始化一个新的xmlrpc _ client对象。
For example if the administrator defines an object while logged on with a personal user ID, and the user ID's primary group is staff, then access is granted to staff.
例如,如果管理员使用个人用户ID登录时定义一个对象,并且该用户的ID的主要组为staff,那么访问权限将授给staff。
If a user name and password are entered, you instantiate a twitter.Api object and retrieve the first five tweets of the logged-in user, as well as the first 120 people you're following.
如果用户名和密码均已输入,就会实例化一个twitter . Api对象并检索这个已登录用户的前5个tweet以及前120个您追随的人。
Finally, we need to change the methods that access userName from the UserBean instance to get the user ID from the User object, using the getuser ID method.
最后,我们需要把从UserBean实例访问userName的方法改成从User对象获取用户标识(使用getuserID方法)。
After a successful login, the user ID is placed in the Session object, and displayed on the Welcome.jsp page when the user accesses this page.
登录成功之后,用户ID被放入Session对象,并且在用户访问Welcome . jsp页面时显示在该页面上。
For example, the country of the user, such as Sweden, is stored in the user object and is, therefore, available to the portlet.
例如,用户的国籍(比如瑞典)存储在用户对象中,因此可用于portlet。
First, OpenIdLoginPage USES a Session object to determine whether or not the user is logged in (a logged-in user should not have to log in again).
首先,OpenIdLoginPage使用一个Session对象判断用户是否已经登录了(登录的用户应该不必再次登录)。
The final step is to update the LoginAction to retrieve the privileges of each user from the database at login-time, and assign them to the user object. Listing 16 contains the updated code.
最后一个步骤是更新LoginAction以在登录时从数据库获取每个用户的特权,并将它们分配给用户对象。
Throughout this article, I'll work with a simple user object that defines methods for dealing with a user in a system.
在整篇文章里,我要使用一个简单的User对象,其中定义了在系统中处理用户的方法。
The user object represents the Twitter user whose account data we're mining.
User对象代表我们正在挖掘其帐户信息的Twitter用户。
The login authentication will be trivial, and when "successful", we will put a user object in session indicating that the user is logged in.
登录认证是不重要的,登录“成功”时我们将User对象放置在会话中以表示该用户已登录。
Check to see that the user has been authenticated and that a user object is available.
查看用户已被认证且user对象是可用的。
The global user data object ($user) and the user_access function are used to accomplish this.
这需要使用全局的用户数据对象($user)和 user_access函数。
The most common object in a directory; each user object represents a user on the network.
目录中最普通的对象;每个用户对象都表示一个网络上的用户。
When the user performs the required action, the specified object is hidden from the user.
当使用者执行所需的动作时,会让使用者看不见指定的对象。
Object is used to override the specified user load in the load test to control the user load programmatically.
对象重写负载测试中的指定用户负载,以便用编程的方式控制用户负载。
Whenever I have to deal with a user, I'd want to do this through the user object (being an extended table row).
每当我必须处理一个用户,我想通过用户对象(即扩展的表行)来做到这一点。
After a user has been authenticated, the membership system makes available an object that contains information about the current user.
在用户经过身份验证后,成员资格系统会提供一个包含有关当前用户的信息的对象。
TheModel is the application object, the View is its screen presentation, and theController defines the way the user interface reacts to user input.
模型是应用程序对象,视图是屏幕介绍,控制器其定义了用户在输入之前界面做出反应的方法。
For example, you can get properties of the membership user object to determine the user's name and email address, when the user last logged into your Web site, and so on.
例如,您可以获取成员资格用户对象的属性来确定用户名、电子邮件地址、用户上次登录到网站的时间等。
应用推荐