This is a good example of win32 application programming without using MFC.
这是一个很好的例子,应用win32编程,没有用mfc。
This is a good example why you must look at the script as a whole when debugging.
这个示例很好地说明了在进行调试时为什么必须查看整个脚本。
This is a good example of dispatching a background process where the front end doesn't need to wait for a response.
下面是一个很好的例子,演示了在前端不需要等待响应时分派一个background进程。
This is a good example of a behavior that should simply be documented as not perfectly conforming to the II CE query language.
这是一个很好的例子:对于不完全与IICE查询语言相一致的行为,应该在文档中加以说明。
This is a good example of implementing a menu system in Python. The program performs different actions based on your selection
这是一个很好的示例,它说明了Python中菜单系统的实现。
This is a good example of the sort of warning information that SNMP can provide to help notify you of an issue that requires further investigating.
这是SNMP所能提供的警告信息种类的很好示例,这些信息帮助通知您需要进一步调查的问题。
This is a good example of how content generated by humans (even through blog publishing tools) is not easily understood by machines without the use of a parallel Web technique.
这个例子很好地说明了这样一个问题:如果不使用并行 Web 技术,由人生成的内容(即使是通过blog发布工具生成)不容易被机器理解。
This is a good example of the constructive efforts made by the States concerned to enhance cooperation and create conditions for a negotiated settlement of the disputes in the South China Sea.
这是有关国家加强合作,为谈判解决南海争端创造条件的有益尝试。
Populating a file like this by hand runs the risk of inadvertently creating duplicate IP addresses or host names, so this is a good example of using the built-in command line to eliminate user errors.
手动填充这样的文件有可能会创建重复的IP地址或主机名,因此这是使用内置命令行消除用户错误的好例子。
This example is a good use case for device layouts, because the content is different for each of the device classes that we mention.
这个例子是一个很好的关于设备布局的用例,因为它的内容不同于我们以前提及过的任何设备种类。
This default spec in Listing 1 is a good overall example of what table specs look like, so I highlight it in Listing 3.
清单1中的默认规格是一个很好的例子,说明了表规格是什么样子,因此我把它单独在清单3中列了出来。
Google is a good example of this. Its "goodness" stems less from all that guff about corporate altruism than from Adam Smith's invisible hand.
谷歌就是一个很好的例子,其“善行”不是来自公司的利他主义,而更多的源自亚当·斯密的看不见的手。
Figure 1 is a good example of a log-style entry scheme that shows the minimal level of detail recommended for documentation of this nature.
图1是一个不错的日志风格的条目方案示例,它说明了为提供此类文档而建议的最低级别的详细信息。
That public opinion generally welcomes this is, however, a good example of “cutist” prejudice for one species over another: there is no reason to believe that rodents suffer less than other mammals.
(然而,舆论通常会喜欢这种做法,这是“宠物一族”对动物偏好的很好的例证;而且我们没理由相信啮齿动物会经历少的折磨)。
This crisis window is a good example; we called for it, designed it, and persuaded the IDA donors to endorse it just last year.
这个危机窗口是一个好的例子;我们提出要求,进行设计,并于去年刚刚说服国际开发协会捐助国给予批准。
The reason for this is not clear, but it is a good bet that many countries have been following the American example.
具体的原因尚不清楚,但可以肯定的是,其中一个原因就是很多国家都以美国为榜样。
A good example of this is the need to harvest a useful new feature from a project's models.
一个经典的例子是,需要从一个项目的模型中获取一个有用的新特性。
As libraries go, this is an extremely good example of a cleanly designed API that is very fit for its purpose and makes a potentially tricky task very easy to handle.
作为一个类库来说,这是一个设计得干净整洁的API的极佳例子,它既非常符合自身的设计意图,又使得一个可能非常艰险的任务变得易于处置。
A good example of this problem is the LKCD kernel crash utility, which cannot be used in local dump configuration with RAID devices.
这个问题的一个很好的例子是LKCD内核崩溃工具,不能用于配置RAID设备的本地转储。
A good example to illustrate this is the maximal number of connections to the BPEDB.
说明这点的一个很好示例是到BPEDB的最大连接数量。
A good example of this is learning a language. Every bit of vocab and grammar is dependent on what you already know, so your mind is much less likely to dump that knowledge.
学习一门语言是个很好的例子,每一个单词和语法考点都依赖于你之前所学内容的积累,你想忘记都难。
A good example of this is Cadillac's testing of various "bells and whistles" specialty accessories.
一个好例子是凯迪拉克的各种“铃哨”专用零部件测试。
The PODS implementation is a good example of how an SOA enables disparate applications to use essential services- in this case, services for accessing patient information.
PODS实现展示了SOA如何帮助应用程序使用基础服务;在这里,是用于访问患者信息的服务。
For example, I often reward myself on the weekend for a good week of eating healthy and resisting temptations. This is not a daily reward, but once a week.
比如,我会在周末时对自己一周来的健康饮食和控制食欲有所奖赏,这不是每天都有,而是一周一次,同时,我会去跑步(或参加比赛),周日骑单车,整理花园,以此消耗掉周末奖励得来的糖分和脂肪。
Songbird is another good example of this growing trend, because it treats the web as a music database.
Songbird是该趋势的另一绝佳实例,因为它把网络看作一个音乐数据库。
This is a good way to separate out groups of data, and avoid namespace conflicts; for example, two elements in the document are named name, but each belongs to a different namespace.
这是隔离不同数据组和避免命名空间冲突的好方法。例如,文档中有两个元素的名称都是name,但是它们属于不同的命名空间。
DocBook is a good example of this, and you can see how DocBook models names in the author element, illustrated in Listing 1.
其中DocBook是一个很好的例子,从author元素中可以看到DocBook是如何建模姓名的,如清单1所示。
A good example of this is the BCPMethodReturnCheck detector — it looks for places where the return type of various methods are suspiciously ignored.
它的一个好例子是BCPMethodReturnCheck检测器——它查找那些不同方法的返回类型有可能被忽略的地方。
A good example of this is using form fields without a tag, particularly when it comes to Ajax applications.
这种方式的一个不错的示例是使用没有标记的表单字段,特别是在处理Ajax应用程序时。
A good example of this is using form fields without a tag, particularly when it comes to Ajax applications.
这种方式的一个不错的示例是使用没有标记的表单字段,特别是在处理Ajax应用程序时。
应用推荐