英语

来源:互联网 发布:机械制作软件 编辑:程序博客网 时间:2024/04/25 23:17

The Live800 system software is the instant message chat system for website. Your web visitor can interact with the backend customer supporter just click the special live800 picture in web page. -- 该Live800系统软件是即时信息聊天系统的网站。您的网站访问者可以与后端客户支持,只要按一下特别live800图片的网页. The EJB benefits from certain services provided by the container, such as automatic security, automatic transactions, lifecycle management, and so on. To do this, the EJB must conform to certain rules and implement an appropriate interface that allows the container to manage the component. -- 该EJB的好处所提供的某些服务的容器,如自动安全,自动交易,生命周期管理,等等.要做到这一点, EJB容器必须符合一定的规则和执行适当的接口,使集装箱管理的组成部分

 

 

 An integral approach to code documentation is to write the code so that it documents itself.In other words,the code should be naturally readable in such a way as to make it easy to understand .This is accomplished by proper naming conventions and statement formatting.
一份完整的代码文档是编写可以说明自身的代码。换句话说,代码应该是可读性好,便于理解的,这些是由恰当的命名规则和语句格式实现的。

b)         Collections are the data structures that are most easily altered for performance-tuning purposes. Using the correct or most appropriate collection class can improve performance with little change to code. For example, if a large ordered collection has elements frequently deleted or inserted throughout it, it usually can provide better performance if based on a linked list rather than an array. On the other hand, a static(unchanging) collection that needs to be accessed by index performs better with an underlying implementation that is an array.
集合是为了性能调整目的很容易进行更改的数据结构,使用恰当的集合类可以在对代码进行很小更改的前提下改变程序的性能。例如如果有一个需要经常添加和删除的有序集合,使用链表可以比数组提供更好的性能,在另一方面,一个需要通过索引进行访问的静态集合,使用数组实现将更好一些

原创粉丝点击