Default target URL specifies the page to be presented to the user if authentication and authorization is successful. DefaulttargetURL指定了成功进行身份验证和授权后呈现给用户的页面。
In addition, we need to redirect the user if they do not have an appropriate cookie. 另外,如果用户没有适当的cookie,就需要将用户转发到别处。
Quotas, however, only tell the user if they are using up disk space. 然而,配额只能够告诉用户是否快耗尽了磁盘空间。
A warning is printed to the user if a buffer wrap condition has occurred. 如果发生了缓冲区回绕,就向用户输出警告。
The document model belongs_to : user if the DOCUMENTS table has a user_id foreign key column. 如果DOCUMENTS表有一个userid外键列,则文档模型为belongsto:user。