//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言asio服务源码系统结构:add_accepter,del_connection,onaccept,init,close,stop,get_handle,onstart,onread,on_head_load,on_full_load,Http200,Http403,get_head_length,get_extern_length,get_type,get_url_file,get_disk_file,get_head_text,get_element,onwrite,onclose,get_line_value,decrypt_url,GetGMTTime, ======窗口程序集1 || ||------__启动窗口_创建完毕 || ||------add_accepter || ||------del_connection || ||------__on_event || ||------onaccept || ||------_时钟1_周期事件 || || ======web_connection || ||------init || ||------_close || ||------close || ||------stop || ||------get_handle || ||------onstart || ||------onread || ||------on_head_load || ||------on_full_load || ||------Http200 || ||------Http403 || ||------get_head_length || ||------get_extern_length || ||------get_type || ||------get_url_file || ||------get_disk_file || ||------get_head_text || ||------get_element || ||------onwrite || ||------onclose || || ======help || ||------get_line_value || ||------decrypt_url || ||------GetGMTTime || || ======调用的Dll || ||---[dll]------_SearchPath || ||---[dll]------_SetCurrentDirectory || ||---[dll]------_GetDateFormat || ||---[dll]------_GetSystemTime || ||---[dll]------_GetTimeFormat 调用的DLL命令: .DLL命令_SearchPath,整数型,"kernel32.dll","SearchPathA" .参数lpPath,整数型 .参数lpFileName,文本型 .参数lpExtension,整数型 .参数nBufferLength,整数型 .参数lpBuffer,文本型 .参数lpFilePart,整数型 .DLL命令_SetCurrentDirectory,整数型,"kernel32.dll","SetCurrentDirectoryA" .参数lpPathName,文本型 .DLL命令_GetDateFormat,整数型,"kernel32.dll","GetDateFormatA" .参数Locale,整数型 .参数dwFlags,整数型 .参数lpDate,SYSTEMTIME .参数lpFormat,文本型 .参数lpDateStr,文本型 .参数cchDate,整数型 .DLL命令_GetSystemTime,,"kernel32.dll","GetSystemTime" .参数lpSystemTime,SYSTEMTIME .DLL命令_GetTimeFormat,整数型,"kernel32.dll","GetTimeFormatA" .参数Locale,整数型 .参数dwFlags,整数型 .参数lpTime,SYSTEMTIME .参数lpFormat,文本型 .参数lpTimeStr,文本型 .参数cchTime,整数型
