首页 / 词典 / good

hardcode

  • 网络硬编码;硬编码的
hardcodehardcode
  1. I don 't want to hardcode the tax rate into the closure .

    我不想将税率硬编码到闭包里。

  2. Previously , answering questions like these required developers to hardcode complex logic into their applications .

    以前,回答这样的问题要求开发人员在他们的应用程序中硬编码复杂的逻辑。

  3. Never hardcode strings that might change based on deployment such as connection strings .

    发布时可能修改的字符串永远不用硬编码,例如连接字符串。

  4. These artifacts hardcode a default endpoint address to be used by the requestor .

    这些构件就硬编码一个默认的被请求程序使用的端点地址。

  5. So we had a lot of discussions and started to hardcode blocking classes like commons logging .

    因此我们进行了大量的讨论,并开始硬编码如通用日志等模块类。

  6. Unfortunately , many users either write the password down in obvious places or hardcode the password into their communications software .

    可惜,很多用户不是把口令写在明显处,就是把口令编进通信软件中。

  7. You could also hardcode the dataset if it was constant and relatively small , such as the list of states in the United States .

    如果数据集比较小,您还可以不断加强它,例如美国的州列表。

  8. You could hardcode the coordinates of the buttons , but that would be unreliable , because the sizes change according to the text .

    您可以固定编码按钮的坐标,但将会是不可靠的,因为尺寸大小会根据文本变化。

  9. When you hardcode an MCAUSER , you can lock down administrative access , but you lose the ability to distinguish one user from another .

    硬编码MCAUSER时,可以锁定管理访问权限,但失去了区分每个用户的能力。

  10. So , if you need a UID to create a data item , but can 't hardcode it into your application , how can you do it ?

    那么,如果您需要一个UID来创建一个数据项,但又不能将它硬编码到应用程序中,那该怎么办呢?

  11. Alternatively , if you don 't want to hardcode the state name , you can use a variable and dynamically pass the value to your query method when it runs .

    您还可以选择,如果您不想硬码状态名,您可以使用一个变量,并动态的将此变量在查询运行时,传递给查询方法。

  12. When developing service consumer code , keep in mind that there may be service intermediaries or other providers , and don 't hardcode any information about an instance of a provider .

    当开发服务使用者的代码时,请记住,可能存在服务中间层或其他提供者,请不要对某个提供者的实例的任何信息进行硬编码。

  13. If you hardcode your process-execution layer in a Java class , your workflow is no longer configurable , whether or not you use IoC to configure the task layer .

    如果以Java类的形式硬编码流程执行层,那么这个工作流程就不再是可配置的了。您要不要使用IoC来配置任务层呢?

  14. While you can hardcode the value for this attribute , it ? s probably most useful when you programmatically assign a value to this attribute based on a certain logic in the code .

    虽然您可以为这个属性设置固定的值,但是可能最有用的方式是,根据代码中的逻辑、以编程的方式给这个属性赋值。

  15. In the domain of diagnosis of plant diseases and insect pests , traditional expert systems hardcode the knowledge structure during design period , so they are not easy to be extended without rewriting the source code .

    在农业病虫害诊断领域,传统的专家系统往往在设计时就硬编码好了知识结构,在不重新改动代码的情况下,具有很差的扩展性。

  16. This revised method takes an incoming SDO data object and inspects all of the fields and values in it , without any of the drawbacks of having to hardcode parameter or object values .

    这个经过修订的方法接受传入SDO数据对象,并检查其中的所有字段和值,而没有必须硬编码参数或对象值的缺点。

  17. While it 's safe to hold a local cache of commonly-used item UIDs in your application , do not hardcode them in the same way that category paths can be .

    尽管在您的应用程序中持有一个常用项目UID的本地缓存没有问题,但不要像类别路径一样将它们硬编码。

  18. In some cases ( particularly with Broadcom NICs and Cisco switches ), you may have to hardcode the speed / duplex on the card and on the switch end .

    在某些情况下(尤其是BroadcomNIC和Cisco交换机),您只能在网卡和交换机上都硬编码速率/双工模式。

  19. Since this sender code is running in a J2EE client application , we don 't hardcode the names of the JMS resources that are used ; we use the java : comp / env namespace instead .

    因为此发送程序代码运行于J2EE客户机应用程序,我们没有硬编码已使用的JMS资源的名称,而是使用java:comp/env命名空间。