MP3在线搜索服务
地址:http://www.wopos.com/webservice/song.asmx
介绍:
使用: getMusicList()方法搜索MP3/WMA等音乐文件

多功能条形码生成器(免费)
地址:http://www.wopos.com/webservice/barCode.asmx
介绍:
使用:
getbarCodeImg(...)直接输出条码图片,或使用getbarCode(...)得到条码图片字节数组 getCode39(...)产生Code39条码

英语转换成盲文图片(免费)
地址:http://www.wopos.com/webservice/Braille.asmx
介绍:
使用:
getBrailleImg(sText,iFontsize)直接输出图片(800*600),或使用getBraille(sText,iFontsize)得到图片字节数组

汇率转换服务(免费)
地址:http://www.wopos.com/webservice/ExchangeRate.asmx
介绍:
使用 ExchangeA或ExchangeB(FromCurrency,CurNum,ToCurrency)方法:FromCurrency、ToCurrency均为货币简称(如 CNY,USD,EUR等),CurNum为原始数量.

天气预报
地址:http://www.wopos.com/webservice/weather.asmx
介绍:
使用 getWeather(city)方法:city-直接输入全国大中小城市及国外中城市中文名

内嵌式天气预报网页
地址:http://www.wopos.com/MainSet/WeatherSet.aspx?city=北京
介绍:
把以上网页地址放到网页中的<iframe></iframe>标签内即可;可以改变城市参数值。

手机归属地
地址:http://www.wopos.com/webservice/Mobile.asmx
介绍:
使用
getMobileArea(mobileCode) mobileCode-手机号码或前7位

身份证地区查询(免费)
地址:http://www.wopos.com/webservice/idcard.asmx
介绍:
输入身份证号码前6位,得到身份证颁发所在地区.

股票走势图(免费)
地址:http://www.wopos.com/webservice/Stock.asmx
介绍:
使用
getStockChart(StockCode) StockCode-股票代码,返回值为图片的HTTP地址.

IP地址查询
地址:http://www.wopos.com/webservice/ips.asmx
介绍:
使用 getIParea(ip)方法返回IP所在地,使用AddIPRange(startIP,EndIP,AreaInfo)增加新的IP地址信息,使用 IpToInt 和 IntToIp可对IP地址从字符串到整型的互相转换.

在网页中直接显示来访问者IP地址及所在地的代码:
<script language="javascript"
src="http://www.wopos.com/prg/showip.aspx"></script>
把以上代码放到BODY中合适的位置即可.

成语典故(免费)
地址:http://www.wopos.com/webservice/chengyu.asmx
介绍:
使用
ChengYuDianGu(chengyu)方法,参数为成语或成语的拼音缩写。如返回多个成语以*_*分隔

生成验证码图像(免费)
地址:http://www.wopos.com/webservice/vimg.asmx
介绍:
使用
GetVerifyImg(str4,Lenght,Width,Style)生成一张字符图像,用于注册、发贴等场合做图像验证。后面三个参数为保留参数,暂时无效,用于以后扩充。 目前的很简单,仅供测试。

RSS种子生成(免费)
地址:http://www.wopos.com/webservice/Rss.asmx
介绍:
使用 OutPutRss()方法:Rss Item数据项以DataTable 方式提供。数据项数不能超过100
调用后直接输出RSS2.0 XML。
摘自:http://www.wopos.com/webservice/webservice.htm

本文摘自网络,但忘记来自于哪里了。

最新文章

  1. Facebook开源动画库 POP-POPDecayAnimation运用
  2. 每天一个linux命令(16):whereis 命令
  3. MongoDB上的索引
  4. duilib combo控件,当鼠标滚动时下拉列表自动关闭的bug的修复
  5. mac os升级为 Yosemite 10.10 后不能创建javaproject
  6. Windows server2008/2012 安装oracle 11 创建实例HANG住在百分之2
  7. Redis系统学习 一、基础知识
  8. android app安全问题设置
  9. NSArray和NSSet的区别
  10. [one day one question] nodejs require 缓存,无法检测文件变化
  11. Android 自定义控件 轻松实现360软件详情页
  12. sehll 小脚本的编写{基础}
  13. tensorflow使用pb文件进行模型预测
  14. Anaconda 安装后配置环境变量
  15. 计算MySQL的内存峰值公式 (转)
  16. python网络编程--事件驱动模型
  17. python api接口认证脚本
  18. python 分词库jieba
  19. spring+springMVC+mybatis较全
  20. 阿里云物联网 .NET Core 客户端 | CZGL.AliIoTClient:7. 服务调用

热门文章

  1. python 学习分享-面向对象
  2. Chrome autocomplete=&quot;off&quot;无效
  3. php获取当前操作系统类型
  4. LFTP下载远程文件
  5. maven学习(十五)——在eclipse中使用maven创建javaweb项目
  6. Could not connect to Redis at 127.0.0.1:6379: Connection refused
  7. 【转】C# client 与java netty 服务端的简单通信,客户端采用Unity
  8. 二分 by zzt
  9. 用jquery动态生成的元素绑定事件
  10. WebGIS的开发方式