目前,我无法复制错误的信息,你正经历着你所拥有的提供。
Presently, I am unable to reproduce the error you are experiencing with the information that you have provided.
流感病毒在自身复制时通过一系列的复制错误也在不断的进行变异。
Flu viruses also mutate, by making mistakes when replicating.
突变可以是由辐射、化学作用、外部病原体(如:病毒)或细胞分裂时基因组复制错误造成。
Mutations can be induced by radiation, chemical treatment, foreign pathogens (e.g. viruses), or due to errors that occur during replication of the genome each time a cell divides.
没有规则的复制错误将在他们的编码中产生差别,这些编码用来表示虚拟世界中这些阿维达人状况的好坏.
The random copying errors create differences in their code which dictate how well, or badly, they will perform in their simulated world.
当流感病毒由一个人或一只鸟传给另一个人或鸟时,由于病毒复制错误,它们通常会带上基因中的随机变化。
As influenza viruses pass from one person, or bird, to another, they normally pick up random changes in their genes because of errors in viral replication.
而且细胞分裂时可能会产生致命的基因复制错误。据此怀疑主义者们说,走向衰老仍是人类不可避免的未来。
Add that to the dangerous genetic copying errors that occur as cells divide and, for these naysayers, growing old remains an unavoidable future for humanity.
他将执行任务好的大脑挑出来并复制一份,这些大脑拷贝执行进化的指令中带有不规则的复制错误,就像“阿维达人”创建带有复制错误一样。
He picks the brains that do well at the task, and then makes copies of them, with the random errors in the instructions that, as with the Avidians, lead to evolution.
此举效仿了多家其他杂志的做法,数据分析的基本错误正造成很多已发表的研究成果不可复制,此前人们普遍关注这个问题。
The policy follows similar efforts from other journals, after widespread concern that basic mistakes in data analysis are contributing to the irreproducibility of many published research findings.
加兹达也认同将这些罗马雕塑复制品当作单纯的复制品且不考虑其本身所具有的罗马特色的功能以及意义而将这些复制品处理掉是一个错误。
Gazda also believes that it's been a mistake to dismiss the Roman copies as copies for copy's sake and not to consider the Roman function and meaning of the statues.
只有当没有错误被发现时才会执行复制的操作。
他确认预定的复制完成时没有错误。
He verifies that the scheduled replications completed without errors.
从一个应用程序向另一个复制和粘贴不但耗时,而且会导致错误,使用逗号隔开值格式和其他技术转移信息又比较笨拙。
Copying and pasting from one application to the other takes time and is subject to error, and transfer of information using comma-separated values and other techniques is clunky at best.
关于复制冲突的关键点是处理错误是特定于域的。
The key point about replication conflicts is that handling the errors is domain-specific.
如果复制失败,那么脚本将退出并显示一条消息,对错误进行详细说明。
If the copy is unsuccessful, then the script exits with a message, detailing the error.
乍一看,该策略似乎是一个好方法——但代码副本有错误,所以整合这些复制路径应该是一种改进。
At first glance, this strategy seems like a good idea — code duplication is a bad thing, so consolidating these duplicated paths should be an improvement.
复制结果显示为警告框,通过成功或错误处理程序激活。
The result of the replications is shown as an alert box, activated through the success or error handler.
错误修正、添加、移除及初始化同步复制都是费事的,且相关操作创建实例间的紧耦合。
Fault fixing, adding, removing, and initially synchronizing replicates are all expensive and involved operations that create tight coupling between instances.
问题1:收到关于复制表名的一个错误。
Problem 1: You receive an error about the replicated table name.
请记住,写文章的人也是一个人,有犯错误的权利,但在你的翻译中,你不应该复制同样的错误。
Keep in mind that the person who wrote the text is a human being and has the right to make mistakes, but you should not replicate that same mistake in your translation.
在以下情况下可能重新设置此设置:故障转移、首选服务器更改、缓存文件不可访问、复制间隔错误,或者在其他任何需要与新的服务器邮件文件进行同步时。
This setting can be reset by failover, preferred server change, unreachable cache file, replication interval setback, or any other time you need to synch with a new server mail file.
我们先来看看触发器过程;在下一小节中再讨论批量复制,将错误日志记录机制用于其他用途。
Let's look at the trigger procedures first; come back to the bulk copy in the next section, where you'll use the error-logging mechanism for additional purposes.
在使用清单1中的方法时,如果复制过程发生任何错误,那么脚本将退出,以阻止脚本在出现错误后继续执行。
Using the approach in Listing 1, the script exits if there is any error in the copy process, thus not allowing the script to carry on processing if there is an error.
复制文档不仅要复制主文件还要复制它链接的文件,可能造成处理错误。
Copying a document involves copying not only the main file but also the files it links to, which can result in manipulation errors.
如果在此流程中出现任何错误,复制的数据对操作系统不可用,则灾难的影响将会加剧。
If anything goes wrong in this process and the replicated data is not available to the operating systems, then the impact of your disaster will continue to compound.
Queueerroraction:如果在某一个队列中发生错误,复制程序将采取的行动。
Queue error action: What the replication programs do if an error occurs at one of the queues.
如果源端口类型中至少有一个元素没有被复制,那么将抛出异常,并显示错误消息Duplicates arenot allowed。
If at least one element in the source port type is not duplicated, the drop happens and the error message Duplicates are not allowed is displayed.
由于内部错误,Windows无法复制安装文件。
Windows was unable to copy installation files due to an internal error.
必须移动(而不是复制)ilwwcm-*.jar文件,否则就会产生错误。
问题是程序员可能会无意中编写这样的代码(比如,由于“复制和粘贴”操作,错误地在字段声明中包括静态修饰符)。
The problem is that programmers could accidentally write such code (say by mistakenly including a static modifier in a field declaration, due to copy-and-pasting).
问题是程序员可能会无意中编写这样的代码(比如,由于“复制和粘贴”操作,错误地在字段声明中包括静态修饰符)。
The problem is that programmers could accidentally write such code (say by mistakenly including a static modifier in a field declaration, due to copy-and-pasting).
应用推荐