资源简介
httpserv.rar
代码片段和文件信息
// httpserv.cpp : 定义应用程序的类行为。
//
#include “stdafx.h“
#include “httpserv.h“
#include “httpservDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// ChttpservApp
BEGIN_MESSAGE_MAP(ChttpservApp CWinApp)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()
// ChttpservApp 构造
ChttpservApp::ChttpservApp()
{
// TODO: 在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
}
// 唯一的一个 ChttpservApp 对象
ChttpservApp theApp;
// ChttpservApp 初始化
BOOL ChttpservApp::InitInstance()
{
CWinApp::InitInstance();
// 创建 shell 管理器,以防对话框包含
// 任何 shell 树视图控件或 shell 列表视图控件。
CShellManager *pShellManager = new CShellManager;
// 标准初始化
// 如果未使用这些功能并希望减小
// 最终可执行文件的大小,则应移除下列
// 不需要的特定初始化例程
// 更改用于存储设置的注册表项
// TODO: 应适当修改该字符串,
// 例如修改为公司或组织名
SetRegistryKey(_T(“应用程序向导生成的本地应用程序“));
ChttpservDlg dlg;
m_pMainWnd = &dlg;
INT_PTR nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: 在此放置处理何时用
// “确定”来关闭对话框的代码
}
else if (nResponse == IDCANCEL)
{
// TODO: 在此放置处理何时用
// “取消”来关闭对话框的代码
}
// 删除上面创建的 shell 管理器。
if (pShellManager != NULL)
{
delete pShellManager;
}
// 由于对话框已关闭,所以将返回 FALSE 以便退出应用程序,
// 而不是启动应用程序的消息泵。
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 104840 2012-08-16 18:46 httpserv\httpserv.aps
文件 1504 2012-07-30 10:17 httpserv\httpserv.cpp
文件 454 2012-07-30 10:17 httpserv\httpserv.h
文件 10028 2012-08-16 18:46 httpserv\httpserv.rc
文件 5926 2012-07-30 10:42 httpserv\httpserv.vcxproj
文件 1995 2012-07-30 10:17 httpserv\httpserv.vcxproj.filters
文件 143 2012-07-30 10:17 httpserv\httpserv.vcxproj.user
文件 6993 2012-09-06 21:40 httpserv\httpservDlg.cpp
文件 907 2012-08-16 18:44 httpserv\httpservDlg.h
文件 2556 2012-07-30 10:17 httpserv\ReadMe.txt
....... 67777 2009-08-31 02:31 httpserv\res\httpserv.ico
文件 672 2012-07-30 10:17 httpserv\res\httpserv.rc2
文件 1454 2012-08-16 17:32 httpserv\resource.h
文件 141 2012-07-30 10:17 httpserv\stdafx.cpp
文件 910 2012-07-30 10:17 httpserv\stdafx.h
文件 234 2012-07-30 10:17 httpserv\targetver.h
文件 891 2012-07-30 10:17 httpserv.sln
..A..H. 16896 2012-09-06 16:30 httpserv.suo
目录 0 2012-07-30 10:17 httpserv\res
目录 0 2012-10-19 16:23 httpserv
----------- --------- ---------- ----- ----
224321 20
相关资源
- Web Api 通过文件流 文件到本地
- Visio图标-最新最全的网络通信图标库
- Spire API文档
- OpenGL参考手册
- Python中Numpy库最新教程
- SPD博士V5.3.exe
- 直流无刷电机方波驱动 stm32 例程代码
- layui后台管理模板
- 仿知乎界面小程序源代码
- 云平台-阿里云详细介绍
- photoshop经典1000例
- scratch垃圾分类源码(最终版本).sb
- IAR ARM 7.8破解
- TI CCS V5.4 安装步骤及破解文件
- 松下plc FP-XH的驱动
- 局域网硬件信息收集工具
- 加快Windows XP操作系统开机速度
- 联想启天M4350 BIOS升级文件
- 操作系统教程课后答案华中科技大学
- 用友ERP考试系统练习题库及答案
- 北京邮电大学数据结构历年考研真题
- 真正!!!概率论与数理统计浙江大
- TMS320VC5509A_开发板使用手册
- hxdef100源码、远控、后门
- CentOS-6.7-x86_64-bin-DVD1to2
- 点阵字库显示中英文
- caxa实体设计2019破解补丁
- Dibrugarh地区牛场土壤中潜在的益生菌
- nasm-2.15-x64
- RADMIN 3.4 注册机WIN10可用
评论
共有 条评论