1.用具体例证说明
1.to provide an example to support or explain something
1.When instantiating the FileInputStream, pass it a String describing the path to the Excel file to read.
在实例化FileInputStream时,向它传递一个String,用于描述要读取的Excel文件的路径。
2.Sparse files allow data to be written to random locations within a file without instantiating previously unwritten intervening file blocks.
稀疏文件允许把数据写到一个文件的任意位置,而不要将以前未写的中间文件块实例化。
3.The only way of instantiating the Collaborator object is to provide two simple arguments.
实例化Collaborator对象的惟一方法是提供两个简单参数。
4.The only added complexity comes in instantiating all the necessary objects for testing purposes.
唯一增加的复杂性来自于,为嵌套目的实例化了所有必需的对象。
5.Dependency Injection. A way of instantiating components and lacing them together with other dependent components.
依赖性注射模式。一种可以初始化组件并将与之相关的组件拼装到一起的方法。
6.In form at least, instantiating an object is similar to calling a function.
至少在形式上,实例化对象与调用函数相似。
7.It is not strictly necessary, but serves as a key to quickly identify which object classes you used in instantiating the RMock test object.
对此不作严格要求,但是用它作为密钥可以快速识别在实例化RMock测试对象时使用的对象类。
8.By using anonymous methods, you reduce the coding overhead in instantiating delegates because you do not have to create a separate method.
通过使用匿名方法,由于您不必创建单独的方法,因此减少了实例化委托所需的编码系统开销。
9.The reference business service templates serve as the starting point for instantiating business services in your business processes.
参考业务服务模板用作在业务流程中实例化业务服务的起点。
10.By instantiating an object of the org. restlet. Client class specific to the protocol needed, you can invoke remote HTTP services.
通过实例化特定于所需的协议的org.restlet.Client类的一个对象,可以调用远程HTTP服务。