Jump to content

Translations:Automapper/56/zh: Difference between revisions

From DDraceNetwork
Darkh (talk | contribs)
Created page with "通过在段落中添加代码<code>NoLayerCopy</code>可以[https://en.wikipedia.org/wiki/In-place_algorithm 快速替换贴图],显著改善性能,因为自动贴图在应用前不会再缓存更改。但是也可能会造成一些意外结果!"
 
Darkh (talk | contribs)
No edit summary
 
Line 1: Line 1:
通过在段落中添加代码<code>NoLayerCopy</code>可以[https://en.wikipedia.org/wiki/In-place_algorithm 快速替换贴图],显著改善性能,因为自动贴图应用不会缓存更改。但是也可能会造成一些意外结果!
通过在段落中添加代码<code>NoLayerCopy</code>可以[https://en.wikipedia.org/wiki/In-place_algorithm 快速替换贴图],显著改善性能,因为自动贴图每条规则替换都直接应用于图层,而不会暂时缓存。但是也可能会造成一些意外结果!

Latest revision as of 16:21, 8 February 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Automapper)
Adding <code>NoLayerCopy</code> in a section will cause it to run [https://en.wikipedia.org/wiki/In-place_algorithm in-place]. This can drastically improve performance, because the automapper doesn't copy it's changes into buffer memory before applying it. But it can cause unintended side effects!

通过在段落中添加代码NoLayerCopy可以快速替换贴图,显著改善性能,因为自动贴图每条规则替换都直接应用于图层,而不会暂时缓存。但是也可能会造成一些意外结果!