单词 | class file | ||||||||||
释义 | class file
更多释义 收起释义 例句释义: 类文件,一类文件,实现文件类 1. A partial method is usually defined in a partial class file and is optionally implemented in the regular class file. 分部方法通常被定义在一个分部类中,在常规的类文件中也可实现。 www.infoq.com 2. If the code is in a separate class file, this file is referred to as the code-behind file. 如果代码在单独的类文件中,则该文件称为“代码隐藏”文件。 msdn2.microsoft.com 3. If you later decide that this data should be shared between classes, this refactoring will create a new class file from the nested class. 如果您后来又决定应该在多个类之间共享这个数据,那么重构操作就能从这个嵌套类中创建新的类文件。 www.ibm.com 4. But once you're done, you may want to copy the class file to another directory or zip it up to send it to someone else by e-mail. 但是,一旦您做了,那么您可能想将类文件复制到另一个目录,或者压缩它,以通过电子邮件将它发送给其他人。 www.ibm.com 5. The bytecode that makes up the executable portion of the class file is actually machine code for a special kind of computer -- the JVM. 构成类文件可执行部分的字节码实际上是针对特定类型的计算机―JVM―的机器码。 www.ibm.com 6. In the Add New Item dialog box, give the class file (. Vb or. Cs file) the name you want the composite control to have. 在“添加新项”对话框中,将类文件(.vb或.cs文件)命名为您希望复合控件所具有的名字。 msdn2.microsoft.com 7. While an EMC allows you to define new behavior on the fly, a Category allows you to save the behavior off in a separate class file. 虽然EMC允许您动态定义新行为,然而Category允许您将行为保存到独立的类文件中。 www.ibm.com 8. Service class represents an SOA-enabled . NET class file that, when compiled, can be deployed to any Microsoft service host. 服务类代表了一种支持SOA的.NET类文件,在汇编时,该文件可以部署到任意的Microsoft服务主机之上。 www.ibm.com 9. Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem. 当verifier探测到一个类文件,尽管格式正确,但包含内在冲突或安全问题时抛出。 www.51goushu.com 10. Excel projects now contain a separate class file for each worksheet and a class file for the workbook as a whole. 现在,Excel项目包含了每个工作表的一个单独的类文件,还包含了整个工作簿的一个类文件。 msdn2.microsoft.com 1. At the beginning of the controller class file addressadmin_controller. rb, you need to add the code shown in Listing 7. 在控制器类文件addressadmin_controller.rb的开头,需要添加如清单7所示的代码。 www.ibm.com 2. Combining annotations with class file modification can provide a way out of this dilemma. 把注释与类文件修改组合起来可以提供一种走出这一困境的方法。 www-128.ibm.com 3. The proxy class file name is arbitrary; in this example, the proxy class name matches the name of the corresponding. Svc file. 代理类文件可以使用任意名称;在此示例中,代理类名称与相应.svc文件的名称匹配。 msdn2.microsoft.com 4. The project system in the earlier version of Visual Studio Tools for Office had a single main class file for your code. VisualStudioToolsforOffice早期版本中的项目系统含有代码的单个主类文件。 msdn2.microsoft.com 5. Another option is to package your class file into a JAR file, and deploy the JAR file. 另一个办法是将类文件打包到JAR文件中,并且部署JAR文件。 www.ibm.com 6. This code uses the JCF package to load the class file and determine the name of the class stored within it. 这些代码使用JCF包来读入类文件以及测定保存在里面的类的名称。 blog.sina.com.cn 7. If the new class file is not already open, double-click it in Solution Explorer to open it. 如果新类文件尚未打开,请在解决方案资源管理器中双击它以将其打开。 msdn2.microsoft.com 8. Imagine a development environment where bug fixes are being made: A class file's contents can change from one program execution to the next. 设想一个正在进行bug修复的开发环境:类文件的内容可能随不同的应用程序的执行而变化。 www.ibm.com 9. Knowing what kind of information a class file might contain is important to understanding what you can do with, and to, that information. 知道类文件中可能包含了哪类信息对于了解您如何利用该信息以及对于信息作何种处理都是很重要的。 www-128.ibm.com 10. Next, take a look at the corresponding PHP class file. Create a new directory in direct and name it classes. 接下来,我们来看对应的PHP文件,在direct下创建一个新目录,并将其命名为classes。 www.ibm.com 1. This result appears to be an error in the way Hansel interprets local variable information from the class file. 这个结果看来是Hansel在解释类文件中局部变量信息时犯的一个错误。 www.ibm.com 2. Other versions (newer and older) may work, but the location of the required class file within it may have changed. 其他版本(更新版本和更旧版本)也可以运行,但它所需的各类文件的位置会发生改变。 www.ibm.com 3. Remember that the page, its code, and the separate class file that you created have all been compiled into executable code. 请记住,您创建的页、页的代码和单独的类文件都已被编译为可执行代码。 msdn2.microsoft.com 4. We also make a change in the triglets. xml file to define the location of the trigger handler class file for the trigger manager. 我们也会对文件做些改动,以定义用于该触发器管理程序的触发器处理程序类文件的位置。 www.ibm.com 5. Every class file contains all the naming and typing information for each data member of its class. 每个类文件中包含了对应于该类每个数据成员的所有名称信息和类型信息。 www-128.ibm.com 6. It takes an XML Schema Definition (XSD) file as well as a class file to create a strongly typed DataSet. 它使用XMLSchemaDefinition(XSD)文件以及类文件来创建强类型数据集。 blog.sina.com.cn 7. Create a simple report that lists each class file and its corresponding checksum. 创建简单的报告,列出每个类文件及其对应的校验和。 www-128.ibm.com 8. Switch to the IDE and place the cursor in the first line of index. php, just about to include the class file. 切换到IDE,将游标放在index.php的第一行,就在包含类文件的地方。 www.ibm.com 9. Create a new class file ending in the extension appropriate for your programming language. 创建一个新的类文件,结尾是适合您的编程语言的扩展名。 msdn2.microsoft.com 10. However, this type will appear with its generic portion in the Web service class file. 但是,在Web服务类文件中,该类型将附带其泛型部分出现。 msdn2.microsoft.com 1. Once Axis has processed the deployment descriptor, you need to move the EightBall. class file to a directory where Axis can find it. 一旦Axis处理了部署描述符,您就需要把EightBall.class文件移到一个Axis可找到它的目录。 www.ibm.com 2. Either way, you just point Retroweaver at the root directory of the class file tree to be converted. 两种方式都只要在将要转换的类文件树的根目录指出Retroweaver即可。 www.ibm.com 3. Using the javax. tools API, the JavaFileManager can discard writing of any CLASS file that's unexpected. 使用javax.toolsAPI,JavaFileManager可以删除任何预料之外的CLASS文件的写入。 www.ibm.com 4. Each Web service class file contains the operation signatures for the corresponding Web service provider endpoint. 每个Web服务类文件中都包含对应Web服务提供者终结点的操作签名。 msdn2.microsoft.com 5. Generates a class file that contains strongly-typed properties that match the resources that are specified in the input parameter. 生成一个类文件,该文件包含与输入参数中所指定的资源相匹配的强类型属性。 msdn2.microsoft.com 6. However, the second developer works on a class file for a different Web service on the same application. 但是,第二个开发人员使用的是相同应用程序上不同Web服务的类文件。 msdn2.microsoft.com 7. Use the Specifying Web Component Type pane to declare that the Web component is a servlet and to map the servlet to the Simple. class file. 使用SpecifyingWebComponentType窗格来声明Web组件是一个servlet并将该servlet映射到Simple.class文件。 www.ibm.com 8. Generates a class file that contains strongly-typed properties that match the resources referenced in the specified collection. 产生类别档案,其中包含与指定集合中参考之资源相符的强型别属性。 technet.microsoft.com 9. These operation signatures also appear in the Web service class file if the associated application is implemented already. 如果关联的应用程序已经实现,则这些操作签名还显示在Web服务类文件中。 msdn2.microsoft.com 10. However, if you tell them to go directly into the . class file and manipulate the bits, the fear returns. 但是,你要是说直接去.class文件来处理利用那些bits,那种恐惧就又回来了。 www.infoq.com 1. AOP make bytecode changes normal, without requiring understanding of the class file format. AOP常常会要修改字节码,但又完全不需要理解class文件的格式。 www.infoq.com 2. From the above, you can see that the class file name is correct (it is Out_Language). 从上面的代码可以看出,类文件名是正确的(Out_Language)。 www.ibm.com 3. Click Upload to upload the soa_msg. xml file (as shown in Listing 1) from the class file folder. 单击Upload从类文件文件夹中上传soa_msg.xml文件(如清单1所示)。 www.ibm.com 4. The Java class file for the demonstration is ExcelReader. java and is included inside an Eclipse project. 这个演示使用的类文件为ExcelReader.java,包含在一个Eclipse项目中。 www.ibm.com 5. Backwards compatibility, so that any class file generated by a Java compliant compiler would run on a RTSJ virtual machine. 向后兼容性。任何兼容的Java编译器生成的类文件都能继续在RTSJ虚拟机上运行。 www.infoq.com 6. Copy the StyleGenerator class code in the Example section of this topic into the class file, and save the code. 将本主题中“示例”部分的StyleGenerator类代码复制到类文件中,并保存该代码。 msdn2.microsoft.com 7. Option to specify the name of the class file. 选项可指定类文件的名称。 msdn2.microsoft.com 8. To prevent your code from being deleted during the regeneration of a TableAdapter, add code to the TableAdapter's partial class file. 要避免在重新生成TableAdapter期间删除代码,请将代码添加至TableAdapter的分部类文件中。 msdn2.microsoft.com 9. This example executes the EJB client as a pure Java class file invoked from the command line. 该示例将EJB客户端作为从命令行调用的纯Java类文件来执行。 www.ibm.com 10. With Lombok, a . java file no longer shows what's in a . class file. 有了Lombok,.java文件无法再展示.class文件所包含的内容。 www.ibm.com 1. Create new file and type a filename in the text box, to create a new class file and add it to the current project. “创建新文件”并在文本框中键入文件名,以创建一个新的类文件并将其添加到当前项目中。 technet.microsoft.com 2. The files themselves will follow the standard Java rules where . class file names match declared class names. 文件本身会遵守标准的Java规则:.class文件名称要和声明的类名匹配。 www.ibm.com 3. Before a . class file is loaded into the virtual machine, it is verified by a bytecode verifier and optionally a SecurityManager. 在将一个.class文件装载到虚拟机之前,该文件要由一个字节符验证器或一个可选的SecurityManager进行验证。 www.ibm.com 4. Comprehensive coverage of the JVM class file format and instruction set from the source. 从起源开始全面介绍了JVM类别文件的格式和指令集。 www-128.ibm.com 5. Was used to specify the root directory for class file output. 用来为类文件输出指定根目录。 msdn2.microsoft.com 6. Add a class file to the project and create a class that inherits from Microsoft. Office. Tools. Excel. SmartTag. 向项目中添加类文件,并创建一个从Microsoft.Office.Tools.Excel.SmartTag继承的类。 msdn2.microsoft.com 7. If you try to print or view a class file as text, you'll generally see many strings of this type, each a reference to some class. 如果您尝试将一个类文件作为文本输出或查看,那么通常会看到上述形式的多个字符串,每个字符串都是对某个类的引用。 www.ibm.com 8. To prevent your code from being deleted during regeneration of the dataset, add code to the dataset's partial class file. 若要防止在重新生成数据集期间删除代码,请向数据集的分部类文件中添加代码。 msdn2.microsoft.com 9. And it is generally not a good idea to manually modify the generated class file for a typed DataSet. 而且对类型化数据集来说,手动修改生成的类文件通常不是一个好主意。 blog.sina.com.cn 10. The loading phase consists of locating the required class file (by searching though the respective classpaths) and loading in the bytecode. 装入阶段包括:找到必要的类(通过查找每个类路径)并装入字节码。 www.ibm.com 1. Retain the annotation in the compiled class file of the annotated class, and read it when the class first loads. 将注释保留在编译后的类文件中,并在第一次加载类时读取它。 www-128.ibm.com 2. Jython is distributed as a single Java class file containing the installer. Jython是作为包含安装程序的单个Java类文件而发布的。 www-128.ibm.com 3. To begin, it reads in the XML_NITF class file, and initializes an instance of the XML_NITF class. 它首先读入XML_NITF类文件并初始化XML_NITF类的实例。 www.ibm.com 4. With the dataset or TableAdapter project selected, click Show All Files in Solution Explorer to view the generated class file. 选定数据集或TableAdapter项目后,在“解决方案资源管理器”中单击“显示所有文件”可查看生成的类文件。 msdn2.microsoft.com 5. This file is not a script but is a class file used by the buildserver. rex script. 这个文件并不属于脚本,但是是由buildserver.rex脚本使用的类文件。 www.ibm.com 6. Assuming there are no syntax errors, javac places the compiled . class file in the same directory where the . java file is. 假设没有出现任何语法错误,javac将编译后的.class文件放到与之对应的.java文件所在的相同目录内。 www.ibm.com 7. Both the report wrapper class and cache management utility class are generated in the same class file. 报表包装类和高速缓存管理实用程序类都在同一个类文件中生成。 msdn2.microsoft.com 8. Notice that the extension of the class file name matches the language that you have selected. 注意,类文件名的扩展名与选择的语言相一致。 msdn2.microsoft.com 9. A code or class file in the application project does not compile or parse. 应用程序项目中的代码或类文件无法编译或分析。 msdn2.microsoft.com 10. enterprise reporting class file outsourcing services to write all the year round. 企业报告类文件撰写常年外包服务。 www.b2easy.com 1. With each implementation class defined, a separate . class file is created. 定义了每一个实现类后,就会创建一个单独的.class文件。 www.ibm.com 2. Visual Studio adds the project to the current solution and opens the default class file. VisualStudio将项目添加到当前解决方案并打开默认的类文件。 msdn2.microsoft.com 3. Inside this class file, we also have variable substitutions we want our users to customize. 在此类文件内,还有一些需要用户自定义的变量替换。 www.ibm.com 4. However, I find it easier to create the class file first, with some empty methods, and then create the test file. 然而,我发觉首先创建带有一些空方法的类文件,然后生成测试文件是很容易的。 www.ibm.com 5. It reconstructs the original source code from a compiled binary CLASS file. 它重构原代码编译后的二进制类文件。 xtdownload.com 6. Directive pointing to the associated compile-with class file. 属性,该属性指向编译使用的关联类文件。 msdn2.microsoft.com 7. This invokes the New Class wizard, which you can use it to create the class file. 这将调用NewClass向导,您可以使用该向导来创建类文件。 www.ibm.com 8. The class file names and locations must conform to the JVM requirements. 这些class文件的名字和位置必须和JVM的需求相吻合。 www.bing.com 9. Because you compiled the source code for the first example, the db2evmonfmt Java class file already exists. 由于第一个例子已编译过源代码,db2evmonfmtJava类文件已存在。 www.ibm.com 10. Close the class file, the Object Relational Designer window, and the Web. Config file. 关闭该类文件、“对象关系设计器”窗口以及Web.config文件。 msdn2.microsoft.com 1. Click the Add button to create the class file for the composite control. 单击“添加”按钮创建复合控件的类文件。 msdn2.microsoft.com 2. Visual Web Developer creates a skeleton class file in the programming language that you have specified. VisualWebDeveloper以指定的编程语言创建一个主干类文件。 msdn2.microsoft.com 3. Select the code in the new class file, and then replace it by pasting in the code from the Help topic. 在新建的类文件中选择代码,然后贴入帮助主题中的代码来替换此代码。 msdn2.microsoft.com 4. Compiling the CustdbScripts. Class file with MobiLink API references. 用MobiLinkAPI引用编译CustdbScripts.class文件。 www.ianywhere.com 5. You need to repeat this process, with a slight modification, to bring in the DictionaryUtility. java class file. 需要重复该过程(略有不同)来导入DictionaryUtility.java类文件。 www.ibm.com 6. To begin, go to the list of variables in the xforms_lib. php class file, and add two more variables, as shown in Listing 1. 首先,转到xforms_lib.php类文件中的变量列表,添加另外两个变量,如清单1所示。 www.ibm.com 7. All you need to do is add two new attributes to the class file and then rebuild the project. 需要做的全部工作就是向类文件中添加两个新属性,然后重新生成项目。 msdn2.microsoft.com 8. By default, after you separate the dataset and TableAdapter code, the result is a discrete class file in each project. 默认情况下,分离数据集和TableAdapter代码后,每个项目中将包含一个独立的类文件。 msdn2.microsoft.com 9. Retain the annotation in the compiled class file, but ignore it at runtime. 将注释保留在编译后的类文件中,但是在运行时忽略它。 www-128.ibm.com 10. Delete your old main class file after you remove all the code. 在删除所有代码之后将旧的主类文件删除。 msdn2.microsoft.com 1. Visual Web Developer creates the new class file and opens the code editor. VisualWebDeveloper创建新的类文件并打开代码编辑器。 msdn2.microsoft.com 2. this class is a partial class of the code-behind class file. 此类是代码隐藏类文件的分部类。 technet.microsoft.com 3. The actual class file modifications are done by a JiBX component called the binding compiler. 实际的类文件修改是由称为绑定编译器的JiBX组件完成的。 www.ibm.com 4. You can invoke the New Class wizard and use it to create the class file. 您可以启动NewClass向导,并使用它来创建类文件。 www.ibm.com 5. After a resource is entered into the various resource files, it is marked as untranslated in all but the base class file. 在资源进入各个资源文件后,除了基类文件,它将在文件中被标记为未翻译。 www-128.ibm.com 6. This will create a ruby directory containing a rob. class file. 这会创建一个包含rob.class文件的ruby目录。 www.infoq.com 7. You will also create a class file that you will use in the Web page. 还将创建一个将在该网页中使用的类文件。 msdn2.microsoft.com 8. When you make a new instance of the class File, you're not yet making an actual file, you're just creating a filename. 当你建立File类一个新实例时,你还没有建立实际的文件,而只是创建了一个文件名。 blog.sina.com.cn 9. Place the example code in a new class file named CustomSmartTag. 将示例代码放入名为CustomSmartTag的新的类文件中。 msdn2.microsoft.com 10. In the Adding Files pane, add the servlet's class file to the module. 在AddingFiles窗格中,将servlet的类文件添加到模块中。 www.ibm.com 1. Using ASM directly is not encouraged because it requires good knowledge of the JVM, including class file format and the instruction set. 当不鼓励直接使用ASM,因为它要求你必须对JVM内部结构包括class文件的格式和指令集都很熟悉。 blog.sina.com.cn 2. Visual Web Developer opens the new class file in the editor. VisualWebDeveloper在编辑器中打开新的类文件。 msdn2.microsoft.com 3. Attributes from the Web service class file. 属性从Web服务类文件中移除。 msdn2.microsoft.com 4. Edit the main class file instead. 而是编辑主类文件。 msdn2.microsoft.com 5. Then package the class file in a JAR. 接着将类文件打包到一个JAR中。 www.ibm.com 6. This time, you must first compile the code to a JVM . class file using scalac. 在这次,你必须先用scalac来把代码编译成JVM可认的.class文件。 www.bing.com 7. When you build this agent, it will create a JavaAgent. class file in the package directory. 构建代理时,将在包目录中创建JavaAgent.class文件。 www.ibm.com 8. Add the following code to your class file. 向类文件中添加下面的代码。 msdn2.microsoft.com 9. Now, let's look at the actual class file that implements the plug-in. 现在,让我们来看看实现该插件的类文件。 www.ibm.com 10. Statement is added to the class file. 语句到类文件中。 msdn2.microsoft.com 1. The class file is generated from the XSD file. 该类文件是从XSD文件中生成的。 blog.sina.com.cn 2. Add a new Class file named UserInformation to the project. 将名为UserInformation的新的类文件添加到项目。 msdn2.microsoft.com 3. As the class file folder. 作为类文件的文件夹。 www-128.ibm.com 4. Statement is added to the class file that is defined by the root namespace in the Web project. 语句添加至由Web项目中的根命名空间定义的类文件。 msdn2.microsoft.com 5. A Java class file potentially contains a number of different kinds of information. 一个Java类文件潜在包含了一些不同类型的信息。 www-128.ibm.com 6. Close the class file and the Web. Config file. 关闭类文件和Web.config文件。 msdn2.microsoft.com 7. The class file actually contains a series of classes that inherit from and extend the DataSet, DataTable, DataRow, and EventArgs classes. 该类文件实际上包含一系列类,这些类继承并扩展了DataSet、DataTable、DataRow和EventArgs类。 blog.sina.com.cn 8. If you have not already done so, install the JDBCExamples. Class file into the sample database. 如果尚未安装JDBCExamples类,请在示例数据库中安装JDBCExamples.class文件。 www.ianywhere.com 9. To install it, download jython-21. class file and execute java jython-21. 要安装此软件,请下载jython-21.class文件,然后执行javajython-21。 www.ibm.com 10. Does the class file exist? 类文件存在吗? www.ibm.com 1. Using reflection then, you have an ActionListener implementation, but don't have an added . class file in the file system. 然后使用反射,您有一个ActionListener实现,但是没有在文件系统中增加一个.class文件。 www.ibm.com 2. As part of class file modification, Retroweaver may need to replace references to standard classes added in J2SE 5. 0. 作为类文件修改的一部分,Retroweaver可能需要替换对添加到J2SE5.0中的标准类的引用。 www.ibm.com 3. Double-click the design surface in an empty area to open the dataset's partial class file in the code editor . 在空白区域双击设计图面,在代码编辑器中打开数据集的分部类文件。 www.bing.com 4. Be sure to set the language to Visual Basic when creating the new Visual Basic class file. 确保在创建新的VisualBasic类文件时将语言设置为VisualBasic。 msdn2.microsoft.com 5. So the code not contained in a class definition was then compiled into a. Class file named 所以,类定义中没有包含的代码被编译到一个名为 www-128.ibm.com 6. The compiled class file for it is in the extracted samples directory, in the file test-client. jar. Enter the following command 该程序的已编译类文件位于解压缩的samples目录中的test-client.jar文件中。 www.ibm.com 7. Attribute specifies the name of the separate class file, and the, 属性指定单独的类文件的名称, msdn2.microsoft.com 8. First, is general information about the plug-in, including its name, version number, the name of the class file that implements it, and the 首先是关于插件的常规信息,包括它的名称、版本号、实现它的类文件的名称和 www-128.ibm.com 9. The filter class file in the appropriate package directory within the JAR file 筛选器类文件位于JAR文件内相应的包目录中 www.ibm.com 10. This plugin provides an easy way to create a new C class file pair. It's by no means complete yet but it's here nevertheless; 此插件提供了一种轻松的方式来创建新的C 类文件对。尽管不完整,但它还是有价值; translations.launchpad.net 1. Use the annotation as indicated, but then discard it in the compiled class file 按照规定使用注释,但是并不将它保留到编译后的类文件中。 www.ibm.com 2. After the import statements, before a type definition in a class file 在类文件中的导入语句之后,在类定义之前 msdn2.microsoft.com 3. In the class file located in the Class Library project, add a using statement for the 在位于类库项目中的类文件中,添加一条用于 msdn2.microsoft.com 4. Find out how JiBX implements class file enhancement for XML data binding 揭示JiBX如何实现XML数据绑定的类文件增强 www-128.ibm.com 5. To add code to a typed dataset's partial class file 向类型化数据集的分部类文件中添加代码 msdn2.microsoft.com 6. Line coverage: the percentage of lines covered in the class file 行覆盖率:类文件中覆盖的行百分比 www.ibm.com 7. The HelloIRM. java class file, whose static main function will accomplish the handshake and login to IBM DB2 Records Manager java类文件,该文件的静态主函数将完成与IBMDB2RecordsManager的握手并登录到IBMDB2RecordsManager。 www.ibm.com 8. Move your code from the old main class file into the new 将代码从旧的主类文件移到新的 msdn2.microsoft.com 9. Look in the Web service class file for the following attribute 在Web服务类文件中查找以下属性 msdn2.microsoft.com 10. In the class file located in the Class Library project, add a 在类库项目中的类文件中,为 msdn2.microsoft.com 1. When you are finished, the complete class file will look similar to the following 完成后,完整的类文件将类似下面这样 msdn2.microsoft.com 2. Right-click anywhere in the class file and choose 右键单击类文件中的任何位置,并选择 www-128.ibm.com 3. In the Name field, enter a name for the class file, such as 在Name区域,输入类文件的名称,比如 www-128.ibm.com 4. Replace the code in the Order class file with the following code 使用以下代码替换Order类文件中的代码 msdn2.microsoft.com 5. Object, class file, and method names 对象、类文件,和方法名称 www.ibm.com 6. In the Web service class file will appear as 例如,在Web服务类文件中指定为 msdn2.microsoft.com 7. As a result, the annotation is kept in the compiled class file 这样,注释就会保留在编译后的类文件中 www-128.ibm.com |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。