码迷,mamicode.com
首页 >  
搜索关键字:axis    ( 1112个结果
Web Service学习之一:Web Service几种框架
在讲Web Service开发服务时,需要介绍一个目前开发Web Service的几个框架,分别为Axis,axis2,Xfire,CXF以及JWS(也就是前面所述的JAX-WS,这是Java6发布所提供的对Web Service服务的一种实现。)前面几项都为开源项目,而其中又以axis2与cxf所 ...
分类:Web程序   时间:2016-10-09 16:57:54    阅读次数:225
弱校联盟10.7 I. Special Squares(二维前缀和)
题目链接: I. Special Squares There are some points and lines parellel to x-axis or y-axis on the plane. If arbitrary chosen two lines parallel to x-axis a ...
分类:其他好文   时间:2016-10-07 20:21:05    阅读次数:262
Matlib基础1
画半圆 x=-1:0.01:1;y=sqrt(1-x.^2);plot(x,y);axis equal; %设置x,y长宽一样 画三角函数 x=0:0.1:2*pi;y1=sin(x);y2=cos(x);plot(x,y1,x,y2);axis equal; 分窗口 x=0:0.01:pi;y1= ...
分类:其他好文   时间:2016-10-02 17:34:34    阅读次数:150
matlib二维图形绘制
subplot(2,4,1)t=[3,10 20 5]explode1 = [0 0 0 1] %将1对应的部分分离explode2 = [0 1 1 0]pie(t,explode2) subplot(2,4,2)x=0:1:10;y=exp(x);bar(x,y) %绘制柱形图axis()sub ...
分类:其他好文   时间:2016-10-02 17:32:21    阅读次数:200
webservice client setTimeOut
一:eclipse生成的client,基于axis client_sub.getOptions().setTimeOutInMilliSeconds(1000*60);client_sub表示一个客户端上的存根对象。 如:org.apache.axis.client.Call _call=creat ...
分类:Web程序   时间:2016-09-20 12:00:35    阅读次数:308
axis、xfire、CXF 、JWS
1、JWS是Java语言对WebService服务的一种实现,用来开发和发布服务。而从服务本身的角度来看JWS服务是没有语言界限的。但是Java语言为Java开发者提供便捷发布和调用WebService服务的一种途径。 2、Axis2是Apache下的一个重量级WebService框架,准确说它是一 ...
分类:其他好文   时间:2016-09-20 11:59:37    阅读次数:102
C# 的Chart
Axis Label 横纵坐标的文字 (比如 0 20 40 ....) Axis Title 横纵坐标的代表什么(比如 Y Axis Title) Chart Area 图标所在位置 Chart Picture 底色的背景图 Chart Series chart的内的东西(比如 线或者柱形图等) ...
分类:Windows程序   时间:2016-09-14 23:10:53    阅读次数:197
常用jar包用途
jar包 用途 axis.jar SOAP引擎包 commons-discovery-0.2.jar 用来发现、查找和实现可插入式接口,提供一些一般类实例化、单件的生命周期管理的常用方法. jaxrpc.jar Axis运行所需要的组件包 saaj.jar 创建到端点的点到点连接的方法、创建并处理S ...
分类:编程语言   时间:2016-09-01 20:01:28    阅读次数:376
LeetCode-Perfect Rectangle
Given N axis-aligned rectangles where N > 0, determine if they all together form an exact cover of a rectangular region. Each rectangle is represented ...
分类:其他好文   时间:2016-09-01 14:33:47    阅读次数:219
Line Painting
Line Painting Time limit: 2.0 secondMemory limit: 64 MB The segment of numerical axis from 0 to 109 is painted into white color. After that some parts ...
分类:其他好文   时间:2016-08-31 22:31:19    阅读次数:215
1112条   上一页 1 ... 77 78 79 80 81 ... 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!