自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

代码之源

www.wdom.net

  • 博客(4)
  • 资源 (45)
  • 问答 (4)
  • 收藏
  • 关注

原创 堪称神器的Wisdom RESTClient,你忍心拒绝吗?

Wisdom RESTClient V1.1 支持自动化测试RESTful API并能够基于测试的历史数据自动生成RESTful API文档。

2017-10-16 19:35:35 2983

原创 Wisdom RESTClient V1.2支持自动化测试RESTful API并自动生成RESTful API文档

Wisdom REST Client V1.2支持自动化测试RESTful API并自动生成RESTful API文档

2017-10-06 17:01:58 1937 1

原创 RESTful API 文档生成神器Wisdom RESTClient

Wisdom RESTClient 是一款API接口测试和API文档生成神器,可以自动生成API文档,生成的接口文档是基于用户的测试数据。

2017-10-01 22:53:53 2917

原创 RESTful API文档生成工具Wisdom RESTClient

API文档生成工具 Wisdom REST client,生成API文档是基于用户的测试数据: 生成的RESTful API文档列表: API 接口详情:

2017-10-01 21:47:45 2428

maven settings.xml

提供maven配置模板,直接下载稍作修改即可使用,供大家参考

2015-03-14

mysql jdbc 驱动包版本5.1.30

共享的MYSQL JDBC驱动包,版本mysql connector 5.1.30,下载解压取出jar包拷贝至工程里即可使用。 共享的MYSQL JDBC驱动包,版本mysql connector 5.1.30,下载解压取出jar包拷贝至工程里即可使用。

2014-05-06

mysql_connector_java_5.1.30

mysql connector java 5.1.30,压缩包解压获取jar包,拷贝至工程中即可使用

2014-05-06

mysql-connector-java-commercial-5.1.30-bin.jar

mysqlconnector java bin,下载直接可以拷贝到工程里使用

2014-05-05

近百个简历模板和简历写作指导

近百个简历模板和简历写作指导,模板很多,很全面,简历写作指导内容很丰富,无需资源分即可下载哦

2014-04-27

50个Word简历模板表格

50个Word简历模板表格,无需资源分即可下载,模板很多,很丰富

2014-04-27

30份简历模板

30份简历模板,模板数量很多,很丰富,无需资源分即可下载,

2014-04-27

Google Android SDK开发范例大全 源码

Google Android SDK开发范例大全 源码

2013-05-05

KickFly an interesting game

Kick Fly is an interesting game.

2013-05-02

Mysql 6.0驱动

Mysql 6.0驱动 Mysql 6.0驱动

2012-05-06

毕业设计:网上图书销售系统论文、答辨及源码

毕业设计:网上图书销售系统论文、答辨及源码

2012-05-05

新闻发布系统

一个完整的新闻发布系统 关键字:JSP、Java、新闻发布 环境:Tomcat 5.5.7 + J2SE 5.0 + PostgreSQL 8.0 我将分几个步骤完成对一个新闻发布系统的构建,来理解JSP的一些基本使用方法! 首先我将先介绍这个新闻发布系统的基本结构: index.jsp:管理员登陆界面 check.jsp:验证管理员身份 main.jsp:管理员添加新闻的页面 pub.jsp:发布信息的页面 display:显示所有的新闻 而后台的程序主要有: DB.java:数据库连接 MD5.java:MD5算法 PubBean.java:发布 CheckBean.java:核实登陆身份 即当你从index -> main -> display 走一趟你基本就可以完成一个新闻发布系统的基本功能了! 我并非把新闻的标题和内容都写入数据库,因为那样太耗费数据库系统的资源,而且在访问的时候总要读取数 据库,很费劲,我把新闻写入了一个单独的HTM文件,之后把标题及HTM文件的名字写入数据库! 而这个HTM文件的名字怎么随机生成呢?我选择了MD5算法,因为每个新闻的标题都不会相同,所以保证了唯一 性!

2012-05-05

JSP在线课题选课系统

JSP在线课题选课系统

2012-05-05

酒店管理系统

《阳光酒店管理系统》源码 提供普通二星级酒店的必要功能,可动态显示当前所有房间的信息。 主要可以了解Java的AWT,SWING等编程,这也是做为Java程序员的基本要求,希望与各位共同学习. 统登陆:

2012-05-05

AJAX版CD管理系统

