使用代码分析器发现的错误已经被改正。
此方法是为托管编译器和代码分析器的设计器提供的。
This method is provided for designers of managed compilers and code analyzers.
它让你使用代码分析器分析ActionScript代码,这是一个好的开始。
This allows you to use the code analyzer on your ActionScript code, so that is a good start.
第一步,利用静态代码分析器浏览代码并搜索反模式,以确保遵循良好的编码实践。
As a first step, employ static code analyzers that will go through your code and search for anti-patterns to ensure that good coding practices have been followed.
SQLServer最佳实践分析器是专门为开发人员提示实践方面的问题的一个代码分析器。
The SQL Server Best practices Analyzer is a code analysis tool specifically written to warn developers about questionable practices.
一种更精确的测量——甚至可以测量运行单个源代码语句的时间——可以采用代码分析器。
A far more accurate measure — one that can even gauge the time taken to run a single-source code statement — can be taken using a code profiler.
FxCop是一个广泛使用的静态代码分析器和策略优化工具,最近微软发布了该产品的1.36版本。
Microsoft has released version 1.36 of FxCop, the popular static code analysis and policy enforcement tool.
他们负责构建和维护代码分析器、开发环境、测试用例管理系统、自动化测试工具、构建系统、源代码控制系统、代码回顾计划、缺陷数据库。
We build and maintain code analyzers, IDEs, test case management systems, automated testing tools, build systems, source control systems, code review schedulers, bug databases...
在某些应用中,XML文档是仅由语法分析器建立的,而从不会由应用程序级代码建立,这是不相关的。
For certain USES where XML documents are built only by a parser, and never by application-level code, this is irrelevant.
有一个缺点是:在更改语法分析器时,仍必须对代码做一些更改。
The one drawback is that, when changing the parser, you still have to make some changes to your code.
尽管代码生成器可以理解一点儿目标语言的知识,但是它们通常都不是完整的语法分析器,不重新编写一个完整的编译器是无法全面考虑目标语言的。
While code generators understand a little bit about the target language, they are usually not full parsers and cannot take the target language into account without rewriting a complete compiler.
这些文件包含实际的分析器代码;.nocache.js文件先检测使用的是哪个浏览器,然后再调用相应的 .js脚本。
These files contain the actual parser code; the .nocache.js file detects which browser is in use and then calls out to the appropriate .js script.
项目主管Jochen Krause说,“例如,对于Eclipse内存分析器,rcp与rap之间的代码重用率达到98.”4%。
As an example, for the Eclipse memory analyzer the code reuse rate between RCP and RAP amounts to 98.4 percent.
因为可以使用类似语法分析树(ParseTree)的通用方法来对Ruby代码进行分析并获得抽象语法树(Abstract Syntax Tree),所以在Ruby历史上的一定时期内,纯ruby语法分析器的缺失被忽视了。
A lack of a pure Ruby parser has been negligible for some time in Ruby's history, since getting the Abstract Syntax Tree (AST) of some Ruby code was possible with utilities such as ParseTree.
AST是一颗代表Ruby源码的树,分析器工具必须了解代码的结构。
An AST is a tree representation of source code, and is necessary for tools that need to know about the structure of the code.
Ruby缺少一个用Ruby写的Ruby分析器。编写处理Ruby代码的工具是一个问题。
这不是一个内存使用分析器,而是一个应用程序瓶颈检测工具,用于发现代码中运行时间最长的地方。
This is not a memory usage profiler, but a tool used to detect application bottlenecks, the places in the code where most of processing time is spent.
现在,如果使用“清单3”中的方法,那么SAX代码甚至不必进行重新编译就能运行,并根据需要使用不同的语法分析器实现。
Now, if you follow the method in Listing 3, your SAX code can hum along without even having to be recompiled, using different parser implementations as needed.
分析器结果可以帮助标识应用程序的关键路径;即大部分时间所执行的代码。
Profiler results help you identify the critical path of your application; that is, the code that is executed most of the time.
清单2在清单1中所示的源代码中添加一个类,并在语法分析器中注册该错误处理程序。
Listing 2 adds a class to the source shown in Listing 1 and registers that error handler with the parser.
分析器产生器的作用是接收一门语言的文法并产生代码以分析该语言。
Parser generators take the grammar of a language and generate code to parse it.
为了避免这个问题,在Rubinius的虚拟器中,ruby _ parser的Ruby源代码会被编译为Rubinius字节码。当Rubinius启动时,它通过读取ruby _ parser的字节码文件——这些文件不需要进行语法分析——来运行一个ruby语法分析器。
To avoid the chicken-and-egg question "How can a ruby VM work if it's parser is ruby code?" : during the build process of the Rubinius VM, the ruby source code of ruby_parser can be compiled into.
在性能分析器,调用堆栈,代码覆盖率,加强在能力不详。
The Performance Analyzer , Call Stack , Code Coverage , and Step Outcapabilities are not available.
向页分析器提供代码以便为控件属性赋值。
Provides code to the page parser for assigning property values on a control.
要确定哪个版本的SQLServer 2000正在运行,连接到SQL Server 2000通过使用查询分析器,然后运行下面的代码。
To determine which version of SQL Server 2000 is running, connect to SQL Server 2000 by using Query Analyzer, and then run the following code.
一个脚本引擎通常包括的组件有:符号表、词法分析器、语法分析器、语义检查器、中间代码生成器、代码优化器、代码生成器、虚拟机。
The script engine has some components, include symbol table, lexical analyzer, parser, semantic checker, intermediate code generator, optimizer, code generator, virtual machine.
一个脚本引擎通常包括的组件有:符号表、词法分析器、语法分析器、语义检查器、中间代码生成器、代码优化器、代码生成器、虚拟机。
The script engine has some components, include symbol table, lexical analyzer, parser, semantic checker, intermediate code generator, optimizer, code generator, virtual machine.
应用推荐