The exact code run, including the makefile, is provided.
这里提供了精确的代码运行结果,包括makefile。
The exact code you use depends on where the dataset is getting data.
所使用的确切代码取决于数据集从何处获取数据。
In this solution, you may not need to use the exact code shown in Listing 2 above.
在这个方法中,您可能不需要使用如清单2所示的完全相同的代码。
Obviously, you won't use this exact code for your Excel export because your fields and data will be different.
显然,您不会将这里原原本本的代码用于您的Excel导出,因为您的字段和数据会有所不同。
While the multiprocessing module was used as an easy way to explain MapReduce, this exact code can be slightly modified to run on some other MapReduce cloud.
使用多处理模块是为了便于解释MapReduce,但是这段代码只需稍加修改,就可以在其他一些mapreduce云上运行。
To overcome this problem, Rational AppScan Developer Edition uses runtime analysis to identify the exact code executed when invoking each dynamic analysis issue.
要解决这个问题,RationalAppScanDeveloperEdition 在调用每个动态分析问题时,利用运行时分析来检查被执行的准确的代码。
No problem if you produce HTML, but that approach is not pretty at all if your code relies on the exact content of the element.
如果您要生成的是HTML,那么不会产生任何问题,但如果您的代码依赖于元素的准确内容,则这种方法就不适用。
The exact flow of its tainted data through the code is provided by static analysis.
遍及代码中的污染数据的精确流程是有静态分析所提供的。
Use the code below to define six tokens that match exact words and four others that match symbols.
使用下列代码来定义六个匹配精确字的标记和四个匹配符号的标记。
Not only that: You can identify the owner of those code changes and the exact times and dates they were introduced.
不仅仅是:能够识别那些改变代码的归属者和引入的准确时间和日期。
In such cases, error logs from the application, or stack traces from the application dumps, often provide little or no help in pinpointing the exact line of code where the problem originates.
在这种情况下,应用程序错误日志、或应用程序转储中的堆栈跟踪,通常很难为找出产生问题的确切代码行提供实际的帮助。
You may need to modify the generated code to meet the exact needs of your application.
您可能需要修改产生的代码来满足您应用软件的准确需要。
The exact error code, the error text, and even the line that caused the error can be retrieved.
可以检索精确的错误代码、错误文本甚至导致错误的那一行。
The generated code may not always meet exact implementation requirements.
所生成的代码不会总是精确满足实现需求。
At the moment, the kernel software RAID code is synchronizing the drives so that they're exact mirrors of each other.
此时,内核软件RAID代码正在同步这两个驱动器,以便它们彼此精确地成为对方的镜像。
If you need time information in your code, verify whether you need the exact time in every case, or (for example) if accuracy to the nearest second would be sufficient.
如果确实需要时间信息,请确定是需要当前准确的时间,还是(例如)准确到最近的秒数就足够了。
Hence, even though the exact representation of a message is different in the two technologies, the code required to access the message content is similar.
因此,尽管消息的准确表示形式在两种技术中不同,但是访问消息内容所需的代码类似。
If you want those three predicates applied in the exact order in which you code them, you must drop and re-create the index (or create a new index) on (COLA, COLC, COLB).
如果您想那三个谓词完全按照它们的编码顺序应用,则必须删除并在(COLA,COLC,COLB)上重建索引(或者创建一个新索引)。
The code fragment in Figure 1 shows the exact path the application took when executing the switch statement on line 111.
图1中的代码段显示了第111行执行交换陈述时所应用的准确路径。
To increase the usefulness of our generic code, instead of specifying the exact type of a generic type parameter, we can specify an upper (or lower) bound instead.
要提高泛型代码的有效性,可以指定一个上限(或下限),而不是指定某个泛型类型参数的精确类型。 这可以使用有界通配符来实现,它的形式为 “?
Although it may seem strange to compare FXG to CSS, FXG conceptually accomplishes the same exact thing as CSS: it separates the layout code from the style information.
尽管对FXG和CSS进行比较似乎有点奇怪,但FXG完成的任务在概念上与CSS完全相同:它将布局代码和样式信息分离开来。
You can also use error messages to your advantage because they display the exact line of code that threw or generated an error.
也可以用出错消息为自己服务,因为它们会显示抛出或生成错误的正确代码行。
Clicking on any of the errors takes you to that exact spot in the code, which is very handy, indeed.
点击任何错误将把您带到代码中真正出错的位置,它非常方便。
What's worse is knowing you'll have to repeat this exact sequence of code in every POJO you write.
最糟糕的是,您要对所编写的每一个POJO重复这样的代码序列。
These two sets of results were generated by the exact same line of code.
这两组结果都是由完全一样的代码生成。
By doing a runtime analysis with Rational Purify, however, you can pinpoint the exact line of code where the reference to the object in question has been created (Figure 10).
但是通过使用RationalPurify的运行时分析,您能够指出发生问题的对象指针的准确代码行(图10)。
Our goal was to hand developers the exact repro steps and system environment Settings, as well as expose the behavior of frameworks and code they use, to drastically improve their diagnosability.
我们的目标是交给程序员准确的重现步骤、系统环境设置、以及公布他们使用的framework或者代码的行为,以彻底的提高程序的可诊断性。
There is a lot of plumbing code required to make this work because on the CLR side byref arguments need to be of exact type ...
要完成这些工作需要有许多管道代码(Plumbing Code),因为对于CLR而言,byref声明需要有确切的类型……
At the end of the day, you can implement the exact same program using a while loop that you can using a for loop, it's just your code is going to look slightly different.
最终,你可以执行这个程序,再使用for循环的地方使用while循环,这只是使你的代码看起来稍微有点不同。
At the end of the day, you can implement the exact same program using a while loop that you can using a for loop, it's just your code is going to look slightly different.
最终,你可以执行这个程序,再使用for循环的地方使用while循环,这只是使你的代码看起来稍微有点不同。
应用推荐