配置方法: 1。将需要的组建都装入项目中 2。将SQLserver2000的数据库文件还原 3。将web\WEB-INF\classe\Proxool.properties文件中的数据库密码改成你的 管理员 admin 密码 admin, 这样就可以运行了 GTON原创作品-AJAX版CD管理系统, 所用技术:jsp2.0+servlet2.4+jstl1.1+ajax+DOM+proxool+ sqlserver2000+tomcat5.5+jbuilder2006

2012-05-05

Jsp和xml的考试系统

考试系统 类 Bean 类 Com.gton.bean.* AdminBean 管理员 ResultBean 结果 TestBean 试题 TestsBean 试卷 UserBean 用户 Com.gton.bean.db.* DataBean 数据库操作 Com.gton.servlet.admin.* CheckLogin 登陆检测 CreateTests 生成试卷 DeleteTests 删除试卷 DeleteTest 删除试题 DeleteUser 删除用户 GetTestbean 获取试题 Bean InsertTest 增加试题 TestPage 试题列表分页显示 TestsPage 试卷列表分页显示 UpdateTest 跟新试题内容 UserPage 用户列表分页显示 Com.gton.servlet.web.* CheckLogin 登陆验证 Reg 注册 SelectTest 随机出题 Com.gton.servlet.filter.* StringFilter 字符编码过滤器 Com.gton.util.* MyDate 日期操作类 MyString String 操作类 MyXML XML 操作类 运行方法 修改 DataBean 构造函数的数据库连接密码 修改 MyXML 里的 public static String myPath 字符对象 适合你环境的路径 还原数据库 就可以运行了 /*<%--////////////////////////////////////////////////////GTON 原创作品 -XML 考试系统 //////////////////////////////////////////////////////////////

2012-05-05

Java反编译工具大全包含了几种常见的功能强大反编译工具

Java反编译工具大全包含了几种常见的功能强大反编译工具

2012-05-05

多旅行商matlab实验源码

多旅行商matlab实验源码实现了三种多旅行商问题 % MTSPOF_GA Fixed Open Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) % Finds a (near) optimal solution to a variation of the "open" M-TSP by % setting up a GA to search for the shortest route (least distance needed % for each salesman to travel from the start location to unique % individual cities and finally to the end location) % % Summary: % 1. Each salesman starts at the first point, and ends at the last % point, but travels to a unique set of cities in between (none of % them close their loops by returning to their starting points) % 2. Except for the first and last, each city is visited by exactly one salesman % % Note: The Fixed Start is taken to be the first XY point and the Fixed End % is taken to be the last XY point % % Input: % XY (float) is an Nx2 matrix of city locations, where N is the number of cities % DMAT (float) is an NxN matrix of city-to-city distances or costs % SALESMEN (scalar integer) is the number of salesmen to visit the cities % MIN_TOUR (scalar integer) is the minimum tour length for any of the % salesmen, NOT including the start point or end point % POP_SIZE (scalar integer) is the size of the population (should be divisible by 8) % NUM_ITER (scalar integer) is the number of desired iterations for the algorithm to run % SHOW_PROG (scalar logical) shows the GA progress if true % SHOW_RES (scalar logical) shows the GA results if true % % Output: % OPT_RTE (integer array) is the best route found by the algorithm % OPT_BRK (integer array) is the list of route break points (these specify the indices % into the route used to obtain the individual salesman routes) % MIN_DIST (scalar float) is the total distance traveled by the salesmen % % Route/Breakpoint Details: % If there are 10 cities and 3 salesmen, a possible route/break % combination might be: rte = [5 6 9 4 2 8 3 7], brks = [3 7] %

2012-05-05

SmartDraw2010Keygen SmartDraw2010 注册机

SmartDraw2010Keygen SmartDraw2010 注册机

2012-05-05

Java制作的远程桌面工具,可以在本地远程控制异地电脑

Java制作的远程桌面工具,可以在本地远程控制异地电脑

2012-05-05

公网访问ARM嵌入式Linux系统

实验室里的ARM嵌入式Linux系统,只能在局域网内访问,怎样从公网也能访问ARM嵌入式Linux系统? 本文将介绍使用holer实现的具体步骤。

2018-11-20

使用自己的域名访问本地WEB网站

本地安装了WEB服务端,怎样通过自定义域名方式实现从公网访问本地WEB应用? 本文将介绍使用holer实现的具体步骤。

2018-11-20

restclient java工具

Wisdom RESTClient https://github.com/Wisdom-Projects/rest-client

2018-03-17

springboot测试工具

最适合测试Spring Boot REST API的工具 Wisdom RESTClient https://github.com/Wisdom-Projects/rest-client

2018-03-16

API文档生成

Wisdom RESTClient https://github.com/Wisdom-Projects/rest-client

2018-03-13

api测试工具

Wisdom RESTClient https://github.com/Wisdom-Projects/rest-client

2018-03-13

rest api接口测试工具

Wisdom RESTClient https://github.com/Wisdom-Projects/rest-client

2018-03-13

restclient java

Wisdom RESTClient https://github.com/Wisdom-Projects/rest-client

2018-03-13

restclient工具

WisdomTool REST Client,支持自动化测试RESTful API,输出精美的测试报告和RESTful API文档。

2018-01-13

restclient

WisdomTool REST Client,支持自动化测试RESTful API,输出精美的测试报告,并且自动生成RESTful API文档。 工具精悍哦! https://github.com/wisdomtool/rest-client WisdomTool REST Client supports automated testing, output exquisite report, and automatically generating RESTful API document. Very powerful ! https://github.com/wisdomtool/r

2017-12-08

restclient下载

很多REST Client是不支持自动化测试RESTful API,也不支持自动生成API文档. 之前习惯用一款名字为 WisdomTool REST Client,支持自动化测试RESTful API,输出精美的测试报告,并且自动生成精美的RESTful API文档。 轻量级的工具,功能却很精悍哦! https://github.com/wisdomtool/rest-client Most of REST Client tools do not support automated testing. Once used a tool called WisdomTool REST Client supports automated testing, output exquisite report, and automatically generating RESTful API document. Lightweight tool with very powerful features! https://github.com/wisdomtool/rest-client

2017-12-03

REST Client 工具

很多REST Client是不支持自动化测试RESTful API,也不支持自动生成API文档. 之前习惯用一款名字为 WisdomTool REST Client,支持自动化测试RESTful API,输出精美的测试报告,并且自动生成精美的RESTful API文档。 轻量级的工具,功能却很精悍哦! https://github.com/wisdomtool/rest-client Most of REST Client tools do not support automated testing. Once used a tool called WisdomTool REST Client supports automated testing, output exquisite report, and automatically generating RESTful API document. Lightweight tool with very powerful features! https://github.com/wisdomtool/rest-client

2017-12-01

REST Client 测试工具

很多REST Client是不支持自动化测试RESTful API,也不支持自动生成API文档. 之前习惯用一款名字为 WisdomTool REST Client,支持自动化测试RESTful API,输出精美的测试报告,并且自动生成精美的RESTful API文档。 轻量级的工具,功能却很精悍哦! https://github.com/wisdomtool/rest-client Most of REST Client tools do not support automated testing. Once used a tool called WisdomTool REST Client supports automated testing, output exquisite report, and automatically generating RESTful API document. Lightweight tool with very powerful features! https://github.com/wisdomtool/rest-client

2017-12-01

WisdomTool REST Client V1.1

REST Client tool for testing RESTful API. This tool supports automated testing and automatically generating RESTful API document. WisdomTool REST Client V1.1是一款API接口测试和API文档生成神器,可以自动生成API文档,生成的接口文档是基于用户的测试数据。

2017-10-06

自动生成API文档工具

WisdomTool REST Client V1.1支持自动生成RESTful API文档,生成的文档是基于用户测试

2017-10-01

格式化JSON,XML,HTML小工具

小工具地址 https://github.com/wisdomtool/formatter

2017-08-16

WisdomTool REST Client

开源工具地址 https://github.com/wisdomtool/rest-client

2017-08-16

REST Client 工具

Wisdom Tool REST Client可以自动化测试RESTful API 接口,用户手工输入HTTP请求信息,执行HTTP请求,请求完成后会得到HTTP 响应信息。每次的HTTP请求响应信息会在被记录到历史信息表里。用户可以执行测试历史记录完成对历史信息的自动化测试,测试结束会自动生成测试报告。使用Wisdom Tool REST Client可以协助RESTful API开发和测试,提高开发效率和API接口质量。 开源地址: https://github.com/wisdomtool/rest-client

2017-08-12

REST Client 自动化测试 RESTful API

Wisdom Tool REST Client可以自动化测试RESTful API 接口,用户手工输入HTTP请求信息,执行HTTP请求,请求完成后会得到HTTP 响应信息。每次的HTTP请求响应信息会在被记录到历史信息表里。用户可以执行测试历史记录完成对历史信息的自动化测试,测试结束会自动生成测试报告。使用Wisdom Tool REST Client可以协助RESTful API开发和测试,提高开发效率和API接口质量。

2017-08-12

Wisdom Tool REST Client

REST Client tool for Automated Testing RESTful API

2017-08-11

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除