单词 | line of code |
释义 | 例句释义: 代码行,代码行法,程式行数,程式行度量法 1. Believe it or not, this example is just a single, chained, line of code spread out with whitespace. 不管您是否相信,这个示例只是一行满是空白的被链接的代码。 www.ibm.com 2. Q. What happens if I assign a number with a decimal point to an integer rather than to a float? Consider the following line of code. 如果把一个小数赋给一个整型变量而不是浮点型变量,将会发生什么?考虑下面这行代码。 xcf-007.blog.163.com 3. Through the magic of dynamic proxies, EasyMock enables you to create a basic implementation of any interface with just one line of code. EasyMock使用动态代理,让您只用一行代码就能够创建任何接口的基本实现。 www.ibm.com 4. I've given Pixie the name of my object (Todo list), and asked it to be stored as well in this one line of code. 在这行代码中,我已经把对象的名称(Todolist)告诉了Pixie,并请求将该名称也存储起来。 www.ibm.com 5. If a particular line of code is causing an error, include enough code to make it clear what that line is trying to accomplish. 如果是某行代码导致了问题,应附上足够的代码以让人明白这行代码需要完成什么任务。 msdn2.microsoft.com 6. If you know the number of a specific line of code you want to view in an open document, you can navigate directly to that line number. 如果您知道希望在打开的文档中查看的特定代码行的编号,则可以直接定位到该行号。 technet.microsoft.com 7. Ideally, every line of code should be read by at least two people: its author, and a reviewer. 理想情况下,每一行代码都要被两个人看过,作者和审核人。 blog.sina.com.cn 8. You do this by letting the agent perform a server-side redirect to your XML view as shown in the next line of code. 这是在代码的下一行中完成的,即让代理执行到您的XML视图的服务器端重定向操作。 www.ibm.com 9. To see if an exception is raised in a certain line of code, you can add an assert false statement just after that line. 要查看在某行代码中是否抛出异常,您可以直接在这行代码之后加入assertfalse语句。 www.ibm.com 10. Procedure, you simply add a line of code to your program with the name of your procedure, as shown below. 过程,只需向程序中添加一行包含过程名称的代码,如下所示。 msdn2.microsoft.com 1. If you know the specific line of code you need to view in an open document , you can navigate directly to that line number . 如果您知道需要在打开的文档中查看的特定代码行,可以直接定位到该行号。 www.bing.com 2. Two or more different changes to the same line of code in situations where two or more developers have checked out and edited the same file. 在两个或者多个开发人员签出并编辑同一个文件的情况下对同一行代码的两个或者多个不同的更改。 msdn2.microsoft.com 3. This line of code creates a connection to the page above and allows you to start reading it much like a local file. 这行代码将创建一个与以上页面的连接,并允许您开始像读取一个本地文件一样读取它。 www.ibm.com 4. You can nest comments within a DMX statement, include them at the end of a line of code, or insert them on a separate line. 您可以在DMX语句中嵌入注释,将其加在代码行末尾,或者单独插入一行。 msdn2.microsoft.com 5. As you do this, the insertion point in the code editor jumps to the line of code where the selected problem occurs. 在进行此操作时,代码编辑器中的插入点会跳到发生所选问题的代码行。 msdn2.microsoft.com 6. As you've probably figured out, we'll hit trouble with that last line of code. 您可能已经发现了,代码的最后一行将会带来问题。 www.ibm.com 7. 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编辑器中想中断的代码行的左侧点击,设置断点。 www.ibm.com 8. The second line of code in the example defines the event member in your class for an event that has no data. 示例的第二行代码为类中没有数据的事件定义事件成员。 msdn2.microsoft.com 9. Views can be created or destroyed at runtime, and moreover a single line of code can cause the creation of an arbitrary number of views. 视图能在运行是被创建或销毁,此外唯一的代码行可能导致创建多个视图。 www.openface.org.cn 10. Double clicking on an error in the Tasks view will take you to the offending line of code. 双击Tasks视图中的错误,便可找到那条讨厌的代码行。 www.ibm.com 1. The Rule string applied to rule_to_function is scanned into a tuple with the first line of code. 第一行代码将传给rule_to_function的Rule字符串扫描进一个元组(tuple)。 www.infoq.com 2. With one line of code, this code maps a data model to a set of dynamically generated web forms. 只需要一行代码,这行代码映射到一个数据模型,并动态生成一套webforms。 www.infoq.com 3. Executes the next line of code but does not follow execution through any function calls. 执行下一行代码,但不继续执行任何函数调用。 msdn2.microsoft.com 4. This article shows how to incorporate capacitive sensing features into a simple embedded system without writing a single line of code. 本文介绍的是,如何将电容式感应特色融入至一个简单的嵌入式系统之中,而无需编写一行代码。 www.bing.com 5. Do not use comments at the end of a line of code. 不要在代码行的结尾处使用注释。 msdn2.microsoft.com 6. You then apply the Skin with a single line of code, which eliminates the need to manually specify the Style of each individual Control. 你主需要一行代码就能应用这个皮肤,免去了手动为每个控件去指定样式。 game.ceeger.com 7. Alternatively, you can click in the area to the left of a line of code to set or clear a breakpoint. 也可以单击代码行左侧的区域来设置或清除断点。 msdn2.microsoft.com 8. Notice that I'm using white space to separate the parts of what is (from a Java syntax standpoint) a single line of code. 注意,我使用空格来分隔那部分单一代码行(从Java语法角度来看)。 www.ibm.com 9. This catch-all ensures that with a single line of code per model, I can invoke all relationships on all of our model tests. 这种“一网打尽”的做法能确保用每个模型使用一行代码即可调用所有模型测试中存在的关系。 www.ibm.com 10. This execution flow, presented in a textual or graphical fashion, points a developer directly to the line of code involved. 这个执行流程,以文本或者图表的形式显示,开发人员可以直接指出所包含的代码行。 www.ibm.com 1. If you create a Prefab and perform all your setup before-hand, you use one line of code to perform the creation and setup of each brick. 如果你创建一个预置物体,在执行前都设置好,使用一行代码就可执行创建和设置每一块砖。 game.ceeger.com 2. Actual Web Album allows you to create a professional gallery without writing a single line of code. 实际的网络相册可让您建立一个专业画廊,没有以书面形式单一的代码行。 xtdownload.com 3. As you saw in the third article in this series, Rails's metaprogramming strategy makes each line of code work harder. 正如您在本系列的第三篇文章中看到的,Rails的元编程策略使每行代码都执行更多的任务。 www.ibm.com 4. When the Case Else line is reached, the next line of code is run before moving to End Select. 当到达CaseElse行时,转到EndSelect之前将会运行下一行代码。 msdn2.microsoft.com 5. Blocks. The opening and closing comment tags can appear on the same line of code or can be separated by many commented-out lines. 开始和结束注释标记可以出现在同一行代码中,也可以由许多被注释掉的行隔开。 msdn2.microsoft.com 6. Every page will still end in a script, but you will have drastically minimized places where you must make a change to a single line of code. 每个页面仍以脚本结束,但是您要彻底地把那些您必须对单行代码作更改的地方降到最少。 www.ibm.com 7. In truth, the best software engineers are craftsman, bringing energy, ingenuity, and creativity to every line of code. 事实上,最优秀的软件工程师是工匠,他们能把能量、独创性和创造力融入到每一行代码中。 www.cnbeta.com 8. The problem with this line of code is that the variable instance can become non-null before the body of the Singleton constructor executes. 这行代码的问题是:在Singleton构造函数体执行之前,变量instance可能成为非null的。 www.ibm.com 9. After I added the stack state tracking, bytecode problems became traceable to a particular line of code. 在添加了堆栈状态跟踪之后,字节码问题的跟踪可以精确到代码的具体行。 www.ibm.com 10. Using Visual Studio 2005 greatly simplifies the task of building Windows applications, requiring you to write not a single line of code. 使用VisualStudio2005可以极大地简化构建Windows应用程序的任务,而不需要编写任何代码。 www-128.ibm.com 1. With this machinery in place, you can then easily bootstrap a DOM implementation, using the line of code shown in Listing 3. 适当地使用这种方法,那么就可以使用如清单3所示的那行代码来方便地自举DOM实现。 www-128.ibm.com 2. You also have to review every line of code to find this particular hole, assuming you understood that it existed. 假设您了解缓冲区溢出问题的存在,则您也不得不检查每一行代码以发现这个特殊的漏洞。 www.ibm.com 3. That's annoying, but not too confusing once you know what's happening, because you'll still see the correct line of code. 这有点烦人,但是如果您已经知道这是怎么回事,您也就不会再困惑了,因为您仍可以看到代码的正确行数。 www.ibm.com 4. when the program is run , breakpoints force it to stop and go into break mode when that line of code is reached. 当程序运行到该代码行时,断点会强制程序停止并进入中断模式。 www.ichacha.net 5. Either command instructs the debugger to execute the next line of code. 这两个命令都指示调试器执行下一行的代码。 msdn2.microsoft.com 6. Alternatively, you can apply a hack to force content assist to work by first entering a benign line of code that identifies the type. 另外,可以应用一个hack迫使内容助手先输入一行良性代码确定类型再开始工作。 www.ibm.com 7. Another common use for comments is to temporarily prevent a line of code from executing while you debug your program. 注释的另一个用处是在调试程序时暂时阻止一行代码运行。 msdn2.microsoft.com 8. For purposes of this example, it can be any JSP file with a single line of code to print HelloWorld on the screen. 对于这个例子来说,它可以是任何JSP文件,只要包含一行向屏幕上打印HelloWorld信息的代码即可。 www-128.ibm.com 9. Lists the number of the line of code where the bookmark is located. 列出书签所在的代码行的行号。 msdn2.microsoft.com 10. Statement passes control back to the line of code where the error first occurred. 语句将控制传递回最先发生错误的代码行。 msdn2.microsoft.com 1. Virtual Space mode, spaces are inserted at the end of each line of code. “虚空格”模式中,在每行代码的结尾都插入空格。 technet.microsoft.com 2. Before you troubleshoot the error, try to isolate a single line of code that may be causing the problem. 在解决错误之前,尝试隔离一行可能导致问题的代码。 support.microsoft.com 3. In addition, My. Application gives you direct access to a wealth of application-level information in a single line of code. 另外,My.Application允许您直接访问单行代码中大量的应用程序级信息。 msdn2.microsoft.com 4. This is required to execute the new line of code you just added, in order for your error fix to be recognized. 若要执行刚添加的新代码行就需要这样做,以便识别错误修复。 msdn2.microsoft.com 5. Basic applications can be written without a line of code. 可以在无需编写一行代码的前提下编写基本应用程序。 www.cnblogs.com 6. In Ruby, execution resumes at the line of code immediately after the original callcc that captured the continuation. 在Ruby中,执行会在紧接着捕获continuation的原callcc之后的代码行处继续进行。 www.ibm.com 7. Double-clicking on the created rule takes you to the line of code in the file that has the problem (Figure 20). 双击被创建的规则,定位到问题所在的文件的代码行上面(请参见图20所示)。 www.ibm.com 8. With all the pieces in place, you need just one more line of code to perform the transformation. 一切就绪之后,只需要一行代码来执行转换。 www.ibm.com 9. This line of code creates a Singleton object and initializes the variable instance to refer to this object. 此行代码创建了一个Singleton对象并初始化变量instance来引用此对象。 www.ibm.com 10. Displays the Go To Line dialog box, which allows you to navigate to a specific line of code in the current document. 显示“转到行”对话框,使用该对话框可定位到当前文档中的特定代码行。 msdn2.microsoft.com 1. This box can be useful for distinguishing multiple breakpoints on the same line of code. 此框可用于区分同一代码行中的多个断点。 technet.microsoft.com 2. When that line of code is executed in the request phase, myInclude. jsp is invoked and its output is included in the current JSP's output. 在请求阶段执行此代码行时,将调用myInclude.jsp,且将其输出包含在当前JSP的输出中。 www.ibm.com 3. The line of code below searches the PATH variable looking for a semicolon. 下面的代码行搜索PATH变量,查找分号。 www.ibm.com 4. The BPM way is to do it administratively through configuration without writing a single line of code, using BPM software. BPM的方法是使用BPM软件,通过配置从管理上完成任务,甚至连一行代码也无需编写。 www.ibm.com 5. The first line of code in Listing 11 calculates the number of messages to be deleted according to the formula described above. 清单11中第一个代码行根据上面的公式计算要删除的消息数量。 www.ibm.com 6. You could even add a line of code to highlight the incorrect field. 您甚至可以添加一行代码来突出显示不正确的字段。 www.ibm.com 7. The goal is to work out all the unknowns and nail down all the details before the first line of code is written. 目的就是为了在第一行代码写下前,将所有不明确的东西明确并细化下来。 dictsearch.appspot.com 8. That makes sense; if you want to find out exactly what each line of code does, the best thing to do is read the code. 这的确是有意义的;如果您希望确定每行代码究竟执行了哪些操作,最好的方法就是阅读代码。 www.ibm.com 9. Marks the current line of code as a comment, using the correct comment syntax for the programming language. 使用编程语言的正确注释语法将代码的当前行标记为注释。 msdn2.microsoft.com 10. Statement, which directs control to the line immediately following the line of code that caused the error. 语句,该语句将控制定向到紧跟在导致错误的代码行后面的行。 msdn2.microsoft.com 1. And then, on your last line of code, you return that variable to the calling program. 然后,在你的最后一行,把这个变量返回给调用程序。 blog.renren.com 2. Multiple solar array simulators can be configured without writing a single line of code. 多太阳能阵列模拟器不用写入代码就能进行配置。 www.chuandong.com 3. If you adopt a reductionistic perspective, however, this line of code introduces several new concepts. 然而如果你采用的是简化论的观点,这一行代码引入了几个新的概念。 www.bing.com 4. If the application is visible, you can step through each line of code as it runs. 如果应用程序的可见的,在代码执行中就可以单步调试每一行代码。 www.ibm.com 5. When the application breaks at the breakpoint, press F10 to step to the next line of code. 当应用程序在断点处中断时,按F10单步执行至下一行代码。 msdn2.microsoft.com 6. You can't understand a line of code in Linux, or, indeed, any operating system, without really understanding pointers. 如果你不是真正地理解了指针,你连一行Linux的代码也看不懂,说实话,任何操作系统的代码你都看不懂。 feihen1.blog.163.com 7. It's entirely possible that the test doesn't check whether the line of code produces the correct result. 完全有可能存在这样的情况:测试并没有检查代码行是否生成正确结果。 www.ibm.com 8. Marks a line of code that you can navigate back to from the Bookmarks Window. 标记您可从“书签窗口”向后定位到的代码行。 msdn2.microsoft.com 9. With one line of code, you can determine the location of the My Documents folder. 用一行代码,您就可以确定MyDocuments文件夹的位置。 msdn2.microsoft.com 10. Error List, you can sort warnings and double-click a warning to view the line of code in the code editor that caused the warning. “错误列表”中,可以对警告排序,通过双击某警告,还可以在代码编辑器中查看导致该警告的代码行。 msdn.microsoft.com 1. The XML is given first, followed by the annotations for each individually listed line of code. 先给出XML,随后提供每个分别列出的程式码行的注释。 www.ibm.com 2. Add this line of code to the footer. php file in the directory for whatever theme you are using (don't include it within an HTML paragraph). 将这行代码添加到你使用的任何主题的目录上的footer.php文件上。(不要放到一个HTML段落中)。 www.zzbaike.com 3. In the next lesson, you will add a line of code to your program. 在下一课中,您将向程序中添加一行代码。 msdn2.microsoft.com 4. Navigates to the next browsed line of code . 定位至浏览的下一代码行。 www.bing.com 5. Did you also notice how the Groovlet did the same thing as the default servlet the plug-in generated but in one line of code? 您是否还注意到Groovlet如何只使用一行代码完成与默认servlet插件的工作? www.ibm.com 6. The problem is that this line of code gets bound at compile time, and that's too static. 问题是,这行代码是在编译时绑定的,这就太静态了。 www.ibm.com 7. When an error occurs in a line of code, it is automatically added to the Error List and to the Output window. 当某行代码中出现错误时,该错误会自动添加到“错误列表”和“输出”窗口中。 msdn2.microsoft.com 8. You don't have to touch a line of code, you don't need too many resistors or any weird things like that. 你不需要接触任何一行的代码,不需要太多的电阻或者类似的东西。 www.bing.com 9. That adds support for a new data type without changing a line of code. 这样就在没有更改任何代码的情况下添加了对新数据类型的支持。 www.ibm.com 10. There's one line of code in the sample that I think is violating that, and that's the IsAjaxRequest property. 在示例中只有一行代码破坏了这一点,那就是IsAjaxRequest属性。 www.infoq.com 1. There's one line of code in the sample that I think is violating that, and that's the IsAjaxRequest property. 在示例中只有一行代码破坏了这一点,那就是IsAjaxRequest属性。 www.infoq.com 2. Figure 1 shows the state of the objects after each line of code executes. 图1显示了每行代码执行后各对象的状态。 www.ibm.com 3. Visually pleasing code shows that the author crafted every line of code with care. 这段代码看起来很舒服,这说明作者细心编排了每一行代码。 www-128.ibm.com 4. Every line of code that you add to the infrastructure is another line of code that you have to maintain. 你增加到基础结构的每一行代码都是你需要维护的另一行代码。 www.ibm.com 5. You can use the line of code shown in Listing 6 to specify a default value for an argument that is absent. 您能够使用清单6中所示代码行来为缺失的参数指定默认值。 www.ibm.com 6. For those who want to follow along, you may type each line of code in the code listings individually at the prompt. 对于那些想要继续的人,可以在提示符中分别输入代码清单中的每行代码。 www.ibm.com 7. Often you will only require a single extra line of code, compared to atoms. The main advantage is coordination. 与atoms对比,它通常只需要一行额外的代码,其主要优势是协调。 www.ibm.com 8. When the data is clicked, the focus jumps to the corresponding line of code when source and symbols are present. 在单击数据后,焦点将在出现源和符号时跳转到相应代码行。 msdn2.microsoft.com 9. If you double-click the error in the Error List, the offending line of code is highlighted in the Code Editor. 如果您在“错误列表”中双击错误,代码编辑器中将会突出显示有问题的那行代码。 msdn2.microsoft.com 10. If you tell FindBugs where to find your source, it will highlight the offending line of code when you switch to the appropriate tab. 如果告诉FindBugs在什么地方寻找代码,它就会在转换到相应的选项卡时突出显示有问题的那一行。 www.ibm.com 1. In that line of code, replace the existing value of the public key token in the UITypeName attribute property in the IncrementTask. Cs. 在该代码行中,替换IncrementTask.cs中UITypeName特性属性的公钥标记的现有值。 msdn2.microsoft.com 2. But we have to look at the overall time spent per line of code shipped. 但是我们必须考虑每行代码所承载的全部时间。 www.ibm.com 3. You can remove the commented line of code if you want to wait a specified amount of time. 如果您要等待一段精确数量的时间,您可以清除这个代码的注释行。 www.ibm.com 4. Be sure an End Class statement follows the last line of code in your class. 确保定义的类中最后一行代码后面有EndClass语句。 msdn2.microsoft.com 5. If an appropriate catch block is found, the program counter is reset to the first line of code in that block. 如果找到了适当的catch块,程序计数器会重置到那一块代码的第一行。 www-128.ibm.com 6. The first line of code is calling the JavaScript constructor for the Person class. This is a straight translation of the Java code. 第一行代码调用Person类的JavaScript构造器,这是对Java代码的直接转换。 www.ibm.com 7. All-for-one-and-one-for-all is great motivation, but it rarely gets a line of code written. “所有对一个和一个对所有(all-for-one-and-one-for-all)”是极好的动机,而且几乎不需要编写一行代码。 www.ibm.com 8. Some plugins require the user to edit their theme and add a line of code that calls their plugin. 有些插件需要用户去编辑主题,在文件里加入一行代码来调用这些插件。 docman.cn 9. At the end of the line of code, press the TAB key twice. 在代码行末尾按两次Tab键。 msdn2.microsoft.com 10. You can toggle a breakpoint by double-clicking the gray margin beside the line of code. 通过双击代码行旁边的灰色空白边,就可以设置断点。 www.ibm.com 1. If you look at the code for the script you just recorded, you should see a line of code similar to that in Listing 1. 如果您在刚刚记录的脚本里查看代码,您应当看到类似于列表1中的一行代码。 www.ibm.com 2. These two sets of results were generated by the exact same line of code. 这两组结果都是由完全一样的代码生成。 www.ibm.com 3. Enable an existing non-SQL RPG ILE program to use the handler program by adding a single line of code. 添加一行代码,允许一个现有的非SQLRPGILE程序使用这个Handlder程序。 www.ibm.com 4. And then click in the left-hand margin next to that line of code. 行,然后在该行代码左边的空白处单击。 msdn2.microsoft.com 5. You can add input validation to the script by inserting the following line of code before any output. 还可以通过在输出前插入以下代码来向脚本添加输入验证。 www.ibm.com 6. If the line of code has already been bookmarked, the existing bookmark is replaced with bookmark 4. 如果该代码行已带有书签,则现有书签将被替换为书签4。 msdn2.microsoft.com 7. Every line of code you eliminate is one less place for bugs to sneak in. 每当清除一行代码,也就减少了一个可能隐匿bug的地方。 www.ibm.com 8. Assembly languages are available for every CPU family, and they translate one line of code into one machine language instruction. 汇编语言用十每一个CPU家族。他们把一行代码转换成一个机器语言指令。 www.yesky.com 9. Property can be set as the first line of code. 属性设置为第一行代码。此属性在。 msdn2.microsoft.com 10. It builds the URI, sets the request headers, and invokes the request in one line of code. 它构建URI,设置请求头,并在一行代码中调用请求。 www.ibm.com 1. In the Main method of the application, add the following line of code. 在应用程序的Main方法中,添加以下代码行。 msdn2.microsoft.com 2. In the above line of code, db_test is the database and sample. sql is the file that has the SQL statements. 在以上的代码行中,db_test是数据库,sample.sql是包含SQL语句的文件。 www.ibm.com 3. Optionally, for better usability, add the following line of code to the onclick event for the edit button. 为了获得更好的可用性,可以选择将以下代码行添加到编辑按钮的onclick事件。 www.ibm.com 4. Therefore, there is no guarantee that a given line of code will not execute. 因此,无法保证将不会执行给定的一行代码。 technet.microsoft.com 5. Modify the code by adding a line of code to cause a pause before closing each window. 修改代码,在其中添加一行代码,从而使关闭每个窗口之前暂停片刻。 msdn2.microsoft.com 6. You write a line of code and save, and your change is active when you load your next Web page. 编写一行代码并保存后,在加载下一个Web页面时将激活您所做的更改。 www.ibm.com 7. In fact, you can almost get away with building an entire application without writing a single line of code. 其实,你几乎可以不用编写一行代码就能建立起整个应用程序。 www.bing.com 8. Without testing, Ruby applications would have a much higher incidence of error per line of code than they do. 没有测试,Ruby应用程序每行代码的出错率要比有测试的情况高很多。 www.ibm.com 9. You can perform this transformation without writing a single line of code. 您不需要编写任何代码即可执行此转换。 www.ibm.com 10. For now, concentrate on the middle line of code, which tells Excel to arrange its windows by using the cascade style. 现在您只需要注意代码中间的一行,该行告诉Excel使用层叠样式排列窗口。 office.microsoft.com 1. In Figure 1, you can see the effect that this line of code from Listing 4 had: purchaseOrder. setItemName( "My new computer" ). 在图1中,可以看到清单4中的这行代码产生的效果:purchaseOrder.setItemName(“Mynewcomputer”)。 www.ibm.com 2. To benefit from namespaces, you should design your naming conventions before keying a line of code. 为了有效地使用名称空间,应该在编写代码之前设计自己的命名约定。 www.ibm.com 3. And add the following line of code to the onclick event for the Replace document and Cancel buttons. 将以下代码行添加到Replacedocument和Cancel按钮的onclick事件。 www.ibm.com 4. The one line of code in the class body of Order defines its relationship to the Item object. 在Order类体中有一行代码定义了它与Item对象的关系。 www.ibm.com 5. This requires you to change only one line of code from the original code in Listing 2. 在清单2中的原始代码基础上只更改一行代码即可。 www.ibm.com 6. There is one line of code that makes the class work only with the Apache XML parser. 有一行代码使这个类只与ApacheXML解析器一起工作。 www.ibm.com 7. Don't fall into the trap of believing that because you can't test every line of code, you must test nothing. 不要掉入相信因为不能够测试每行代码所以就不能够测试任何东西的陷阱。 www.ibm.com 8. This line of code returns the user root of the data tree. 这一行代码返回数据树的userroot。 www.ibm.com 9. Place the insertion point on the line of code you want to bookmark. 将插入点放在要加入书签的程式码行上。 technet.microsoft.com 10. In Listing 4, the first line of code takes each element of an array, calls the closure on it, and then builds a collection with the results. 在清单4中,第一行代码提取数组中的每个元素,并在此基础上调用闭包,然后用结果构建一个集合。 www.ibm.com 1. Then I change a single line of code and the difficulties vanish like puffs of idle smoke. 然后只改动一行代码困难就象一阵轻烟一样消失了。 item.feedsky.com 2. The instruction pointer will be on the first executable line of code in the object. 该指令指针将位于对象中第一行可执行代码上。 msdn2.microsoft.com 3. Navigates to the previous browsed line of code. 定位至浏览的上一代码行。 msdn2.microsoft.com 4. Ruby denied my attempt in the last line of code in Listing 7. 成为唯读的,所以Ruby拒绝执行清单7中的最后一行程式码。 www-128.ibm.com 5. In most situations you do not have to write a single line of code. 在很多情况下,您都不需要编写任何代码。 www.ibm.com 6. Improving the performance of this loop is very simple and doesn't even require an additional line of code (see Listing 9). 提高循环性能的方法很简单,甚至不需多加一行代码(见清单9)。 www.ibm.com 7. Bookmarks the current line of code as bookmark zero. 为当前代码行创建一个书签,并将其指定为书签0。 msdn2.microsoft.com 8. Writes the line of code to the macro being recorded. 将代码行写到正在记录的宏。 technet.microsoft.com 9. Note that the airport name information in Listing 1 usually is a single line of code. 清单1中的机场名称信息通常是一行代码。 www.ibm.com 10. Inserts or clears a breakpoint in the current line of code. 在当前代码行中插入或清除断点。 msdn2.microsoft.com 1. The gdb shows what line of code caused the program to core dump. gdb显示哪行代码导致程序发生核心转储。 www.ibm.com 2. Gates writes his last official line of code for Microsoft, for the TRS-80 Model 100 portable computer. 1983年,盖茨为微软书写了正式的、也是最后的代码行(lineofcodefor),用于TRS-80Model100型笔记本电脑。 www.ftchinese.com 3. Handler, add the following highlighted line of code. 处理程序中添加下面突出显示的代码行。 msdn2.microsoft.com 4. The breakpoint icon appears on the line of code. 断点图标随即出现在该行代码上。 msdn2.microsoft.com 5. Code Editor and jump to the line of code marked. “代码编辑器”中指示的文件,并跳转到标记的代码行。 technet.microsoft.com 6. When selected, a line number appears next to each line of code. 选定后,行号出现在每行代码的旁边。 msdn2.microsoft.com 7. SBS generated 35, 000 line of code for this project, and an estimated of 42% effort was saved. SBS为此项目生成了35,000行代码,大约节省了42%的工作。 www.ibm.com 8. According to the site, GameSalad gives you all the tools you need to develop a fun game without having to write a line of code. 根据该网站的介绍,GameSalad提供所有开发游戏的工具,而无需写一行代码。 www.bing.com 9. You need only write a single line of code and your data model will be exposed. 您只需编写单个代码行,您的数据模型就会被公开。 www.ibm.com 10. A line of code that was not executed by a test. 未由测试执行的一行代码。 msdn2.microsoft.com 1. A line of code ends before an expression is closed. 某行代码在表达式关闭之前结束。 msdn.microsoft.com 2. Press F9 to place a breakpoint on this line of code. 按F9在该代码行上放置断点。 msdn2.microsoft.com 3. Right after the function body is a line of code to test it. 该函数体之后的一行代码对它进行测试。 www-128.ibm.com 4. You will want to repeat the line of code that displays the numbers as many times as necessary. 您希望根据需要多次重复显示数字的那行代码。 msdn2.microsoft.com 5. But most bugs depend on how a line of code is executed. 但是大多数的bug取决于如何执行某一行代码。 www.staredu.net 6. There's not much difference in this one line of code. 这一行简单代码没有太大的区别。 www.ibm.com 7. In the task pane's Load event handler, add the following line of code. 在任务窗格的Load(加载)事件处理程序中,添加以下代码行。 msdn2.microsoft.com 8. One line of code . . . Zip! Solved! 只用1行代码……打包!解决! blog.sina.com.cn 9. If it is, it adds an extra line of code to it. 如果正在录制中,会再加入另一行程式码。 msdn.microsoft.com 10. Note that because I made synonyms read-only in Listing 3, Ruby denied my attempt in the last line of code in Listing 7. 注意,因为在清单3中使synonyms成为只读的,所以Ruby拒绝执行清单7中的最后一行代码。 www.ibm.com 1. Event handler, type the following line of code. 事件处理程序中,键入以下代码行。 msdn2.microsoft.com 2. Add the following new line of code after the If. Then statement. 在If.Then语句后添加下面的新代码行。 msdn2.microsoft.com 3. Continue stepping by pressing F11 until you reach the following line of code. 按F11以继续单行执行,直至到达以下代码行为止。 msdn2.microsoft.com 4. The line of code below illustrates how a dojox. data. JsonRestStore is created. 下面的代码行解释了dojox.data.JsonRestStore的创建方式。 www.ibm.com 5. Before running the code, uncomment the line of code. 运行代码之前,取消对该代码行的注释。 msdn2.microsoft.com 6. A line of code executed by a test. 由测试执行的一行代码。 msdn2.microsoft.com 7. Simply indicates that a particular line of code was exercised. 只是指出代码的哪些行被执行。 www-128.ibm.com 8. Add the following line of code above the line. 行上方添加下面这行代码。 msdn2.microsoft.com 9. This explains the use of substr(text, match[0], match[1]) in the last line of code. 这解释了最后一行代码中substr(text,match[0],match[1])的使用。 www.ibm.com 10. And the best part is that you haven't written a single line of code yet. 最妙的是,您不需要编写任何代码。 www.ibm.com 1. For example, with segmentation faults, you need to know on which line of code the seg fault occurred. 举例来说,对于段错误,您需要了解段错误发生在代码的哪一行。 www.ibm.com 2. Display a line number next to each line of code. 在每行代码的旁边显示行号。 msdn2.microsoft.com 3. You can deploy your DB2 database logic and schema to the Web without having to write a single line of code. 您可以将DB2数据库逻辑和模式部署到Web上,而不必编写任何代码。 www.ibm.com 4. Look closely at the second line of code. 仔细看看第二行代码。 www.ibm.com 5. As shown above, you can declare a variable on one line of code, and then later assign the value on another line. 如上所示,您可以在一行代码上声明变量,然后在另一行上赋值。 msdn2.microsoft.com 6. What's happening in that line of code? 那行代码中发生了什么? www.ibm.com 7. You can also use error messages to your advantage because they display the exact line of code that threw or generated an error. 也可以用出错消息为自己服务,因为它们会显示抛出或生成错误的正确代码行。 www.ibm.com 8. Insert the following line of code. 插入下面的代码行。 msdn2.microsoft.com 9. because of this , the member definition uses only one line of code , and terminating statements such as. 有鉴于此,成员定义只使用一行代码,而且终止语句(如。 www.ichacha.net 10. What's nice is that you can see the resource produced by the URI without having to write a line of code. 根本不需要编写任何代码,就能够看到URI产生的资源,这真的很不错。 www.ibm.com 1. You can make any necessary changes to your design prior to writing a line of code. 你可以写一行代码来改变你先前设计的应用程序。 www.ibm.com 2. To prevent this, a line of code insures that $DeleteCount is always one or higher. 为防止出现这种循环,需要一行代码来确保$DeleteCount总是大于或等于1。 www.ibm.com 3. In order to fix this kind of error, you need to find the line of code that triggers the behavior. 要修正这种错误,您需要找到引发该行为的那行代码。 www-128.ibm.com 4. No hard rule dictates how long a line of code should be. 没有硬性规定一个代码行应该多长。 www-128.ibm.com 5. How could you if you have tested virtually every line of code? 如果你已经测试了每一行代码你会怎么做? www.infoq.com 6. Return the cloned node by using the following line of code. 通过使用下面一行代码来返回克隆的节点。 msdn2.microsoft.com 7. Figure 9 shows scrap in line of code. 图9显示了代码行的废弃。 www.ibm.com 8. This is demonstrated in the following example line of code. 下面的示例代码行中说明了这一点。 msdn2.microsoft.com 9. For example, suppose you had a line of code that displayed a message box. 例如,假设您有一行显示消息框的代码。 msdn2.microsoft.com 10. In many of the Transact-SQL reference examples in SQL Server Books Online, the first line of code in the example is USE AdventureWorks. 在SQLServer联机丛书的许多Transact-SQL引用示例中,示例的第一行代码是USEAdventureWorks。 technet.microsoft.com 1. For example, you might correctly write a line of code to open a file. 例如,可能正确地写了一行打开某个文件的代码。 technet.microsoft.com 2. This line of code executes a bitwise OR operation between firstLengthByte and 0x80 (1000 0000) and stores the result in firstLengthByte. 这一行代码对firstLengthByte和0x80(10000000)进行按拉OR操作,并将结果储存到firstLengthByte中。 www.ibm.com 3. To add a record definition, place the cursor on the last line of code in the editor. 要添加一条记录定义,将光标移到编辑器的最后一行代码上。 www-128.ibm.com 4. For example, add the following line of code to the application to use the Japanese locale. 例如,下面一行代码添加到应用程序以使用日语区域设置。 support.microsoft.com 5. If the condition is true, the next line of code is run and a message box is displayed; if it is false, the code skips to the 如果此条件为真,将运行下一行代码并显示一个消息框;如果为假,代码将跳到 msdn2.microsoft.com 6. Because I want to know if coders have added a line of code to cope with the leap second. 好吧,其实我只是想知道程序员们有没有编写好程序添加这一秒…… www.hxen.com 7. For instance, in the first script, add it to the database alias object. The line of code that I use looks like the following 例如,在第一个脚本中,将它添加到这个数据库应用程序对象中。 www.ibm.com 8. By adding the line of code shown below, you can have the bar show what percentage of the task is completed as the task progresses 添加如下的一行代码,您就可以在任务完成过程中,让进度条显示任务完成的百分比 www-128.ibm.com 9. Suppose the next line of code creates a stack of another reference type, called 假设下一行代码创建另一个引用类型的堆栈,称为 msdn2.microsoft.com 10. If the value matches, the next line of code is run, and then the code skips to the 语句的值相比较。如果两值匹配,则运行下一行代码,然后代码跳至 msdn2.microsoft.com 1. Listing 9 shows essentially the same line of code in the Java language (taken from Word's constructor shown in Listing 1) 清单9给出Java语言中等效的代码行(取自清单1中的Word构造函数) www.ibm.com 2. Suppose you then encountered a line of code to create a stack of a Customer type 假设接下来您遇到一行创建Customer类型堆栈的代码 msdn2.microsoft.com 3. Right-click on a line of code and choose Insert Breakpoint from the shortcut menu (Breakpoint submenu) 右击代码行,然后从快捷菜单的“断点”子菜单中选择“插入断点”。 msdn2.microsoft.com 4. TableHeaderDisplay. properties (single line of code displayed on multiple lines for viewing convenience) properties(为方便观看,将一行代码显示为多行) www.ibm.com 5. When the editor displays, enter this line of code into the books. groovy file, removing any others that might exist 当编辑器显示出来时,将以下代码行输入books.groovy文件,并删除可能存在的任何其他代码行 www.ibm.com 6. In the Disassembly window, click on a line of code and choose Toggle Breakpoint from the Debug menu, 在“反汇编”窗口中,单击代码行,然后从“调试”菜单中选择“切换断点”。 msdn2.microsoft.com 7. Suppose you then encountered a line of code to create a stack of a 变量设置为引用它。假设接下来您遇到一行创建 msdn2.microsoft.com 8. Quick navigation to a line of code where tests have failed 快速导航到使测试失败的代码行 www.infoq.com 9. Place the cursor in the line of code that includes the instance of the symbol 将光标放置在包含符号实例的代码行中 msdn2.microsoft.com 10. The next interesting line of code is 下一行重要代码是 msdn2.microsoft.com 1. and your code runs inside the server, you can use the following line of code to obtain a reference to config service 同时您的代码也在服务器内运行,您就可以使用下面的代码行来获取对配置服务的引用 www.ibm.com 2. With My. Computer. FileSystem, you can perform the following actions in one line of code 借助于My.Computer.FileSystem,可用一行代码执行下列操作 msdn2.microsoft.com 3. In the Code Editor, place the cursor on the line of code that calls the proxy function 在代码编辑器中,将光标放在调用代理函数的代码行上 msdn2.microsoft.com 4. profiling that can be switched on and off with one line of code 只用一行代码即可完成打开与关闭之间的切换配置 www.infoq.com 5. Add the following line of code to the top of the file 将以下代码行添加到文件顶部 msdn2.microsoft.com 6. After the Definitions node, add the following line of code to define the default behavior 在“Definitions”节点之后,添加下面一行代码以定义默认行为 msdn2.microsoft.com 7. Finally, you will have to insert one more line of code 最后,您必须要插入更多代码行 www-128.ibm.com 8. Navigate to a specific line of code 定位到特定代码行 msdn2.microsoft.com 9. To do this, add the following line of code to the Web application 要这样做,向Web应用程序添加下面一行代码 support.microsoft.com 10. If you discover that a single line of code may be causing the problem, complete these procedures 如果您发现一行可能导致问题的代码,请完成这些步骤 support.microsoft.com 1. Use the following line of code to add a static map that keeps track of which instance is issued for each community 使用以下代码行添加一个静态映射,跟踪为每个社区发出的实例 www.ibm.com 2. Against the Click event handler, add the one line of code 与Click事件处理程序不同,添加一行代码 www-128.ibm.com 3. Ability to generate and deploy DB2-based Web services without writing a single line of code 在无需编写代码的情况下生成和部署基于DB2的Web服务的能力 www.ibm.com 4. To enable the VoiceServer SDK to execute the Voice tags in the JSP page, the first line of code is 为了使VoiceServerSDK能够执行JSP页面中的Voice标签,代码的第一行应该是 www-128.ibm.com 5. Event. Add the following line of code to the event handler 将以下代码行添加到事件处理程序 msdn2.microsoft.com 6. the following code example demonstrates how to perform a culture - insensitive string comparison using the preceding line of code 下面的代码示例说明了如何使用前面的代码行执行不区分区域性的字符串比较。 www.ichacha.net 7. If the current line of code calls a function or 如果当前这行代码需要调用代码中其他位置的某个函数或者 msdn2.microsoft.com 8. You will have to write one entirely new line of code, though 但是必须编写一行新的代码 www.ibm.com 9. Replace the line of code with the following XML 用以下XML替换此代码行 msdn2.microsoft.com 10. The following example shows a line of code that creates a 下面的示例显示一行代码,该代码将创建一个 msdn2.microsoft.com 1. The first line of code declares a private 第一行代码声明一个私有 msdn2.microsoft.com 2. Method, add the following line of code 方法中,添加以下代码行 msdn2.microsoft.com 3. Add the following line of code to the 将下面一行代码添加到 msdn2.microsoft.com 4. Add the following line of code 添加下面的代码行 msdn2.microsoft.com 5. For example, the following line of code shows a strong reference, 举例来说,下面一行代码显示的就是强引用, www-128.ibm.com 6. For example, if you were implementing the Security class, you would add the following line of code 例如,如果您正在实现Security类,您需要添加以下代码行 msdn2.microsoft.com 7. For example, write an additional string by adding this line of code at the end of the RenderContents method 例如,通过在RenderContents方法末尾处添加此行代码来多写一个字符串 msdn2.microsoft.com 8. The following line of code demonstrates how to use the 以下代码行说明了如何使用 msdn2.microsoft.com 9. To label a line of code 标记代码行 msdn2.microsoft.com 10. Go to the line of code containing the selected match 转到包含选定匹配项的代码行 msdn2.microsoft.com |
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。