name entity 中文意思是什麼

name entity 解釋
命名實體
  • name : n 1 名 名字 姓名;名稱。2 名聲 名譽;空名 虛名;名義 名目;【邏、語法】概念的名稱;名詞。3 知名之...
  • entity : n. 1. 實體;統一體。2. 存在(物)。3. (有別于屬性等的)本質。
  1. The revolution of modern management which is due to the start of information technique is on the way, among them, “ business focus stratege ” and “ business outsourcing ” are two obvious trends. these bring a kind of new mode for the enterprise management, namely more and more enterprises are around a certain entity and come into being limitless networks, and each enterprise manage a business at the special realm of oneself. they neither belong to each other nor give order each other, but obeying certain and common rules, all enterprises join up to creat value for the ultima customers. such business mode is neither a pure market behavior, nor a vertical integration, but is a middle organization between market and enterprise, which we name hyperenterprise

    這給企業經營管理帶來一種新的模式,即越來越多的企業圍繞著某一個實體逐漸形成一個無邊的網路,在這個網路中,每一個企業在自己特殊的領域開展生產經營活動,他們互不隸屬也互不發號施令,但是卻自覺地遵循某種共同的規則,因而所有這些企業又無形地聯合起來為最終用戶創造著價值。這樣的企業運作模式既不是無組織的單純市場行為,也不是以往的縱向一體化,而是一種介於市場與企業之間的中間組織,我們把它稱為「超企業」 。
  2. This class allows you to get or set the name, type, and default value for a particular configuration entity attribute or element and specify whether the attribute is required, is a collection key, or represents a default element collection

    使用此類,可以獲取或設置特定配置實體(屬性或元素)的名稱、類型和默認值,並指定該屬性是否為必需的屬性、是否為集合鍵或者是否表示默認的元素集合。
  3. Named entity recognition ( ner ) technologies have become a hot problem of natural language process recently. the definition of named entity by muc ( message understanding conference ) is the proper nouns and the quantifiers that people are interested in. ner can be classified to person - name, location, organization, date, number and so on. ner has been applied on many compute linguistics tasts as a subtask of information extraction, such as machine translation

    命名實體識別是目前自然語言處理研究的熱點問題。 muc ( messageunderstandingconferences )對命名實體的定義是:人們感興趣的專有名詞和特定的數量詞,它一般可分為:人名、地名、組織機構名、日期等類型。
  4. Every external entity has a unique name, replicas are marked with a slash at top left hand corner

    每個外在實體均有獨特的名稱,復製品則以左上方的斜線號加以標示。
  5. The name of the entity must match the passed argument

    實體名稱必須與被傳遞的自變量相匹配。
  6. Every entity has a unique name, which is a singular noun

    每個數據實體須有獨特的名稱,名稱必須是單數名詞。
  7. That represents the name of the securable sub - entity against which the permission is tested

    的可選標量表達式,表示測試權限的安全對象子實體的名稱。
  8. A character entity has three parts : an ampersand ( & ), an entity name or a # and an entity number, and finally a semicolon ( ; )

    一個特殊字元有三個部分:一個( & )符號,一個特殊符號名稱或一個#加上一個特殊數字,最後是一個分號( ; ) 。
  9. The first column is a human - readable identifier for an entity, in this case the name of a person

    第一個列是人可讀的實體標識符,在這個例子中是人名。
  10. To a model designer, a model is a collection of entities, attributes, and relationships that describe individual data points such as product id, combined into larger logical groups for example, a products entity that includes product id, product name, and other product - related data items, and then related to other groups to reflect the real - world relationships between business functions and processes for example, how products relates to inventory and sales

    對于模型設計者來說,報表模型是描述各數據點(例如產品id )的實體、屬性和關系的集合,這些實體、屬性和關系組合為較大的邏輯組(例如,包含產品id 、產品名稱和其他產品相關數據項的產品實體) ,再與其他組相關,以反映不同業務因素和過程之間的真實關系(例如,產品與庫存及銷售額之間的關系) 。
  11. Is a unique entity such as the name of an individual or group, an account number, a social security number, or similar unique identifier

    是一個惟一的實體,比如個人或者組的名字、帳號、社會安全號或者類似的惟一標識。
  12. Every name is introduced in some portion of program text called a declarative region, which is the largest part of the program in which that name is valid, that is, in which that name may be used as an unqualified name to refer to the same entity

    每個名字都被引入到程序文本中某些被稱為聲明區域的部分中,聲明區域是程序中該名字有效的最廣泛區域,也就是說,這個名字在其中可以作為非限定名應用並指代同一個實體。
  13. This entity ' s name is sammael, the desolate one

    這個怪物的名字叫做薩莫艾爾,是已經絕跡了的怪物
  14. The identifiers have the requesting entity s name inscribed so that any illegal use could be immediately identified by the target resource managers

    標識符中記錄了請求實體的名字,這樣如果有任何非法的使用,目標資源管理器就可以立即判斷出來。
  15. And as a final serious point on a convention, if you want to have a getdto method associated with an entity, one approach is to reserve this method name for one that returns an instance of entity dto, and that this dto contains all the non - scalar properties of the associated entity those properties with a maximum cardinality of 1

    約定的最後一個要點是:如果要讓getdto ( )方法與實體關聯,一種方法就是為返回< entity > dto的實例的方法將保留此方法名稱,該dto包含關聯的實體的所有非標量屬性(這些屬性的最大基數為1 ) 。
  16. For example, rather than use " au _ lname " and " au _ fname " for the property names on an entity class, you can just name them to " lastname " and " firstname " on your entity class and develop against that instead ( without having to rename the column names in the database )

    因為你的實體模型根據後端的不同的名字,你可以用新的表/列名稱,只更新你映射的規則而不更新你的應用程序或者查詢代碼。
  17. Article 190 any legal entity that opens an account in the name of an individual for the buying and selling of securities in violation of the provisions of this law shall be ordered to make a rectification, confiscated of the illegal income and concurrently imposed a fine of more than 100 % less than 500 % of the illegal income ; its person - in - charge directly responsible and other personnel directly responsible who are state functionaries shall be imposed administrative sanctions

    第一百九十條違反本法規定,法人以個人名義設立賬戶買賣證券的,責令改正,沒收違法所得,並處以違法所得一倍以上五倍以下的罰款;其直接負責的主管人員和其他直接責任人員屬于國家工作人員的,依法給予行政處分。
  18. Entity reference is resolved to an invalid name character

    實體引用被解析為無效的名稱字元。
  19. The notation declaration gives an internal name to an existing notation so that it can be referred to in attribute list declarations, unparsed entity declarations, and processing instructions

    表示法聲明為現有表示法提供內部名稱,以便可以在屬性列表聲明、未分析實體聲明和處理指令中引用。
  20. Typically, the name of a creator should be used to indicate the entity. " for computing purposes, the term " name " may have a pretty broad interpretation, and the definition above is only really effective for human consumption of the metadata

    通常creator的名稱應該用於標識該實體」 。從計算的角度看, 「名稱」一詞可能有非常寬泛的解釋,上述定義實際上只對元資料的人類消費者有效。
分享友人