当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

 ·xml可以做数据库使用吗    »显示摘要«
    摘要: xml可以做数据库使用吗?好处是什么?那么xml中的数据如何写入? ......
    摘要: 各位大侠救命,我在vb的project菜单找不到添加data report(报表)的菜单项,请问我该怎么办,大家能不能帮忙新建一个工程,里面把报表给加上寄到我的信箱里(sulong1234@163.com),谢谢了。 ......


这段话怎样翻译

Drivers   commonly   use   buffered   I/O   when   callers   transfer   requests   smaller   than   one   page   (4   KB)   and   use   direct   I/O   for   larger   requests.   A   page   is   approximately   the   buffer   size   at   which   the   trade-off   between   the   copy   operation   of   buffered   I/O   matches   the   overhead   of   the   memory   lock   performed   by   direct   I/O.   File   system   drivers   commonly   use   neither   I/O   because   no   buffer   management   overhead   is   incurred   when   data   can   be   copied   from   the   file   system   cache   into   the   callers   original   buffer.   The   reason   that   most   drivers   dont   use   neither   I/O   is   that   a   pointer   to   a   callers   buffer   is   valid   only   while   a   thread   of   the   callers   process   is   executing.   If   a   driver   must   transfer   data   from   or   to   a   device   in   an   ISR   or   a   DPC   routine,   it   must   ensure   that   the   callers   data   is   accessible   from   any   process   context,   which   means   that   the   buffer   must   have   a   system   virtual   address.  
   
 

NO.1   作者: xiaodiandian

试一下,别笑话:  
   
  Drivers   commonly   use   buffered   I/O   when   callers   transfer   requests   smaller   than   one   page   (4    
   
  KB)   and   use   direct   I/O   for   larger   requests.  
  当callers传送的请求小于一页(4KB)时,驱动器通常使用缓冲的I/O,当请求大于一页时,使用直接I/O.  
   
  A   page   is   approximately   the   buffer   size   at   which   the   trade-off   between   the   copy   operation   of    
   
  buffered   I/O   matches   the   overhead   of   the   memory   lock   performed   by   direct   I/O.  
  一页大概是缓冲器的大小,在此之上,与存储器最高界限相匹配的缓冲的I/O上的拷贝操作间的交换在直接的I/O上执行。  
   
    File   system   drivers   commonly   use   neither   I/O   because   no   buffer   management   overhead   is    
   
  incurred   when   data   can   be   copied   from   the   file   system   cache   into   the   callers   original    
   
  buffer.  
  文件系统驱动通常即不使用缓冲的I/o,也不是用直接I/o,因为当从文件系统的高速缓存区中把数据拷到原始缓冲器中  
   
  时不需要缓冲管理的耗费。  
   
    The   reason   that   most   drivers   dont   use   neither   I/O   is   that   a   pointer   to   a   callers   buffer    
   
  is   valid   only   while   a   thread   of   the   callers   process   is   executing.    
  大多数驱动即不使用缓冲的I/o,也不是用直接I/o的原因是,只有当调用过程的一个线程在执行过程中时,指向调用的  
   
  缓冲的指针才是有效的。  
   
   
  If   a   driver   must   transfer   data   from   or   to   a   device   in   an   ISR   or   a   DPC   routine,   it   must    
   
  ensure   that   the   callers   data   is   accessible   from   any   process   context,   which   means   that   the    
   
  buffer   must   have   a   system   virtual   address.  
  如果一个驱动程序必须要在ISR或DPC例行程序中传递数据到一个设备,或者从一个设备接收数据,那么它必须保证这个  
   
  调用的数据可以从任何处理上下文得到,也就是说缓冲器必须有一个系统虚拟地址。  
   
 

NO.2   作者: dashi888

接分愉快,谢谢!


 ·applet下载的问题    »显示摘要«
    摘要: applet编译后打包成jar文件,能不能把它放到服务器的什么地方,即可以让网页访问的到,有可以避免别人直接在浏览器地址栏敲入地址来下载? 我不希望别人反编译我的代码! 在tomcat、weblogic、jboss任何一个里面有没有解决方案?! ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE