嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
封装BCB动态库,实现POST提交功能,带日志存储便以检查错误
.
├── dllTest
│ ├── bcb5Exe
│ │ ├── EncdDecd.dcu
│ │ ├── EncdDecd.hpp
│ │ ├── EncdDecd.pas
│ │ ├── LwLog
│ │ │ └── 2017-07-13.log
│ │ ├── Main.cpp
│ │ ├── Main.dfm
│ │ ├── Main.h
│ │ ├── Main.obj
│ │ ├── Main.~cpp
│ │ ├── Main.~dfm
│ │ ├── Main.~h
│ │ ├── PostDll.dll
│ │ ├── PostDll.lib
│ │ ├── PostDll.tds
│ │ ├── UrlCodeBase.cpp
│ │ ├── UrlCodeBase.h
│ │ ├── UrlCodeBase.obj
│ │ ├── UrlCodeBase.~cpp
│ │ ├── dllTest.bcc32pch
│ │ ├── dllTest.bpr
│ │ ├── dllTest.cpp
│ │ ├── dllTest.exe
│ │ ├── dllTest.obj
│ │ ├── dllTest.res
│ │ ├── dllTest.tds
│ │ ├── dllTest.~bpr
│ │ ├── dllTest.~cpp
│ │ ├── jsk_json.cpp
│ │ ├── jsk_json.h
│ │ ├── jsk_json.~cpp
│ │ └── jsk_json.~h
│ └── bcb6dll
│ ├── Main.cpp
│ ├── Main.obj
│ ├── PostDll.bpf
│ ├── PostDll.bpr
│ ├── PostDll.res
│ ├── PostDll.~bpf
│ ├── PostDll.~bpr
│ ├── PostDllCtrl.cpp
│ ├── PostDllCtrl.h
│ ├── PostDllCtrl.obj
│ ├── PostDllCtrl.~cpp
│ ├── PostDllCtrl.~h
│ ├── PostForm.cpp
│ ├── PostForm.ddp
│ ├── PostForm.dfm
│ ├── PostForm.h
│ ├── PostForm.obj
│ ├── PostForm.~cpp
│ ├── PostForm.~ddp
│ ├── PostForm.~dfm
│ ├── PostForm.~h
│ ├── UrlCodeBase.cpp
│ ├── UrlCodeBase.h
│ ├── UrlCodeBase.obj
│ └── VCLE50.LIB
└── 好例子网_dllTest(添加日志版).rar
4 directories, 57 files