A. it is very hard to break a code without the code book.
没有密码本的情况下去破解密码是很难的。
This war is. But there'll be others. And we know how to break a code that everybody else believes is unbreakable.
这场结束了,还会有其他的。而我们知道怎样能破解别人不能破解的代码。
However, it constructs in the myth system conceals the universal symbol and the prototype theme not yet obtain break a code fully.
然而,它所建构的神话系统中所隐含的普遍象征性与原型题旨尚未得到充分破译。
If calling code ignored the API and manipulated data structures in the library code, this independence would be lost since a change in the library's implementation might break the misbehaving client.
如果调用代码忽略api并处理库代码中的数据结构,那么将丧失这种独立性,因为库实现中的改变可能破坏行为失常的客户端。
For example, when you make a change in the code, make sure you do regression testing to be sure you did not break any other code in the program.
例如,当在代码中进行更改时,请确保进行回归测试,从而确保不会破坏程序中的任何代码。
For example, the semantics of return, break, and this are different in a block of code than they are in a Runnable (or other inner class instance) that represents the same block of code.
比如,return、break和this在某一代码块中的语义与其在Runnable(或其他内部类实例)中同一代码块中的语义是不同的。
Often, code that works in a local workspace turns out to break (or break some other code) at build time — an everyday cause of delays on most projects.
常常,在本地工作区可以工作的代码在构建时刻就出现失败(或者破坏其他代码)——这是大多数项目每天延迟的原因。
It wasn't a subtle break either, the difference between VB 6 and VB 7 made moving forward with existing code neigh impossible for all but the most trivial of applications.
破坏不止一处两处,VB6和VB7之间存在的差异,使得将已有代码从前者直接迁移到后者几乎成了不可能完成的任务。
The flows within the team break down if a fix is checked-in without updating the bug report, or if there is no link to connect the fix to a particular code stream and build.
如果签入某个修复而没有更新错误报告,或者如果不存在将修复与特定代码流和构建版本联系起来的纽带,则团队中的流就会中断。
When you modify old code you have to both test your changes and then perform a set of regression tests to make sure you didn't break any of the existing code.
而当你修改旧有代码时,你不得不既要测试你更改的部分,还要进行一系列的兼容测试,以保证你没有破坏任何的旧有代码。
Such code is not part of the build, so checking in a broken experiment does not, by definition, break the build.
这样的代码不属于构建,所以就算提交了残缺的试验性代码也不能破坏构建本身。
It is a good idea to already have your break point set in the agent code.
最好是代理代码中已经设置了断点。
But the real problem with unit tests as I've discovered is that the type of changes that you tend to make as code evolves tend to break a constant percentage of your unit tests.
但我认为单元测试的真正问题在于人们改进代码的同时也会破坏同等数量的单元测试。
It is a bad idea to rely on this kind of security, however, because skilled attackers are still going to be able to break your code if it wasn't designed properly in the first place.
但是,依靠这种安全性不是个好主意,因为如果程序码首先设计有问题的话,技术高超的攻击者仍能破坏它。
Refactoring: Refactor out any duplicate code generated in a coding session. You can do this with confidence that you didn’t break anything because you have the tests.
求精(Refactoring):去掉在编码过程中产生的任何重复代码,你可以自信地认为这么做不会破坏任何东西,因为你还有测试作为后盾。
To use it, set a breakpoint by clicking to the left of the line of code you'd like to break on within the Python editor.
要使用调试器,可在Python编辑器中想中断的代码行的左侧点击,设置断点。
The initial lines of code obtain a connection to the production database, followed by a series of show status queries that let you calculate queries per minute and then break them down by type.
代码开始的几行获得到生产数据库的连接,接着是一系列showstatus查询,让您计算每分钟的查询数,并按类型把它们分开。
If everyone fully understands and adheres to the contract of the functions of a particular DLL, shouldn't updating that DLL in theory not break any code?
假如每个人都完全理解并且遵循特定dll的功能契约,那么在理论上,是否不应该升级dll,以避免对某些代码的破坏?
Instruction has the smallest possible instruction size enabling code patching with a break point and generating minimal disturbance to the surrounding code.
指令具有使通过断点修补代码成为可能并对环境代码的影响最小的可能的最小指令大小。
One very likely use is as a replacement for passing a cumbersome number of parameters to the stylesheet. You can break a string into lines of text using the following code.
一种很有可能的用法是代替向样式表传递大量的参数。
You don't need a TAB before a line break, only after, but somehow, these sneak into the code.
在行分隔符之前你不需要标签,只是分隔符之后,你需要一个,那么,这些标签会偷变成了代码。
The first could allow the hacker to break into a Windows system and run any programs or code they choose by sending a specially designed network message.
一是可能允许黑客用输入一种特别编制的网络信息,闯入一种视窗系统,操纵全部程序或由他们任意编码。
Instead, you set a breakpoint in the stored procedure code, and press Continue (F5) to execute code up to the break point.
而应当在存储过程代码中设置断点,并按“继续”(F 5)执行代码直到断点。
In most cases, you are not allowed to make changes to code declarations, such as property, method, or class declarations, that affect the public structure of a class while in Break mode.
在中断模式的大部分情况中,都不允许您对影响类别公用结构的程序码宣告(例如属性、方法,或类别宣告)进行变更。
The first could allow the hacker to break into a Windows system run any programs or code they choose by sending a specially designed network message.
一是可能允许黑客用输入一种特别编制的网络信息,闯入一种视窗系统,操纵全部程序或由他们任意编码。
For example, the library programmer must agree to not remove existing methods when modifying a class in the library, since that would break the client programmer's code.
例如,库编写者必须保证在修改库中的一个类时,不去掉已经存在的方法,否则会导致客户代码的崩溃。
It also takes a lot of time to do a good code review, so it's standard practice to break large changes into smaller, more review-friendly pieces.
当然一次优秀的代码审核也是相当耗费时间的,因此需要有一定标准把大的修改变成许多小修改,生成更多友好的代码片段。
You can tell the debugger to break on any exception that is not handled by a handler in user code (" My code ").
您可以让调试器在遇到任何未由用户代码(“我的代码”)中的处理程序处理的异常时中断执行。
However, it often is useful to break up a more complicated query into multiple queries because the resulting code is more modular and easier to maintain.
但是,将一个比较复杂的查询分解成多个查询通常很有好处,因为这样产生的代码更加模块化,更易于维护。
However, it often is useful to break up a more complicated query into multiple queries because the resulting code is more modular and easier to maintain.
但是,将一个比较复杂的查询分解成多个查询通常很有好处,因为这样产生的代码更加模块化,更易于维护。
应用推荐