The effective application of writing tactics can promote writing quality.
有效利用写作策略可以提高写作质量。
For drugs with drug approval Numbers, the application of writing off the original drug approval Numbers by the holders shall be submitted simultaneously.
对于持有药品批准文号的,应当同时提交持有药品批准文号的药品生产企业提出注销所转让品种药品批准文号的申请。
Writing is very important in English learning, and application of writing skills and effective sentences are determinant factors to a piece of good writing.
写作是英文学习中的一项重要内容,而写作技巧的应用与语言的优美性是英文写作成功与否的决定因素。
For drugs with approval documents for local package in China, the application of writing off the above approval documents by the local package enterprises shall be submitted simultaneously.
已经获得境内分包装批准证明文件的,还要提交境内分包装药品生产企业提出注销所转让品种境内分包装批准证明文件的申请。
Before you start writing the code for publish applications, you need to understand two basic requirements for this type of application.
在开始编写用于发布应用程序的代码之前,您必须理解这类应用程序的两个基本需求。
Writing this code over and over is boring, often resulting in the introduction of bugs into an application.
重复编写这段代码是十分令人厌烦的,经常会导致将错误引入应用程序中。
Of course writing unit tests for rich components requires some experience, time and effort but it is an important part of application development.
当然,编写富组件的单元测试需要经验、时间和精力,但这也是应用开发的一个重要组成部分。
Writing our query in this manner minimizes the amount of data transferred between the database and application server tiers.
以这种方式编写我们的查询可以最小化数据库和应用程序服务器层之间传输的数据总量。
It is already unthinkable to start out writing a large application these days without some kind of DI library support.
在今天没有某种依赖注入的库的支持就开始写一个大型应用是难以想象的。
This lag between writing and reading of the data is due to the fact that the reading application isn't aware of when the data is written by the writing application.
这种数据写入和读取之间的延迟是由于执行读取的应用程序不知道执行写入的应用程序何时将数据写入数据库所造成的。
We are left with no way of writing an application with a user interface and being sure that actual users can interface with it.
我们无法编写带用户界面的应用程序,并且无法确保实际用户可以与它进行相互操作。
This is especially useful when you are writing application code to be reused with a variety of data servers (or providers).
在编写要在各种不同数据服务器(或提供程序)中重用的应用程序代码时,这一点尤其有用。
In fact, you can almost get away with building an entire application without writing a single line of code.
其实,你几乎可以不用编写一行代码就能建立起整个应用程序。
This reduces the total programming effort by removing duplicated code in the application and by reducing the amount of effort spent in writing database control logic.
通过去除应用中的重复代码,减少编写数据库控制逻辑的工作,这种方案降低了总的编程量。
This method provides a quick and easy way to gather information from the audit log without the effort of writing specific application code.
该方法提供了一种不仅快速而且简单的方法来收集来自审核日志的信息,而不必付出编写特定应用程序代码的艰辛。
Whether you are migrating J2EE 1.3 applications or have the luxury of writing new applications, I hope that, as more J2EE 1.4 application servers become available, you will find this article of use.
不论是否正在移植J2EE 1.3应用程序或者有机会编写新的应用程序,我希望随着越来越多的 J2EE 1.4应用服务器出现,您会发现本文会很有用。
This is a remarkable game changer that lets software developers ignore the inherent complexity of managing the scalability of an application, and lets them focus on writing applications.
这是一个极大的变革,它让软件开发人员能够从管理应用程序伸缩性的固有复杂性中解脱出来,让他们能将精力集中于应用程序的编写。
The starting point of a DWR application is writing your server-side object model.
DWR应用程序的起点是编写服务器端对象模型。
In this section, I'll look at the basics of writing your application HTML.
这一节介绍编写应用程序HTML的基础。
By using Shiro, you can provide security for your application without writing all of the code from the beginning.
使用Shiro,您就能够为您的应用程序提供安全性而又无需从头编写所有代码。
There's good news if you're feeling daunted by the complexity of writing a large Ajax application using the techniques demonstrated here.
如果使用这里演示的技术编写大型Ajax应用程序的复杂性让您觉得恐慌,那么有好消息给您。
Many developers would love to be able to write a single Web application that works on all of the most popular smartphones instead of writing native applications for each platform.
许多开发人员希望能够编写一个能够在所有最流行的智能手机上运行的Web应用程序,而不是为每个平台编写本机应用程序。
Spring web Flow is a component in the Spring Framework's web application stack which provides a simple way of writing stateful, conversational web applications.
SpringwebFlow是SpringFramework中的web应用组件,它提供了一种编写有状态和基于会话的web应用的简便手段。
This makes writing a secure server application with OpenSSL a piece of cake, assuming you know how to write a client application with OpenSSL.
这让我们可以使用OpenSSL 来编写安全的服务器应用程序,再次假设您已经了解如何使用 OpenSSL 来编写客户机应用程序。
Mary is working on the other major changes to the application -- she's doing a good job of writing unit tests, but the code is by no means perfect.
Mary正在对这个应用程序做一些其他的修改 ——她在编写单元测试方面做得很好,但是这个代码也太差了点。
Spring web Flow is a component of the Spring Framework's web application stack that provides a simple way of writing stateful, conversational web applications.
SpringwebFlow是SpringFramework中的web应用组件,它提供了一种编写有状态和基于会话的web应用的简便手段。
What we like so far is the fact that it's a very lightweight solution which is very easy to combine with the rest of the spring application we were writing.
它是相当轻量级的解决方案,可以轻易地与我们编写的其余Spring应用程序相结合。
If you find yourself in need of a thread pool for your application, consider using one of the Executor classes from util.concurrent, such as PooledExecutor, rather than writing one from scratch.
如果您发现您的应用程序需要线程池,那么请考虑使用ut il . concurrent中的某个executor类,例如PooledExecutor,而不用从头开始编写。
You have to invest the time in writing the test cases and, of course, you need to run the test application regularly.
在编写测试案例方面,必须花费一些时间,当然,您需要经常运行这个测试应用程序。
Certain things are still not possible, such as binding to port 80, or writing to a random directory outside of your application container.
不过,的确有些是事情是办不到的,比如绑定80端口,或将数据写到你的应用容器之外的一个任意目录。
应用推荐