What happens if you do have tabs in your code?
如果代码中有制表符,会发生什么情况?
Invoke the markup handler in your code.
如何在代码中使用markup处理程序?
Errors in PHP point you right to the error in your code.
PHP中的错误会指向代码中的错误。
You should start debugging by placing breakpoints in your code.
您应当从在代码中放置断点开始进行调试。
Merge down the latest from the work branch, and check in your code.
从工作分支中取得并合并最新的代码,然后检入你的代码。
This reduces the requirement to test the spawning process in your code.
这能减少在代码中测试生成进程的需要。
When a registered event occurs, the matching PHP method is called in your code.
当发生指定的事件时,就会调用对应的php代码。
For example, to use Shared memory in your code, use the include shown in Listing 1.
例如,要想在自己的代码中使用共享内存,就使用清单1所示的include。
Running the tests early and often gives you absolute confidence in your code all the time.
尽早运行测试通常使您在任何时候都对代码充满信心。
I'm sure you have been told a number of times that you should write comments in your code.
毫无疑问,你已经千百次地被告知,在编写代码时一定要添加注释。
Now look at these microformats in more detail to see how to implement them in your code.
现在查看这些微格式的具体信息,以查看怎样在代码中实施它们。
You don't want to include references in your code that are only applicable to one project.
不要在代码中包含仅适用于一个项目的引用。
To avoid this behavior, be sure set a breakpoint in your code before starting a debugging session.
为了避免这种状况,请确保在启动调试会话前在您的代码中设置了一个断点。
When you've defined your application class, place the following macro somewhere in your code.
定义了应用程序类之后,在代码中放上如下的宏。
If you click the marking, the editor instantly jumps to the appropriate position in your code.
如果单击此标记,编辑器将立即跳到代码中的相应位置。
Placing a few such trace messages at major decision points in your code can be surprisingly helpful.
在您代码内的主决策点放几条这样的跟踪消息会有令人吃惊的帮助效果。
Minimize the number of remote calls to reduce the overhead imposed by remote calls in your code path.
尽可能减少远程调用的数量,以减少由于代码路径中的远程调用带来的系统开销。
Later, you'll see how to encode the password so that it doesn't appear in plain text in your code.
随后,将介绍如何对密码进行编码,来避免其以明文形式在代码中出现。
ReSharper automatically detects unit tests in your code and offers comprehensive unit testing support.
ReSharper自动侦查代码中的单元测试,并提供完整的单元测试支持。
Listing 3 depicts the proposed approach to avoid concatenation in your code; it shows one solution.
清单3给出在代码中避免使用连接的建议方法;它只是解决方法之一。
Category layouts do not change over time, so you can safely store category paths permanently in your code.
类别布局并不随时间改变,因此您可以放心地将类别路径永久地存储在您的代码中。
Ok - you are done! You can now access the Ribbon and the button that you added to the Ribbon in your code.
好了,都完成了,现在已经可以使用代码来访问功能区和功能区中的按钮了。
These tests are evaluated automatically during testing, where they help catch logic bugs in your code.
这些测试在测试时自动计算,有助于捕获代码中的逻辑错误。
This month, I suggest a multifaceted approach to dealing with the less predictable defects in your code.
本月,我将为您推荐一种多层面的方法,来处理代码中那些不易预料的缺陷。
When tracing is turned on, it should be possible to understand any problem that could occur in your code.
打开跟踪的情况下,应该能够了解在代码中可能出现的任何问题。
You can visualize all of your code and look for references, or you can do a Find, looking for text in your code.
您可以将您所有的代码都可视化,并且寻找引用,或者您可以做一个查询,寻找代码中的文本。
Handle SQL exceptions in your code and run your applications to find out whether the SQL is valid or invalid.
在代码中处理SQL异常并运行应用程序,以此判断SQL是否有效。
The huge upside is that you can make changes easily and not touch all 20 (or 40!) image elements in your code.
这种模式最大的好处是可以很方便地进行更改,而不必触及代码中的全部20(或40 !)个图像元素。
The huge upside is that you can make changes easily and not touch all 20 (or 40!) image elements in your code.
这种模式最大的好处是可以很方便地进行更改,而不必触及代码中的全部20(或40 !)个图像元素。
应用推荐