separated code meaning in English
分离码
Examples
- The naive approach to supporting a combination of source code and bytecode generation is to just provide two completely separate code generation implementations
仅仅通过提供两个完全独立的代码生成实现来支持源代码和字节码生成的合并是一种自然的方法。 - If you are using a single - file asp . net page , the code illustrated in this walkthrough will work , but will appear in source view , not in a separate code file
如果使用的是单一文件asp . net页,本演练中阐释的代码也可以使用,但将在源视图中显示,而不是在单独的代码文件中显示。 - To make this possible , you should separate textual data from codes , and separate codes relating to cultural convention from the basic application that deals with business logic
为了使该需求可行,应该将文本数据与代码分离,并把与文化习惯有关的代码和处理业务逻辑的基本应用程序分离。 - In the code - behind model , the page s markup and server - side elements , including control declarations , are in an . aspx file , while your page code is in a separate code file
在代码隐藏模型中,页的标记和服务器端元素(包括控件声明)位于. aspx文件中,而您的页代码则位于单独的代码文件中。 - Therefore , it is generally better to separate code on which persisted data dependencies rely such as user - defined types and indexes using user - defined functions from code that does not have such persisted data dependencies
因此,通常将持久化数据相关性依赖(例如使用用户定义函数的用户定义类型和索引)的代码与没有这种持久化数据相关性的代码分开更好。