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

 

    摘要: 在java应用程序中如何实现ftp的功能 关于sun.net.ftp.ftpclient类 http://netspring.myrice.com/program/java/technic/022.htm ......
 ·xp启动速度慢(在线等待)    »显示摘要«
    摘要: xp启动时,前面一段速度较快(我觉得,应该跟bios设置无关了) 但在进入xp操作系统前有一段大概20-30秒的黑屏 然后就快速进入xp。 请问,为何产生这种情况,这段时间系统在干什么? ......


Api高手请进(必给分)

我定义了这个API函数:  
  FUNCTION   ulong   FormatMessage(ulong   dwFlags,ref   Any   lpSource,ulong   dwMessageId,ulong   dwLanguageId,ref   string   lpBuffer,ulong   nSize,ref   ulong   Arguments)   LIBRARY   "kernel32.dll"   ALIAS   FOR   "FormatMessageA"  
   
  想取得调用ApI函数时的地错误信息.  
  请高手指点里面各个参数的意思是什么??

NO.1   作者: shahand

FormatMessage  
  The   FormatMessage   function   formats   a   message   string.   The   function   requires   a   message   definition   as   input.   The   message   definition   can   come   from   a   buffer   passed   into   the   function.   It   can   come   from   a   message   table   resource   in   an   already-loaded   module.   Or   the   caller   can   ask   the   function   to   search   the   systems   message   table   resource(s)   for   the   message   definition.   The   function   finds   the   message   definition   in   a   message   table   resource   based   on   a   message   identifier   and   a   language   identifier.   The   function   copies   the   formatted   message   text   to   an   output   buffer,   processing   any   embedded   insert   sequences   if   requested.    
   
  DWORD   FormatMessage(  
      DWORD   dwFlags,             //   source   and   processing   options  
      LPCVOID   lpSource,       //   message   source  
      DWORD   dwMessageId,     //   message   identifier  
      DWORD   dwLanguageId,   //   language   identifier  
      LPTSTR   lpBuffer,         //   message   buffer  
      DWORD   nSize,                 //   maximum   size   of   message   buffer  
      va_list   *Arguments     //   array   of   message   inserts  
  );  
  Parameters


 ·动态增加索引    »显示摘要«
    摘要: 我有一个paradox7 的表,表的第一字段名为‘用户名’,第二字段名为‘用户号’,在表建立时我没有加key和index,请问如何在程序里动态添加和删除index,我想在某个地方用‘用户名’为索引,某个地方用‘用户号’为索引。 ......
» 本期热门文章:

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