国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

constructor

constructor

美 [k?n?str?kt?r]  英 [k?n?str?kt?(r)]

  • n.(尤指汽車或飛機(jī)的)建造者

詞形變化

復(fù)數(shù):constructors  

英漢雙解

n.
1.
(尤指汽車或飛機(jī)的)建造者,制造者,建造商a person or company that builds things, especially cars or aircraft

英漢解釋

n.
1.
建造者,建設(shè)者
2.
【海】造船技師

英英解釋

n.

例句

The constructor function has no parameters and returns an instance of the type with all of its attributes set to null values.

構(gòu)造函數(shù)沒有參數(shù),并且返回類型實(shí)例所有屬性

Constructor, where the name of each value is converted to a string, and the ordinal setting represents a one-up value for each setting.

構(gòu)造函數(shù),這里,每個(gè)名稱都被轉(zhuǎn)換一個(gè)字符串并且序數(shù)設(shè)置表示每個(gè)設(shè)置優(yōu)先。

This version of the constructor allows you to specify the group to which an item belongs.

版本構(gòu)造函數(shù)允許指定項(xiàng)所屬

The * at the end of the CONSTRUCTOR production signifies that there can be zero or more occurrences of that production.

CONSTRUCTOR產(chǎn)品尾部*意味產(chǎn)品可以存在,可以存在更多。

Unlike destructors , it is often the case that something done inside a constructor might throw an exception.

構(gòu)函數(shù)不同構(gòu)造函數(shù)內(nèi)部事情經(jīng)常會(huì)拋出異常。

The best way to make sure this doesn't happen is to initialize variables where you declare them instead of in the body of every constructor.

確保這些不會(huì)發(fā)生最好方法聲明變量時(shí)候初始而不是每個(gè)構(gòu)造函數(shù)進(jìn)行初始。

The programming language compiler added a default static constructor to your type and did not make it private.

編程語言編譯類型添加默認(rèn)靜態(tài)構(gòu)造函數(shù),設(shè)置私有。

Notice that this constructor takes the $idsadmin object as a parameter and stores it in its own $idsadmin class variable.

注意,這個(gè)構(gòu)造函數(shù)使用$idsadmin對象作為參數(shù)保存自己$idsadmin變量

This constructor returns a value, however, which means that this value takes the place of the regular Object, which itself is thrown away.

但是,這個(gè)構(gòu)造函數(shù)返回一個(gè),意味這個(gè)取代常規(guī)Object,而后者拋棄。

Any constructors that you define for structures must have at least one argument so that they do not conflict with the default constructor.

結(jié)構(gòu)定義任何構(gòu)造函數(shù)必須至少一個(gè)參數(shù),以便不會(huì)默認(rèn)構(gòu)造函數(shù)沖突。

A static constructor is used to initialize any static data, or to perform a particular action that needs to be performed once only.

靜態(tài)建構(gòu)可以用來初始任何靜態(tài)資料,執(zhí)行只需執(zhí)行一次特定動(dòng)作

You defined a static constructor for your type and did not make it private.

定義類型靜態(tài)構(gòu)造函數(shù),設(shè)置私有。

Which passes the name of the file containing the public key as a parameter to its constructor.

包含公鑰文件名稱作為參數(shù)傳遞構(gòu)造函數(shù)。

This constructor allows you to specify the local IP address and port number on which to listen for incoming connection attempts.

構(gòu)造函數(shù)允許指定本地IP地址用于偵聽傳入連接嘗試端口號(hào)。

A constructor is just a special method that creates an instance (or object) of a particular class.

構(gòu)造函數(shù)只是創(chuàng)建特定實(shí)例對象特殊方法。

The caller of this constructor is required to ensure that this string has been localized for the current system culture.

構(gòu)造函數(shù)調(diào)用需要確保字符串針對當(dāng)前系統(tǒng)區(qū)域性進(jìn)行本地化

Property gets a value indicating whether the field can only be set in the body of the constructor.

屬性獲取一個(gè),指示字段是否只能構(gòu)造函數(shù)主體設(shè)置。

The class itself provides no benefits: it has no fields, no constructor (besides the autogenerated one from Java), and no state.

本身提供任何效益沒有字段,沒有構(gòu)造函數(shù)除了Java自動(dòng)生成),沒有狀態(tài)。

Constructor provides the name for the Class and initializes the properties which can be different in every instance of the Class.

構(gòu)造會(huì)提供一個(gè)名稱初始個(gè)實(shí)現(xiàn)屬性。

The user has no control over when the static constructor is called.

用戶不能控制何時(shí)調(diào)用靜態(tài)構(gòu)造函數(shù)

Thus, by declaring the variables with this type, you can directly assign the result of a constructor call to the corresponding variable.

這樣,通過聲明這種類型變量可以直接構(gòu)造函數(shù)調(diào)用結(jié)果分配對應(yīng)變量。

To maintain better performance, do not set the size of a control in its constructor.

若要保持更好性能,不要控件構(gòu)造函數(shù)設(shè)置控件大小。

In the case of the code I've been using for this article, there's a major error in the interaction between the two loops in the constructor.

對于本文中用代碼構(gòu)造函數(shù)兩個(gè)循環(huán)之間相互作用存在一個(gè)重大錯(cuò)誤。

Traits don't support auxiliary constructors, nor do they accept an argument list for the primary constructor, the body of a trait.

Traits支持輔助構(gòu)造函數(shù)它們支持構(gòu)造函數(shù),trait主體參數(shù)列表

An empty public constructor serves no purpose. Such a constructor need not be defined at all.

一個(gè)公有構(gòu)造沒有用處,這樣一個(gè)構(gòu)造完全需要定義。

Control automatically calls the default constructor of a business object to create and instance of it using reflection.

控件自動(dòng)調(diào)用業(yè)務(wù)對象默認(rèn)構(gòu)造函數(shù)使用反射創(chuàng)建對象實(shí)例。

Upon insertion of the highlighted record in table "wells" , the insert trigger calls the point constructor and the transform function.

wells插入突出顯示記錄時(shí)插入觸發(fā)器調(diào)用點(diǎn)構(gòu)造函數(shù)轉(zhuǎn)換函數(shù)。

This shouldn't come as a surprise since the name of the constructor function is effectively the name of the class.

應(yīng)當(dāng)感到吃驚,因?yàn)?/c>構(gòu)造函數(shù)名稱實(shí)際上名稱。

Constructor is called for that culture, and the creation process is time consuming.

構(gòu)造函數(shù)時(shí)創(chuàng)建,創(chuàng)建過程非常耗時(shí)

This behavior is referred to in the DI world as constructor injection, because the instance is passed through one of the constructors.

這個(gè)行為DI世界稱作構(gòu)造函數(shù)注入,因?yàn)?/c>實(shí)例通過一個(gè)構(gòu)造函數(shù)傳遞

As you saw earlier, the code for a static field initializer executes inside an implicit type constructor.

正如前面看到那樣,靜態(tài)字段初始值設(shè)定項(xiàng)代碼式類型構(gòu)造函數(shù)內(nèi)部執(zhí)行。

If the class has no default constructor, then the class may not be used in these contexts .

如果沒有默認(rèn)構(gòu)造函數(shù),不能這些環(huán)境

The only way to set such a field is through the exception constructor.

設(shè)置這樣一個(gè)字段惟一方法就是通過異常構(gòu)造exceptionconstructor)。

Notice how the constructor of this class takes in a com. ibm. collaboration. realtime. messages. MessageHandler object as a parameter.

注意構(gòu)造函數(shù)使用com.ibm.collaboration.realtime.messages.MessageHandler對象作為參數(shù)方式

Constructor allows you to keep the linked list for the map in access order, from least recently used to most recently used.

構(gòu)造函數(shù)使能夠保持映射存取順序,使用時(shí)間遠(yuǎn)最近使用。

By the time the body of the constructor begins executing, initialization is complete.

開始執(zhí)行構(gòu)造函數(shù)函數(shù)之前,完成初始

This type actually defines the signature of a constructor for the specified class and a matching sequence of values.

類型實(shí)際定義指定用于匹配序列構(gòu)造簽名。

The default constructor has no arguments; its implementation calls the base class constructor.

默認(rèn)構(gòu)造函數(shù)沒有參數(shù)實(shí)現(xiàn)調(diào)用構(gòu)造函數(shù)。

Constructor is displayed by a visual designer when you access the property, event, or extender to which the attribute applies.

當(dāng)訪問屬性應(yīng)用于屬性、事件擴(kuò)展程序時(shí)可視設(shè)計(jì)器顯示

A copy constructor was not accessible in a base class and was therefore not generated for a derived class.

不可訪問復(fù)制構(gòu)造函數(shù),因此無法派生生成復(fù)制構(gòu)造函數(shù)