码迷,mamicode.com
首页 >  
搜索关键字:webservice接口    ( 361个结果
客户端Android和Webservice之间的图片文件传输解决方法
最近在写webservice接口 给客户端提供数据和接收客户端发来的数据。当数据类型为图片类型的文件时候,先把文件转为流,然后用Base64编码成字节流的字符串,传输的还是字符串。 客户端代码: public static void main(String[] args) throws IOException { File file=new File("d:/272.jpg"); ...
分类:移动开发   时间:2014-12-13 10:54:28    阅读次数:145
C#提高webService接口调用的性能
public class WebServiceClient { private object agent; private Type agentType; private const string CODE_NAMESPACE = "...
分类:Windows程序   时间:2014-12-12 13:11:41    阅读次数:285
Daily Scrum 12.9
今日完成任务:终于修复了大部分的异常,感觉顿时松了一口气。重新在服务器上部署了webservice接口服务以及学霸网站。资源的上传下载功能正在逐渐完善。遇到困难:在本地运行正常,部署到服务器上运行网站的时候出现“类型同时存在于两个DLL”中的错误,无法通过编译。正在进行寻找解决方案。还有就是异常现在...
分类:其他好文   时间:2014-12-10 00:29:17    阅读次数:160
Java 调用webservice接口测试
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyrigh...
分类:编程语言   时间:2014-12-04 20:00:15    阅读次数:222
常用的webservice接口
原文:http://blog.csdn.net/ysq5202121/article/details/7699876商业和贸易:1、股票行情数据 WEB 服务(支持香港、深圳、上海基金、债券和股票;支持多股票同时查询)Endpoint:http://webservice.webxml.com.cn/...
分类:Web程序   时间:2014-11-20 16:54:39    阅读次数:234
php soap实现WebService接口
nusoap是php写的一个功能文件,下载地址:http://pan.baidu.com/s/1i3mUQJr一、不使用wsdl服务端 server.phpregister('hello'); //调用方法以及参数 function hello($name) { return '...
分类:Web程序   时间:2014-11-14 17:12:30    阅读次数:176
经常使用的webservice接口
Web Service 一些对外公开的网络服务接口2011-10-29 14:12商业和贸易:1、股票行情数据 WEB 服务(支持香港、深圳、上海基金、债券和股票;支持多股票同一时候查询)Endpoint:http://webservice.webxml.com.cn/WebServices/Sto...
分类:Web程序   时间:2014-11-11 18:46:38    阅读次数:323
经常使用的webservice接口
Web Service 一些对外公开的网络服务接口2011-10-29 14:12商业和贸易:1、股票行情数据 WEB 服务(支持香港、深圳、上海基金、债券和股票;支持多股票同一时候查询)Endpoint:http://webservice.webxml.com.cn/WebServices/Sto...
分类:Web程序   时间:2014-11-06 14:43:38    阅读次数:197
经常使用的webservice接口
Web Service 一些对外公开的网络服务接口2011-10-29 14:12商业和贸易:1、股票行情数据 WEB 服务(支持香港、深圳、上海基金、债券和股票;支持多股票同一时候查询)Endpoint:http://webservice.webxml.com.cn/WebServices/Sto...
分类:Web程序   时间:2014-10-28 17:09:57    阅读次数:363
经常使用的webservice接口
Web Service 一些对外公开的网络服务接口2011-10-29 14:12商业和贸易:1、股票行情数据 WEB 服务(支持香港、深圳、上海基金、债券和股票;支持多股票同一时候查询)Endpoint:http://webservice.webxml.com.cn/WebServices/Sto...
分类:Web程序   时间:2014-10-26 13:01:59    阅读次数:409
361条   上一页 1 ... 31 32 33 34 35 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!