对二进制类文件运行md5算法。
成功编译之后将产生类文件。
行覆盖率:类文件中覆盖的行百分比。
Line coverage: the percentage of lines covered in the class file.
第一步是手动地确认所有类文件的位置。
The first and foremost step is to manually validate the locations of all of your class files.
然后,在BLL文件夹中创建4个类文件。
不必重新编译类文件。
此信息包含类名、其软件包以及类文件的位置。
The information includes the class name, its package, and the class file's location. The format of this information is similar to the following.
编译器接受每一个方面,并建立包含通知代码的类文件。
The compiler takes each aspect and creates class files that contain the advice code.
一旦您完成了绑定定义,就需要实际地将其编译成类文件。
Once you've got your binding definition, you need to actually compile it into the class files.
按照规定使用注释,但是并不将它保留到编译后的类文件中。
Use the annotation as indicated, but then discard it in the compiled class file.
把注释与类文件修改组合起来可以提供一种走出这一困境的方法。
Combining annotations with class file modification can provide a way out of this dilemma.
它们三个的源文件和类文件可以在本文中附带的代码包中找到。
The source and class files for all three can be found in the code package that accompanies this article.
您可以将JAR文件或实际的包文件夹和类文件放到这个目录下。
You can place either the JAR file or the actual package folders and class files into this directory.
这几个清单中的代码编译好之后,删除B的类文件。
Once you've compiled the code in these listings, remove the classfile for B. When the code is executed, the following error occurs
另一个办法是将类文件打包到JAR文件中,并且部署JAR文件。
Another option is to package your class file into a JAR file, and deploy the JAR file.
分部方法通常被定义在一个分部类中,在常规的类文件中也可实现。
A partial method is usually defined in a partial class file and is optionally implemented in the regular class file.
因为代码可以在任何环境中执行,所以类文件可能与代码编译时不同。
Because the code can execute in any environment, the class files might not be the same as when the code was compiled.
这将调用NewClass向导,您可以使用该向导来创建类文件。
This invokes the New class wizard, which you can use it to create the class file.
而且对类型化数据集来说,手动修改生成的类文件通常不是一个好主意。
And it is generally not a good idea to manually modify the generated class file for a typed DataSet.
您自己的编程能从更为一致的访问类文件资源的方式中获益吗?
Would your own programming benefit from more uniformity in the way it accesses file-like resources?
这就允许Scalaplugin提供Scala工具来构建类文件。
This allows the scala plugin to provide the scala tools to build the class files.
然后,在这些类文件中对适当方法的调用被编织入原始应用程序代码。
Then, calls to the appropriate methods in these class files are woven into the original application code.
也可以用框架直接从类文件解码出数据结构信息,甚至从源代码进行解码。
You can also use frameworks that decode the data structure information directly from class files, or even from source code.
与说成类文件正“被破坏”或“被植入”相比,这个词似乎更好,不是吗?
Sounds much better than saying your class files are being "mangled" or "implanted", doesn't it?
即使从类文件构建JAR文件也不会改变这一点—jar只是类文件的容器。
Even building a JAR file from the class files doesn't change this — the JAR is just a container for the class files.
正则表达式是根据文本匹配模式的方法—类似于编译器生成类文件的工作原理。
Regular expressions are ways to match patterns against text — similar to how a compiler works to generate class files.
但是,如果类装入器为它所装入的每个类查找现有类文件,那么它会如何工作呢?
But how can that work if the class loader looks for existing class files for each class it loads?
为了构建OCAP应用程序,您真正需要关心的全部内容就是定义平台的类文件。
For the purposes of building OCAP applications, all you really need to care about are the class files that define the platform.
与此不同,它包含用于所有类和占位符类文件的JXE文件,用于访问本地代码。
Instead, it contains the JXE file for all the classes and placeholder class files, which are used to access the native code.
然而,我发觉首先创建带有一些空方法的类文件,然后生成测试文件是很容易的。
However, I find it easier to create the class file first, with some empty methods, and then create the test file.
应用推荐