- 授权协议: GPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/manwu91/just-for-fun
- 软件文档: https://github.com/manwu91/just-for-fun
软件介绍
JustForFun是一个用于处理简单的URL请求的工具(如签到或OSC的动弹等).底层使用httpclient完成http请求,通过直观的xml进行配置,然后运行相应的xml文件即可。
xml配置
Settings节点用于配置httpclient的默认参数
Proxy 设置httpclient的全局代理,如果不使用代理请将值设置为
none
ConnectionTimeout 建立连接超时时间(毫秒)
SocketTimeout 等待数据超时时间(毫秒)
Actions节点是要执行的Url请求集,JustForFun将每个http请求抽象为一个Action,它的组成如下:
Name action的名称
Method http请求的方法,暂时只支持get和post
Url 请求的地址
Headers 请求头
Body POST请求的内容
具体使用请参照项目config目录下的demo.xml示例。另请参照just-for-fun.xsd进行验证。
Database Design and Implementation
Edward Sciore / Wiley / 2008-10-24 / 1261.00 元
* Covering the traditional database system concepts from a systems perspective, this book addresses the functionality that database systems provide as well as what algorithms and design decisions will......一起来看看 《Database Design and Implementation》 这本书的介绍吧!