- 博客(4)
- 收藏
- 关注
原创 Axis2C:由WSDL自动生成服务端及客户端 C代码
1. 编写好WSDL文件。 2. 编写生成代码脚本WSDL2C.sh************************************************************[root@localhost code]# cat /axis2c-1.6/bin/tools/wsdl2c/WSDL2C.sh#!/bin/shexport AXIS2_HOME=/axis2_javafor f in $AXIS2_HOME/lib/*.jardo AXIS2_CLASSPATH=$AXI
2011-04-28 13:54:00
2262
原创 编译Axis2C服务代码
环境 :CetOS 5.3 , Postgres 8.4 , Axis2c 1.6生成so文件。[root@localhost skel]# cat build.shexport AXIS2C_HOME='/axis2c-1.6'export PGsql='-I /postgresql-8.4rc1/src/interfaces/libpq -I /postgresql-8.4rc1/src/include -L /postgresql-8.4rc1/src/interfaces/libpq'gcc
2011-04-26 15:10:00
857
原创 replace,push_back,vector:约瑟夫环精简迷你版
<br /><br />// <br />#include <iostream><br />#include <vector><br />#include <algorithm><br /> <br />using namespace std;<br /> <br /> <br /> <br />int main (int, char *[])<br />{<br /><br />const int sizeLegth = 10000;<br /> <br /> <br />vector<int> num1
2011-02-24 14:40:00
426
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
2