Axis全称Apache eXtensible Interaction Systemapache组织下开源项目用来做webservice开发有java版实现也有c++版实现其前身早IBMSOAP4J来捐给Apache改名Apache SOAP也支持SOAP1.1版本现AXIS已经第三代了AXIS对A...
分类:
其他好文 时间:
2014-07-07 21:36:54
阅读次数:
163
void Update (){ if(Input.GetMouseButton(1)) { if (axes == RotationAxes.MouseXAndY) { // Read the mouse input axis rotationX += Input.GetAx...
分类:
其他好文 时间:
2014-07-06 14:34:18
阅读次数:
181
Rectangle and Circle
Problem Description
Given a rectangle and a circle in the coordinate system(two edges of the rectangle are parallel with the X-axis, and the other two are parallel with the Y...
分类:
其他好文 时间:
2014-07-02 07:29:06
阅读次数:
268
这一节将讲解如何做一个坐标轴,如何定义坐标轴的样式,如何调用坐标轴...
分类:
Web程序 时间:
2014-06-24 17:45:39
阅读次数:
313
废话不想太多,说下自己的使用总结。一般来说,对于一个图表。 可能的话,应该有一个坐标轴,QWT中,是用QwtPlot这个类 来描述一个图的坐标系图(只表示坐标系的背景,没有描点)。坐标(刻度)的设置,是使用其他类(如类名带有Axis、Scale)来设置的,但是他们大多设置的是相应的样式细节,具体的数...
分类:
其他好文 时间:
2014-06-20 22:59:37
阅读次数:
317
1、变量和常量:全局变量用$; 实例变量用@; 类变量用@@;Local Variable: name fish_and_chips x_axis thx1138 _x _26Instance Variable: @name @point_1 @X @_ @plan9Class Variable.....
分类:
其他好文 时间:
2014-06-18 17:13:55
阅读次数:
245
组内有个同事,有个奇怪的需求需要matplotlib删除x轴效果图如下:关键代码:from matplotlib import pyplot as pltplt.plot(range(10))plt.tick_params(\ axis='x', # changes appl...
分类:
其他好文 时间:
2014-06-18 08:55:25
阅读次数:
324
Axis 1.x 编写的client在测试https的webservice的时候, 由于client 代码建立SSL连接的时候没有对truststore进行设置,在与https部署的webservice 连接会在运行时报出:javax.net.ssl.SSLHandshakeException: s...
分类:
其他好文 时间:
2014-06-17 13:00:12
阅读次数:
334
解决办法 :
把 deploy.bat 文件中的 下面一句话中的蓝色部分 换为红色部分
http://localhost:8081/GetMsgService/servlet/AxisServlet deploy.wsdd
set Axis_Lib=D:\axis-1_4\lib
set Java_Cmd=java -Djava.ext.dirs=%Axis_Lib%
set Axis_Servlet=http://localhost:8080/axistest/services/AxisServle...
分类:
Web程序 时间:
2014-06-10 15:42:16
阅读次数:
265
最近搭建框架,老是把过去的项目拿过来就用,再把一些多余的包删了,发现好多jar包不是很清楚具体的作用,于是就整理一下
axis.jarSOAP引擎包
commons-discovery-0.2.jar用来发现、查找和实现可插入式接口,提供一些一般类实例化、单件的生命周期管理的常用方法.
jaxrpc.jarAxis运行所需要的组件包
saaj.jar创建到端点的点到点连接的方法、创...
分类:
其他好文 时间:
2014-06-05 01:46:36
阅读次数:
241