• SOC职业名称代码索引已经1995 年进行过修订更新包括分类结构更新。

    The job title coding index of SOC was revised and updated in 1995 but not the structure of the classification.

    youdao

  • 这些忠告建议提供商软件包名称包含存放代码数据位置

    These recommendations suggest including the vendor and package name in the location of the code and data.

    youdao

  • 但是通常来说,变量名称选择评论代码的,一个重要方式

    But in general, the choice of variable name is a great way of commenting your code.

    youdao

  • 因此必须使用这个引用名称除非您对代码相应修改

    Therefore, you have to follow this reference name unless you make the corresponding changes in the code.

    youdao

  • 通过设置国家名称国家ISO代码,系统在计算时会自动地选择恰当电能系数

    By setting this to the name or ISO code of your country, the appropriate electricity factor will be taken into account automatically.

    youdao

  • 可以包含可执行代码符号名称初始数据许多其他类型数据。

    Sections can contain executable code, symbol names, initialized data values, and many other types of data.

    youdao

  • 这些模板编码RPG全局变量以便允许将来重用通用模板名称最小化代码修改

    These are coded as RPG global variables to allow subsequent reuse of the generic template names and minimize code modification.

    youdao

  • 使用良好命名重要编程习惯因为描述性强名称代码更加容易阅读理解

    Using good naming is the most important habit because descriptive names make code easier to read and understand.

    youdao

  • 资源引用:资源引用名称代码部分用来识别资源之用。

    Resource reference name: the name for the resource reference that the code component uses to identify the resource.

    youdao

  • 首先通过表达式提供有意义名称可以使得代码执行任务更加清晰

    First, by providing meaningful names to the expressions, it makes explicit what the code is doing.

    youdao

  • 代码使用客户名称引用实际就是代码立即变得落伍,限制了用途

    By using the customer name or reference in the code, you are instantly dating your code and limiting its use.

    youdao

  • 在进行JNDI名称查询代码使用这个引用

    This reference name is used in the code when doing a JNDI name lookup.

    youdao

  • 通过字符串类型,如果业务对象之间需要字符串类型的属性之间的名称代码映射,则可以在这些业务对象之间的任意映射重用关系

    Using string types enables you to reuse the relationship in any mapping between business objects that need a state name to state code mapping between string-typed properties.

    youdao

  • 最后我们可以代码使用名称空间,使成为默认名称空间,并且默认情况下,使所有代码引用默认名称空间。

    And finally, we can simply just use the namespace within our code, which makes it the default namespace and, by default, makes all calls reference that.

    youdao

  • 每个定义XA资源必须具有唯一的数据库名称,此名称需与相关代码建立数据源连接使用的名称匹配

    Each XA resource defined must have a unique database name that matches the name used when the relevant code makes its connection to the data source.

    youdao

  • 清单2中,请注意语境表示易于理解名称(相对很多代码命名惯例)。

    In Listing 2, notice that locales are represented as names that are easy to understand (as opposed to many of the code page naming conventions).

    youdao

  • 如果改变代码某个方法名称,改好了。

    If I were just going to change a method name in my code, I'd just do it.

    youdao

  • 例如php名称空间的最佳实践之一,在代码使用绝对引用完全限定名称空间,不是相对引用。

    For example, it is a best practice with PHP namespaces to fully qualify your namespaces within your code using with absolute references rather than relative references.

    youdao

  • 清单1中的机场名称信息通常代码

    Note that the airport name information in Listing 1 usually is a single line of code.

    youdao

  • 现在我们已经了解了如何一个文件定义代码名称空间,接下来让我们看看如何在应用程序中利用这个使用名称空间的代码

    Now that we saw how to define a namespace for the code within a file, let's see how to leverage this namespaced code within an application.

    youdao

  • 语言环境名称通常iso 639-1语言、ISO 3166 - 1国家或地区代码以及可选编码名称其它限定符组成

    The names of locales usually consist of ISO 639-1 language, ISO 3166-1 country codes and optional encoding names and other qualifiers.

    youdao

  • 拥有这些文件后,生成场景代码与生成名称代码基本相同

    Once we have these files, the code to generate a scenario looks much the same as the code to generate names.

    youdao

  • 需要代码进行任何更新修改因为包含名称空间PHP代码将能够正常运行

    You won't have to update or change anything in your code because any PHP code you write that doesn't include namespaces will run just fine.

    youdao

  • 然后应用程序将地址转换为另一个地址时,通过查询StateCode关系,就可以名称代码之间进行转换

    Then, when an application transforms one address into another address, it can transform state names into state codes, and vice versa, by querying the StateCode relationship.

    youdao

  • 将打开向导其中可以指定代码模板名称然后定义TemplateParametersBody(29)。

    This opens a wizard in which you can assign the code template a name, and then define template Parameters and a Body (Figure 29).

    youdao

  • RubyDevelopmentTools (RDT)插件名称查找代码位置已经发生变化但是基本函数许可条款本质上保留不变

    The name of the Ruby Development Tools (RDT) plug-in and where to find the code have changed, but the basic function and licensing terms have remained essentially unchanged.

    youdao

  • 注意以上包中,“eglumlmodel”作为产生egl代码uml模型名称前缀

    Note: In the above packages, "eglumlmodel" is prefixed with the name of the uml model from which egl code is generated.

    youdao

  • XMill结构编码方案每个不同元素属性名称分配一个整数代码作为进入元素和属性名称词典密钥

    The structural encoding scheme of XMill assigns each distinct element and attribute name an integer code, which serves as the key into the element and attribute name dictionaries.

    youdao

  • 此外我们现在还可以处理Unicode名称这之前,我们只能局限处理从AZ开头的名称代码复用一项出色的技术。

    Furthermore, we can now handle Unicode names as well, whereas before we were strictly limited to names that begin with a through Z. code reuse is a wonderful thing.

    youdao

  • 称为ObfuscationList.txtFileResource设计元素包含清楚易读的代码名称简短含义模糊名称映射

    A new File Resource design element called ObfuscationList.txt will contain the mapping of legible code names to the short cryptic names.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定