This is standard code for using JDBC and JMS.
这是用于使用JDBC和JMS 的标准代码。
We also need your Business Licence and the Enterprise Standard Code Certificate.
我们还需要责公司的营业执照和企业标准代码证。
This annotation reduces standard code and resolves each of the disadvantages mentioned earlier.
该注释减少了标准代码,并解决了前面所提到过的不方便之处。
Conditional compilation constants have a special scope and cannot be accessed from standard code.
条件编译常数具有特殊的范围并且不能从标准代码访问。
While placing an order, please write clearly cable type, specification, standard code and quantity.
订货时请标明电线型号、规格、标准编号及数量。
Even though the sequence of doing the JNDI lookup is well known, casting and handling the JNDI exception adds a lot of standard code.
就算已经知道了做JNDI查找的序列,处理 JNDI例外的操作会添加一系列标准代码。
So there are several ways to take an XML response from a server, and, with fairly standard code, pull the data out and use it in a client.
因此,有几种方法可从服务器获得XML响应,并使用较为标准的代码提取数据,在客户机中使用这些数据。
The rest of the logic is pseudo-coded with the assumption that the reader can extrapolate the standard code expected for that functionality.
逻辑的其他部分是伪代码,读者可以推导出功能所需的标准代码。
The basis of all modern character sets is the American Standard Code for Information Interchange (ASCII), published in 1968 as ANSIX3.4.
所有现代字符集的基础都是在1968年以ansix3.4版本出版的美国信息交换标准码(American Standard Codefor Information Interchange,ASCII)。
Referential integrity is also handled by standard code within the framework and requires no additional coding from any developer whatsoever.
参考完整性也有框架的标准代码来实现,不需要开发者一点点的额外代码。
American Standard code for Information Interchange (ASCII) is the code that is most commonly used to represent alpha-numeric data in a computer.
美国标准资讯交换码(ascii)是最普遍用来表示电脑内的文数字资料的编码。
Then rotating code is used to describe the attributes of cigarette, and the standard code of every attribute is obtained by attribute transformation.
利用旋转编码描述烟支的属性,通过属性变换得到每组属性的标准编码值。
If you export data from a Unicode database to a client that does not use Unicode as its standard code page, you may lose data when the data file is written.
如果将来自unicode数据库的数据导出到一个客户机,但是这个客户机并不使用Unicode作为它的标准编码页,那么在写数据文件时可能会丢失数据。
Researched on the translation of PMAC program and standard code, executed standard G-code NC program, it solved the problem of NC program's versatility.
研究PMAC程序与标准指令代码的编译,实现了机床执行标准G代码NC程序的功能,解决了NC程序通用性问题。
It is compatible with English one. Students are always puzzled with those definitions: zone bit code, international standard code, intro-code and so on.
很多计算机知识学习者,容易混淆的概念,如:汉字区位码、国标码、机内码的定义及相互关系进行了分析。
With the standard code computing methods being opened, the accounting system and the safety of code technology protection depend on the protection of secret key.
随着标准密码算法细节的公开,密码技术保护的信息系统的安全就取决于密钥的保护。
Standard code values need to be used and new ones added wherever applicable to ensure that the schema is aligned with where the organization wants to go strategically.
为了确保模式和组织的战略方向保持一致,需要使用标准的编码值,在适当时可增加新的标准遍码值。
Therefore, a proposal on the code supplement to the International code of Signals is presented, which could provide standard code language and solve the language barrier.
船舶发生污染事故时信息交流存在困难,建议增补船舶防污用语的码语,提供标准用语,解决语言隔阂。
If you are using standard code, semantic document conventions, and a tableless layout, your code can be so clean that it looks practically like just regular text with a few extra symbols.
如果使用的是标准代码,标准语义文档和非表格布局,那么你的代码将看上去非常清楚,简直就如同一个带有一些特殊符号的惯用文本。
According to the treated figure data information, the program is worked out automatically in two kinds of code: ISO standard code format-g code and 3b code, which are in common use in WEDM.
根据处理后的图形数据信息,按照加工程序的代码格式自动编制出电火花线切割两种常用的G代码和3b格式加工程序。
A standard code used by almost all electronic equipments except IBM to represent text inside a computer and to transmit text between computers or between a computer and a peripheral device.
除ibm外,各种电子仪器都采用这个标准作电脑与电脑间或电脑与外围设备的内文传送。
Existing valuation method of highway construction works tendering is based on bill of quantity. It is the same as national standard Code of valuation with bill quantity of construction work.
公路工程现行的招投标计价方法是以工程量清单为基础的计价模式,本质上与作为国家标准的《建设工程工程量清单计价规范》是一致的。
The more detailed Description is that by reading the various engineering design documents and models, and using the domain rules, the program generates standard code which computer can implement.
其更为详细的描述是通过读取输入的工程设计中的各种文档及模型,按照一定领域规则,生成某种计算机能编译执行的源代码的过程。
This is the standard template recommended for use in your code.
这是建议在您的代码中使用的标准模板。
A coding standard emerges as the programmers write code.
编码标准将在程序员编写代码时出现。
The synchronous call-and-return model is the standard form for writing code in most programming languages.
同步的“调用-返回”模型是用绝大多数编程语言编写代码的标准形式。
The code needed to do this is fairly standard; you can download the full client code from the Resources section.
完成这个工作所需要的代码是相当标准的;您可以通过参考资料 小节下载完整的客户机代码。
Traditional IDEs focus on code development; standard features include support for the latest API's and capabilities to simplify their use.
传统的IDE关注于代码开发,标准的功能包括支持最新的API并简化他们的使用的能力。
In standard JDBC code without auto-commit, the application USES a connection to access and update data, then commits the connection to end the transaction (and start another).
在没有自动提交的标准JDBC代码中,应用程序使用一个连接来访问和更新数据,然后提交该连接以结束这个事务(并启动另一个事务)。
In standard JDBC code without auto-commit, the application USES a connection to access and update data, then commits the connection to end the transaction (and start another).
在没有自动提交的标准JDBC代码中,应用程序使用一个连接来访问和更新数据,然后提交该连接以结束这个事务(并启动另一个事务)。
应用推荐