-
In 2005, Isam Rasheed hadn't heard about video blogging.
在2005年,Isam Rasheed还没有听说过视频博客。
-
The ISAM message is slightly different, depending on whether set LOCK MODE TO WAIT [seconds] is set.
ISAM消息略微有些不同,主要取决于是否设置了SET LOCK MODE TO WAIT [seconds]。
-
The full source code for the ISAM is provided, you will have to compile it in order to get a working site.
为的ISAM 完整的源代码提供,你必须编译它为了得到一个工作地点。
-
It may be an ISAM (Indexed Sequential Access Method) file with no DBMS, either on the local or a remote computer.
它可能是一个没有数据库管理系统的索引顺序存取法文件,不管在要地电脑还是远程叫脑中。
-
The second line (isamtot) indicates how much actual work has been performed (isamtot is total isam operations for example).
第二行(isamtot)指出实际已经完成了多少工作(例如isamtot是全部isam操作)。
1. ISAM(带索引序列存取法)Indexed Sequential Access Methed(索引顺序存取方法)的缩写 是IBM公司发展起来的一个文件操作系统,可以连续地(按照他们进入的顺序)或者任意地(根据索引)记录任何访问。每个索引定义了一次不同排列的记录。一个职工数据库基于搜寻的信息可以有几个索引。例如,按照职工所属科室的部门索引中,同时还有按照职工姓氏字母顺序排名的名字索引。每个索引中的关键词都是制定的。对于职工名字字母顺序索引,姓就是指定的关键词。 \n ISAM的开发早于VSAM(虚位存储通道法)。