启航-▲每天有个新的开始▲  

2007年10月23日

摘要: 启用 ASP 页 1. ... 阅读全文
posted @ 2007-10-23 15:59 bighope 阅读(338) 评论(0) 推荐(0) 编辑
 
摘要: //下载文件szFileURL从nStart开始nLen字节,下载内容用ppIResult带回 ENetRequestResult CFileTransfer::DownloadFile(const char* szFileURL, unsigned int nStart, unsigned int nLen, IMemBlock** ppIResul... 阅读全文
posted @ 2007-10-23 11:46 bighope 阅读(1079) 评论(0) 推荐(0) 编辑
 
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2007-10-23 11:37 bighope 阅读(165) 评论(1) 推荐(0) 编辑
 
摘要: CString DomainWinIntet::Login(const CString& userId,const CString& passWord) { CString text; CString resource; CInternetSession m_session(NULL,0); CHttpFile* pHttpFile=(CHttpFil... 阅读全文
posted @ 2007-10-23 11:33 bighope 阅读(545) 评论(0) 推荐(0) 编辑
 
摘要: C/C++ code #include #include #include #include #include "SockInit.h" using namespace std; #define MAX_REQUESTLINE_LEN 2048 // IE请求行长度 void __cdecl ServerThreadProc(void *param); int TCPsend(S... 阅读全文
posted @ 2007-10-23 11:18 bighope 阅读(452) 评论(0) 推荐(0) 编辑
 
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2007-10-23 11:10 bighope 阅读(13) 评论(0) 推荐(1) 编辑
 
摘要: /*------------------------------------------------------------------------------------------------------------------- 函数功能:发送HTTP头 参 数:sockfd 服务器句柄; head HTTP头 返回值: 成功返回0,失败返回错误代码 -----... 阅读全文
posted @ 2007-10-23 10:44 bighope 阅读(1910) 评论(0) 推荐(0) 编辑