hardcode

  • v.编写硬代码
  • 网络硬编码;硬编码的;硬写

hardcodehardcode

hardcode

硬编码

计算机科学中,只有硬编码hardcode),以及非硬编码,有人也成为“软编码”。硬编码和软编码的区别是:软编码可以在运行 …

硬代码

程序不能有硬代码(hardcode),例如你的7就是,如果想动态,就要找出这个7的规则。 #17楼 回复于:2007-06-22 17:17:39........

硬编码的

但与 Unix 目录结构不同,多数这些位置是硬编码的(hardcode),并通过 Windows API 和注册表来查找。在 Wine 安装上这提出 …

硬写

不必硬写(hardcode)条码指令於你的应用程式。‧ 你可以利用影像功能将企业标志、浮水印、产品影像、图表、印章置於文件中 …

代码硬编码

...进行设置,大家在利用这些安全机制,往往需要在程序/代码硬编码HardCode)角色,这样就无法实现在运行期自定义角色 …

硬抠

还有人用硬抠(HardCode)方式写系统佩服佩服佩服骑自行车上班的同事更佩服走一小时路来上班的同事看到还有 HardCode 的 …

1
You could also hardcode the dataset if it was constant and relatively small, such as the list of states in the United States. 如果数据集比较小,您还可以不断加强它,例如美国的州列表。
2
Unfortunately, many users either write the password down in obvious places or hardcode the password into their communications software. 可惜,很多用户不是把口令写在明显处,就是把口令编进通信软件中。
3
Since this sender code is running in a J2EE client application, we do not hardcode the names of the JMS resources that are used. 因为发送者代码在J2EE客户端应用程序中运行,所以我们无法对所用的JMS资源的名称进行硬编码。
4
You could hardcode the coordinates of the buttons, but that would be unreliable, because the sizes change according to the text. 您可以固定编码按钮的坐标,但将会是不可靠的,因为尺寸大小会根据文本变化。
5
Previously, answering questions like these required developers to hardcode complex logic into their applications. 以前,回答这样的问题要求开发人员在他们的应用程序中硬编码复杂的逻辑。
6
Do not hardcode strings or user interface resources. 不要对字符串或用户界面资源进行硬编码。
7
Hardcode a return value of 6 for the function Area, rebuild the program, and run it again. This time the program runs without asserting. 指定Area方法的返回值为6,再重新编译程序,并运行,此时没有错误发生。
8
These artifacts hardcode a default endpoint address to be used by the requestor. 这些构件就硬编码一个默认的被请求程序使用的端点地址。
9
Antipattern: Some hardcode these values, manually, for each of the target environments, or they might use GUI tools to do the same. 反模式:一些团队为每个目标环境手工硬编码这些值,或者使用GUI工具执行同样的工作。
10
Hardcode everything from file system paths to database connection params into the code, instead of providing a configuration file. 一切都硬编码,从文件系统路径到数据库连接参数都写死在代码里,而不是提供一个配置文件。
11
So we had a lot of discussions and started to hardcode blocking classes like commons logging. 因此我们进行了大量的讨论,并开始硬编码如通用日志等模块类。
12
When you hardcode an MCAUSER, you can lock down administrative access, but you lose the ability to distinguish one user from another. 硬编码MCAUSER时,可以锁定管理访问权限,但失去了区分每个用户的能力。
13
Function, which you can use to hardcode breakpoints in source code. 函数,您可以使用它对源代码中的断点进行硬编码。
14
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来创建一个数据项,但又不能将它硬编码到应用程序中,那该怎么办呢?
15
With the exception of 0 and 1, never hardcode a numeric value; always declare a constant instead. 对于0和1的异常,不要用数值硬编码,而采用常量代替
16
It is rarely a good idea to hardcode these ports in the first place. 一开始对这些端口进行硬编码并不是好主意。
17
I don't want to hardcode the tax rate into the closure. 我不想将税率硬编码到闭包里。
18
Never hardcode strings that might change based on deployment such as connection strings. 发布时可能修改的字符串永远不用硬编码,例如连接字符串。
19
Hard code: Embedding assumptions about the environment of a system at many points in its implementation 硬编码(Hardcode):在实现过程中对系统环境作假设
20
Automatically installing URLs into the JNLP file, thereby eliminating the need for developers to hardcode URLs 自动安装URL到JNLP文件,从而免除对开发者要进行硬编码URL的要求。