Studio opens 20 minutes before class starting time, new comers please make an appointment for a free trial class. Please check class schedule page to make your appointment.
我们的舞蹈室在上课前20分钟开门,试课请提前短信预约,以免你白跑。免费试课详情,请按这里。
Check the markers before the class.
上课前检查一下麦克笔。
That way, the parameter declaration would serve as a contract between the class and its clients, and we could statically check that both obey the contract.
参数声明将充当类与其客户机之间的契约,这样我们可以静态地检查这两者是否遵守契约。
You can check the methods from the class that will be declared in the interface.
可以复选来自这个类且要在此接口内声明的那些方法。
Check the sample size, look at the percentage of the class with jobs, and look at what jobs they're getting.
查看一下统计样本数量,参考班级中已经就业的毕业生比例,以及他们的工作类型。
When a class reference is found, I check the directory to see if that class has been seen before.
在找到类引用时,检查目标,查看这个类以前是否已经看到过。
This is done through a check box in the display options dialog on diagrams, or in the features dialog of a block or class.
这是通过图表中显示选项对话框中的复选框,或者块或类的特性对话框进行操作的。
If you can’t afford to take a night class, buy a book (or check one out from the library!) or take an online tutorial.
即便你不去上夜课,也可以买本书(去图书馆借书)或者在网上学习。
The IBM Verbose class Loading option is a great way to check what the classpaths for all class loaders have been set to.
IBM详细类装入选项是检查所有类装入器设置的类路径的好方法。
For our second strategy (one table per class hierarchy), you'll have to define your integrity using check constraints.
对于第二个策略(每个类层次结构一个表),您必须用检测约束定义您自己的完整性。
Check the Special Pages developer's guide page (see Resources) for more information about the SpecialPage class constructor, which will let you restrict access, hide the page, etc.
有关SpecialPage类构造函数(利用它可限制访问、隐藏页面等)的更多信息,请查阅特殊页开发指南页面(参见参考资料)。
Create a new class in Eclipse (call it MockConection) that implements the Connection interface. Check the option to generate stubs for inherited abstract methods (see Figure 2).
在Eclipse中创建一个完成Connection接口的新类(称它为MockConection),检查为继承的抽象方法产生桩模块的选项(见图2)。
<div class="jive-quote">Today each TiVo polls TiVo’s severs roughly every 15 minutes to check for new scheduled recordings, TiVoCast downloads, Unbox downloads, etc.
<divclass="jive-quote">今天,每个Tivo每隔15分钟就像Tivo服务器进行轮询来检查新的时间表记录,TivoCast下载,Unbox下载,也是。
In this simple example, the delete method of the customer class contains appropriate code to check if one or more orders for this customer still exist.
在这个简单的例子中,客户类的delete方法包含检查该客户的一个或多个订单是否依然存在的适当代码。
You could mark the fields transient, but the class would still have to explicitly produce code to check whether a field was initialized every time a method accessed it.
可以将字段标记为transient,但是每当有方法访问一个字段时,类仍然必须显式地产生代码来检查它是否被初始化。
Line 24 - Uses the 'fnmatch' method of 'file' class to check if the file found matches the pattern given.
第24行-使用“File”类中的“fnmatch”方法检查发现的文件是否符合给定的模式。
Line 33 - Uses the 'fnmatch' method of 'file' class to check if the file found matches the pattern given.
第33行-使用“File”类中的“fnmatch”方法检查发现的文件是否符合给定的模式。
You can refer to Figure 2 to quickly check the CSS syntax for HTML, ID, and class selectors.
可以参考图2,了解HTML、ID和类选择符的css语法。
All I had to do was find out how to check the username and password using Active Directory Server, create a class to extend this interface, and add the code to perform the authentication.
我要做的只是了解如何使用ActiveDirectoryServer检查用户名和密码,创建一个类来扩展这个接口,并添加执行身份验证的代码。
By factoring some logic out of your advice and into a helper class (or method), you can write tests that check your application's crosscutting behavior independent of its crosscutting specification.
通过将一些逻辑从建议中分离到helper类中(或者方法中),可以编写与横切规范无关的、检查应用程序横切行为的测试。
EAz implements ACLs as an ACL class, with permit methods to check authorization.
eaz将acl实现为acl类,并使用permit方法检查授权。
This expression is then retained by the Pattern class before it is passed on to the Matcher class to check for matches in the context of a character sequence.
Pattern先保存要使用的表达式,然后将其传递给Matcher 类以便在字符序列的上下文中检查其匹配情况。
There is a System access Facility (SAF) check during the Register API call for the user's access to the target server's CBIND SAF class.
在RegisterAPI调用期间,存在系统访问工具(System Access Facility,SAF)检查,了解用户对目标服务器的CBIND saf类的访问权限。
If you don't know which jar file the class is in you can check with this command.
如果不知道类位于哪个jar文件中,可以用以下命令来检查。
The <ajax:servervalidator/> example uses the AccountDataService class to check whether the account name or first name/last name combination is unique.
<ajax:servervalidator/>示例使用了 AccountDataService类来检查帐户名或名/姓组合是否惟一。
Once you have identified the leaking class, you might want to check the Data Structures view to confirm how much of the heap the leak root or the leaking unit occupies.
识别出泄漏类后,您要检查DataStructures视图,确认泄漏根或泄漏单元占用了多少堆。
For example, they can help you test your custom Exception class, verify that your datatype's Equals & GetHashCode are consistent, and check IList invariants.
例如,它可以帮你测试自定义的异常类,验证自定义类型的Equals和GetHashCode方法是否一致,以及检查IList的不变性。
DOMDocument class: Check out the PHP Manual entry for this class, which represents an entire HTML or XML document and serves as the root of the document tree.
DOMDocument类:查阅有关这个类的PHPManual项,这个类代表了整个HTML或XML文档并充当文档树的根。
For an example of the creative use of closures, check out Pawel Turlejski's utility class, which provides Groovy-like array methods (see Resources).
关于closures的创造性使用的例子是,检查Pawel Turlejski的实用类,它提供与Groovy类似的阵列方法(见参加资料)。
For an example of the creative use of closures, check out Pawel Turlejski's utility class, which provides Groovy-like array methods (see Resources).
关于closures的创造性使用的例子是,检查Pawel Turlejski的实用类,它提供与Groovy类似的阵列方法(见参加资料)。
应用推荐