separated code meaning in English
分离码
Examples
- The jvm has separate code paths for contended " slow path " and uncontended " fast path " lock acquisition
Jvm对于竞争锁请求和非竞争锁请求有不同的代码路径,分别是“慢路径”和“快路径” 。 - Since most recent architectures separate code and data , one may be tempted to believe the work at this stage to be trivial
由于大多数近代体系结构区分开代码和数据,因此你可能倾向于认为该阶段工作无足轻重。 - To resolve this condition , the web service must be defined within a single class definition in a separate code file or " code - behind " file
若要解决此问题,必须在单独的代码文件或“代码隐藏”文件中的单个类定义中定义web服务。 - Instead of writing separate code to handle each individual object , you can use the same code to process all the elements of a collection
代替编写不同的代码来处理每一单独的对象,您可以使用相同的调用代码来处理一个集合的所有元素。 - There are ways around this limitation , but the workarounds are messy - you generally need to find a way to merge the separate code inserts into a single block
有可能绕过这项限制,但是绕过是很复杂的- -通常需要设法将分别插入的代码合并为一个块。