- 授权协议: 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的全局代理,如果不使用代理请将值设置为
noneConnectionTimeout 建立连接超时时间(毫秒)
SocketTimeout 等待数据超时时间(毫秒)
Actions节点是要执行的Url请求集,JustForFun将每个http请求抽象为一个Action,它的组成如下:
Name action的名称
Method http请求的方法,暂时只支持get和post
Url 请求的地址
Headers 请求头
Body POST请求的内容
具体使用请参照项目config目录下的demo.xml示例。另请参照just-for-fun.xsd进行验证。
Django 1.0 Template Development
Scott Newman / Packt / 2008 / 24.99
Django is a high-level Python web application framework designed to support the rapid development of dynamic websites, web applications, and web services. Getting the most out of its template system a......一起来看看 《Django 1.0 Template Development》 这本书的介绍吧!
