Some issues require re-programming and changing entire sections of code logic.
有些问题需要重新编程并改变模块的全部代码逻辑。
Mock objects are used to test a portion of your code logic in isolation from the rest of the code.
模仿对象用来单独测试代码逻辑的一部分。
Review the comments in this file to understand the code or refer to the next section, which provides a high-level description about the code logic.
通过这个文件中的注释了解代码的作用,或者参考下一节中对代码逻辑的解释。
Review the comments in these files to understand the code or refer to the next section, which provides a high-level description about the code logic.
通过这些文件中的注释了解代码的作用,或者参考下一节中对代码逻辑的解释。
With shadow trees this code logic can rely on an SVG sub-tree that is not easily available to external code, though it can still be accessed if needed.
通过影像树,这些代码逻辑可以依靠那些不容易被外部代码访问的svg子树——尽管在需要时仍然能够访问。
Your mission is to create a UML model for the business logic, and to code the application.
您的任务就是为业务逻辑创建一个uml模型,以及为应用程序编写代码。
MVC developers can frequently "cheat" by including business logic code directly in the presentation layer, instead of the service layer where it belongs.
MVC开发人员通常直接在表示层中包含业务逻辑代码进行 “欺骗”(而不是包含到它所属的服务层中)。
Listing 3 shows the same code with logic added that tests for word string length and frequency.
清单3展示了相同的代码,但是添加了测试单词字符串长度和频率的逻辑。
The power of this layer is in separating data access code from the business logic for disparate data store technologies.
该层的作用在于针对不同的数据存储技术,从业务逻辑中分离数据访问代码。
Supporting dynamic forms with dynamic sets of records requires complicated code and logic.
支持包含动态记录的动态表单需要复杂的代码和逻辑。
Identified defects may potentially need to be resolved in the model, in the manually developed business logic code, the model transformations, or some combination of these.
已确认的缺陷可能需要在模型中解决,在人工开发的业务逻辑代码中,要在模型转换,或它们的组合中解决。
This sort of thinking requires a decoupling of interaction code from business logic, which (as you already know) is a best practice to begin with!
这种思路需要把交互代码从业务逻辑中分离出来,正如您已经了解的,这是最佳的入门实践!
Therefore, they are able to keep a loose-coupled level among different components so that they can focus on their business logic code.
因此,在不同的组件之间可以保持一定程度的松散耦合,这让他们可以专注于自己的业务逻辑代码。
Aspect technology can be a very effective way to introduce architectural mechanisms without touching the business logic code in the IDE.
引入体系架构机制而不接触IDE中的事务逻辑代码,使用面向方面技术是一个非常有效的方法。
In this case, your transaction demarcation code is intermixed with code that implements the business logic.
在这种情况下,事务界定代码与实现业务逻辑的代码混杂在一起。
In Listing 12, you should see some similar code, yet this code has logic for mapping a list of test cases.
在清单12中,您将看到一些非常类似的代码,不过这些代码的逻辑是用来映射一个测试用例列表的。
The code in Listing 8 does the same thing as the original code, but the logic for handling states has been put into one object for each state.
清单8中的代码完成的工作与初始代码相同,但是用于处理状态的逻辑已经被放入每个状态的一个对象中。
If you want to avoid the exception, then the data must be truncated to fit the field and you must code additional logic to do the truncation.
如果您希望避免该异常,则必须将数据截断以适应该字段,并且必须编写附加的逻辑代码来处理截断。
It assists developers in providing request and response handling features so that the developer has to only code the actual business logic implementation.
它可以帮助开发人员提供请求和响应处理功能,因此开发人员只需要编写实际的业务逻辑实现代码。
Deployment of a new revision: Generally, these are major updates to the application logic, possibly including code additions or deletions, or other significant modifications to business logic.
新修订的部署:通常,这些是对应用程序逻辑的较大更新,可能包括添加代码或删除代码,或对业务逻辑的其他大修改。
In order to build a middleware bridge between the front-end CGI display code and the back-end database and business logic code, an API that allows all necessary data access must be defined.
为了在前端CGI显示代码和后端数据库及业务逻辑代码之间构建一个中间件桥,必须定义一个允许所有必需数据访问的API。
Defensive programming constructs have prevented many a defect, but the constructs themselves tend to litter code with repetitive logic.
防御性编程结构阻止了一个又一个缺陷,但这些结构本身却不免为代码添加了重复的逻辑。
Transparency: The pre - and post-condition code isn't mixed with business logic.
透明性:前置和后置条件代码不与业务逻辑混合。
Business logic code that USES a service locator avoids becoming cluttered with directory lookup code, and so is easier to understand.
业务逻辑代码使用服务定位器避免目录查找代码变得混乱,因此它很容易理解。
Your business logic code does not need to know the details of what happens behind the adapter curtain.
业务逻辑代码不需要知道适配器内部发生的详细情况。
There's nothing special about this code — it's the same logic that you'd write to connect to any DB2 database.
关于该代码没有什么特殊的——与编写到任何DB 2数据库的连接的逻辑相同。
Specifically, DAO separates business logic from database persistence code.
具体来说,DAO将业务逻辑与数据库持久性代码分隔开来。
The Page Code method contains logic to retrieve the list of departments (see Listing 4).
PageCode方法包含了检索部门列表的逻辑(见于列表4)。
Server-side code: backend logic that generates data requested by the client.
服务端代码:用于反馈客户端所需数据的后台逻辑。
Server-side code: backend logic that generates data requested by the client.
服务端代码:用于反馈客户端所需数据的后台逻辑。
应用推荐