object n. 1. 物,物體,物件。 2.目標 (of; for); 目的,宗旨。 3.【哲學】對象,客體,客觀 (opp. subject); 【語法】賓語。 4.〔口語〕(可笑或可憐的)人[物]。 a small [strange] object 小[奇怪]東西。 the object of study 研究的對象。 the direct [indirect] object 直接[間接]受詞。 What an object you have made (of) yourself! 〔口語〕你這家伙把自己搞得真不像樣子! attain [achieve, gain, secure] one's object 達到目的。 fail [succeed] in one's object 沒有達到[達到]目的。 for that object 為了那個目的。 no object 〔廣告用語〕怎樣都好,不成問題;沒有困難(Distance is no object. (待聘者)上班距離(遠、近)不成問題)。 propose an objectto oneself = set an object before one 立志,立下目標。 with that object in view 懷著那個目的。 vi. 1.反對,抗議,表示異議 (against, to)。 2.抱反感,不服氣,有意見。 vt. 提出…作反對的理由 (that)。 If you don't object. 假使你不反對。 I object. 〔英下院〕我反對。 I object against him that he is a hypocrite. 我反對他,因為他是個偽君子。 object to 1. 反對(I object to your doing that. 我反對你做那件事)。 2.討厭(I object very much to a wet weather. 我非常討厭潮濕的天氣)。 adj. -less 沒有目的[宗旨]的,沒有物像的。
object to 反對,不贊成; 反對;抗議,抱反感; 反對;抗議;不支持; 聲稱; 提出異議; 贊成……的人則認為
February - may 2003 demonstrates how scoped variables , implicit objects , and jsp custom tags all work together in jsp pages , 2003年2 - 5月)示范了作用域變量、隱式對象和jsp自定義標記如何在jsp頁面中協(xié)同工作。
In this follow - up to last month s introduction to session scopes , java enterprise expert kyle gabhart delves into the many uses of jsp implicit objects 接著上月對會話作用域的介紹,企業(yè)java專家kyle gabhart深入研究了jsp隱式對象的多種用法。
Because implicit objects are declared automatically , we need only use the reference variable associated with a given object to begin calling methods on it 因為隱式對象是自動聲明的,所以我們只需要使用與一個給定對象相關(guān)的引用變量來調(diào)用其方法。
As mentioned last month , four of the implicit objects defined for jsp pages can be used to associate stateful data within a particular context , or scope 上個月我們提到過,為jsp定義的四個隱式對象可以用來在一個特定的上下文或者作用域中加入有狀態(tài)數(shù)據(jù)。
Since el identifiers are resolved either as implicit objects or as scoped variables which are implemented through attributes , they will by necessity evaluate to java objects 因為el標識符是作為隱式對象或限制了作用域的變量(通過屬性來實現(xiàn))解析的,因此有必要將它們轉(zhuǎn)換成java對象。
In particular , any identifier appearing in an el expression that does not correspond to one of the el s implicit objects is automatically assumed to reference an object stored in one of the four jsp scopes 特別地,任何出現(xiàn)在el表達式中但不對應(yīng)于任何el隱式對象的標識符,都被自動假定為引用存儲在四個jsp作用域的其中某個中的對象,這四個作用域是:
Using identifiers and accessors , then , the el is able to traverse object hierarchies containing either application data exposed through scoped variables or information about the environment through the el implicit objects El還可以通過使用標識符和存取器,遍歷包含應(yīng)用程序數(shù)據(jù)(通過限制了作用域的變量公開)或關(guān)于環(huán)境的信息(通過el隱式對象)的對象層次結(jié)構(gòu)。
Follow along as he introduces the nine implicit objects , explains the purpose and multiple purposes of each one , and closes with a list of best practices for using these handy little workers in your jsp programming efforts 接下來,他將介紹9個隱式對象,解釋每個對象的用途(或者多種用途) ,最后給出一些怎樣在jsp編程中使用這些便利工具的最佳實踐。您可以到我們的
In addition to accessing session scopes , jsp implicit objects can be used to handle html parameters , forward a request to a web component , include the content of a component , log data through the jsp container , control the output stream , handle exceptions , and more 除了訪問會話作用域之外, jsp隱式對象還可以用來處理html參數(shù),轉(zhuǎn)發(fā)請求到一個web組件,包括組件的內(nèi)容、通過jsp容器的日志數(shù)據(jù)、控制輸出流,處理異常,等等。