单词 | Java program |
释义 | Java program例句释义: 全部 1. A Java program is initially compiled through the Java SDK's javac program into a native platform-neutral format known as class files. Java程序最初是通过JavaSDK的javac程序编译成本地的与平台无关的格式(类文件)。 www.ibm.com 2. Now that you know how to insert XML data into DB2 using a Java program, you're ready to query XML data. 既然知道了如何使用Java程序将XML数据插入DB2中,就可以开始查询XML数据了。 www.ibm.com 3. If you want to call Java methods that operate on other types, try writing at least one additional adapter function in the Java program. 如果您希望调用处理其他类型的Java方法,请尝试在Java程序中编写至少一个额外的适配器函数。 www.ibm.com 4. After converted into exe file, java program becomes very easy to run. 转换成exe文件之后,发布和运行java程序就非常简单和方便。 www.regexlab.com 5. The Java program itself consists of a set of Java classes that are packed in a Java archive named csx. jar. Java程序本身由一组Java类组成,打包为csx.jar文件。 www.ibm.com 6. Every legal Java program is a legal AspectJ program, so your code will compile just as it always has. 每个合法的Java程序都是合法的AspectJ程序,所以可以像以前那样编译代码。 www.ibm.com 7. Take a dump of a single Java program running on the system, and then start up another one and take the dump again. 获得一个Java程序在系统上运行的内存转储,然后再启动另一个并转储。 www.ibm.com 8. In this article, we provide performance examples using a database we call BANK, and a simple stand-alone Java program we call PERFORMER. 本文中,我们提供了性能示例,这些示例使用名为BANK的数据库以及一个名为PERFORMER的简单的Java独立程序。 www.ibm.com 9. Access to "protected" resources may be requested at different times during the execution of a Java program. 在Java程序的执行过程中,可能需要在不同的时间访问“受保护的”资源。 www-128.ibm.com 10. For a Java program to be embedded in the Java stages of DataStage, it should be in the format specified in Listing 1. Java程序要嵌入到DataStage的JavaStage中,应该采用清单1中指定的格式。 www.ibm.com 1. If I were interested in a higher level of sophistication, I could import my MP3 song utility directly into my Java program. 如果对更高层次的完善感兴趣,那么可能将MP3歌曲工具直接导入Java程序。 www.ibm.com 2. In a Java program, a root is a reference to an object held in a static variable or in a local variable on an active stack frame. 在Java程序中,根是对静态变量中或者活跃的堆栈框架上的本地变量中所包含的对象的引用。 www.ibm.com 3. The data description classes allow a Java program to describe the record format of a buffer of data with an object. 数据描述类允许Java程序通过对象来描述数据缓冲区的记录格式。 www.ibm.com 4. JIT therefore has a great influence on the flow of execution of a Java program. 因此,JIT对于Java程序的执行流程会产生很大的影响。 www.ibm.com 5. Your Java program can't make this kind of mistake; only a program written in a language that supports pointers can. Java程序不会造成这种错误,只有用支持指针的语言编写的程序才可能造成这种问题。 www.ibm.com 6. To convert the above Java program into a Web service using custom deployment, you need to define a deployment descriptor. 为了使用自己的部署将上述Java程序转化成为Web服务,您需要定义一个部署描述符。 www.ibm.com 7. A SIP application is a Java program that uses at least one SIP servlet written to the JSR 116 specification. SIP应用程序是一个Java程序,它使用了至少一个写入JSR116规格说明的SIPservlet。 www.ibm.com 8. Comparing with other encrypt tools, the encrypted java program by this software will not generate temporary files when runs. 相比其他同类加密java程序的软件,本软件加密后的java程序,运行时不产生临时文件。 www.regexlab.com 9. JAVA program language in the CAD software system was used to conduct program design to realize the across-platform. 为实现其跨平台性,软件系统采用JAVA语言进行程序设计。 d.wanfangdata.com.cn 10. It can be used to identify which parts of your Java program are lacking test coverage. 它可能使用辨认哪您的Java程序的部份缺乏测试覆盖范围。 tieba.baidu.com 1. Parameters can be passed to the IBM i program and data can be returned to the Java program when the server program exits. 当服务器程序退出时,参数可以传递到IBMi程序,数据可以返回Java程序。 www.ibm.com 2. Refer to Part 2 of this series to detect and fix SQL errors as you type in your Java program. 关于如何探测和纠正Java程序中的SQL错误,请参考本系列的第2部分。 www.ibm.com 3. The system value classes allow a Java program to review and change system values and network attributes. 系统值类允许Java程序检索和更改系统值和网络属性。 www.ibm.com 4. The execute function syntax can be accessed through dbaccess, or through a ESQL C or Java program. 可通过dbaccess,或者通过ESQLC或Java程序来访问executefunction语法。 www.ibm.com 5. Significantly decreases the size of your Java program. 极大地减小Java程序的大小。 www-128.ibm.com 6. The next step is to make the extension function available to the Java program. 下一步让这个扩展函数能够在Java程序中使用。 www.ibm.com 7. I would like a JAVA program project which allows the user to enter Marks for certain Module. . . 我想一个Java程序项目,允许用户输入特定的模块商标… www.bing.com 8. The problem with debugging a Java program remotely is not in the debugger front end but the remote Java back end. 要远程调试Java程序,难点不是在调试器的前端,而是远程Java后端。 www.cnblogs.com 9. You'll see this in a minute, when we create a Java project, and later, when we debug a Java program. 当我们创建一个Java项目时,以及后来调试Java程序的时候,您立刻就可以看到这一点。 www.ibm.com 10. A standalone Java program client also must add the RJCB Java library RJCBRT. jar file to its classpath. 独立Java程序客户机还必须把RJCB的Java库RJCBRT.jar文件添加到它的类路径中。 www.ibm.com 1. The Jamaica project is an example where a standard Java program is re-factored using a special compiler to generate multithreaded code. Jamaica项目就是这样一个例子,标准的Java程序可以使用特殊的编译器进行重构来生成多线程的代码。 www.ibm.com 2. In fact, the JDBC API allows any Java program -- even an applet -- to connect to a relational database (RDBMS). 实际上,JDBCAPI允许任何Java程序―甚至是applet―连接到关系型数据库(RDBMS)上。 www.ibm.com 3. A Java agent is a Java program that extends the Lotus-supplied base class called AgentBase and that runs inside the Domino framework. Java代理是一种Java程序,它扩展了Lotus提供的称为AgentBase的基础类,并且可以在Domino框架内运行。 www.ibm.com 4. Each cloud management system in the enterprise could include a Java program that uses this API to manage entries in the Address database. 企业云中的每个云管理系统可以包括一个利用该API来管理Address数据库中条目的Java程序。 www.ibm.com 5. The JDBC test tool is a Java program that can verify database connectivity between a system and a database. 此JDBC测试工具是能够验证系统和数据库之间的数据库连接的Java程序。 www.ibm.com 6. We ll look at each step individually using code snippets, and finally we ll put it all together in to an executable Java program. 用代码片段来逐步研究,最后将他们放在一起成为一个可执行的Java程序。 www-128.ibm.com 7. This article introduced DB2 UDB performance monitoring and tuning fundamentals using a sample Java program (PERFORMER). 本文使用Java示例程序(PERFORMER)介绍了DB2UDB性能监控和调优基础。 www.ibm.com 8. Listing 5 shows a simple Java program that performs the xupdate: insert-before operation as described earlier. 清单5显示了一个简单的Java程序,它可以执行先前描述的xupdate:insert-before操作。 www.ibm.com 9. This article has demonstrated how to use the OAuth mechanism in Twitter to update the status of an account from a client Java program. 本文展示了如何使用Twitter中的OAuth机制来从一个客户端Java程序更新帐户状态。 www.ibm.com 10. Tab, type the IP address or domain name of the host where the Java program is running. 域中输入正在运行Java程序的主机的IP地址或域名。 www-128.ibm.com 1. Make sure Java program is selected as the Program type in the Set Program window and click Next. 确保在SetProgram窗口中选择Javaprogram作为Programtype字段值,并单击Next。 www.ibm.com 2. There may be times, however, when it is more appropriate to launch Ant from within a Java program. 然而,也存在更适合于从Java程序中启动Ant的情况。 www.ibm.com 3. To add a caption to this file, you would simply run the CaptionAdder. java program as shown in Listing 2. 要向这个文件添加标题,只需如清单2中所示那样运行CaptionAdder.java程序即可。 www.ibm.com 4. Similarly, your SQL may not show as highlighted (or your preferred setting for SQL) in the Java program. 同样,在Java程序中SQL可能不会突出显示,您设置的SQL显示选项也无效。 www.ibm.com 5. The trace formatter is a Java program that runs on any platform and can format a trace file from any platform. 跟踪格式化器(traceformatter)是一个可以在任何平台上运行的Java程序,可以对来自任何平台的跟踪文件进行格式化。 www.ibm.com 6. Listing 1 shows a simple Java program demonstrating how a basic memory leaking data structure. 清单1显示了一个简单的Java程序,该程序演示了基本内存泄漏数据结构。 www.ibm.com 7. program. Notice that once DB2 LOAD command connects to the Windows named pipe, the Java program starts writing data to the pipe. 注意,当DB2LOAD命令连接到Windows指定管道之后,Java程序会开始将数据写入到管道。 www.ibm.com 8. What is the name of the method that is executed when a Java program starts up under the control of the acm. program package? program包中的所有程序执行时,运行的方法名字是什么? www.bing.com 9. It is famous for its good across-platform and excellent safety, but the performance of Java program is relatively poor. 它有良好跨平台性和优秀的安全性等优点。 www.fabiao.net 10. Here is a small Java program that you can use as a starting point. 下面是一个小的Java程序,您可以将其作为出发点。 www.ibm.com 1. If you plan to implement audit log analysis in a Java program, you can use the Timezone and DateTime class. 如果您计划在Java程序中实现审核日志的分析,您可以使用Timezone和DateTime类。 www.ibm.com 2. To actually run a Java program, you use the Java interpreter to execute the compiled byte-codes. 为了运行一个Java程序,你要用Java解释器去执行这些编译过的字节码。 www.bing.com 3. Previously, you used a PreparedStatement to insert data into an Apache Derby database from within both a Java program and the ij tool. 先前,您使用了PreparedStatement从Java程序和ij工具把数据插入ApacheDerby数据库。 www.ibm.com 4. Write a Java program to calculate and report the likelihood of the presence of water. 编写一个Java程序去计算并报道出有水的可能性。 zhidao.baidu.com 5. If an XML script is not performing well, it can be replaced with a better-performing script or a binary-coded Java program. 如果一个XML脚本不能正确执行,就用一个执行得更好的脚本或者二进制代码的Java程序替换。 www.ibm.com 6. How about letting a Java program change the time, calendar, and time zone on the OS? 如果让Java程序可以改变操作系统的时间、日历和时区,那会怎么样? www.ibm.com 7. For best effect, launch the Java program with the -Dcom. sun. management. jmxremote property set. 为了获得更好的效果,采用-Dcom.sun.management.jmxremote属性集启动Java进程。 www.ibm.com 8. Once you ve done that, you ll use code like that shown below in your Java program to actually make the connection. 一旦完这项工作,就可以在Java程序中使用类似于下面所示的代码来实现实际的连接。 www-128.ibm.com 9. As shown in Listing 10, the Main. java program was modified to insert 10, 000 rows. 如清单10所示,对Main.java程序进行修改以插入10,000行。 www.ibm.com 10. Sun's new "100% Pure Java" program helps developers ensure (and certify) that their code is portable. Sun的“100%纯净Java”(“100%PureJava”)项目帮助开发者确认他们的代码是可移植的。 www.bing.com 1. In this section, you will see some important features of XUpdate and an example embedded XUpdate Java program. 在本节,您将看到XUpdate的一些重要特性以及将XUpdate嵌入Java程序的示例。 www.ibm.com 2. Learn how to productively customize SQL inside your Java program and create your own data access layers for Informix. 学习如何高效地定制Java程序中的SQL并为Informix创建自己的数据访问层。 www.ibm.com 3. This program is similar to the Parts. java program in Listing 3 that prints the XML content from the database. 该程序类似于清单3中从数据库打印XML内容的Parts.java程序。 www.ibm.com 4. The C parsing grammar also works with the Java program's source code. C解析文法也与Java程序的源代码一起使用。 www.ibm.com 5. After you compile and execute the Parts. java program, it outputs an XML document similar to Listing 2. 在您编译并执行了Parts.java程序之后,它输出类似于清单2的XML文档。 www.ibm.com 6. You can also add nodes to the domain from a Java program by posting the entry in Listing 6 to the domain at the cloud context root. 您还可以通过将清单6中的条目发送到位于cloud上下文根的域,从而在Java程序中将节点添加到域。 www.ibm.com 7. Use the the following java program to delete those datasets as a part of cleanup. 使用下面的Java程序删除这些数据集。 www.ibm.com 8. I need to automate the deployment of the ear file also thru a Java program. 我需要ear文件的自动通过Java程序部署。 www.ibm.com 9. The usual way to start a java program by batch file is not a convenient way. 通常采用的通过批处理文件启动java程序的办法非常麻烦。 www.regexlab.com 10. Is a particular point of execution in a Java program, such as a method in a class. 是Java程序中的某个特定执行点,比如某个类中的一个方法。 www-128.ibm.com 1. You can then use a Java program to send the data to the Windows pipe. 然后,您可以使用Java程序将数据发送给Windows管道。 www.ibm.com 2. The simplest way to accomplish this task in a Java program is with locks. 在Java程序中最简单实现同步的方法就是上锁。 www-128.ibm.com 3. You can run the sample Java program to test your order event. 您可以运行示例Java程序来测试订单事件。 www.ibm.com 4. I will show how you can use JFace and SWT in a standalone Java program. 我将向您演示如何在独立的Java程序中使用JFace和SWT。 www-128.ibm.com 5. Listing 1 is a simple Java program excerpt from the XAPI use cases that exercises all three XAPI levels. 清单1是摘自XAPI用例的一个简单Java程序片段,其中使用了所有三个XAPI级别。 www.ibm.com 6. The standard utility classes such as Hashtable and Vector also affect Java program performance. 标准实用程序类,如Hashtable和Vector也影响Java程序性能。 www.ibm.com 7. Use the following commands to compile and run the sample TestPipe. java program (Listing 3). 使用以下命令编译和运行示例TestPipe.java程序(清单3)。 www.ibm.com 8. Listing 6 shows the changes to the Main. java program, and how to insert 100 rows. 清单6显示了对Main.java程序的修改,以及如何插入100行。 www.ibm.com 9. Thus, in any Java program you write you can say System. out. println( "things" ) whenever you want to print something to the console. 所以在任何Java程序中,一旦要把某些内容打印到控制台,就可条件反射地写上System.out.println(“内容”)。 www.bing.com 10. For example, you can write a Java program that uses the open-source Ganymed SSH library or the Apache HttpClient library for HTTP services. 例如,您可以编写一个Java程序,为HTTP服务使用开源GanymedSSH库或ApacheHttpClient库。 www.ibm.com 1. We assume you have a fundamental knowledge of how to leverage JNDI to allow a Java program to access an LDAP server. 我们假定您了解如何利用JNDI使Java程序能够访问LDAP服务器的基本原理。 www.ibm.com 2. Converting this video file to an iPod-compatible format is easy with the MovieConverter. java program. 用MovieConverter.java程序将这个视频文件转换成iPod兼容的格式很容易。 www.ibm.com 3. The code in the Pipes. java program declares Java methods that point back to the Windows native API calls implemented through the Pipe. c java程序中的代码将声明指回通过Pipe.c程序实现的Windows本地API调用的Java方法。 www.ibm.com 4. Re-open ProjectInlineSample. java, and notice that the impact of changing column names is now reflected in the Java program 重新打开ProjectInlineSample.java,修改列名的影响现在反映在Java程序中 www.ibm.com 5. A framework for implementing testing in Java that provides a simple way to explicitly test specific areas of a Java program 一个用于在Java中实现测试的框架,它提供一种简单的方式来显式地测试Java程序的某个方面 www.ibm.com 6. When I speak of an executing Java program I mean a thread of execution that starts in a certain class 当我谈到执行Java程序时,我的意思是在特定类 www-128.ibm.com 7. To deploy a bridge plug-in to a standalone client Java program with registering the required DLLs 把桥插件部署到独立Java客户机,并注册必需的DLL www.ibm.com 8. For comparison, take a look at the equivalent Java program, seen here in a file such as hello. java 作为比较,看一下等效的Java程序,看看下面的hello.java文件 www.ibm.com 9. Or if you were making this call from a Java program using a parametrised query 还可以在Java程序中通过参数化查询执行这个调用 www.ibm.com 10. Java Program Used in Block Graph Experimental Simulation on Web 用Java实现网上结构图实验仿真 www.ilib.cn 1. Writing a Java program using Java Database Connectivity (JDBC) to query the audit log has several advantages 使用Java数据库连接(JavaDatabaseConnectivity,JDBC)编写Java程序来查询审核日志有几个好处 www.ibm.com 2. In Listing 10, you can see how easily BSF lets me plug it into a normal Java program 在清单10中,可以看到BSF可以多么容易地让我把这个脚本插入普通Java程序 www-128.ibm.com 3. Thread-Based Automatic Parallel Conversion Technique for Java Program 基于线程的Java程序自动并行转换技术 ilib.cn 4. Notice that the invalid table name is listed along with the other Java language errors in the Java program 注意,这里列出了Java程序中的无效表名和其他Java语言错误 www.ibm.com 5. Encrypted java program will not generate temporary files when runs 加密后的java程序,运行时不产生临时文件 www.regexlab.com 6. Notice that all the invalid column names are listed along with other Java language errors in the Java program 注意,这里列出了Java程序中的所有无效列名和其他Java语言错误 www.ibm.com 7. Garbage-collection-based Method for Improving Performance of Java Program 基于垃圾收集的Java程序性能改善方法 www.ilib.cn 8. Several Methods of Improving Java Program Performance 提高Java程序性能的若干方法 ilib.cn 9. Whenever a Java program is running, it has a particular 无论何时运行一个Java程序,它都有一个特定的 www-128.ibm.com 10. Shows a simple Java program that performs the 显示了一个简单的Java程序,它可以执行先前描述的 www-128.ibm.com 1. Let java program more convenient to redistribute and run 方便java程序的发布和运行 www.regexlab.com 2. The Solution for Processing Chinese in Java Program Java语言的中文处理问题完整解决方案 service.ilib.cn 3. Effects of Exception on Java Program Analysis 异常结构对Java程序分析的影响 www.ilib.cn 4. Listing 2 illustrates a complete Java program for writing a message to the screen 清单2演示了一个完整的Java程序,它用于将一条消息写到屏幕 www-128.ibm.com 5. A Tag Type for Certifying Compilation of Java Program 一种用于Java程序验证编译的标签类型 www.wenloo.com 6. An Analytical Technique of Java Program Runtime Exception Based on Class Document 基于类文件的Java程序运行时异常分析技术 www.ilib.cn 7. It produces this output if you try it on our Java program 对于我们的Java程序,输出结果如下所示 www-128.ibm.com 8. Generated exe file can hide java program 生成的exe可以对java程序进行隐藏保护 www.regexlab.com 9. To compile a Java program that uses Aspects 编译使用了方面的Java程序 www-128.ibm.com 10. Listing 3 shows a Parts. java program to access a parts document stored under partsdb 清单3显示了一个Parts.java程序,该程序访问存储在partsdb下的parts文档 www.ibm.com 1. Build and Traverse of Abstract Syntax Tree Based on Java Program 基于Java语言的抽象语法树的创建与遍历 www.ilib.cn 2. Java program to perform transliteration using the ICU4J and tr4j libraries 使用ICU4J和tr4j库执行音译的Java程序 www.ibm.com 3. Realize Encryption and Unencryption in Use of Java Program 利用Java程序实现加密解密问题 www.ilib.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。