Some issues require re-programming and changing entire sections of code logic.
有些问题需要重新编程并改变模块的全部代码逻辑。
The source file provides comments that will help you to understand the 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子树——尽管在需要时仍然能够访问。
The relational version of the code introduces more logic into the application.
代码的关系版本向应用程序引入了较多的逻辑。
Sometimes they have both and separate the UI, code from the business logic.
有时候同时具有这两种接口,并将UI、代码和业务逻辑分离开了。
Design by contract is a tool for finding and fixing logic bugs in code.
契约式设计是一种发现和修复代码中逻辑错误的工具。
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展示了相同的代码,但是添加了测试单词字符串长度和频率的逻辑。
Supporting dynamic forms with dynamic sets of records requires complicated code and logic.
支持包含动态记录的动态表单需要复杂的代码和逻辑。
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 Listing 12, you should see some similar code, yet this code has logic for mapping a list of test cases.
在清单12中,您将看到一些非常类似的代码,不过这些代码的逻辑是用来映射一个测试用例列表的。
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.
如果您希望避免该异常,则必须将数据截断以适应该字段,并且必须编写附加的逻辑代码来处理截断。
Client code calling the data logic method can catch the user-defined exception.
客户端代码调用数据逻辑方法可以捕获用户定义的异常。
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.
业务逻辑代码使用服务定位器避免目录查找代码变得混乱,因此它很容易理解。
Edit the generated code and implement the business logic of the application.
编辑生成的代码并运行程序的业务逻辑。
Your business logic code does not need to know the details of what happens behind the adapter curtain.
业务逻辑代码不需要知道适配器内部发生的详细情况。
The sample code has logic to handle this gracefully.
样例代码可以非常优雅地处理这个问题。
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.
服务端代码:用于反馈客户端所需数据的后台逻辑。
You can also reference other classes, functions, and subs from script libraries if the code or logic you require has already been written.
如果已经编写了所需的代码或逻辑,那么您还可以从script库中引用其他类、函数和sub。
Spring takes care of all the cumbersome and complex code and logic needed to create a PDF.
Spring将处理创建p DF时所需的全部麻烦而复杂的代码和逻辑。
Spring takes care of all the cumbersome and complex code and logic needed to create a PDF.
Spring将处理创建p DF时所需的全部麻烦而复杂的代码和逻辑。
应用推荐