- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://aft.sourceforge.net/
- 软件文档: http://aft.sourceforge.net/manual
软件介绍
Anteater 是一个使用 Ant 的测试框架,提供一个很简单的方法用来编写Web应用和Web服务的测试程序。
配置实例:
<target name="simple">
<soapRequest description="Post a simple SOAP request"
target="_blank" rel="nofollow" href="http://services.xmethods.net:80/soap"
content="test/requests/get-quote">
<namespace prefix="soap" uri="http://schemas.xmlsoap.org/soap/envelope/"/>
<namespace prefix="n" uri="urn:xmethods-delayed-quotes"/>
<match>
<responseCode value="200"/>
<xpath select="/soap:Envelope/soap:Body/n:getQuoteResponse/Result"/>
</match>
</soapRequest>
</target>
Fortran95程序设计
彭国伦 / 中国电力出版社 / 2002-9 / 59.00元
本书介绍了当前国际上广泛流行的高级算法语言Fortran的全新版本Fortran 95。 本书循序渐进、由浅到深,使用结构化及面向对象程序设计观念,以简捷明了的方式把Fortran 95介绍给读者。书中主要讲述了Fortran 95程序设计的方法,包括数值计算、计算机绘图、窗口程序设计、与Visual C/Visual Basic/Delphi的链接、甚至是游戏程序的编写。 本书语言简洁,实......一起来看看 《Fortran95程序设计》 这本书的介绍吧!
