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

2007年10月23日

摘要: //下载文件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) 编辑

2007年10月22日

只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2007-10-22 13:40 bighope 阅读(33) 评论(0) 推荐(0) 编辑
 
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2007-10-22 11:34 bighope 阅读(13) 评论(0) 推荐(0) 编辑

2007年10月20日

摘要: '创建一个填充数据集的过程 Sub readpage(ByVal n As Integer) sDA = New SqlDataAdapter("select employeeid, lastname from employees order by employeeid", scon) ds = New DataSet ds.Clear() sDA.Fill(ds, (n - 1) * r... 阅读全文
posted @ 2007-10-20 15:49 bighope 阅读(153) 评论(0) 推荐(0) 编辑
 
摘要: using system; using system.data; using system.configuration; using system.collections; using system.web; using system.web.security; using system.web.ui; using system.web.ui.webcontrols; using ... 阅读全文
posted @ 2007-10-20 15:46 bighope 阅读(234) 评论(0) 推荐(0) 编辑