Maybe there is a way to close the file after the camera has stopped but we haven't figured that out yet.
也许在相机停止后,有一种方式可以关闭文件,但是我们还没有找到。
After you've written all the data, you close the file and reopen it for reading, again using the binary mode flag.
在写完所有数据之后,关闭文件并重新打开文件进行读取,还是使用二进制模式标记。
We show the number of files in the archive to our users and close the file, saving it as a ZIP archive, ready for download.
我们向用户展示归档中的文件数并关闭文件,将其保存为ZIP 归档,准备供用户下载。
Save and close the file, reload the project, and verify that the targeted framework is displayed in the property page.
保存和关闭文件,重新加载项目,并验证目标框架是否显示在属性页中。
In this example, you write the contents of the mydata list to the file, close the file, and then reopen the file so you can read the contents.
在这个示例中,把mydata list的内容写入文件,关闭文件,然后重新打开文件,这样就可以读取内容了。
A very good example for this is the situation where you want to gain a handler to a file, read data from the file and the close the file handler.
一个很好的例子是文件处理,你需要获取一个文件句柄,从文件中读取数据,然后关闭文件句柄。
What you won't see is that a simple "undo" would bring it all back -- but only if you don't panic and close the file or try to revert to the last save.
其实,一个简单的 “撤销”就会使所有的内容都恢复 ——但是这要求您不惊慌并关闭文件,或者试图回复到上一次保存的文件。
Iran is expecting the UN Security Council to close the file on the country's nuclear activities after investigation into past atomic programs wraps up .
伊朗希望联合国安理会在结束对曾伪装过的核计划的调查后,停止对其核活动的干预。
Iran is expecting the UN Security Council to close the file on the country's nuclear activities after its investigation into past atomic programs wraps up.
伊朗希望联合国安理会在对过去核能计划调查结束后停止对他们国家核活动的干涉。
Unless inspectors accept Iran's version of events and "close the file" on each successive subject, the Iranians won't provide the next set of answers, and so on.
除非检察员接受伊朗所安排的计划,并且每一次检查都要“一锤定音”,否则伊朗不会提供下一轮答复,以此类推。
For example, if a serializer needs to write to another file, such as a resource file, it is inefficient to design the serializer to close the file when finished.
例如,如果序列化程序需要写入另一个文件(如资源文件),则将序列化程序设计为在写入完成后关闭该文件的效率是很低的。
They do offer fascinating possibilities, for instance writing/reading a file handle could write/read directly to a database, or send an e-mail when you close the file.
但它确实能够让人神往,例如,通过写/读文件句柄,可以直接写/读数据库,或者在关闭文件时发送一封电子邮件。
For any of these methods, you go through the standard process of using fopen to open the file, a function to read the data, then fclose to close the file, as shown in Listing 1.
对于这些方法中的任何一种,通过使用fopen(用于读取数据的函数)的标准方法打开文件,然后使用fclose关闭文件,如清单1所示。
Reading data from the HDAPS sensor is a straightforward process requiring an open and close of the file at each read due to its nonseekable nature.
从HDAPS传感器读取数据非常简单,由于其不可查找特性,每次读取数据时都需要打开和关闭文件。
The file is quite large — close to 190 MB depending on your platform — so be patient.
这个文件很大 —将近 190MB,下载速度与您的平台有关 —所以要耐心。
Once retrieved, the SDK is simply a ZIP file, easily unpacked into a convenient location on your hard drive, preferably someplace close to the other development tools in your life.
下载回来的SDK是一个简单的ZIP文件,解压到你硬盘中任何方便的位置,最好放到离其他开发工具近的地方。
Close your file browser and restart Thunderbird so that the new visual style can be applied.
关闭文件浏览器并重启雷鸟以使新的视觉风格可以被应用。
The access to the file USES the same syntax as the previous example, remember that if you close the memory mapped file this will be non accessible, this issue catches many developer.
如何访问文件就跟前述的示例一样了。千万记住,如果你关闭了内存映射文件,那么它就不能访问了。
Then close the original GIF file because we are done with it, and then open the image with the new format you have just saved.
接着关闭GIF文件打开你刚存储的图片。
A set of file operations is defined for each file, which are the well-known file operations (open, close, read, write, flush, and so on).
为每个文件定义了一组文件操作,常见的文件操作包括open、close、read、write和flush等。
With fclose, there is little to do if the file handle does not close properly, so checking the return value for fclose is generally unnecessary.
使用fclose时,即使文件处理未正常关闭,也不会执行什么操作,因此通常不必检查fclose的返回值。
Using the Ruby API, you don't need to open or close your file or manage the exceptions.
使用这个RubyAPI,无需打开或关闭文件,也无需管理异常。
The RPG program turns on the Last Record (*INLR) indicator which results in an implicit CLOSE operation against the handled file.
RPG程序打开LastRecord (*INLR)指示符,这导致针对已处理文件的一个隐式CLOSE操作。
Certain dependencies (Linux file open, read, write, close concepts; using the file descriptor and the modes that the file can be opened in; basic Python structure concepts).
一定的依赖关系(Linux文件打开、读取、写入以及关闭的概念;使用文件描述符和可以用来打开文件的模式;基本的Python结构的概念)。
You can't create the file, close it, and reopen it — even if the permissions limit who can open it.
您甚至无法先创建文件、然后关闭它、然后再重新打开它,即使权限已经限制了谁可以打开该文件。
These scripts might execute a loop, or perhaps open a long list of files, forgetting to close the current file before opening a new one.
这些脚本可能执行循环,也可能打开一张长的文件列表,忘记在打开新文件之前先关闭当前文件。
If the platform libraries provide finalizers for cleaning up open file handlers, which greatly reduces the risk of forgetting to close them explicitly, why aren't finalizers used more often?
如果说平台库提供终结器来清除打开的文件句柄,这大大降低了忘记显式地关闭这些句柄的风险,为什么不更多地使用终结器呢?
Pay close attention to the file layout, because problems in this area are the biggest pain when developing extensions.
请仔细检查文件布局,因为开发扩展过程中最大的难题可能就源于这里。
Pay close attention to the file layout, because problems in this area are the biggest pain when developing extensions.
请仔细检查文件布局,因为开发扩展过程中最大的难题可能就源于这里。
应用推荐