Definitions of your public classes.
公用类别的定义。
Certification programs could be Notary public classes, Microsoft programming, project management, and more.
认证培训可能会是公证员认证,微软认证,管理认证等等。
This information is stored in WINMD files that show the structure, though not the implementation, of all the public classes.
这些信息存储在表示结构的WINMD文件中,尽管没有实现,但在所有公有类中都会有。
Here's my recommendation: Start by looking at all your public classes. Combine public classes with common base classes into assemblies.
我这里有一个推荐:通过观察所有的公共类开始,用一个公共基类合并这些类到一个程序集中。
To provide a consistent developer experience, these guidelines are required for publicly exposed elements such as public classes and protected methods.
为了提供一致的开发人员体验,公共公开的元素(如公共类和受保护的方法)必须遵守这些准则。
It took me a long time to prepare every of my online public classes ( 25 sessions by now ), because I wanted to be well-prepared, organized and have something creative to share.
每一节网上公开课,我都要花很长时间准备,因为我想做好准备,讲课有条理,还要有些有创意的东西跟大家分享。
The features you use in the definitions of your private classes, in the definitions of private methods on public classes, and in local variables do not have to follow the CLS rules.
在私用类别的定义中、在公用类别之私用方法上的定义中,以及在区域变数中使用的功能不用遵循CLS规则。
These results should convince public that music classes are not a mere decoration, ripe for discarding in the budget crises that constantly trouble public schools.
这些结果应该使公众相信,在不断困扰着公立学校的预算危机中,音乐课并不是单纯的装饰品,并不是可以抛弃的。
I confess that I do not use automated tests systematically because my experience has been that they are most effective with classes whose public interface does not change often.
我承认我没有系统地使用自动化测试,这是因为我的经验表明,对于那些其公共接口不经常更改的类,自动化测试是最有效的。
Some schools are now charging fees for certain classes or activities, a startling trend that violates some basic ideas about what public schools are supposed to do.
一些学校现在正就某些课程或活动收费,这种令人震惊的趋势违背了人们对公立学校理应是什么样的基本想法。
The “Public Class” program lists videos of American college classes, which have been subtitled into Chinese, so that any Chinese speaker can watch them for free.
这一“公开课”栏目陈列了来自美国学院的课堂视频,配上了中文字幕,这样任何会中文的人都可以免费观看。
The first step towards putting mandatory music education classes in public schools begins with community support.
将必修的音乐课纳入公立学校课程的第一步工作就是社区的支持。
The only methods in the entire application architecture that start, commit, and roll back a transaction are public methods contained in API layer's domain classes.
整个应用程序架构中用于启动、提交和回滚事务的惟一方法就是api层的域类中包含的公共方法。
They are less effective with those classes whose public interface changes a lot, and that includes most of the user-interface code.
而对那些其公共接口更改很多以及包含大多数用户接口代码的类来说,这些测试就不怎么有效了。
Unlike European countries, the social classes in America is not so stable. Further more, with the advocation of public education, movements upwards along the social ladder have become possible.
美国社会阶级不像欧洲国家那样固定,加上公共教育的普及,使沿着社会阶梯向上流动成为可能。
If package access prevents objects from communicating, add more public methods to the classes.
如果包访问不利于对象间的通信,就需要向类中添加更多的公共方法。
A member function with default visibility is effectively public to all other classes within the same package, but private to classes external to the package.
具有缺省可视性的成员函数对于同一个软件包中所有其它类实际上是公有的,而对于该软件包外部的类,它是私有的。
Unfortunately this means the fields can be accessed directly by other classes in the same package, so you shouldn't use this in public API.
不幸的是,它同时也意味着该属性也能够被相同包下面的其他的类直接访问,这违反了标准的面向对象的使所有属性私有的原则。
Made some internal classes public to make it easier to write certain type of extensions the ones that need to customize how the dependencies are resolved.
公开了一些内部类,更容易编写类型的扩展(那些自定义的如何解析依赖对象)。
Management is lean. Classes are disciplined, not least because teachers can threaten to send troublemakers back to the public schools they escaped from.
管理制度精简有效率,各个班级被严加看管,还有很重要的原因是老师们会威胁学生:如果谁调皮捣蛋的话,便把他送回那个他原先逃脱的公立学校。
Ask whether you sound better standing or sitting. I've taken some classes on public speaking and learned that I sound much more relaxed when standing, or even pacing.
我曾参加过一个公共演讲的培训班,在那里了解到我站着说话,或者来回踱步时听起来更为放松。
The first is a visibility marker that marks fields, methods, and classes for either public, protected, public, or default visibility.
第一个是可见性标记(visibility marker),可以将字段、方法和类标记为公共的、受保护的、私有的或默认的可见性。
Make sure public properties in LotusScript classes used as complex data types are alphabetical.
确保LotusScript类中的公共属性作为按字母排序的复杂数据类型使用。
That is to say, they define the constructors to the connection classes as public, allowing the programmer to define the required connection information.
也就是说,他们将连接类的构造器定义成公共的(public),允许程序员定义所需连接信息。
The public API of the adapter does not expose any of the stub classes; it instead maps them to classes that the Web service consumer application understands.
适配器的公共api并不公开任何存根类;而是将其映射到Web服务消费者应用可以理解的类。
Moradian aggregated public data on grade distributions for classes, professors, and majors at 250 public colleges, starting with the University of California system.
Moradian利用加利福尼亚大学(Universityof California)的信息系统在250所大学收集公开的评级数据,其中包括对课程、教授和专业的评级。
A formalized, externally configurable "toolbox" for adding custom tools that can be used by the template (tools in this sense are just compiled Java classes that have public methods).
正式的、可外部配置的“工具箱”,可以增加在模板中使用的自定义工具(这里讲的工具只是具有公共方法的已编译的类)。
A formalized, externally configurable "toolbox" for adding custom tools that can be used by the template (tools in this sense are just compiled Java classes that have public methods).
正式的、可外部配置的“工具箱”,可以增加在模板中使用的自定义工具(这里讲的工具只是具有公共方法的已编译的类)。
应用推荐