码迷,mamicode.com
首页 >  
搜索关键字:axis    ( 1112个结果
poj1160 Post Office
Description There is a straight highway with villages alongside the highway. The highway is represented as an integer axis, and the position of each village is identified with a single integer coor...
分类:其他好文   时间:2015-07-15 22:54:39    阅读次数:167
[转载]Axis2 and CXF的比较
在Celtix 和XFire 宣布合并的同年,另一个著名开源Web 服务框架Axis 的后继者Axis2 也诞生了。Axis2 并非Axis 的2.0 版,而是完全重写了Axis 的新项目。作为功能和背景都极其相似的两个项目,人们难免会将它们相提并论。在著名的Java 企业开发站点TheServic...
分类:其他好文   时间:2015-07-14 20:04:49    阅读次数:134
Swing-BoxLayout用法-入门
注:本文内容源于http://www.java3z.com/cwbwebhome/article/article20/200016.html?id=4797;细节内容根据笔者理解有修改。BoxLayout 可以把控件依次进行水平或者垂直排列布局,这是通过参数 X_AXIS、Y_AXIS 来决定的。X...
分类:Windows程序   时间:2015-07-09 00:12:20    阅读次数:340
Eclipse+Axis2创建WebService和相应的客户端调用
一、工具介绍eclipse(luna) +axis2-1.6.3二、在Eclipse里面配置Axis21.下载最新版的axis2下载地址为:http://axis.apache.org/axis2/java/core/download.cgi2.在Eclipse中配置Axis2:Window—>Pr...
分类:Web程序   时间:2015-07-08 14:31:22    阅读次数:176
python matplotlib绘图
matplotlib:clearing a plot, when to use cla(), clf() or close()?Matplotlib offers three functions:cla() # Clear axis clf() # Clear figure close() # Cl...
分类:编程语言   时间:2015-07-08 14:12:17    阅读次数:123
Web Service简单入门示例
Web Service简单入门示例 我们一般实现Web Service的方法有非常多种。当中我主要使用了CXF Apache插件和Axis 2两种。 Web Service是应用服务商为了解决每一个问题而提供的在线服务方案,其主要採用了SOAP(Simple Object Access Protoc...
分类:Web程序   时间:2015-07-06 15:46:18    阅读次数:165
PCA and kmeans MATLAB实现
MATLAB基础知识l Imread: 读取图片信息;l axis:轴缩放:axis([xmin xmax ymin ymax zmin zmax cmin cmax])设置x、y和z轴范围以及颜色缩放范围(请参阅caxis)。v =axis返回包含x、y和z轴缩放因子的行矢量。v具有 4 或 6 ...
分类:其他好文   时间:2015-07-05 22:27:46    阅读次数:321
利用Java编写简单的WebService实例
使用Axis编写WebService比较简单,就我的理解,WebService的实现代码和编写Java代码其实没有什么区别,主要是将哪些Java类发布为WebService。下面是一个从编写测试例子到发布WebService,以及编写测试代码的过程介绍。       本例子的WebService提供了两个方法,分别是sayHello和sayHelloToPerson,第一个只是返回一个"He...
分类:编程语言   时间:2015-06-30 20:31:40    阅读次数:158
Axis­ Aligned ?Rectangles
Describe an algorithm that takes an unsorted array of axis‐aligned rectangles and returns any pair of rectangles that overlaps, if ...
分类:其他好文   时间:2015-06-26 23:37:54    阅读次数:202
axis Header 中添加用户名密码
Call call = (Call) service.createCall();SOAPHeaderElement cpHeader = new SOAPHeaderElement("http://tempuri.org/", "NewValidateSoapHeader"); cpHeader.....
分类:其他好文   时间:2015-06-23 17:27:56    阅读次数:152
1112条   上一页 1 ... 92 93 94 95 96 ... 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!