在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → MFC访问阿里云Oss方式.rar

MFC访问阿里云Oss方式.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:53.15M
  • 下载次数:2
  • 浏览次数:74
  • 发布时间:2021-12-04
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
强大的MFC访问阿里云Oss工具,内有完整的访问接口(以及部分没用到的接口已经实现完成),自动生成校验文件,下载自动检测校验文件等。
【实例截图】
【核心代码】
4744302543005074851.rar
└── Oos
├── config_lib
│   └── config
│   ├── MiniAppConfig.hpp
│   ├── MiniObject.hpp
│   ├── MiniString.hpp
│   └── Modules.hpp
├── Debug
│   ├── gpsvc.dll
│   ├── ieshims.dll
│   ├── libapr-1.dll
│   ├── libaprutil-1.dll
│   ├── libcurl.dll
│   ├── libeay32.dll
│   ├── MSVCP71.DLL
│   ├── msvcr71.dll
│   ├── mxml1.dll
│   ├── Oos.exe
│   ├── Oos.ilk
│   ├── Oos.pdb
│   ├── ssleay32.dll
│   └── zlib1.dll
├── ipch
│   └── oos-120554d2
│   ├── oos-68d8575d.ipch
│   └── oos-838b8657.ipch
├── Md5File
│   ├── Md5.c
│   ├── Md5.h
│   └── Md5.hpp
├── Oos
│   ├── Debug
│   │   ├── aos_buf.obj
│   │   ├── aos_crc64.obj
│   │   ├── aos_http_io.obj
│   │   ├── aos_status.obj
│   │   ├── cl.command.1.tlog
│   │   ├── CL.read.1.tlog
│   │   ├── CL.write.1.tlog
│   │   ├── Coss.obj
│   │   ├── link.command.1.tlog
│   │   ├── link-cvtres.read.1.tlog
│   │   ├── link-cvtres.write.1.tlog
│   │   ├── link.read.1.tlog
│   │   ├── link.read.2.tlog
│   │   ├── link.write.1.tlog
│   │   ├── Md5.obj
│   │   ├── mt.command.1.tlog
│   │   ├── mt.read.1.tlog
│   │   ├── mt.write.1.tlog
│   │   ├── Oos.Build.CppClean.log
│   │   ├── OosDlg.obj
│   │   ├── Oos.exe.embed.manifest
│   │   ├── Oos.exe.embed.manifest.res
│   │   ├── Oos.exe.intermediate.manifest
│   │   ├── Oos.lastbuildstate
│   │   ├── Oos.log
│   │   ├── Oos_manifest.rc
│   │   ├── Oos.obj
│   │   ├── Oos.pch
│   │   ├── Oos.res
│   │   ├── Oos.write.1.tlog
│   │   ├── oss_bucket.obj
│   │   ├── oss_config.obj
│   │   ├── oss_define.obj
│   │   ├── oss_multipart.obj
│   │   ├── oss_.obj
│   │   ├── oss_sample_util.obj
│   │   ├── oss_util.obj
│   │   ├── rc.command.1.tlog
│   │   ├── rc.read.1.tlog
│   │   ├── rc.write.1.tlog
│   │   ├── stdafx.obj
│   │   ├── vc100.idb
│   │   └── vc100.pdb
│   ├── Oos.aps
│   ├── Oos.cpp
│   ├── OosDlg.cpp
│   ├── OosDlg.h
│   ├── Oos.h
│   ├── Oos.rc
│   ├── Oos.vcxproj
│   ├── Oos.vcxproj.filters
│   ├── Oos.vcxproj.user
│   ├── ReadMe.txt
│   ├── Release
│   │   ├── aos_buf.obj
│   │   ├── aos_crc64.obj
│   │   ├── aos_http_io.obj
│   │   ├── aos_status.obj
│   │   ├── cl.command.1.tlog
│   │   ├── CL.read.1.tlog
│   │   ├── CL.write.1.tlog
│   │   ├── Coss.obj
│   │   ├── link.command.1.tlog
│   │   ├── link-cvtres.read.1.tlog
│   │   ├── link-cvtres.write.1.tlog
│   │   ├── link.read.1.tlog
│   │   ├── link.write.1.tlog
│   │   ├── Md5.obj
│   │   ├── mt.command.1.tlog
│   │   ├── mt.read.1.tlog
│   │   ├── mt.write.1.tlog
│   │   ├── Oos.Build.CppClean.log
│   │   ├── OosDlg.obj
│   │   ├── Oos.exe.intermediate.manifest
│   │   ├── Oos.lastbuildstate
│   │   ├── Oos.log
│   │   ├── Oos.obj
│   │   ├── Oos.pch
│   │   ├── Oos.res
│   │   ├── Oos.write.1.tlog
│   │   ├── oss_bucket.obj
│   │   ├── oss_config.obj
│   │   ├── oss_define.obj
│   │   ├── oss_multipart.obj
│   │   ├── oss_.obj
│   │   ├── oss_sample_util.obj
│   │   ├── oss_util.obj
│   │   ├── rc.command.1.tlog
│   │   ├── rc.read.1.tlog
│   │   ├── rc.write.1.tlog
│   │   ├── stdafx.obj
│   │   └── vc100.pdb
│   ├── res
│   │   ├── Oos.ico
│   │   └── Oos.rc2
│   ├── resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   └── targetver.h
├── Oos.sln
├── Oos.suo
├── oss_c_sdk_lib
│   ├── include
│   │   ├── aos_buf.c
│   │   ├── aos_buf.h
│   │   ├── aos_crc64.c
│   │   ├── aos_crc64.h
│   │   ├── aos_define.h
│   │   ├── aos_fstack.h
│   │   ├── aos_http_io.c
│   │   ├── aos_http_io.h
│   │   ├── aos_list.h
│   │   ├── aos_log.h
│   │   ├── aos_status.c
│   │   ├── aos_status.h
│   │   ├── aos_string.h
│   │   ├── aos_transport.h
│   │   ├── aos_util.c
│   │   ├── aos_util.h
│   │   ├── oss_api.h
│   │   ├── oss_auth.h
│   │   ├── oss_bucket.c
│   │   ├── oss_config.c
│   │   ├── oss_config.h
│   │   ├── oss_define.c
│   │   ├── oss_define.h
│   │   ├── oss_image_sample.c
│   │   ├── oss_list_object_sample.c
│   │   ├── oss_multipart.c
│   │   ├── oss_resumable.c
│   │   ├── oss_resumable.h
│   │   ├── oss_sample_util.c
│   │   ├── oss_sample_util.h
│   │   ├── oss_util.c
│   │   ├── oss_util.h
│   │   ├── oss_xml.c
│   │   └── oss_xml.h
│   ├── oss_c_sdk_lib
│   │   └── oss_c_sdk.lib
│   ├── oss_src
│   │   ├── Coss.cpp
│   │   ├── Coss.h
│   │   ├── oss_.cpp
│   │   └── oss_.h
│   └── third_party
│   ├── include
│   │   ├── apr
│   │   │   ├── apr_allocator.h
│   │   │   ├── apr_atomic.h
│   │   │   ├── apr_dso.h
│   │   │   ├── apr_env.h
│   │   │   ├── apr_errno.h
│   │   │   ├── apr_escape.h
│   │   │   ├── apr_escape_test_char.h
│   │   │   ├── apr_file_info.h
│   │   │   ├── apr_file_io.h
│   │   │   ├── apr_fnmatch.h
│   │   │   ├── apr_general.h
│   │   │   ├── apr_getopt.h
│   │   │   ├── apr_global_mutex.h
│   │   │   ├── apr.h
│   │   │   ├── apr_hash.h
│   │   │   ├── apr.h.in
│   │   │   ├── apr.hnw
│   │   │   ├── apr.hw
│   │   │   ├── apr.hwc
│   │   │   ├── apr_inherit.h
│   │   │   ├── apr_lib.h
│   │   │   ├── apr_mmap.h
│   │   │   ├── apr_network_io.h
│   │   │   ├── apr_poll.h
│   │   │   ├── apr_pools.h
│   │   │   ├── apr_portable.h
│   │   │   ├── apr_proc_mutex.h
│   │   │   ├── apr_random.h
│   │   │   ├── apr_ring.h
│   │   │   ├── apr_shm.h
│   │   │   ├── apr_signal.h
│   │   │   ├── apr_skiplist.h
│   │   │   ├── apr_strings.h
│   │   │   ├── apr_support.h
│   │   │   ├── apr_tables.h
│   │   │   ├── apr_thread_cond.h
│   │   │   ├── apr_thread_mutex.h
│   │   │   ├── apr_thread_proc.h
│   │   │   ├── apr_thread_rwlock.h
│   │   │   ├── apr_time.h
│   │   │   ├── apr_user.h
│   │   │   ├── apr_version.h
│   │   │   ├── apr_want.h
│   │   │   └── arch
│   │   │   ├── aix
│   │   │   │   └── apr_arch_dso.h
│   │   │   ├── apr_private_common.h
│   │   │   ├── beos
│   │   │   │   ├── apr_arch_dso.h
│   │   │   │   ├── apr_arch_proc_mutex.h
│   │   │   │   ├── apr_arch_thread_cond.h
│   │   │   │   ├── apr_arch_thread_mutex.h
│   │   │   │   ├── apr_arch_threadproc.h
│   │   │   │   └── apr_arch_thread_rwlock.h
│   │   │   ├── netware
│   │   │   │   ├── apr_arch_dso.h
│   │   │   │   ├── apr_arch_file_io.h
│   │   │   │   ├── apr_arch_global_mutex.h
│   │   │   │   ├── apr_arch_internal_time.h
│   │   │   │   ├── apr_arch_networkio.h
│   │   │   │   ├── apr_arch_pre_nw.h
│   │   │   │   ├── apr_arch_proc_mutex.h
│   │   │   │   ├── apr_arch_thread_cond.h
│   │   │   │   ├── apr_arch_thread_mutex.h
│   │   │   │   ├── apr_arch_threadproc.h
│   │   │   │   ├── apr_arch_thread_rwlock.h
│   │   │   │   └── apr_private.h
│   │   │   ├── os2
│   │   │   │   ├── apr_arch_dso.h
│   │   │   │   ├── apr_arch_file_io.h
│   │   │   │   ├── apr_arch_inherit.h
│   │   │   │   ├── apr_arch_networkio.h
│   │   │   │   ├── apr_arch_os2calls.h
│   │   │   │   ├── apr_arch_proc_mutex.h
│   │   │   │   ├── apr_arch_thread_cond.h
│   │   │   │   ├── apr_arch_thread_mutex.h
│   │   │   │   ├── apr_arch_threadproc.h
│   │   │   │   └── apr_arch_thread_rwlock.h
│   │   │   ├── os390
│   │   │   │   └── apr_arch_dso.h
│   │   │   ├── unix
│   │   │   │   ├── apr_arch_atomic.h
│   │   │   │   ├── apr_arch_dso.h
│   │   │   │   ├── apr_arch_file_io.h
│   │   │   │   ├── apr_arch_global_mutex.h
│   │   │   │   ├── apr_arch_inherit.h
│   │   │   │   ├── apr_arch_internal_time.h
│   │   │   │   ├── apr_arch_misc.h
│   │   │   │   ├── apr_arch_networkio.h
│   │   │   │   ├── apr_arch_poll_private.h
│   │   │   │   ├── apr_arch_proc_mutex.h
│   │   │   │   ├── apr_arch_shm.h
│   │   │   │   ├── apr_arch_thread_cond.h
│   │   │   │   ├── apr_arch_thread_mutex.h
│   │   │   │   ├── apr_arch_threadproc.h
│   │   │   │   └── apr_arch_thread_rwlock.h
│   │   │   └── win32
│   │   │   ├── apr_arch_atime.h
│   │   │   ├── apr_arch_dso.h
│   │   │   ├── apr_arch_file_io.h
│   │   │   ├── apr_arch_inherit.h
│   │   │   ├── apr_arch_misc.h
│   │   │   ├── apr_arch_networkio.h
│   │   │   ├── apr_arch_proc_mutex.h
│   │   │   ├── apr_arch_thread_cond.h
│   │   │   ├── apr_arch_thread_mutex.h
│   │   │   ├── apr_arch_threadproc.h
│   │   │   ├── apr_arch_thread_rwlock.h
│   │   │   ├── apr_arch_utf8.h
│   │   │   ├── apr_dbg_win32_handles.h
│   │   │   └── apr_private.h
│   │   ├── aprutil
│   │   │   ├── apr_anylock.h
│   │   │   ├── apr_base64.h
│   │   │   ├── apr_buckets.h
│   │   │   ├── apr_crypto.h
│   │   │   ├── apr_date.h
│   │   │   ├── apr_dbd.h
│   │   │   ├── apr_dbm.h
│   │   │   ├── apr_hooks.h
│   │   │   ├── apr_ldap.h
│   │   │   ├── apr_ldap.h.in
│   │   │   ├── apr_ldap.hnw
│   │   │   ├── apr_ldap.hw
│   │   │   ├── apr_ldap.hwc
│   │   │   ├── apr_ldap_init.h
│   │   │   ├── apr_ldap_option.h
│   │   │   ├── apr_ldap_rebind.h
│   │   │   ├── apr_ldap_url.h
│   │   │   ├── apr_md4.h
│   │   │   ├── apr_md5.h
│   │   │   ├── apr_memcache.h
│   │   │   ├── apr_optional.h
│   │   │   ├── apr_optional_hooks.h
│   │   │   ├── apr_queue.h
│   │   │   ├── apr_reslist.h
│   │   │   ├── apr_rmm.h
│   │   │   ├── apr_sdbm.h
│   │   │   ├── apr_sha1.h
│   │   │   ├── apr_strmatch.h
│   │   │   ├── apr_thread_pool.h
│   │   │   ├── apr_uri.h
│   │   │   ├── apr_uuid.h
│   │   │   ├── apr_xlate.h
│   │   │   ├── apr_xml.h
│   │   │   ├── apu_errno.h
│   │   │   ├── apu.h
│   │   │   ├── apu.h.in
│   │   │   ├── apu.hnw
│   │   │   ├── apu.hw
│   │   │   ├── apu.hwc
│   │   │   ├── apu_version.h
│   │   │   ├── apu_want.h
│   │   │   ├── apu_want.h.in
│   │   │   ├── apu_want.hnw
│   │   │   ├── apu_want.hw
│   │   │   └── private
│   │   │   ├── apr_crypto_internal.h
│   │   │   ├── apr_dbd_internal.h
│   │   │   ├── apr_dbd_odbc_v2.h
│   │   │   ├── apr_dbm_private.h
│   │   │   ├── apu_config.h
│   │   │   ├── apu_config.hnw
│   │   │   ├── apu_config.hw
│   │   │   ├── apu_internal.h
│   │   │   ├── apu_select_dbm.h
│   │   │   ├── apu_select_dbm.h.in
│   │   │   └── apu_select_dbm.hw
│   │   ├── curl
│   │   │   ├── config-win32.h
│   │   │   ├── curlbuild.h
│   │   │   ├── curl.h
│   │   │   ├── curlrules.h
│   │   │   ├── curlver.h
│   │   │   ├── easy.h
│   │   │   ├── mprintf.h
│   │   │   ├── multi.h
│   │   │   ├── stdcheaders.h
│   │   │   └── typecheck-gcc.h
│   │   ├── iconv.h
│   │   ├── mxml
│   │   │   ├── config.h
│   │   │   └── mxml.h
│   │   └── stdint.h.bak
│   └── lib
│   ├── Debug
│   │   ├── curl.lib
│   │   ├── gpsvc.dll
│   │   ├── ieshims.dll
│   │   ├── libapr-1.dll
│   │   ├── libapr-1.lib
│   │   ├── libaprutil-1.dll
│   │   ├── libaprutil-1.lib
│   │   ├── libcurl.dll
│   │   ├── libeay32.dll
│   │   ├── MSVCP71.DLL
│   │   ├── msvcr71.dll
│   │   ├── mxml1.dll
│   │   ├── mxml1.lib
│   │   ├── ssleay32.dll
│   │   └── zlib1.dll
│   └── Release
│   ├── curl.lib
│   ├── gpsvc.dll
│   ├── ieshims.dll
│   ├── libapr-1.dll
│   ├── libapr-1.lib
│   ├── libaprutil-1.dll
│   ├── libaprutil-1.lib
│   ├── libcurl.dll
│   ├── libeay32.dll
│   ├── MSVCP71.DLL
│   ├── msvcr71.dll
│   ├── mxml1.dll
│   ├── mxml1.lib
│   ├── oss_c_sdk.lib
│   ├── ssleay32.dll
│   └── zlib1.dll
└── Release
├── gpsvc.dll
├── ieshims.dll
├── libapr-1.dll
├── libaprutil-1.dll
├── libcurl.dll
├── libeay32.dll
├── MSVCP71.DLL
├── msvcr71.dll
├── mxml1.dll
├── Oos.exe
├── Oos.pdb
├── oss_c_sdk.lib
├── ssleay32.dll
└── zlib1.dll

34 directories, 378 files

标签:

实例下载地址

MFC访问阿里云Oss方式.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警