码迷,mamicode.com
首页 >  
搜索关键字:axis    ( 1112个结果
基于JDK6的JAX-WX为客户端提供XML与JSON格式数据服务,以及客户端采用AXIS调用案例
1:WebService服务端工程目录如下:需要第三方jar包:gson-2.2.4.jar\javax.xml.bind.jar\commons-lang-2.5.jar源码如下:package com.mw.dao;import com.mw.vo.Nsr;import java.util.Li...
分类:Web程序   时间:2015-04-04 11:59:43    阅读次数:250
运行ava org.apache.axis.client.AdminClient时找不到org.apache.commons.logging.LogFactory
D:\Tomcat 5.0\webapps\axis\WEB-INF\classes>java org.apache.axis.client.AdminClie nt Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.commons.lo gging.LogFactory         at org...
分类:Web程序   时间:2015-04-03 11:20:15    阅读次数:255
一站式学习Wireshark(三):应用Wireshark IO图形工具分析数据流
基本IO Graphs:IO graphs是一个非常好用的工具。基本的Wireshark IO graph会显示抓包文件中的整体流量情况,通常是以每秒为单位(报文数或字节数)。默认X轴时间间隔是1秒,Y轴是每一时间间隔的报文数。如果想要查看每秒bit数或byte数,点击“Unit”,在“Y Axis...
分类:其他好文   时间:2015-03-31 23:52:24    阅读次数:150
使用axis2进行WebService的开发
使用axis2进行WebService的开发Apache Axis2 是 Apache Axis SOAP 项目的后继项目。此项目是 Web 服务核心引擎的重要改进,目标是成为 Web 服务和面向服务的体系结构(Service-Oriented Architecture,SOA)的下一代平台。axi...
分类:Web程序   时间:2015-03-30 20:32:38    阅读次数:138
清华学堂 Range
DescriptioinLet S be a set of n integral points on the x-axis. For each given interval [a, b], you are asked to count the points lying inside.InputThe...
分类:其他好文   时间:2015-03-28 11:33:50    阅读次数:128
Codeforces 327E Axis Walking 状压dp(水
题目链接:点击打开链接 题意: 给定n个数,随意排列。 给定k个违禁数b[]。 问:有多少个排列使得这个排列的 n项前缀和中不出现违禁数。 (formally,if it's a legal permutation, sum[i] != b[j] (1 sum[0] = 0; sum[i] = sum[i-1]+a[permutaion[i]]; ==java党表示被tle,心疼自己...
分类:其他好文   时间:2015-03-20 23:55:19    阅读次数:519
使用ICA进行EEG滤噪
数据预处理假设6通道EEG(4通道EEG+2通道EOG),生成ndarray或矩阵S,row为time point,col为通道。对S进行标准化:S /= S.std(axis=0)ICA分析模块导入:from sklearn.decomposition import FastICA构建ICA对象,...
分类:其他好文   时间:2015-03-19 20:16:43    阅读次数:342
[D3.js] SVG-Axes(坐标轴)
D3的坐标轴组件会自动显示刻度的参考线。这可以让你只专注于数据的显示,而让坐标轴组件去帮你绘制坐标轴和标记刻度。AxisD3的轴组件是为D3的quantitative,time和ordinal标度所设计的。# d3.svg.axis()新建一个默认的坐标轴。# aixs(selection)轴线适用...
分类:Web程序   时间:2015-03-17 21:38:16    阅读次数:226
SGU[114] Telecasting station
Description描述Every city in Berland is situated on Ox axis. The government of the country decided to build new telecasting station. After many experime...
分类:其他好文   时间:2015-03-13 20:42:14    阅读次数:152
Unity3D第一课之自转与公转
1、物体公转,即围绕一个中心物体旋转public class gongzhuan : MonoBehaviour { public GameObject Axis;//轴,用于选择围绕中心 public float RotateSpeed;//旋转速度// Use this for in...
分类:编程语言   时间:2015-03-12 22:30:09    阅读次数:478
1112条   上一页 1 ... 97 98 99 100 101 ... 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!