登录
首页 » c++ » aix 下的http server (可以和weblogic通讯)

aix 下的http server (可以和weblogic通讯)

于 2022-06-26 发布 文件大小:592.96 kB
0 69
下载积分: 2 下载次数: 1

代码说明:

之前写的一个aix下用c++实现的http server。通过socket封装实现了http通讯。解析soap报文等功能。可以实现判断连接超时,接收定长报文,分包报文等功能。将文件解压后ftp上传到aix系统下面。在aix下安装xlC_r编译器,直接执行src/mk.sh就可以编译通过。执行stop.sh和start.sh可以启动和停止服务。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • thecubeofpower
    This a cube of power of 3D Graphics. Very simple OpenGL example that shows how to create Your s first 3D scene(This a cube of power of 3D Graphics.Very simple OpenGL example that shows how to create Your s first 3D scene)
    2009-01-06 05:59:40下载
    积分:1
  • TianLongBabuAuto
    Tian Long Ba Bu Auto train. My first auto game.
    2012-06-28 23:45:57下载
    积分:1
  • OV7670资料
    说明:  摄像头OV7670模块调试资料,硬件参考电路、51、STM32源码。(Camera OV7670 module debugging data, hardware reference circuit, 51, STM32 source code.)
    2020-06-19 16:40:01下载
    积分:1
  • tms320f2812无刷直流电机控制代码
    自己设计的基于tms320f2812的无刷直流电机闭环测试,已经通过了硬件测试,非常有参考价值,值得学习。
    2022-03-21 17:54:18下载
    积分:1
  • fangweijiao
    利用窗体程序,通过输入两个坐标值,实现计算这两个之间的方位角。左侧输入,右侧则显示方位角。结果显示在最下方。(By using the form program, we calculate the azimuth between the two points by entering two coordinate values. The left is on the left, and the azimuth is displayed on the right. The results are shown at the bottom.)
    2018-04-15 20:30:54下载
    积分:1
  • pcf8563
    stm32f103 PCF8563驱动程序,可读写时间,使用软件iic(STM32F103 PCF8563 driver, readable and write time, using software IIC)
    2020-06-30 19:00:01下载
    积分:1
  • 约瑟夫(Joseph)问题求解【c语言版】
    约瑟夫(Joseph)问题求解【c语言版】
    2019-04-01下载
    积分:1
  • 中点算法 DDA算法 bresenham算法
    中点算法 #include "graphics.h" Void Midpointline (int x1,int y1,int x2,int y2,int color) {     int a,b,d1,d2,d,x,y;     a= y1-y2;b=x2-x1;d=a+a+b;     d1= a=a;d2= a+a+b+b;     x=x1;y=y1;     putpixel(x,y,color);     while (x
    2022-08-12 19:19:01下载
    积分:1
  • Lesson47
    NeHe OpenGL教程对应的第47课的单独程序(NeHe OpenGL Tutorial Lesson 47 corresponds to a separate program)
    2014-02-08 17:46:03下载
    积分:1
  • wpf前台数据验证
    WPF前台数据验证,数据错误显示提示文字,红框。
    2022-02-04 15:19:12下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载