poco的TCPServer框架,里面包含服务端和客户端代码,编译环境:VS2013 poco动态库:1.7.4完整版
2021-10-06 14:03:22 2KB Poco TCP C++
1
C++ Poco创建个非常简单web服务器,需要先安装Poco库,配置好Poco头文件和库的路径,window和Linux下都可以编译运行,运行后在浏览器上输入网址:http://127.0.0.1:9980/ Linux环境下G++编译代码 g++ main1.cpp -o t -L/usr/local/lib/ -lPocoUtild -lPocoFoundationd -lPocoNetd
2021-09-03 19:22:58 3KB Poco C++ web服务器
1
需要其他部分的可私信,欢迎交流
2021-07-08 16:06:41 2.12MB poco android Net 编译
1
VS2015编译好的完全Poco库拿来就能用
2021-06-30 09:05:22 76.45MB Poco VS2015
1
(注:若需要下载帮助文档,请搜索poco-1.6.1-all-doc) 本资源介绍:Introduction The POCO C++ Libraries are a collection of open source C++ class libraries that simplify and accelerate the development of network-centric, portable applications in C++. The libraries integrate perfectly with the C++ Standard Library and fill many of the functional gaps left open by it. Their modular and efficient design and implementation makes the POCO C++ Libraries extremely well suited for embedded development, an area where the C++ programming language is becoming increasingly popular, due to its suitability for both low-level (device I/O, interrupt handlers, etc.) and high-level object-oriented development. Of course, POCO is also ready for enterprise-level challenges. POCO Libraries POCO consists of four core libraries, and a number of add-on libraries. The core libraries are Foundation, XML, Util and Net. Two of the add-on libraries are NetSSL, providing SSL support for the network classes in the Net library, and Data, a library for uniformly accessing different SQL databases. POCO aims to be for network-centric, cross-platform C++ software development what Apple's Cocoa is for Mac development, or Ruby on Rails is for Web development — a powerful, yet easy and fun to use platform to build your applications upon. POCO is built strictly using standard ANSI/ISO C++, including the standard library. The contributors attempt to find a good balance between using advanced C++ features and keeping the classes comprehensible and the code clean, consistent and easy to maintain.
2021-06-28 16:21:55 8.14MB 准C++标准库 Poco库
1
POCO C++是一个开源的C++类库的集合,它主要提供简单的、快速的网络和可移植应用程序的C++开发,这个类库和C++标准库可以很好的集成并填补C++标准库的功能空缺。POCO库的模块化、高效的设计及实现使得POCO特别适合嵌入式开发。在嵌入式开发领域,由于C++既适合底层(设备I/O、中断处理等)和高层面向对象开发,越来越流行。当然POCO也准备好了面对企业级挑战。
2021-05-06 15:20:42 8.3MB POCO C++ 手册 中文
1
poco/c++开源库学习资料打包下载,通过网络收集整理,比较多 POCO_C++库学习和分析_--__跨平台库的生成.docx POCO_C++库学习和分析_--__随机数和数字摘要.docx POCO_C++库学习和分析_--_Cache.docx POCO_C++库学习和分析_--_UUID.docx POCO_C++库学习和分析_--_进程.docx POCO_C++库学习和分析_--_流_(一).docx POCO_C++库学习和分析_--_流_(二).docx POCO_C++库学习和分析_--_流_(三).docx POCO_C++库学习和分析_--_内存管理_(一).docx POCO_C++库学习和分析_--_内存管理_(二).docx POCO_C++库学习和分析_--_内存管理_(三).docx POCO_C++库学习和分析_--_任务.docx POCO_C++库学习和分析_--_日期与时间.docx POCO_C++库学习和分析_--_通知和事件_(一).docx POCO_C++库学习和分析_--_通知和事件_(二).docx POCO_C++库学习和分析_--_通知和事件_(三).docx POCO_C++库学习和分析_--_通知和事件_(四).docx POCO_C++库学习和分析_--_文件系统.docx POCO_C++库学习和分析_--_线程_(一).docx POCO_C++库学习和分析_--_线程_(二).docx POCO_C++库学习和分析_--_线程_(三).docx POCO_C++库学习和分析_--_线程_(四).docx POCO_C++库学习和分析_--_异常、错误处理、调试.docx
2021-04-22 15:37:46 1.97MB poco 开源库 学习资料 打包
1
该资源包含poco源码以及基于openssl编译的 poco 64位动态库内容,至于include资料需自行从源码提取
2021-03-30 17:12:43 53.79MB poco x64 src dll
1
poco-windows-x64-debug/release win10编译的debug和release很全
2021-03-13 17:01:15 67.69MB c++ libc windows 10
1
Poco库,主要为了使用vs2010做一下测试代码
2021-03-08 11:04:40 4.4MB vs2010 poco 编译
1